coreboot-kgpe-d16/src/mainboard/via/epia-m700
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
..
acpi_tables.c Drop some useless "../../../" in #includes (trivial). 2010-09-25 16:17:20 +00:00
chip.h Remove unused mainboard_config definitions. Trivial. 2010-08-26 18:24:04 +00:00
cmos.layout Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix some white space. 2010-04-08 15:06:44 +00:00
devicetree.cb Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster" 2010-05-05 13:12:42 +00:00
driving_clk_phase_data.c Fix many things for via/epia-m700 to build. 2009-07-02 21:19:33 +00:00
fadt.c 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
get_dsdt A bunch of additional EPIA-M700 cleanups and also some non-cosmetic changes: 2009-06-07 14:38:32 +00:00
irq_tables.c Fix VIA EPIA-M700 target enough for a first serial boot log. 2009-07-15 00:03:28 +00:00
Kconfig Various PIRQ/MPTABLE/ACPI Kconfig fixes. 2010-11-05 16:17:46 +00:00
mainboard.c Initial untested board code for the VIA EPIA-M700 Mini-ITX board. 2009-06-05 23:02:43 +00:00
Makefile.inc Rename build system variables to be more intuitive, and 2010-09-30 16:55:02 +00:00
romstage.c Remove duplicate line from pci_ids.h. 2010-10-07 23:02:06 +00:00
wakeup.c zero warnings days... 2010-04-15 12:39:29 +00:00
wakeup.h First bunch of coding style and consistency cleanups for the 2009-06-07 13:46:50 +00:00