Kyösti Mälkki has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69490 )
Change subject: mb/gigabyte/ga-945gcm-s2c,skl: Drop HAVE_MP_TABLE ......................................................................
mb/gigabyte/ga-945gcm-s2c,skl: Drop HAVE_MP_TABLE
The weak implementation of write_smp_table() is not useful without DRIVERS_GENERIC_IOAPIC and related entries in devicetree.cb. No interrupt routing entries are present in the generated MP table.
Change-Id: I71a209e95ae1fe8c1c90b61c6ac0fb0e7bcc7eca Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig 1 file changed, 15 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/69490/1
diff --git a/src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig b/src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig index bbf46f7..4b55c66 100644 --- a/src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig +++ b/src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig @@ -11,7 +11,6 @@ select SUPERIO_ITE_IT8718F select HAVE_OPTION_TABLE select HAVE_CMOS_DEFAULT - select HAVE_MP_TABLE select HAVE_ACPI_TABLES select HAVE_ACPI_RESUME select BOARD_ROMSIZE_KB_512