On Thu, Oct 08, 2009 at 04:05:35PM +0200, Patrick Georgi wrote: > Am Donnerstag, den 08.10.2009, 16:05 +0200 schrieb Patrick Georgi: > > Hi, > > > > this time: AMD LX, AMD SC520, board by > > iei, pcengines, technexion, technologics, thomson > > > > All of them build, and pass my variables test. > > > > Signed-off-by: Patrick Georgi <[email protected]>
Acked-by: Uwe Hermann <[email protected]> > Index: src/mainboard/thomson/ip1000/Kconfig > =================================================================== > --- src/mainboard/thomson/ip1000/Kconfig (Revision 0) > +++ src/mainboard/thomson/ip1000/Kconfig (Revision 0) > @@ -0,0 +1,35 @@ > +config BOARD_THOMSON_IP1000 > + bool "ip1000" Will fix all boardnames later when Kconfig conversion is done, there are multiple entries which are not quite correct (as per wiki), but this can wait. > + select ARCH_X86 > + select CPU_INTEL_SOCKET_PGA370 > + select NORTHBRIDGE_INTEL_I82830 > + select SOUTHBRIDGE_INTEL_I82801XX > + select SUPERIO_SMSC_SMSCSUPERIO > + select HAVE_PIRQ_TABLE > + select UDELAY_TSC Why no "select CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2"? That's in the Options.lb file too: default CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2 = 1 Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

