Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30967
Change subject: util/autoport: Correct DSDT header ......................................................................
util/autoport: Correct DSDT header
A previous change emoved model_206ax code to a common place, but forgot to update autoport. Correct this so resulting autoport errors less.
Change-Id: I51b7e9c5d226f591596c33d6a3cb326a34420493 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M util/autoport/sandybridge.go 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/30967/1
diff --git a/util/autoport/sandybridge.go b/util/autoport/sandybridge.go index cf2b859..4f08ad9 100644 --- a/util/autoport/sandybridge.go +++ b/util/autoport/sandybridge.go @@ -122,7 +122,7 @@ KconfigInt["MAX_CPUS"] = 8
DSDTIncludes = append(DSDTIncludes, DSDTInclude{ - File: "cpu/intel/model_206ax/acpi/cpu.asl", + File: "cpu/intel/common/acpi/cpu.asl", })
DSDTPCI0Includes = append(DSDTPCI0Includes, DSDTInclude{