]> Git Repo - u-boot.git/commit
riscv: qemu: Use different SYS_TEXT_BASE for S-mode
authorAnup Patel <[email protected]>
Mon, 3 Dec 2018 05:27:41 +0000 (10:57 +0530)
committerAndes <[email protected]>
Wed, 5 Dec 2018 06:13:59 +0000 (14:13 +0800)
commitef8c3d3fcec71bdd1d9d64097436041bbd48ba5c
tree94981fa9a4818ca876fce2ba26edd4b21c182c5e
parentd2db2a8fa4f190d6d78ee7e9e642a180664cbccf
riscv: qemu: Use different SYS_TEXT_BASE for S-mode

When u-boot runs in S-mode, the M-mode runtime firmware
(BBL or equivalent) uses memory range in 0x80000000 to
0x80200000. Due to this, we cannot use 0x80000000 as
SYS_TEXT_BASE when running in S-mode. Instead for S-mode,
we use 0x80200000 as SYS_TEXT_BASE.

Even Linux RISC-V kernel ignores/reserves memory range
0x80000000 to 0x80200000 because it runs in S-mode.

Signed-off-by: Anup Patel <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Tested-by: Bin Meng <[email protected]>
Reviewed-by: Lukas Auer <[email protected]>
board/emulation/qemu-riscv/Kconfig
This page took 0.035479 seconds and 4 git commands to generate.