Felix Held has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/30967 )
Change subject: util/autoport: Correct DSDT include statement ......................................................................
util/autoport: Correct DSDT include statement
With commit aaced4a (cpu/intel/common: Use a common acpi/cpu.asl file), some model_206ax code was moved to a common place. However, autoport was not updated accordingly.
Change-Id: I51b7e9c5d226f591596c33d6a3cb326a34420493 Signed-off-by: Angel Pons th3fanbus@gmail.com Reviewed-on: https://review.coreboot.org/c/30967 Reviewed-by: Tristan Corrick tristan@corrick.kiwi Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M util/autoport/sandybridge.go 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Paul Menzel: Looks good to me, but someone else must approve Tristan Corrick: Looks good to me, approved
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{