Jonathan Neuschäfer has uploaded this change for review. ( https://review.coreboot.org/21656
Change subject: mb/emu/*-riscv: Remove outdated memory map ......................................................................
mb/emu/*-riscv: Remove outdated memory map
Change-Id: I8919719865bc7ae8d13f025999caf8b5836b88ab Signed-off-by: Jonathan Neuschäfer j.neuschaefer@gmx.net --- M src/mainboard/emulation/qemu-riscv/Kconfig M src/mainboard/emulation/spike-riscv/Kconfig 2 files changed, 0 insertions(+), 20 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/21656/1
diff --git a/src/mainboard/emulation/qemu-riscv/Kconfig b/src/mainboard/emulation/qemu-riscv/Kconfig index 06cbe6a..5e4ea2d 100644 --- a/src/mainboard/emulation/qemu-riscv/Kconfig +++ b/src/mainboard/emulation/qemu-riscv/Kconfig @@ -44,14 +44,4 @@ int default 32768
-# Memory map for qemu riscv -# -# 0x0000_0000: jump instruction (by qemu) -# 0x0002_0000: bootblock (entry of kernel / firmware) -# 0x0003_0000: romstage, assume up to 128KB in size. -# 0x0007_ff00: stack pointer -# 0x0010_0000: CBFS header -# 0x0011_0000: CBFS data -# 0x0100_0000: reserved for ramstage - endif # BOARD_EMULATION_QEMU_UCB_RISCV diff --git a/src/mainboard/emulation/spike-riscv/Kconfig b/src/mainboard/emulation/spike-riscv/Kconfig index fd2f4f5..ab5e7c9 100644 --- a/src/mainboard/emulation/spike-riscv/Kconfig +++ b/src/mainboard/emulation/spike-riscv/Kconfig @@ -40,14 +40,4 @@ string default "UCB"
-# Memory map for qemu riscv -# -# 0x0000_0000: jump instruction (by qemu) -# 0x0002_0000: bootblock (entry of kernel / firmware) -# 0x0003_0000: romstage, assume up to 128KB in size. -# 0x0007_ff00: stack pointer -# 0x0010_0000: CBFS header -# 0x0011_0000: CBFS data -# 0x0100_0000: reserved for ramstage - endif # BOARD_EMULATION_SPIKE_UCB_RISCV