summaryrefslogtreecommitdiff
path: root/src/vendorcode/google
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@google.com>2020-06-23 13:12:53 -0700
committerPatrick Georgi <pgeorgi@google.com>2020-06-25 11:55:21 +0000
commitc9222f956763d20397152a44985bdb4abdb19e2d (patch)
tree44ad36bfd7e1b838ceeafd886a00e744dbac5f17 /src/vendorcode/google
parentd34405438d9e90df1d641f50855ed6d50b019f57 (diff)
downloadcoreboot-c9222f956763d20397152a44985bdb4abdb19e2d.tar.xz
vendorcode/google/chromeos: Add GOOG0016 _HID for Chrome OS ACPI
The Chrome OS ACPI code has always used a legacy PNP ID "GGL0001" for the ID. This is technically valid but we have an official ACPI ID now so I allocated "GOOG0016" for an ID and we can eventually retire the legacy PNP ID. This is being discussed on LKML as part of an effort to upstream the Chrome OS ACPI kernel driver: https://lkml.org/lkml/2020/4/13/315 Change-Id: I2e41fe419113b327618f8f98058ef7af657f2532 Signed-off-by: Duncan Laurie <dlaurie@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42735 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/vendorcode/google')
-rw-r--r--src/vendorcode/google/chromeos/acpi/chromeos.asl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vendorcode/google/chromeos/acpi/chromeos.asl b/src/vendorcode/google/chromeos/acpi/chromeos.asl
index 5c8af4efda..7642676a74 100644
--- a/src/vendorcode/google/chromeos/acpi/chromeos.asl
+++ b/src/vendorcode/google/chromeos/acpi/chromeos.asl
@@ -9,7 +9,8 @@ External (OIPG)
Device (CRHW)
{
- Name(_HID, EISAID("GGL0001"))
+ Name(_HID, "GOOG0016")
+ Name(_CID, EISAID("GGL0001"))
Method(_STA, 0, Serialized)
{