Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35022 )
Change subject: lib: hardwaremain: Call exception_init() as soon as possible ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/35022/1/src/lib/hardwaremain.c File src/lib/hardwaremain.c:
https://review.coreboot.org/c/coreboot/+/35022/1/src/lib/hardwaremain.c@457 PS1, Line 457: exception_init(); Place this after the post_code(POST_CONSOLE_READY)? In case things go wrong with exception init at least the post code would serve as a indicator.