Hello Asami Doi, Angel Pons, Julius Werner, Paul Menzel, build bot (Jenkins), Patrick Georgi, Philipp Hug, Xiang Wang, ron minnich, HAOUAS Elyes, Jonathan Neuschäfer, Philipp Deppenwiese, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/33934
to look at the new patch set (#5).
Change subject: lib: Rewrite qemu-armv7 ramdetect ......................................................................
lib: Rewrite qemu-armv7 ramdetect
* Move armv7 RAM dection to a common place * Enable it for all emulated platforms * Use 32bit probe values and restore memory even on failure * Use the new logic on the following boards: ** qemu-armv7 ** qemu-riscv
Tested on qemu-system-riscv: Fixes kernel panic due to wrong memory limits reported.
Change-Id: I37386c6a95bfc3b7b25aeae32c6e14cff9913513 Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com --- A src/include/ramdetect.h M src/lib/Makefile.inc A src/lib/ramdetect.c M src/mainboard/emulation/qemu-armv7/Kconfig M src/mainboard/emulation/qemu-armv7/cbmem.c M src/mainboard/emulation/qemu-armv7/mainboard.c D src/mainboard/emulation/qemu-armv7/mainboard.h M src/mainboard/emulation/qemu-riscv/mainboard.c M src/soc/ucb/riscv/cbmem.c 9 files changed, 123 insertions(+), 81 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/34/33934/5