- fixup Bitworks/IMS to use private copy of SMbus debug routines
Re-enable the SPD dump routine in this Bitworks/IMS code and make it work like the Asus/p2b. This avoids having to hack the sdram/generic_dump_spd.c for a single mem controller. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2352 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
924f92faa2
commit
01789b630f
|
@ -90,8 +90,8 @@ static inline int spd_read_byte(unsigned device, unsigned address)
|
|||
|
||||
|
||||
#include "northbridge/intel/i440bx/raminit.c"
|
||||
#include "northbridge/intel/i440bx/debug.c"
|
||||
#include "sdram/generic_sdram.c"
|
||||
//#include "sdram/generic_dump_spd.c"
|
||||
|
||||
static void main(unsigned long bist)
|
||||
{
|
||||
|
@ -117,7 +117,7 @@ static void main(unsigned long bist)
|
|||
report_bist_failure(bist);
|
||||
|
||||
enable_smbus();
|
||||
// dump_spd_registers(&cpu[0]);
|
||||
dump_spd_registers(&cpu[0]);
|
||||
|
||||
#if 0
|
||||
enable_shadow_ram();
|
||||
|
|
Loading…
Reference in New Issue