[coreboot-gerrit] Change in ...coreboot[master]: mb/google/{zoombini, sarien}: Use common CPU ACPI code

Duncan Laurie (Code Review) gerrit at coreboot.org
Wed Nov 21 02:45:55 CET 2018


Duncan Laurie has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/29755


Change subject: mb/google/{zoombini,sarien}: Use common CPU ACPI code
......................................................................

mb/google/{zoombini,sarien}: Use common CPU ACPI code

Instead of using the cannonlake specific CPU ACPI code (which
is incomplete) use the newly added common CPU ACPI code that
does include the required methods.

Change-Id: Ief3de0c8061fd1a985fecbc355062eb23d046d6d
Signed-off-by: Duncan Laurie <dlaurie at google.com>
---
M src/mainboard/google/sarien/dsdt.asl
M src/mainboard/google/zoombini/dsdt.asl
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/55/29755/1

diff --git a/src/mainboard/google/sarien/dsdt.asl b/src/mainboard/google/sarien/dsdt.asl
index 18fedd5..110a214 100644
--- a/src/mainboard/google/sarien/dsdt.asl
+++ b/src/mainboard/google/sarien/dsdt.asl
@@ -31,7 +31,7 @@
 	#include <soc/intel/cannonlake/acpi/globalnvs.asl>
 
 	/* CPU */
-	#include <soc/intel/cannonlake/acpi/cpu.asl>
+	#include <soc/intel/common/acpi/cpu.asl>
 
 	Scope (\_SB) {
 		Device (PWRB)
diff --git a/src/mainboard/google/zoombini/dsdt.asl b/src/mainboard/google/zoombini/dsdt.asl
index 3140990..2d8229d 100644
--- a/src/mainboard/google/zoombini/dsdt.asl
+++ b/src/mainboard/google/zoombini/dsdt.asl
@@ -34,7 +34,7 @@
 	#include <soc/intel/cannonlake/acpi/globalnvs.asl>
 
 	// CPU
-	#include <soc/intel/cannonlake/acpi/cpu.asl>
+	#include <soc/intel/common/acpi/cpu.asl>
 
 	Scope (\_SB) {
 		Device (PCI0)

-- 
To view, visit https://review.coreboot.org/c/coreboot/+/29755
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ief3de0c8061fd1a985fecbc355062eb23d046d6d
Gerrit-Change-Number: 29755
Gerrit-PatchSet: 1
Gerrit-Owner: Duncan Laurie <dlaurie at chromium.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181121/c8496cd3/attachment-0001.html>


More information about the coreboot-gerrit mailing list