[coreboot] [PATCH] Wait for RTC power well on vt8237r early smbus.

Kevin O'Connor kevin at koconnor.net
Mon Sep 6 20:12:50 CEST 2010


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 at koconnor.net>

> Acked-by: Peter Stuge <peter at stuge.se>

Thanks - I don't have commit access so someone will need to check it
in.

-Kevin




More information about the coreboot mailing list