summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-06-22 16:42:41 -0600
committerTom Rini <[email protected]>2026-06-22 16:42:41 -0600
commit9f16b258e5632d74fa4a1c2c93bea4474e05234b (patch)
treed7c5baa0d3c6027e9e43b16030e4e0ecd43b9d77 /doc
parent298d44464dc63a4f3f5489150acd7958f359f9bd (diff)
parentf072620dc9ffda00b010783da27c41231c3a439b (diff)
Merge tag 'v2026.07-rc5' into next
Prepare v2026.07-rc5
Diffstat (limited to 'doc')
-rw-r--r--doc/android/fastboot.rst5
-rw-r--r--doc/board/renesas/renesas.rst28
-rw-r--r--doc/board/rockchip/rockchip.rst1
-rw-r--r--doc/board/ti/k3.rst11
-rw-r--r--doc/develop/release_cycle.rst2
-rw-r--r--doc/sphinx/requirements.txt2
6 files changed, 45 insertions, 4 deletions
diff --git a/doc/android/fastboot.rst b/doc/android/fastboot.rst
index 19e2ee9d407..818b8815ebd 100644
--- a/doc/android/fastboot.rst
+++ b/doc/android/fastboot.rst
@@ -212,6 +212,11 @@ or initiate a reboot::
and once the client comes back, the board should reset.
+It's possible to interrupt the fastboot command using Ctrl-c::
+
+ => fastboot usb 0
+ Operation aborted.
+
You can also specify a kernel image to boot. You have to either specify
the an image in Android format *or* pass a binary kernel and let the
fastboot client wrap the Android suite around it. On OMAP for instance you
diff --git a/doc/board/renesas/renesas.rst b/doc/board/renesas/renesas.rst
index fedfeed42e3..fcfd51aa19c 100644
--- a/doc/board/renesas/renesas.rst
+++ b/doc/board/renesas/renesas.rst
@@ -121,6 +121,12 @@ Renesas is a SoC solutions provider for automotive and industrial applications.
- rcar3_ulcb_defconfig
* -
+ - Geist
+ - R8A779MD (M3Le)
+ - arm64
+ - r8a779md_geist_defconfig
+
+ * -
- Eagle
- R8A77970 (V3M)
- arm64
@@ -186,6 +192,24 @@ Renesas is a SoC solutions provider for automotive and industrial applications.
- arm64
- r8a779g3_sparrowhawk_defconfig
+ * -
+ - Gray Hawk
+ - R8A779H0 (V4M)
+ - arm64
+ - r8a779h0_grayhawk_defconfig
+
+ * - R-Car Gen5
+ - Ironhide (Cortex-A720AE application core)
+ - R8A78000 (X5H)
+ - arm64
+ - r8a78000_ironhide_defconfig
+
+ * -
+ - Ironhide (Cortex-M33 RSIP boot core)
+ - R8A78000 (X5H)
+ - arm64
+ - r8a78000_ironhide_cm33_defconfig
+
* - RZ/G2 Family
- Beacon EmbeddedWorks RZ/G2M SoM
- R8A774A1 (RZ/G2M)
@@ -231,13 +255,13 @@ Renesas is a SoC solutions provider for automotive and industrial applications.
* - :doc:`RZ/N1 Family <rzn1>`
- Schneider RZ/N1D board
- R9A06G032 (RZ/N1D)
- - arm64
+ - arm
- rzn1_snarc_defconfig
* -
- Schneider RZ/N1S board
- R9A06G033 (RZ/N1S)
- - arm64
+ - arm
- rzn1_snarc_defconfig
Build
diff --git a/doc/board/rockchip/rockchip.rst b/doc/board/rockchip/rockchip.rst
index 141071f528a..a31ee7100b9 100644
--- a/doc/board/rockchip/rockchip.rst
+++ b/doc/board/rockchip/rockchip.rst
@@ -143,6 +143,7 @@ List of mainline supported Rockchip boards:
- ArmSoM Sige5 (sige5-rk3576)
- Firefly ROC-RK3576-PC (roc-pc-rk3576)
- FriendlyElec NanoPi M5 (nanopi-m5-rk3576)
+ - FriendlyElec NanoPi R76S (nanopi-r76s-rk3576)
- Generic RK3576 (generic-rk3576)
- Luckfox Omni3576 (omni3576-rk3576)
- Radxa ROCK 4D (rock-4d-rk3576)
diff --git a/doc/board/ti/k3.rst b/doc/board/ti/k3.rst
index fa0d999affe..21973d53b15 100644
--- a/doc/board/ti/k3.rst
+++ b/doc/board/ti/k3.rst
@@ -651,6 +651,17 @@ Refer (:ref:`U-boot ARMV8 build <k3_rst_include_start_build_steps_uboot>`)
This will need to be explicitly disabled by changing the boot_targets to
disallow fallback during testing.
+DDR Configuration
+-----------------
+
+The K3 DDRSS driver (drivers/ram/k3-ddrss/k3-ddrss.c) configures the DDR during
+the R5 SPL stage. The driver utilizes an auto-generated configuration file
+containing necessary settings for the DDR. It configures the frequency, timing
+parameters, training algorithms etc. for DDR initialization. The configuration
+DTSI can be generated using the `Sysconfig tool <https://dev.ti.com/sysconfig>`_
+and selecting the software product as "DDR Configuration for \*" as well as the
+required device.
+
Saving environment
------------------
diff --git a/doc/develop/release_cycle.rst b/doc/develop/release_cycle.rst
index 1e3e179d77f..2f024905157 100644
--- a/doc/develop/release_cycle.rst
+++ b/doc/develop/release_cycle.rst
@@ -79,7 +79,7 @@ For the next scheduled release, release candidates were made on:
* U-Boot |next_ver|-rc4 was released on Mon 08 June 2026.
-.. * U-Boot |next_ver|-rc5 was released on Mon 22 June 2026.
+* U-Boot |next_ver|-rc5 was released on Mon 22 June 2026.
Please note that the following dates are planned only and may be deviated from
as needed.
diff --git a/doc/sphinx/requirements.txt b/doc/sphinx/requirements.txt
index c616c75fefc..20a99005d71 100644
--- a/doc/sphinx/requirements.txt
+++ b/doc/sphinx/requirements.txt
@@ -23,4 +23,4 @@ sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==2.0.0
sphinxcontrib-serializinghtml==2.0.0
-urllib3==2.6.3
+urllib3==2.7.0