Re: [coreboot] Intel HM76 support

2014-08-12 Thread Alex Henrie
2014-08-08 18:18 GMT-06:00 David Hendricks :
> The good news is that HM76 (or at least very similar chipsets) are already
> supported in coreboot :-)
>
> 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.
>
> 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.
>
> Start with the Lenovo x230 (Ivy Bridge) since phcoder (a highly skilled and
> knowledgeable dude) wrote native RAM init code on his own, 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.
>
> HTH.

Thanks for the detailed response! Unfortunately, it doesn't look like
I'll have time to work on this project for several months, if at all.

The specific motherboard I'd like to add support for comes from the
Lenovo IdeaPad Z500 Touch. It has an i5-3230M and an HM76. Again, I'd
be happy to donate hardware to anyone willing to work on support for
this or similar motherboards.

-Alex

-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot


[coreboot] Intel HM76 support

2014-08-07 Thread Alex Henrie
Hi,

What is needed to support the Intel HM76 chipset? It looks like Intel
has provided some example code already:

https://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&DwnldID=23615

I'm willing to donate hardware if it will help. I'm also not opposed
to hunting for documentation or writing some C code.

-Alex

-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot