[coreboot] coreboot for Intel D945GCLF

Stefan Reinauer stepan at coresystems.de
Sat Sep 26 00:10:09 CEST 2009


Ken.Fuchs at bench.com wrote:
> I'm trying to port coreboot to an Intel D945GCLF desktop board.  Has
> anyone else
> worked on porting coreboot to it?
>
>   
Yes, we have a half done port sitting around. Cache-As-Ram is working
nicely for the Atom, but it does not survive ram init yet.
> I noticed the following coreboot mailing list message suggesting that
> its single
> DIMM slot could be an issue:
>   

Not anymore. The 1DIMM issue was solved a while back...

The issue is that the chipset requires different values in basically all
the lookup tables in the ram init code (like drive strength) because
it's not the mobile version of the chipset. (src/northbridge/i945/raminit.c)
This also requires some work on the chipset detection part in the i945
code.

Stefan




More information about the coreboot mailing list