[coreboot] Baytrail: FspInitApi causing unknown post code

Zvi Vered veredz72 at gmail.com
Sat Nov 10 05:50:50 CET 2018


Hello,

In fsp_util.c I added 2 lines after FspInitApi:
...
post_code(POST_FSP_MEMORY_INIT);
FspInitApi(&FspInitParams);

post_code (0x66);
while (1);
/* Should never return. Control will continue from ContinuationFunc */
die("Uh Oh! FspInitApi returned");

After booting I *** did not *** get 0x66 which is good.
But I got post code 0x1E.
It is not from coreboot source.

How can I debug it ?
Can wrong FSP settings cause this ?

Thank you,
Zvika
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot/attachments/20181110/ca0a5e08/attachment.html>


More information about the coreboot mailing list