[coreboot] [PATCH] Implement DIMM loading for DDR on K8

Stefan Reinauer stepan at coreboot.org
Sun Dec 12 01:59:51 CET 2010


* Rudolf Marek <r.marek at assembler.cz> [101212 01:10]:
> Hi,
> 
> Yes it is tested on real HW. Attaching refreshed patch because
> 
> #if CONFIG_ ... SOCKET939 == 1
> 
> #endif
> 
> Is undefined, so I changed that to
> 
> #if defined(....)


that's not good enough i think. It might be 0, then defined would hit
even though it should not.


Stefan




More information about the coreboot mailing list