<div dir="ltr"><div><div>Hi Giuseppe,<br><br></div>When you try building by setting 
different mainboards, are you running make distclean between those 
attempts?  If not, you can easily wind up with a .config where settings 
and options aren't appropriate for your board.<br><br>For your Sapphire 
system, the AMD Bettong board might be close enough to get you started. 
 If you want to give it a shot, you can try the following.  Make sure 
you have some method for reflashing your original BIOS, of course, 
because this probably won't work initially.<br></div><br>1) Create a .config file using the following<br><div>CONFIG_USE_BLOBS=y<br>CONFIG_VENDOR_AMD=y<br>CONFIG_VGA_BIOS_ID="1002,9874"<br>CONFIG_VGA_BIOS=y<br>CONFIG_VGA_BIOS_FILE="3rdparty/blobs/northbridge/amd/00660F01/CarrizoGenericVbios.bin"<br>CONFIG_HUDSON_UART=y<br>CONFIG_VGA_ROM_RUN=y<br><br></div><div>2) Run make olddefconfig<br><br></div><div>3)
 I've assumed the board's two serial connectors are connected to the APU
 and not on a SuperIO (CONFIG_HUDSON_UART=y).  Unfortunately, the Merlin
 Falcon binaryPI has a "feature" that prevents this from working.  
Ricardo has an easy workaround to allow the UART to function.  
Cherry-pick the patch here:<br><a href="https://review.coreboot.org/#/c/17924/">https://review.coreboot.org/#/c/17924/</a><br><br></div><div>Thanks,<br></div>Marshall<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jan 29, 2017 at 5:50 PM, giuseppe.ferrigni--- via coreboot <span dir="ltr"><<a href="mailto:coreboot@coreboot.org" target="_blank">coreboot@coreboot.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div></div>Hello to all,<br><br>I'm getting confidence with coreboot for the first time. I followed instruction in the "Lesson1" article for a very basic build and everything gone well. Now I'm trying to build coreboot for a real board (amd ipc_fp4_dp not present in current release) but setting several mainbord devices results in different errors. One of these is the following:<br><span class="m_1796704741762467198pl-c1"><br>cbfstool: /home/oxboxes/coreboot/util/<wbr>cbfstool/cbfstool_image.c:666: cbfs_add_entry: Assertion '' !IS_TOP_ALIGNED_ADDRESS</span>(<wbr>content_offset)' failed<br><br>Due to lack of tutorial to understand the coreboot structure, can someone help me to understand why the building process fail?<span class="HOEnZb"><font color="#888888"><br><br>Giuseppe<br></font></span><br>--<br>
coreboot mailing list: <a href="mailto:coreboot@coreboot.org">coreboot@coreboot.org</a><br>
<a href="https://www.coreboot.org/mailman/listinfo/coreboot" rel="noreferrer" target="_blank">https://www.coreboot.org/<wbr>mailman/listinfo/coreboot</a><br></blockquote></div><br></div>