HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36262 )
Change subject: (acpi) superio.asl: Drop wrong _ADR objects ......................................................................
(acpi) superio.asl: Drop wrong _ADR objects
Use a _HID but not _HID and _ADR at teh same time.
Found-by: ACPICA 20191018 Change-Id: Ic0bcaa37ac017ab61e1fb4e78d3c7dfbbcc0899d Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/ec/google/chromeec/acpi/superio.asl M src/ec/google/wilco/acpi/superio.asl M src/mainboard/facebook/fbg1701/acpi/superio.asl M src/mainboard/portwell/m107/acpi/superio.asl 4 files changed, 0 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/36262/1
diff --git a/src/ec/google/chromeec/acpi/superio.asl b/src/ec/google/chromeec/acpi/superio.asl index c521a3a..9c0fa68 100644 --- a/src/ec/google/chromeec/acpi/superio.asl +++ b/src/ec/google/chromeec/acpi/superio.asl @@ -40,7 +40,6 @@ Device (ECMM) { Name (_HID, EISAID ("PNP0C02")) Name (_UID, 4) - Name (_ADR, 0)
Method (_STA, 0, NotSerialized) { Return (0x0F) @@ -64,7 +63,6 @@ Device (ECUI) { Name (_HID, EISAID ("PNP0C02")) Name (_UID, 3) - Name (_ADR, 0)
Method (_STA, 0, NotSerialized) { Return (0x0F) @@ -109,7 +107,6 @@ Device (COM1) { Name (_HID, EISAID ("PNP0501")) Name (_UID, 1) - Name (_ADR, 0)
Method (_STA, 0, NotSerialized) { Return (0x0F) @@ -137,7 +134,6 @@ Device (PS2K) // Keyboard { Name (_UID, 0) - Name (_ADR, 0) Name (_HID, "GOOG000A") Name (_CID, Package() { EISAID("PNP0303"), EISAID("PNP030B") } )
diff --git a/src/ec/google/wilco/acpi/superio.asl b/src/ec/google/wilco/acpi/superio.asl index 0995d6a..42575bd 100644 --- a/src/ec/google/wilco/acpi/superio.asl +++ b/src/ec/google/wilco/acpi/superio.asl @@ -25,7 +25,6 @@ { Name (_HID, EisaId ("PNP0501")) Name (_UID, 1) - Name (_ADR, 0)
Method (_STA, 0, NotSerialized) { @@ -57,7 +56,6 @@ Name (_HID, EisaId ("PNP0303")) Name (_CID, EisaId ("PNP030B")) Name (_UID, 0) - Name (_ADR, 0)
Method (_STA, 0, NotSerialized) { @@ -90,7 +88,6 @@ { Name (_HID, EisaId ("PNP0F13")) Name (_UID, 0) - Name (_ADR, 0)
Method (_STA, 0, NotSerialized) { diff --git a/src/mainboard/facebook/fbg1701/acpi/superio.asl b/src/mainboard/facebook/fbg1701/acpi/superio.asl index 468c95c..bdaa912 100644 --- a/src/mainboard/facebook/fbg1701/acpi/superio.asl +++ b/src/mainboard/facebook/fbg1701/acpi/superio.asl @@ -21,7 +21,6 @@ Device (COM1) { Name (_HID, EISAID ("PNP0501")) Name (_UID, 1) - Name (_ADR, 0)
Method (_STA, 0, NotSerialized) { diff --git a/src/mainboard/portwell/m107/acpi/superio.asl b/src/mainboard/portwell/m107/acpi/superio.asl index 0258e28..e411f72 100644 --- a/src/mainboard/portwell/m107/acpi/superio.asl +++ b/src/mainboard/portwell/m107/acpi/superio.asl @@ -21,7 +21,6 @@ Device (COM1) { Name (_HID, EISAID ("PNP0501")) Name (_UID, 1) - Name (_ADR, 0)
Method (_STA, 0, NotSerialized) {