diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-01-18 17:30:36 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-01-18 17:30:36 +0000 |
commit | d5663bac2c6b2cea2f8c5fa4bd972517325af13b (patch) | |
tree | bf7b08968e4a366c379d8d38c85857034abeb1e7 /src/mainboard/supermicro | |
parent | 2e97383b5487cd3ce88830d0a52800b20ef8ba97 (diff) |
Move all IOAPIC selection to southbridges, and remove them
from mainboards.
Some adaptations were necessary after the IOAPIC cleanup,
so this should fix the build.
Fix intel/d945gclf build, which was missing some ACPI component.
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5039 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/supermicro')
-rw-r--r-- | src/mainboard/supermicro/h8dme/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/supermicro/h8dmr/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/supermicro/h8dmr_fam10/Kconfig | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/supermicro/h8dme/Kconfig b/src/mainboard/supermicro/h8dme/Kconfig index bff000b5d8..484f4223f2 100644 --- a/src/mainboard/supermicro/h8dme/Kconfig +++ b/src/mainboard/supermicro/h8dme/Kconfig @@ -12,7 +12,6 @@ config BOARD_SUPERMICRO_H8DME select USE_DCACHE_RAM select HAVE_HARD_RESET select AP_CODE_IN_CAR - select IOAPIC select LIFT_BSP_APIC_ID select BOARD_ROMSIZE_KB_1024 diff --git a/src/mainboard/supermicro/h8dmr/Kconfig b/src/mainboard/supermicro/h8dmr/Kconfig index 7482b6d16f..9dbb65b427 100644 --- a/src/mainboard/supermicro/h8dmr/Kconfig +++ b/src/mainboard/supermicro/h8dmr/Kconfig @@ -11,7 +11,6 @@ config BOARD_SUPERMICRO_H8DMR select USE_PRINTK_IN_CAR select USE_DCACHE_RAM select HAVE_HARD_RESET - select IOAPIC select LIFT_BSP_APIC_ID select BOARD_ROMSIZE_KB_512 diff --git a/src/mainboard/supermicro/h8dmr_fam10/Kconfig b/src/mainboard/supermicro/h8dmr_fam10/Kconfig index fdae17e44b..c4e6e6e96d 100644 --- a/src/mainboard/supermicro/h8dmr_fam10/Kconfig +++ b/src/mainboard/supermicro/h8dmr_fam10/Kconfig @@ -11,7 +11,6 @@ config BOARD_SUPERMICRO_H8DMR_FAM10 select USE_PRINTK_IN_CAR select USE_DCACHE_RAM select HAVE_HARD_RESET - select IOAPIC select LIFT_BSP_APIC_ID select AMDMCT select BOARD_ROMSIZE_KB_1024 |