aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/via/vt8237r/vt8237r.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2010-09-08 11:00:25 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-09-08 11:00:25 +0000
commitc3c9b01efb50c691bacc4a9acc7abf69d5640eae (patch)
tree9cd80d2ff5680d6bebf2f3fd701ecc29ebb237a1 /src/southbridge/via/vt8237r/vt8237r.h
parenta4c0a1d6e6669736e101ada54b81d529f7c84cde (diff)
Code must not access the smbus registers before the RTC power well is
ready (PSON gating). Some boards boot faster than this power well stabilization, and thus see bad data when accessing the smbus registers. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5788 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/via/vt8237r/vt8237r.h')
-rw-r--r--src/southbridge/via/vt8237r/vt8237r.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/via/vt8237r/vt8237r.h b/src/southbridge/via/vt8237r/vt8237r.h
index 54a46f8a72..d54c533aee 100644
--- a/src/southbridge/via/vt8237r/vt8237r.h
+++ b/src/southbridge/via/vt8237r/vt8237r.h
@@ -47,6 +47,7 @@
#define IDE_UDMA 0x50
/* SMBus */
+#define VT8237R_PSON 0x82
#define VT8237R_POWER_WELL 0x94
#define VT8237R_SMBUS_IO_BASE_REG 0xd0
#define VT8237R_SMBUS_HOST_CONF 0xd2