[coreboot-gerrit] Change in coreboot[master]: ec/google/chromeec: de-dup a _UID

Matt Delco (Code Review) gerrit at coreboot.org
Mon Jul 23 19:32:34 CEST 2018


Matt Delco has uploaded this change for review. ( https://review.coreboot.org/27604


Change subject: ec/google/chromeec: de-dup a _UID
......................................................................

ec/google/chromeec: de-dup a _UID

There's two instances od _UID 1 for PNP0C02.  This change moves the
more system-specific instance of the two to a higher number. I
believe these are the 4 I'm seeing.

soc/intel/skylake/acpi/systemagent.asl
Device (PDRC)
	Name (_HID, EISAID ("PNP0C02"))
	Name (_UID, 1)

soc/intel/skylake/acpi/lpc.asl
Device (LDRC)
	Name (_HID, EISAID ("PNP0C02"))
	Name (_UID, 2)

ec/google/chromeec/acpi/superio.asl
Device (ECMM) {
	Name (_HID, EISAID ("PNP0C02"))
	Name (_UID, 1)

ec/google/chromeec/acpi/superio.asl
Device (ECUI) {
	Name (_HID, EISAID ("PNP0C02"))
	Name (_UID, 3)

Change-Id: I2b0f1064726a1fa3940ccfb2a4627c79a26684e4
Signed-off-by: Matt Delco <delco at chromium.org>
---
M src/ec/google/chromeec/acpi/superio.asl
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/27604/1

diff --git a/src/ec/google/chromeec/acpi/superio.asl b/src/ec/google/chromeec/acpi/superio.asl
index 7cd6523..8faabee 100644
--- a/src/ec/google/chromeec/acpi/superio.asl
+++ b/src/ec/google/chromeec/acpi/superio.asl
@@ -39,7 +39,7 @@
 #ifdef SIO_EC_MEMMAP_ENABLE
 	Device (ECMM) {
 		Name (_HID, EISAID ("PNP0C02"))
-		Name (_UID, 1)
+		Name (_UID, 4)
 		Name (_ADR, 0)
 
 		Method (_STA, 0, NotSerialized) {

-- 
To view, visit https://review.coreboot.org/27604
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: I2b0f1064726a1fa3940ccfb2a4627c79a26684e4
Gerrit-Change-Number: 27604
Gerrit-PatchSet: 1
Gerrit-Owner: Matt Delco <delco at chromium.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180723/e001cce9/attachment.html>


More information about the coreboot-gerrit mailing list