<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Aug 7, 2014 at 10:21 PM, Alex Henrie <span dir="ltr"><<a href="mailto:alexhenrie24@gmail.com" target="_blank">alexhenrie24@gmail.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi,<br>
<br>
What is needed to support the Intel HM76 chipset? It looks like Intel<br>
has provided some example code already: </blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
<a href="https://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&DwnldID=23615" target="_blank">https://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&DwnldID=23615</a></blockquote><div><br></div><div>The good news is that HM76 (or at least very similar chipsets) are already supported in coreboot :-)</div>


<div><br></div><div>The bad news is that there are many other factors to consider which are specific to the platform you intend to target. Look around the codebase and try to find something that most matches the criteria you are targeting. The Kconfig files under src/mainboard/* list the components of each mainboard pretty well.</div>


<div><br></div><div>Porting to a totally new mainboard can take a few days or maybe weeks if you have all the CPU/chipset documentation, mainboard schematics, and requisite vendor-provided binaries (especially for Intel platforms). If you have none of the documentation or binaries then it can take several months assuming you're skilled and knowledgeable of x86 platforms, years if not.</div>


<div><br></div><div>Start with the Lenovo x230 (Ivy Bridge) since phcoder (a highly skilled and knowledgeable dude) <a href="http://review.coreboot.org/gitweb?p=coreboot.git;a=commit;h=7686a56574a6773717b49a51786f301970d1c69c" target="_blank">wrote native RAM init code on his own</a>, an impressive feat that probably took him a few months. If you have a business relationship with Intel you can ask them for a binary to do the same thing for whatever northbridge you are targeting.</div>


<div><br></div><div>HTH.</div><div><br></div></div>-- <br>David Hendricks (dhendrix)<br>Systems Software Engineer, Google Inc.
</div></div>