From ad4764dddd838cfc5713f407b642e2357eb6e888 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 24 Nov 2015 16:46:44 -0700 Subject: hp/pavilion_m6_1035dx: Fix IASL warning - Missing _HID object - Add System board _HID object. - Remove Kconfig default disabling IASL warnings as errors Fixes warning: dsdt.aml 64: Device (MB) { Warning 3141 - ^ Missing dependency (Device object requires a _HID or _ADR in same scope) Change-Id: I4fa6ab2a6744d58ded8b0feb361e002d90e11474 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/12532 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/mainboard/hp/pavilion_m6_1035dx/Kconfig | 4 ---- src/mainboard/hp/pavilion_m6_1035dx/acpi/mainboard.asl | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'src/mainboard') diff --git a/src/mainboard/hp/pavilion_m6_1035dx/Kconfig b/src/mainboard/hp/pavilion_m6_1035dx/Kconfig index 24ec6321d0..f78cfba26a 100644 --- a/src/mainboard/hp/pavilion_m6_1035dx/Kconfig +++ b/src/mainboard/hp/pavilion_m6_1035dx/Kconfig @@ -65,8 +65,4 @@ config VGA_BIOS_ID string default "1002,9900" -# TODO: Remove this when platform ASL is fixed -config IASL_WARNINGS_ARE_ERRORS - def_bool n - endif # BOARD_HP_PAVILION_M6_1035DX diff --git a/src/mainboard/hp/pavilion_m6_1035dx/acpi/mainboard.asl b/src/mainboard/hp/pavilion_m6_1035dx/acpi/mainboard.asl index 9ef24c7a63..a2a8d5ee0b 100644 --- a/src/mainboard/hp/pavilion_m6_1035dx/acpi/mainboard.asl +++ b/src/mainboard/hp/pavilion_m6_1035dx/acpi/mainboard.asl @@ -101,6 +101,8 @@ Scope (\_SB) { } Device (MB) { + Name(_HID, EisaId("PNP0C01")) // System Board + /* Lid open */ Method (LIDO) { /* Stub */ } /* Lid closed */ -- cgit v1.2.3