Hello build bot (Jenkins), Patrick Georgi, Martin Roth, Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43014
to look at the new patch set (#2).
Change subject: arch/x86: Remove RELOCATABLE_RAMSTAGE ......................................................................
arch/x86: Remove RELOCATABLE_RAMSTAGE
We always have it, no need to support opting-out.
For PLATFORM_HAS_DRAM_CLEAR there is a dependency of ramstage located inside CBMEM, which is only true with ARCH_X86.
Change-Id: I5cbf4063c69571db92de2d321c14d30c272e8098 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M src/Kconfig M src/arch/x86/Makefile.inc D src/arch/x86/gdt.c M src/arch/x86/memlayout.ld M src/lib/prog_loaders.c M src/security/memory/Kconfig M src/security/memory/memory_clear.c 7 files changed, 8 insertions(+), 81 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/43014/2