Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34751 )
Change subject: arch/x86: Add new API for run_ramstage_phase() ......................................................................
Patch Set 9:
(1 comment)
https://review.coreboot.org/c/coreboot/+/34751/7/src/arch/x86/postcar_loader... File src/arch/x86/postcar_loader.c:
https://review.coreboot.org/c/coreboot/+/34751/7/src/arch/x86/postcar_loader... PS7, Line 229: die("RELOCATABLE_RAMSTAGE must be selected!");
You could turn this into an #error as well instead of a runtime die(). […]
Done