Martin Roth (martinroth@google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12554
-gerrit
commit f1ea47c9c0c6bc9b115e2e4db7b32b34ed73bee1 Author: Martin Roth martinroth@google.com Date: Thu Nov 26 17:58:03 2015 -0700
amd/pi/00660F01: Remove 'PER_DEVICE_ACPI_TABLES'
The PER_DEVICE_ACPI_TABLES Kconfig symbol is no longer used as it was removed in commit 83f81cad (acpi: Remove monolithic ACPI)
Change-Id: Ie6ba252f6e7d33da9d4500f1201367f116e4c505 Signed-off-by: Martin Roth martinroth@google.com --- src/northbridge/amd/pi/00660F01/Kconfig | 1 - src/northbridge/intel/pineview/Kconfig | 39 --------------------------------- 2 files changed, 40 deletions(-)
diff --git a/src/northbridge/amd/pi/00660F01/Kconfig b/src/northbridge/amd/pi/00660F01/Kconfig index 5de31d2..f5d234d 100644 --- a/src/northbridge/amd/pi/00660F01/Kconfig +++ b/src/northbridge/amd/pi/00660F01/Kconfig @@ -15,7 +15,6 @@ config NORTHBRIDGE_AMD_PI_00660F01 bool select MMCONF_SUPPORT - select PER_DEVICE_ACPI_TABLES
if NORTHBRIDGE_AMD_PI_00660F01
diff --git a/src/northbridge/intel/pineview/Kconfig b/src/northbridge/intel/pineview/Kconfig deleted file mode 100644 index 6253b84..0000000 --- a/src/northbridge/intel/pineview/Kconfig +++ /dev/null @@ -1,39 +0,0 @@ -## -## This file is part of the coreboot project. -## -## Copyright (C) 2007-2009 coresystems GmbH -## Copyright (C) 2015 Damien Zammit damien@zamaudio.com -## -## This program is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License as published by -## the Free Software Foundation; version 2 of the License. -## -## This program is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## GNU General Public License for more details. -## - -config NORTHBRIDGE_INTEL_PINEVIEW - bool - -if NORTHBRIDGE_INTEL_PINEVIEW - -config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy - def_bool y - select MMCONF_SUPPORT - select MMCONF_SUPPORT_DEFAULT - select HAVE_DEBUG_RAM_SETUP - select LAPIC_MONOTONIC_TIMER - select VGA - select PER_DEVICE_ACPI_TABLES - -config BOOTBLOCK_NORTHBRIDGE_INIT - string - default "northbridge/intel/pineview/bootblock.c" - -config VGA_BIOS_ID - string - default "8086,a001" - -endif