arm64: renesas: Move early SPL stack into System RAM SRAM on R-Car V4H boards
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 15 Jun 2025 10:47:51 +0000 (12:47 +0200)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 18 Jun 2025 15:18:43 +0000 (17:18 +0200)
commit668b2d791d94d4fd6a4be6d7dfa822b072017378
tree0bfb00b4c0c9cb745b996e36f18dd8d03c2f1be4
parent17012e3068d047ad71460f039eeb0c3be63f82a0
arm64: renesas: Move early SPL stack into System RAM SRAM on R-Car V4H boards

The CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xeb300000 does not make it into
board .config on either R-Car V4H White Hawk or Sparrow Hawk, remove
this configuration option. The early SPL stack is however pointing
into the RT-VRAM and may corrupt payload loaded into the RT-VRAM by
the BootROM. Set the early SPL stack at fixed location at the end of
System RAM instead, where it cannot interfere with the payload loaded
into RT-VRAM.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
configs/r8a779g0_whitehawk_defconfig
configs/r8a779g3_sparrowhawk_defconfig