summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2020-01-22 16:01:14 +0530
committerSubrata Banik <subrata.banik@intel.com>2020-01-26 03:00:50 +0000
commit36eb5009943dd6c606d6eee5839b6407071c84b3 (patch)
tree7ce8f104384899cf52250d008f3c4b174aa191c6 /src
parentfa8f9ecc69a9077b6237c33fb38365806439947b (diff)
downloadcoreboot-36eb5009943dd6c606d6eee5839b6407071c84b3.tar.gz
coreboot-36eb5009943dd6c606d6eee5839b6407071c84b3.tar.bz2
coreboot-36eb5009943dd6c606d6eee5839b6407071c84b3.zip
soc/intel/skylake: Add _SEG/_UID name variables
TEST=Build and boot EVE and Soraka to OS. Change-Id: Ic765dc2a7a522872ee991e47e3608f60a0e6411a Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38513 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r--src/soc/intel/skylake/acpi/systemagent.asl6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/soc/intel/skylake/acpi/systemagent.asl b/src/soc/intel/skylake/acpi/systemagent.asl
index c4d8a706bcb4..920062c02131 100644
--- a/src/soc/intel/skylake/acpi/systemagent.asl
+++ b/src/soc/intel/skylake/acpi/systemagent.asl
@@ -17,8 +17,10 @@
#include <soc/iomap.h>
-Name (_HID, EISAID ("PNP0A08")) /* PCIe */
-Name (_CID, EISAID ("PNP0A03")) /* PCI */
+Name (_HID, EisaId ("PNP0A08") /* PCI Express Bus */) // _HID: Hardware ID
+Name (_CID, EisaId ("PNP0A03") /* PCI Bus */) // _CID: Compatible ID
+Name (_SEG, Zero) // _SEG: PCI Segment
+Name (_UID, Zero) // _UID: Unique ID
Device (MCHC)
{