From a1d74f409fd56c0c8be091f764f317414df40aaf Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Tue, 16 Jun 2026 05:36:05 +0200 Subject: doc: board: renesas: Document Renesas RZ/N1D and RZ/N1S as arm The RZ/N1D and RZ/N1S contain Cortex-A7 core, which is 32bit ARM core. Document the SoC as 32bit ARM instead of aarch64. Fixes: a5b9f959439b ("doc: renesas: add Renesas board docs") Signed-off-by: Marek Vasut Reviewed-by: Heinrich Schuchardt --- doc/board/renesas/renesas.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/board/renesas/renesas.rst b/doc/board/renesas/renesas.rst index fedfeed42e3..1c94456eaed 100644 --- a/doc/board/renesas/renesas.rst +++ b/doc/board/renesas/renesas.rst @@ -231,13 +231,13 @@ Renesas is a SoC solutions provider for automotive and industrial applications. * - :doc:`RZ/N1 Family ` - 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 -- cgit v1.3.1 From 3b2190935b397360f3eea1902c796af3f935126a Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Mon, 15 Jun 2026 23:47:15 +0200 Subject: doc: board: renesas: Document Renesas Geist board support Document support for Renesas Geist development board based on Renesas R-Car M3Le (R8A779MD) SoC. Fixes: c8523795d796 ("arm64: dts: renesas: r8a779md: Add support for R-Car M3Le R8A779MD Geist") Signed-off-by: Marek Vasut --- doc/board/renesas/renesas.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/board/renesas/renesas.rst b/doc/board/renesas/renesas.rst index 1c94456eaed..b145c2c6cfd 100644 --- a/doc/board/renesas/renesas.rst +++ b/doc/board/renesas/renesas.rst @@ -120,6 +120,12 @@ Renesas is a SoC solutions provider for automotive and industrial applications. - arm64 - rcar3_ulcb_defconfig + * - + - Geist + - R8A779MD (M3Le) + - arm64 + - r8a779md_geist_defconfig + * - - Eagle - R8A77970 (V3M) -- cgit v1.3.1 From 89b45e46ca20704e3bd9f4bd26f29a21cf8e72ac Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Mon, 15 Jun 2026 23:47:16 +0200 Subject: doc: board: renesas: Document Renesas Gray Hawk board support Document support for Renesas Gray Hawk Single development board based on Renesas R-Car V4M (R8A779H0) SoC. Fixes: 53066deccbed ("ARM: renesas: Add Renesas R8A779H0 V4M Gray Hawk board code") Signed-off-by: Marek Vasut --- doc/board/renesas/renesas.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/board/renesas/renesas.rst b/doc/board/renesas/renesas.rst index b145c2c6cfd..7673a3e4224 100644 --- a/doc/board/renesas/renesas.rst +++ b/doc/board/renesas/renesas.rst @@ -192,6 +192,12 @@ Renesas is a SoC solutions provider for automotive and industrial applications. - arm64 - r8a779g3_sparrowhawk_defconfig + * - + - Gray Hawk + - R8A779H0 (V4M) + - arm64 + - r8a779h0_grayhawk_defconfig + * - RZ/G2 Family - Beacon EmbeddedWorks RZ/G2M SoM - R8A774A1 (RZ/G2M) -- cgit v1.3.1 From 861be585cc1f922da68d3836a42e23e5ff49c3b6 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Mon, 15 Jun 2026 23:47:17 +0200 Subject: doc: board: renesas: Document Renesas Ironhide board support Document support for Renesas Ironhide development board based on Renesas R-Car X5H (R8A78000) SoC. Fixes: cf71963778ee ("arm64: dts: renesas: Add Renesas R-Car X5H R8A78000 Ironhide board code") Fixes: 9d47a5a4d560 ("arm: renesas: Add Renesas R-Car R8A78000 X5H Cortex-M33 RSIP port") Signed-off-by: Marek Vasut --- doc/board/renesas/renesas.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc') diff --git a/doc/board/renesas/renesas.rst b/doc/board/renesas/renesas.rst index 7673a3e4224..fcfd51aa19c 100644 --- a/doc/board/renesas/renesas.rst +++ b/doc/board/renesas/renesas.rst @@ -198,6 +198,18 @@ Renesas is a SoC solutions provider for automotive and industrial applications. - 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) -- cgit v1.3.1 From ad90d1ec8b43aa3d7ec5790db5c5740472e47c96 Mon Sep 17 00:00:00 2001 From: Mattijs Korpershoek Date: Mon, 15 Jun 2026 14:29:28 +0200 Subject: doc: android: fastboot: Document halt behaviour It's possible to interrupt the fastboot command from the U-Boot shell using the Ctrl-c keybinding. Document this. Signed-off-by: Mattijs Korpershoek Reviewed-by: Sam Day --- doc/android/fastboot.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') 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 -- cgit v1.3.1