<div dir="ltr">Hello<div><br></div><div>After my previous failure, I'm now just trying to compile a coreboot with x60 native video init following libreboot tutorial.</div><div><br></div><div>What I did so far:</div><div>

<pre style="font-family:monospace,Courier;padding:1em;border:1px solid rgb(221,221,221);color:rgb(0,0,0);line-height:1.3em;font-size:13px;background-color:rgb(249,249,249)">$ <b>git clone <a href="http://review.coreboot.org/p/coreboot">http://review.coreboot.org/p/coreboot</a></b>
$ <b>cd coreboot</b>
$ <b>git submodule update --init --checkout</b>
</pre></div><div><span style="font-family:arial,sans-serif;font-size:13px">$ git fetch </span><a href="http://review.coreboot.org/coreboot" target="_blank" style="font-family:arial,sans-serif;font-size:13px">http://review.coreboot.org/coreboot</a><span style="font-family:arial,sans-serif;font-size:13px"> refs/changes/20/</span><span style="font-family:arial,sans-serif;font-size:13px">5320/6 && git checkout FETCH_HEAD</span><br style="font-family:arial,sans-serif;font-size:13px">

<span style="font-family:arial,sans-serif;font-size:13px">$ git fetch </span><a href="http://review.coreboot.org/coreboot" target="_blank" style="font-family:arial,sans-serif;font-size:13px">http://review.coreboot.org/coreboot</a><span style="font-family:arial,sans-serif;font-size:13px"> refs/changes/45/</span><span style="font-family:arial,sans-serif;font-size:13px">5345/1 && git cherry-pick FETCH_HEAD</span><br style="font-family:arial,sans-serif;font-size:13px">

</div><div><div><span style="font-family:arial,sans-serif;font-size:13px">$ git fetch </span><a href="http://review.coreboot.org/coreboot" target="_blank" style="font-family:arial,sans-serif;font-size:13px">http://review.coreboot.org/coreboot</a><span style="font-family:arial,sans-serif;font-size:13px"> refs/changes/68/</span><span style="font-family:arial,sans-serif;font-size:13px">5868/1 && git cherry-pick FETCH_HEAD</span><br style="font-family:arial,sans-serif;font-size:13px">

</div></div><div><br></div><div>However at compilation time, I get an implicit declaration of function "set_top_of_ram" in i945/northbridge.c (173:2)</div><div><br></div><div>I guess I'm doing something wrong with git, but I'm not sure what.</div>

<div><br></div><div>Could anyone provide instructions to checkout a version of coreboot with the native x60 video init that compiles? (and ideally with the serial port for tablet mode too)</div><div><br></div><div>Thanks</div>

<div><br></div></div>