Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43014 )
Change subject: arch/x86: Remove RELOCATABLE_RAMSTAGE ......................................................................
Patch Set 1:
(2 comments)
https://review.coreboot.org/c/coreboot/+/43014/1/src/lib/prog_loaders.c File src/lib/prog_loaders.c:
https://review.coreboot.org/c/coreboot/+/43014/1/src/lib/prog_loaders.c@134 PS1, Line 134: } else if (cbfs_prog_stage_load(&ramstage)) spurious brace
https://review.coreboot.org/c/coreboot/+/43014/1/src/security/memory/Kconfig File src/security/memory/Kconfig:
https://review.coreboot.org/c/coreboot/+/43014/1/src/security/memory/Kconfig... PS1, Line 8: default n Given the CBMEM assumption in the implementation, should this be
default y depends on ARCH_X86
?