Fix Asus A8V-E SE DIMM slot mapping

Fix the DIMM mappings, channel 0 is "B" on board,
and secondary channel is on 0x51,0x53

Change-Id: I8c49c4efb90a4297aaea0be2159435dadab9ac0a
Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
Reviewed-on: http://review.coreboot.org/449
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
Rudolf Marek 2011-11-23 00:23:43 +01:00 committed by Patrick Georgi
parent b5320573c3
commit f22a6d0c5e
1 changed files with 3 additions and 3 deletions

View File

@ -147,10 +147,10 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
static const uint16_t spd_addr[] = { static const uint16_t spd_addr[] = {
// Node 0 // Node 0
DIMM0, DIMM2, 0, 0, DIMM0, DIMM2, 0, 0,
DIMM1, DIMM3, 0, 0, 0, 0, 0, 0,
// Node 1 // Node 1
DIMM4, DIMM6, 0, 0, DIMM1, DIMM3, 0, 0,
DIMM5, DIMM7, 0, 0, 0, 0, 0, 0,
}; };
unsigned bsp_apicid = 0; unsigned bsp_apicid = 0;
int needs_reset = 0; int needs_reset = 0;