Jett Rink has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/32773 )
Change subject: post_code: add post code for memory error ......................................................................
Patch Set 4:
(1 comment)
https://review.coreboot.org/#/c/32773/2/src/drivers/intel/fsp1_1/raminit.c File src/drivers/intel/fsp1_1/raminit.c:
https://review.coreboot.org/#/c/32773/2/src/drivers/intel/fsp1_1/raminit.c@2... PS2, Line 201: post_code(POST_INVALID_FSP); : die("ERROR - HOB pointer is NULL!\n");
Looks like the uses of hob_list_ptr outside of this block all have NULL checks. […]
Done