Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/38803 )
Change subject: [WIP] soc/intel/broadwell: Isolate _HID and _ADR ......................................................................
[WIP] soc/intel/broadwell: Isolate _HID and _ADR
That way, newer IASL won't complain about it.
Change-Id: I884e203dd6fac99b11d12a88b5f972587ddae4d9 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/soc/intel/broadwell/acpi/serialio.asl 1 file changed, 32 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/38803/1
diff --git a/src/soc/intel/broadwell/acpi/serialio.asl b/src/soc/intel/broadwell/acpi/serialio.asl index 1b44e95..35eac5a 100644 --- a/src/soc/intel/broadwell/acpi/serialio.asl +++ b/src/soc/intel/broadwell/acpi/serialio.asl @@ -159,6 +159,10 @@ // Serial IO DMA Controller Name (_HID, "INTL9C60") Name (_UID, 1) +} + +Scope (SDMA) +{ Name (_ADR, 0x00150000)
// BAR0 is assigned during PCI enumeration and saved into NVS @@ -205,6 +209,10 @@ Return ("INT33C2") } Name (_UID, 1) +} + +Scope (I2C0) +{ Name (_ADR, 0x00150001)
Name (SSCN, Package () { 432, 507, 30 }) @@ -276,6 +284,10 @@ Return ("INT33C3") } Name (_UID, 1) +} + +Scope (I2C1) +{ Name (_ADR, 0x00150002)
Name (SSCN, Package () { 432, 507, 30 }) @@ -347,6 +359,10 @@ Return ("INT33C0") } Name (_UID, 1) +} + +Scope (SPI0) +{ Name (_ADR, 0x00150003)
// BAR0 is assigned during PCI enumeration and saved into NVS @@ -403,6 +419,10 @@ Return ("INT33C1") } Name (_UID, 1) +} + +Scope (SPI1) +{ Name (_ADR, 0x00150004)
// BAR0 is assigned during PCI enumeration and saved into NVS @@ -471,6 +491,10 @@ Return ("INT33C4") } Name (_UID, 1) +} + +Scope (UAR0) +{ Name (_ADR, 0x00150005)
// BAR0 is assigned during PCI enumeration and saved into NVS @@ -539,6 +563,10 @@ Return ("INT33C5") } Name (_UID, 1) +} + +Scope (UAR1) +{ Name (_ADR, 0x00150006)
// BAR0 is assigned during PCI enumeration and saved into NVS @@ -596,6 +624,10 @@ } Name (_CID, "PNP0D40") Name (_UID, 1) +} + +Scope (SDIO) +{ Name (_ADR, 0x00170000)
// BAR0 is assigned during PCI enumeration and saved into NVS