On Sat, Oct 11, 2008 at 1:12 PM, Uwe Hermann <[EMAIL PROTECTED]> wrote:
> On Sat, Oct 11, 2008 at 12:42:43PM -0400, Corey Osgood wrote: > > Signed-off-by: Corey Osgood <[EMAIL PROTECTED]> > > Acked-by: Uwe Hermann <[EMAIL PROTECTED]> Committed (with some minor changes) in r917 > > Index: superio/fintek/f71805f/stage1.c > > =================================================================== > > --- superio/fintek/f71805f/stage1.c (revision 916) > > +++ superio/fintek/f71805f/stage1.c (working copy) > > @@ -1,7 +1,7 @@ > > /* > > * This file is part of the coreboot project. > > * > > - * Copyright 2007 Corey Osgood <[EMAIL PROTECTED]> > > + * Copyright 2008 Corey Osgood <[EMAIL PROTECTED]> > > Probably "2007-2008". I removed the only piece of code I wrote beforehand, so I figured 2008 was enough. apropos this: > //init_uart8250(res0->base, &conf->sp2); > > it's in all the superios. The issue is that the name changed to: > void uart8250_init(unsigned base_port, unsigned divisor, unsigned lcs) > > We should fix those up for all superios. I'll be back in there fixing the rest of the functions later anways. -Corey
-- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

