Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74560 )
Change subject: arch/x86/Kconfig: Change default pt location if !SEPARATE_ROMSTAGE ......................................................................
arch/x86/Kconfig: Change default pt location if !SEPARATE_ROMSTAGE
When romstage code is linked inside the bootblock it gets bigger so move the page tables up.
Change-Id: Iea13d53c13c2744c1ab5bb48f872614652b5fccd Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/arch/x86/Kconfig 1 file changed, 14 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/74560/1
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index 8d2295b..e09f44a 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -87,6 +87,7 @@ config ARCH_X86_64_PGTBL_LOC hex "x86_64 page table location in CBFS" depends on ARCH_BOOTBLOCK_X86_64 + default 0xfffe3000 if !SEPARATE_ROMSTAGE default 0xfffe9000 help The position where to place pagetables. Needs to be known at