[coreboot-gerrit] Change in coreboot[master]: google/grunt: update ACPI processor object

Kevin Chiu (Code Review) gerrit at coreboot.org
Mon Jul 16 06:37:59 CEST 2018


Kevin Chiu has uploaded this change for review. ( https://review.coreboot.org/27495


Change subject: google/grunt: update ACPI processor object
......................................................................

google/grunt: update ACPI processor object

update processor object to match declaration in
SSDT.

BUG=None
BRANCH=master
TEST=emerge-grunt coreboot
Change-Id: I78c838608c78eb7b5e3f8d5c67589e082c756201
Signed-off-by: Kevin Chiu <Kevin.Chiu at quantatw.com>
---
M src/soc/amd/stoneyridge/acpi/cpu.asl
1 file changed, 11 insertions(+), 11 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/95/27495/1

diff --git a/src/soc/amd/stoneyridge/acpi/cpu.asl b/src/soc/amd/stoneyridge/acpi/cpu.asl
index 5d29a55..414326e 100644
--- a/src/soc/amd/stoneyridge/acpi/cpu.asl
+++ b/src/soc/amd/stoneyridge/acpi/cpu.asl
@@ -22,14 +22,14 @@
  * Processor Object
  */
 /* These devices are created at runtime */
-External (\_PR.CP00, DeviceObj)
-External (\_PR.CP01, DeviceObj)
-External (\_PR.CP02, DeviceObj)
-External (\_PR.CP03, DeviceObj)
-External (\_PR.CP04, DeviceObj)
-External (\_PR.CP05, DeviceObj)
-External (\_PR.CP06, DeviceObj)
-External (\_PR.CP07, DeviceObj)
+External (\_PR.P000, DeviceObj)
+External (\_PR.P001, DeviceObj)
+External (\_PR.P002, DeviceObj)
+External (\_PR.P003, DeviceObj)
+External (\_PR.P004, DeviceObj)
+External (\_PR.P005, DeviceObj)
+External (\_PR.P006, DeviceObj)
+External (\_PR.P007, DeviceObj)
 
 /* Return a package containing enabled processor entries */
 Method (PPKG)
@@ -37,13 +37,13 @@
 	If (LGreaterEqual (\PCNT, 2)) {
 		Return (Package ()
 		{
-			\_PR.CP00,
-			\_PR.CP01
+			\_PR.P000,
+			\_PR.P001
 		})
 	} Else {
 		Return (Package ()
 		{
-			\_PR.CP00
+			\_PR.P000
 		})
 	}
 }

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I78c838608c78eb7b5e3f8d5c67589e082c756201
Gerrit-Change-Number: 27495
Gerrit-PatchSet: 1
Gerrit-Owner: Kevin Chiu <Kevin.Chiu at quantatw.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180716/8f239dde/attachment-0001.html>


More information about the coreboot-gerrit mailing list