Aaron Durbin 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 4:
(1 comment)
I think you do need
https://review.coreboot.org/c/coreboot/+/34751/4/src/arch/x86/postcar_loader... File src/arch/x86/postcar_loader.c:
https://review.coreboot.org/c/coreboot/+/34751/4/src/arch/x86/postcar_loader... PS4, Line 200: { You still need to make sure relocatable ramstage is selected. I think you can do that with a _staticassert here.