summaryrefslogtreecommitdiffstats
path: root/src/mainboard/asus/p2b
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2023-04-11 01:00:17 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2023-04-26 11:02:18 +0000
commit10bdee13272a77aed46912363db691cf4c088a93 (patch)
treebd517b6ae4e690ce5c1fe0d99e353fd012d2fe83 /src/mainboard/asus/p2b
parente742b68f1ac9324ce1f700323f1226e86d068a8c (diff)
downloadcoreboot-10bdee13272a77aed46912363db691cf4c088a93.tar.gz
coreboot-10bdee13272a77aed46912363db691cf4c088a93.tar.bz2
coreboot-10bdee13272a77aed46912363db691cf4c088a93.zip
ACPI: Add COMMON_ACPI_MADT_IOAPIC and CUSTOM_ACPI_MADT
Add Kconfig COMMON_ACPI_MADT_IOAPIC to replace platforms' implementations of adding IOAPIC and IRQ override entries for ACPI MADT tables. Platforms that have a more complex MADT may continue to add custom entries using CUSTOM_ACPI_MADT. Change-Id: I0b77769f89cc319ad228eb37bc341e2150b8a892 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/74348 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard/asus/p2b')
-rw-r--r--src/mainboard/asus/p2b/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/asus/p2b/Kconfig b/src/mainboard/asus/p2b/Kconfig
index 986cfdeb9816..a645bcc1f622 100644
--- a/src/mainboard/asus/p2b/Kconfig
+++ b/src/mainboard/asus/p2b/Kconfig
@@ -9,7 +9,7 @@ config BASE_ASUS_P2B_D
config BOARD_SPECIFIC_OPTIONS
def_bool y
- select ACPI_NO_MADT
+ select ACPI_NO_CUSTOM_MADT
select CPU_INTEL_SLOT_1
select NORTHBRIDGE_INTEL_I440BX
select SOUTHBRIDGE_INTEL_I82371EB