All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Enable serial NOR flash on RZ/G3E SMARC EVK
@ 2025-05-08 18:31 Biju Das
  2025-05-08 18:31 ` [PATCH 1/2] arm64: dts: renesas: r9a09g047: Add XSPI node Biju Das
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Biju Das @ 2025-05-08 18:31 UTC (permalink / raw)
  To: Geert Uytterhoeven, Magnus Damm, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: Biju Das, linux-renesas-soc, devicetree, Prabhakar Mahadev Lad,
	Biju Das

This patch series aims to enable serial NOR flash on RZ/G3E SMARC EVK.

We can flash bootloaders in Linux by executing the below commands:
flash_erase /dev/mtd0  0 0
flash_erase /dev/mtd1  0 0
mtd_debug write /dev/mtd0 0 ${BL2_FILE_SIZE} ${BL2_IMAGE}
mtd_debug write /dev/mtd1 0 ${FIP_FILE_SIZE} ${FIP_IMAGE}

Biju Das (2):
  arm64: dts: renesas: r9a09g047: Add XSPI node
  arm64: dts: renesas: rzg3e-smarc-som: Enable serial nor flash

 arch/arm64/boot/dts/renesas/r9a09g047.dtsi    | 21 +++++++++
 .../boot/dts/renesas/rzg3e-smarc-som.dtsi     | 46 +++++++++++++++++++
 2 files changed, 67 insertions(+)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-05-21  9:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-08 18:31 [PATCH 0/2] Enable serial NOR flash on RZ/G3E SMARC EVK Biju Das
2025-05-08 18:31 ` [PATCH 1/2] arm64: dts: renesas: r9a09g047: Add XSPI node Biju Das
2025-05-09  8:42   ` kernel test robot
2025-05-09  8:57     ` Biju Das
2025-05-09 12:07       ` Philip Li
2025-05-21  9:41   ` Geert Uytterhoeven
2025-05-08 18:31 ` [PATCH 2/2] arm64: dts: renesas: rzg3e-smarc-som: Enable serial nor flash Biju Das
2025-05-21  9:43   ` Geert Uytterhoeven
2025-05-08 18:37 ` [PATCH 0/2] Enable serial NOR flash on RZ/G3E SMARC EVK Biju Das

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.