I have published a branch on github at git://github.com/wt/coreboot.git if that's useful to anyone.
Thanks, wt On Sun, Sep 26, 2010 at 2:22 AM, Warren Turkal <[email protected]> wrote: > The intel/d810e2cb is the only board using the i82801bx southbridge. > > Signed-off-by: Warren Turkal <[email protected]> > --- > src/mainboard/intel/d810e2cb/Kconfig | 1 - > src/southbridge/intel/i82801bx/Kconfig | 1 + > 2 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/mainboard/intel/d810e2cb/Kconfig > b/src/mainboard/intel/d810e2cb/Kconfig > index 3031a30..8c6c76b 100644 > --- a/src/mainboard/intel/d810e2cb/Kconfig > +++ b/src/mainboard/intel/d810e2cb/Kconfig > @@ -26,7 +26,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy > select SOUTHBRIDGE_INTEL_I82801BX > select SUPERIO_SMSC_SMSCSUPERIO > select HAVE_PIRQ_TABLE > - select HAVE_HARD_RESET > select USE_WATCHDOG_ON_BOOT > select UDELAY_TSC > select BOARD_ROMSIZE_KB_512 > diff --git a/src/southbridge/intel/i82801bx/Kconfig > b/src/southbridge/intel/i82801bx/Kconfig > index 0c9089a..4b307d5 100644 > --- a/src/southbridge/intel/i82801bx/Kconfig > +++ b/src/southbridge/intel/i82801bx/Kconfig > @@ -19,4 +19,5 @@ > > config SOUTHBRIDGE_INTEL_I82801BX > bool > + select HAVE_HARD_RESET > > -- > 1.7.1 > > -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

