[coreboot] [commit] r5905 - in trunk/src/mainboard: asus/a8v-e_se asus/m2v-mx_se msi/ms9282

repository service svn at coreboot.org
Sat Oct 2 16:10:09 CEST 2010


Author: uwe
Date: Sat Oct  2 16:10:08 2010
New Revision: 5905
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5905

Log:
Don't define K8_4RANK_DIMM_SUPPORT, nothing uses it.

All these boards define QRANK_DIMM_SUPPORT anyway,
which is probably what was meant.

Signed-off-by: Jonathan Kollasch <jakllsch at kollasch.net>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>

Modified:
   trunk/src/mainboard/asus/a8v-e_se/romstage.c
   trunk/src/mainboard/asus/m2v-mx_se/romstage.c
   trunk/src/mainboard/msi/ms9282/romstage.c

Modified: trunk/src/mainboard/asus/a8v-e_se/romstage.c
==============================================================================
--- trunk/src/mainboard/asus/a8v-e_se/romstage.c	Sat Oct  2 14:51:38 2010	(r5904)
+++ trunk/src/mainboard/asus/a8v-e_se/romstage.c	Sat Oct  2 16:10:08 2010	(r5905)
@@ -98,8 +98,6 @@
 // defines S3_NVRAM_EARLY:
 #include "southbridge/via/k8t890/k8t890_early_car.c"
 
-#define K8_4RANK_DIMM_SUPPORT 1
-
 #include "northbridge/amd/amdk8/amdk8.h"
 #include "northbridge/amd/amdk8/incoherent_ht.c"
 #include "northbridge/amd/amdk8/coherent_ht.c"

Modified: trunk/src/mainboard/asus/m2v-mx_se/romstage.c
==============================================================================
--- trunk/src/mainboard/asus/m2v-mx_se/romstage.c	Sat Oct  2 14:51:38 2010	(r5904)
+++ trunk/src/mainboard/asus/m2v-mx_se/romstage.c	Sat Oct  2 16:10:08 2010	(r5905)
@@ -80,8 +80,6 @@
 // defines S3_NVRAM_EARLY:
 #include "southbridge/via/k8t890/k8t890_early_car.c"
 
-#define K8_4RANK_DIMM_SUPPORT 1
-
 #include "northbridge/amd/amdk8/amdk8.h"
 #include "northbridge/amd/amdk8/incoherent_ht.c"
 #include "northbridge/amd/amdk8/coherent_ht.c"

Modified: trunk/src/mainboard/msi/ms9282/romstage.c
==============================================================================
--- trunk/src/mainboard/msi/ms9282/romstage.c	Sat Oct  2 14:51:38 2010	(r5904)
+++ trunk/src/mainboard/msi/ms9282/romstage.c	Sat Oct  2 16:10:08 2010	(r5905)
@@ -95,8 +95,6 @@
        return smbus_read_byte(device, address);
 }
 
-//#define K8_4RANK_DIMM_SUPPORT 1
-
 #include "northbridge/amd/amdk8/amdk8_f.h"
 #include "northbridge/amd/amdk8/incoherent_ht.c"
 #include "northbridge/amd/amdk8/coherent_ht.c"




More information about the coreboot mailing list