Attention is currently required from: Paul Menzel.
Patrick Rudolph has uploaded a new patch set (#3) to the change originally created by Benjamin Doron. ( https://review.coreboot.org/c/coreboot/+/79228?usp=email )
Change subject: mb/emulation/qemu-{i440fx,q35}: Don't report ROM page tables as resource ......................................................................
mb/emulation/qemu-{i440fx,q35}: Don't report ROM page tables as resource
Select CPU_USE_EXTENDED_PAGE_TABLES_IN_BSS and thus switch to page tables in BSS. With page tables in cbmem it's no longer necessary to reserve parts of the DRAM previously used for page tables.
Change-Id: I106c1730787a88c03719acfb8a80e7b840b29997 Signed-off-by: Benjamin Doron benjamin.doron@9elements.com --- M src/cpu/qemu-x86/Kconfig M src/mainboard/emulation/qemu-i440fx/mainboard.c M src/mainboard/emulation/qemu-q35/mainboard.c 3 files changed, 2 insertions(+), 16 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/28/79228/3