[coreboot] Asus B202 port

Stefan Reinauer stefan.reinauer at coreboot.org
Sat Apr 2 00:30:48 CEST 2011


* yuen at klacno.sk <yuen at klacno.sk> [110401 20:59]:
> Hi, I'm working on port coreboot to Asus Eee Box B202
> (http://www.asus.com/product.aspx?P_ID=QUObl5lSRQQ3lSqJ). Code is based on
> Intel d945gclf target.
> 
> So far I have console running. Boot halts on sdram initialization before
> "Extended Mode Register Set(2)", sometime goes one or two steps ahead.
> 
> Any idea how to move on?

Several:

* Are you selecting NORTHBRIDGE_INTEL_I945GC in your mainboard Kconfig
  file? Then you are using code for the wrong chipset. You need to
  select NORTHBRIDGE_INTEL_I945GM.

* Are you using the coreboot reference toolchain? If not, and the
  above does not work, please build the coreboot reference toolchain
  with util/crossgcc/buildgcc, then delete your .xcompile file.

Stefan





More information about the coreboot mailing list