Memory initialization support for AMD Fam10 B3 (B0-B2 already supported).
[coreboot.git] / src / northbridge / amd / amdmct / amddefs.h
index 127173827e610f0e5ae4d10bd858cd184a897eb9..6ff9d02b34f3242875fb0fbc655f2cda24158497 100644 (file)
@@ -53,6 +53,7 @@
 #define        AMD_GT_F0       (AMD_NPT_ALL AND NOT AMD_NPT_F0)
 #define        AMD_DR_Ax       (AMD_DR_A0A + AMD_DR_A1B + AMD_DR_A2)
 #define        AMD_DR_Bx       (AMD_DR_B0 | AMD_DR_B1 | AMD_DR_B2 | AMD_DR_B3 | AMD_DR_BA)
+#define        AMD_DR_LT_B2    (AMD_DR_B0 | AMD_DR_B1 | AMD_DR_BA)
 #define        AMD_DR_LT_B3    (AMD_DR_B0 | AMD_DR_B1 | AMD_DR_B2 | AMD_DR_BA)
 #define        AMD_DR_GT_B0    (AMD_DR_ALL & ~(AMD_DR_B0))
 #define        AMD_DR_ALL      (AMD_DR_Bx)