Martin Roth (gaumless@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10669
-gerrit
commit 36be128e1b6cfb418701fd9e9999ec57efee51d8 Author: Martin Roth gaumless@gmail.com Date: Thu Jun 25 20:14:37 2015 -0600
lenovo/g505s: Add System Board ID to fix ACPI warning
Add the System Board Hardware ID to fix the warning:
dsdt.aml 88: Device (MB) { Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope)
Change-Id: Ie97b1e6792c8d4c8db2500cef6a79881b7ff94c8 Signed-off-by: Martin Roth gaumless@gmail.com --- src/mainboard/lenovo/g505s/acpi/mainboard.asl | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/src/mainboard/lenovo/g505s/acpi/mainboard.asl b/src/mainboard/lenovo/g505s/acpi/mainboard.asl index 7231147..9e372b2 100644 --- a/src/mainboard/lenovo/g505s/acpi/mainboard.asl +++ b/src/mainboard/lenovo/g505s/acpi/mainboard.asl @@ -105,6 +105,8 @@ Scope (_SB) { }
Device (MB) { + Name(_HID, EisaId("PNP0C01")) // System Board + /* Lid open */ Method (LIDO) { /* Stub */ } /* Lid closed */