On Mon, Sep 06, 2010 at 07:25:36PM +0200, Peter Stuge wrote:
Kevin O'Connor wrote:
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.
src/southbridge/via/vt8237r/vt8237r.h | 1 + src/southbridge/via/vt8237r/vt8237r_early_smbus.c | 9 +++++++++ 2 files changed, 10 insertions(+), 0 deletions(-)
Hint: use git commit -s to add Signed-off-by: automatically.
Sorry about that:
Signed-off-by: Kevin O'Connor kevin@koconnor.net
Acked-by: Peter Stuge peter@stuge.se
Thanks - I don't have commit access so someone will need to check it in.
-Kevin