[coreboot-gerrit] Patch set updated for coreboot: google/parrot: Add System Board ID to fix ACPI warning

Martin Roth (gaumless@gmail.com) gerrit at coreboot.org
Fri Jun 26 23:03:26 CEST 2015


Martin Roth (gaumless at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10668

-gerrit

commit 36ac3cd1f46635ce2a87ec1065a72edfffae34b4
Author: Martin Roth <gaumless at gmail.com>
Date:   Thu Jun 25 20:13:12 2015 -0600

    google/parrot: 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: I063580142ae8053fdc05e165c01e86b8b7cd5ca6
    Signed-off-by: Martin Roth <gaumless at gmail.com>
---
 src/mainboard/google/parrot/acpi/mainboard.asl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mainboard/google/parrot/acpi/mainboard.asl b/src/mainboard/google/parrot/acpi/mainboard.asl
index c39df7c..77fdd36 100644
--- a/src/mainboard/google/parrot/acpi/mainboard.asl
+++ b/src/mainboard/google/parrot/acpi/mainboard.asl
@@ -83,6 +83,8 @@ Scope (\_SB) {
 	}
 
 	Device (MB) {
+		Name(_HID, EisaId("PNP0C01")) // System Board
+
 		/* Lid open */
 		Method (LIDO) { /* Not needed on this board */ }
 		/* Lid closed */



More information about the coreboot-gerrit mailing list