<div dir="ltr"><div><div><div>Hey Paul,<br><br></div>I don't have either of these two systems, and have only quickly scanned the Kabini AGESA source.<br><br>But if I had to make a guess, I believe the GetDmiInfoMain() likely has a problem with its return value. Look at how it returns Flag, but the function starts by setting Flag=TRUE. Since Flag is an AGESA_STATUS and gets downgraded as necessary, it should've been initialized with AGESA_SUCCESS instead. The same idea applies to GetType4Type7Info() too.<br><br></div><div>It's not immediately apparent to me where the apu2 board picks up its buildOpts, but most systems are configured for BUILDOPT_REMOVE_CDIT TRUE. I seem to recall CDIT causing an error to be returned if the option wasn't removed (as in imb-a180/buildOpts.c).<br></div><div><br></div>Thanks,<br></div>Marshall<br><br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 16, 2018 at 1:50 AM, Paul Menzel <span dir="ltr"><<a href="mailto:paulepanter@users.sourceforge.net" target="_blank">paulepanter@users.sourceforge.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">Dear coreboot folks,<br>
<br>
<br>
Looking through the board status uploads, the AMD Family 15h and 16h<br>
uploads contain lines with *ASSERTION ERROR*. For example:<br>
<br>
asrock/imb-a180/4.6-812-<wbr>g4a1d450/2017-07-22T05_25_01Z/<wbr>coreboot_console.txt:ASSERTION ERROR: file 'src/vendorcode/amd/agesa/<wbr>f16kb/Proc/CPU/<wbr>cpuGeneralServices.c', line 779<br>
<br>
pcengines/apu2/4.6-1904-<wbr>ga547e40/2017-10-26T06_40_33Z/<wbr>coreboot_console.txt:ASSERTION ERROR: file 'src/northbridge/amd/pi/<wbr>agesawrapper.c', line 279<br>
<br>
Has somebody analyzed those yet?<br>
<br>
<br>
Kind regards,<br>
<br>
Paul</div></div><br>-- <br>
coreboot mailing list: <a href="mailto:coreboot@coreboot.org">coreboot@coreboot.org</a><br>
<a href="https://mail.coreboot.org/mailman/listinfo/coreboot" rel="noreferrer" target="_blank">https://mail.coreboot.org/<wbr>mailman/listinfo/coreboot</a><br></blockquote></div><br></div>