diff options
| author | Rick Chen <[email protected]> | 2023-01-04 10:37:48 +0800 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2023-02-01 16:17:53 +0800 |
| commit | c5740bc1b2f069a58fae28bee28dbda0e5c6f5dc (patch) | |
| tree | d582a87302ddf3790def2954006b13d9011b8810 /scripts | |
| parent | 3c60e59a4f540ae28dc51a4044f9733169cd7081 (diff) | |
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 cb052d771200
("riscv: qemu: spl: Fix booting Linux kernel with OpenSBI 1.0+")
Signed-off-by: Rick Chen <[email protected]>
Reviewed-by: Samuel Holland <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
