On Wed, Oct 07, 2009 at 08:28:16PM +0200, Patrick Georgi wrote: > Hi, > > more progress: another AMD socket is supported, plus Fam10 CPU model. > Also, tyan boards are all kconfig equipped. > > One caveat: tyan/s2912_fam10 doesn't build, as it requires >64kb for the > romstage, which we don't support at this time. newconfig works around > this with the failover mechanism. > > Signed-off-by: Patrick Georgi <[email protected]>
Looks good. Acked-by: Uwe Hermann <[email protected]> > +config HAVE_ACPI_TABLES > + bool "Generate ACPI tables" > + default n > + depends on BOARD_TYAN_S2885 This should change later, either to not be user-configurable at all, or if it is configurable then it should be a global option defaulting to 'n' and each board that has ACPI tables does "select HAVE_ACPI_TABLES". 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

