Marc Karasek uploaded patch set #3 to this change.

View Change

BUG#254: Fixed configuration for DDR Size discovered by coreboot

For qemu-riscv value was incorrect. It was set to 32768 which
in turn was being used as 32768MB (32+GB), instead of the 32MB
it was intended to represent.

Change value so it is a select option based on in menuconfig
based on what you want coreboot to "discover" on boot.

Current three options are :
128MB
256MB
512MB

NOTE: You must specify greater than what is chosen from
the above items on the qemu cmdline.

Signed-off-by: Marc Karasek <mkarasek@cryptocoretech.com>
Change-Id: Idef44eb8baf3e89d7c74fa452fc60b7beefa2c48
---
M src/mainboard/emulation/qemu-riscv/Kconfig
1 file changed, 27 insertions(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/38904/3

To view, visit change 38904. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Idef44eb8baf3e89d7c74fa452fc60b7beefa2c48
Gerrit-Change-Number: 38904
Gerrit-PatchSet: 3
Gerrit-Owner: Marc Karasek <marckarasek@gmail.com>
Gerrit-Reviewer: Marc Karasek <marckarasek@gmail.com>
Gerrit-Reviewer: Philipp Hug <philipp@hug.cx>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-Reviewer: ron minnich <rminnich@gmail.com>
Gerrit-MessageType: newpatchset