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 <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/12532
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Martin Roth 2015-11-24 16:46:44 -07:00
parent d49bbff8ff
commit ad4764dddd
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -101,6 +101,8 @@ Scope (\_SB) {
}
Device (MB) {
Name(_HID, EisaId("PNP0C01")) // System Board
/* Lid open */
Method (LIDO) { /* Stub */ }
/* Lid closed */