Rudolf Marek ([email protected]) just uploaded a new patch set to gerrit, 
which you can find at http://review.coreboot.org/449

-gerrit

commit 82565a8f061bd46f0d8625a848ea49e97cba8751
Author: Rudolf Marek <[email protected]>
Date:   Wed Nov 23 00:23:43 2011 +0100

    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 <[email protected]>
---
 src/mainboard/asus/a8v-e_se/romstage.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/mainboard/asus/a8v-e_se/romstage.c 
b/src/mainboard/asus/a8v-e_se/romstage.c
index 4e08859..4193452 100644
--- a/src/mainboard/asus/a8v-e_se/romstage.c
+++ b/src/mainboard/asus/a8v-e_se/romstage.c
@@ -147,10 +147,10 @@ void cache_as_ram_main(unsigned long bist, unsigned long 
cpu_init_detectedx)
        static const uint16_t spd_addr[] = {
                // Node 0
                DIMM0, DIMM2, 0, 0,
-               DIMM1, DIMM3, 0, 0,
+               0, 0, 0, 0,
                // Node 1
-               DIMM4, DIMM6, 0, 0,
-               DIMM5, DIMM7, 0, 0,
+               DIMM1, DIMM3, 0, 0,
+               0, 0, 0, 0,
        };
        unsigned bsp_apicid = 0;
        int needs_reset = 0;

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to