]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: riscv: falcon: move fdt blob to specified address
authorRandolph <randolph@andestech.com>
Fri, 29 Dec 2023 08:32:22 +0000 (16:32 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 31 Jan 2024 08:51:03 +0000 (16:51 +0800)
commit10c4ab898c251a9f8d79b525880a1751b4815350
treed87c8969a165f68a408f5986035648e642aa62ee
parent011d07b4d8de909202f0d137a53e83ea110436e3
spl: riscv: falcon: move fdt blob to specified address

In Falcon Boot mode, the fdt blob should be move to the RAM from
kernel BSS section. To avoid being cleared by BSS initialisation.
SPL_PAYLOAD_ARGS_ADDR is the address where SPL copies.

Signed-off-by: Randolph <randolph@andestech.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
board/AndesTech/ae350/ae350.c
common/spl/Kconfig
common/spl/spl_opensbi.c