Make ASUS P3B-F RAM init actually work by enabling SPD access.
[coreboot.git] / src / southbridge / intel / i82371eb / i82371eb.h
index cb4356ef8ae252de36affb2e4e314e94d36f6d6c..1093766dbef4764d54216138871801d605d29b7e 100644 (file)
@@ -72,5 +72,6 @@ void i82371eb_hard_reset(void);
 #define SSDE1                  (1 << 3)  /* Secondary Drive 1 UDMA/33 */
 #define ISA                    (1 << 0)  /* Select ISA */
 #define EIO                    (0 << 0)  /* Select EIO */
+#define PMIOSE                 (1 << 0)  /* PM I/O Space Enable */
 
 #endif /* SOUTHBRIDGE_INTEL_I82371EB_I82371EB_H */