coreboot-kgpe-d16/src/mainboard/ibase/mb899
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 This patch adds support for mainboard iBASE:MB899 2010-05-30 12:56:17 +00:00
acpi_tables.c We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. 2010-10-12 17:34:08 +00:00
chip.h Remove unused mainboard_config definitions. Trivial. 2010-08-26 18:24:04 +00:00
cmos.layout This patch adds support for mainboard iBASE:MB899 2010-05-30 12:56:17 +00:00
devicetree.cb This patch adds support for mainboard iBASE:MB899 2010-05-30 12:56:17 +00:00
dmi.h This patch adds support for mainboard iBASE:MB899 2010-05-30 12:56:17 +00:00
dsdt.asl This patch adds support for mainboard iBASE:MB899 2010-05-30 12:56:17 +00:00
fadt.c This patch adds support for mainboard iBASE:MB899 2010-05-30 12:56:17 +00:00
irq_tables.c This patch adds support for mainboard iBASE:MB899 2010-05-30 12:56:17 +00:00
Kconfig Various PIRQ/MPTABLE/ACPI Kconfig fixes. 2010-11-05 16:17:46 +00:00
mainboard.c Convert i945 boards to use reserved resources instead of directly adding 2010-09-13 13:14:48 +00:00
mainboard_smi.c Drop some useless "../../../" in #includes (trivial). 2010-09-25 16:17:20 +00:00
Makefile.inc Rename build system variables to be more intuitive, and 2010-09-30 16:55:02 +00:00
mptable.c We need to call smp_write_lintsrc() instead of smp_write_intsrc() for 2010-10-26 22:40:16 +00:00
romstage.c - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1 2010-10-05 13:40:31 +00:00
rtl8168.c This patch adds support for mainboard iBASE:MB899 2010-05-30 12:56:17 +00:00