u-boot/board/AndesTech/ax25-ae350
Rick Chen c5740bc1b2 riscv: ae350: support OpenSBI 1.0+ which enable FW_PIC
Original OpenSBI (without FW_PIC) will relocate itself
from 0x1000000 to 0x0. After OpenSBI added FW_PIC codes,
it will not relocate any more and always run at 0x1000000.
Hence, it may overlap with Kernel memory region. So it is
necessary to change OpenSBI address from 0x1000000 to 0x0.

More details can refer to commit cb052d7712
("riscv: qemu: spl: Fix booting Linux kernel with OpenSBI 1.0+")

Signed-off-by: Rick Chen <rick@andestech.com>
Reviewed-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Bin Meng <bmeng@tinylab.org>
2023-02-01 16:17:53 +08:00
..
ax25-ae350.c riscv: ae350: Check firmware_fdt_addr header 2022-10-20 15:26:31 +08:00
Kconfig riscv: ae350: support OpenSBI 1.0+ which enable FW_PIC 2023-02-01 16:17:53 +08:00
MAINTAINERS riscv: ax25-ae350: add SPL configuration 2019-12-10 08:23:10 +08:00
Makefile board: nx25-ae250: Rename as ax25-ae350 2018-05-29 14:45:02 +08:00