Angel Pons has uploaded this change for review.

View Change

soc/intel/broadwell: Add ACPI CIDs for SerialIO devices

Lynxpoint has them, so add them on Broadwell as well.

Change-Id: Iaa3e8044090262a64e58062ec4b116976978ce55
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
---
M src/soc/intel/broadwell/pch/acpi/serialio.asl
1 file changed, 6 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/73/46973/1
diff --git a/src/soc/intel/broadwell/pch/acpi/serialio.asl b/src/soc/intel/broadwell/pch/acpi/serialio.asl
index 2bacd2b..1e6dbac 100644
--- a/src/soc/intel/broadwell/pch/acpi/serialio.asl
+++ b/src/soc/intel/broadwell/pch/acpi/serialio.asl
@@ -166,6 +166,7 @@
// LynxPoint-LP
Return ("INT33C2")
}
+ Name (_CID, "INT33C2")
Name (_UID, 1)

Name (SSCN, Package () { 432, 507, 30 })
@@ -242,6 +243,7 @@
// LynxPoint-LP
Return ("INT33C3")
}
+ Name (_CID, "INT33C3")
Name (_UID, 1)

Name (SSCN, Package () { 432, 507, 30 })
@@ -318,6 +320,7 @@
// LynxPoint-LP
Return ("INT33C0")
}
+ Name (_CID, "INT33C0")
Name (_UID, 1)

// BAR0 is assigned during PCI enumeration and saved into NVS
@@ -379,6 +382,7 @@
// LynxPoint-LP
Return ("INT33C1")
}
+ Name (_CID, "INT33C1")
Name (_UID, 1)

// BAR0 is assigned during PCI enumeration and saved into NVS
@@ -452,6 +456,7 @@
// LynxPoint-LP
Return ("INT33C4")
}
+ Name (_CID, "INT33C4")
Name (_UID, 1)

// BAR0 is assigned during PCI enumeration and saved into NVS
@@ -525,6 +530,7 @@
// LynxPoint-LP
Return ("INT33C5")
}
+ Name (_CID, "INT33C5")
Name (_UID, 1)

// BAR0 is assigned during PCI enumeration and saved into NVS

To view, visit change 46973. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iaa3e8044090262a64e58062ec4b116976978ce55
Gerrit-Change-Number: 46973
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org>
Gerrit-MessageType: newchange