[coreboot-gerrit] Change in coreboot[master]: soc/intel/skylake: use unique _uid

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


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


Change subject: soc/intel/skylake: use unique _uid
......................................................................

soc/intel/skylake: use unique _uid

There's two cases of 1 being used.  This changes the
eighth instance to use 8.

Change-Id: I7057a4345dadcc6f8fb43093844d27007444f481
Signed-off-by: Matt Delco <delco at chromium.org>
---
M src/soc/intel/skylake/acpi/irqlinks.asl
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/27603/1

diff --git a/src/soc/intel/skylake/acpi/irqlinks.asl b/src/soc/intel/skylake/acpi/irqlinks.asl
index 6a85a74..1dd50ba 100644
--- a/src/soc/intel/skylake/acpi/irqlinks.asl
+++ b/src/soc/intel/skylake/acpi/irqlinks.asl
@@ -389,7 +389,7 @@
 Device (LNKH)
 {
 	Name (_HID, EISAID ("PNP0C0F"))
-	Name (_UID, 1)
+	Name (_UID, 8)
 
 	Name (_PRS, ResourceTemplate ()
 	{

-- 
To view, visit https://review.coreboot.org/27603
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: I7057a4345dadcc6f8fb43093844d27007444f481
Gerrit-Change-Number: 27603
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/d04b685b/attachment-0001.html>


More information about the coreboot-gerrit mailing list