From cea849328599c98219ff78cfb83083573aa80f77 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sun, 24 Jun 2018 14:13:53 +0200 Subject: southbridge/intel/bd82x6x/Kconfig: Do not include any IFD by default Since only a handful of boards have descriptor blobs in the tree, it makes no sense to have `HAVE_IFD_BIN` enabled by default then disabled on each mainboard. This patch flips the default value of said variable, rendering all current overrides unnecessary. The few boards which have an IFD in the blobs repo use `select HAVE_IFD_BIN` to enable adding the IFD by default. Since `HAVE_ME_BIN` depends on `HAVE_IFD_BIN`, the former has been removed alongside the latter, and has been added to the boards with a ME blob as `select HAVE_ME_BIN`. Both `HAVE_IFD_BIN` and `HAVE_ME_BIN` have been removed from autoport as well. Change-Id: I330c4886f8bea4b1a8ecad6505a0e5cc381654d1 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/27218 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- util/autoport/sandybridge.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'util/autoport') diff --git a/util/autoport/sandybridge.go b/util/autoport/sandybridge.go index e54e6a6087..cf2b85987c 100644 --- a/util/autoport/sandybridge.go +++ b/util/autoport/sandybridge.go @@ -119,9 +119,6 @@ func (i sandybridgemc) Scan(ctx Context, addr PCIDevData) { KconfigBool["HAVE_ACPI_TABLES"] = true KconfigBool["HAVE_ACPI_RESUME"] = true - KconfigBool["HAVE_IFD_BIN"] = false - KconfigBool["HAVE_ME_BIN"] = false - KconfigInt["MAX_CPUS"] = 8 DSDTIncludes = append(DSDTIncludes, DSDTInclude{ -- cgit v1.2.3