coreboot-kgpe-d16/src/mainboard/via
Uwe Hermann d51122df4e Various PIRQ/MPTABLE/ACPI Kconfig fixes.
- Use HAVE_ACPI_TABLES, HAVE_MP_TABLE, and HAVE_PIRQ_TABLE (instead of
   GENERATE_*) in the board's Kconfig file, as all other boards do.

 - Add missing HAVE_ACPI_TABLES/HAVE_MP_TABLE/HAVE_PIRQ_TABLE to boards
   which have the respective files. The only exception: EPIA-M700 doesn't
   select ACPI, as it doesn't have dsdt.asl. Added a comment that the user
   is supposed to run the 'get_dsdt' script and edit Kconfig afterwards.

 - Fix minor warning/error in
   src/mainboard/msi/ms9652_fam10/acpi_tables.c,
   now that the file is actually used.

 - msi/ms9652_fam10: use #include instead of Include() as we usually do
   now.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Patrick Georgi <patrick@georgi-clan.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6027 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-11-05 16:17:46 +00:00
..
epia Add a rom_enable() function to via/vt8231 and call it from via/epia/romstage.c 2010-11-04 18:33:42 +00:00
epia-cn Remove lib/ramtest.c-include from all CAR boards. 2010-10-05 09:07:10 +00:00
epia-m Running a checked build of Windows is needed for understanding its various BIOS related BSODs. Win7 checked build complains when running coreboot+seabios: 2010-10-24 16:22:11 +00:00
epia-m700 Various PIRQ/MPTABLE/ACPI Kconfig fixes. 2010-11-05 16:17:46 +00:00
epia-n Remove incorrect IOAPIC lines from some mptable.c files. 2010-10-31 19:37:50 +00:00
pc2500e Factor out common mptable code to mptable_init(). 2010-10-25 15:32:07 +00:00
vt8454c We need to call smp_write_lintsrc() instead of smp_write_intsrc() for 2010-10-26 22:40:16 +00:00
Kconfig Restructured all vendors' Kconfig files to no longer source the boards' 2010-08-30 16:36:51 +00:00