Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34752 )
Change subject: arch/x86: Attempt to boot without postcar stage/phase ......................................................................
Patch Set 9:
(3 comments)
https://review.coreboot.org/c/coreboot/+/34752/6/src/arch/x86/c_start.S File src/arch/x86/c_start.S:
https://review.coreboot.org/c/coreboot/+/34752/6/src/arch/x86/c_start.S@19 PS6, Line 19: #endif
Got it. So it does need the guard. […]
Done
https://review.coreboot.org/c/coreboot/+/34752/9/src/arch/x86/exit_car.S File src/arch/x86/exit_car.S:
https://review.coreboot.org/c/coreboot/+/34752/9/src/arch/x86/exit_car.S@44 PS9, Line 44: executing
be executing
Done
https://review.coreboot.org/c/coreboot/+/34752/9/src/arch/x86/exit_car.S@146 PS9, Line 146: call ramstage_start
I think this should just be a jmp. […]
Done