From b4417fb1390d627090ee1e838623ac73af1fc634 Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Sun, 6 Apr 2014 23:57:57 -0500 Subject: hp/pavilion_m6_1035dx: Add basic EC initialization MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The EC is now set to ACPI mode, and properly generates SCIs on external events. This fixes the issue where battery notifications were not working. The keyboard matrix type is also explicitly set up. Change-Id: Ib6f0d23984d4ed1320340282469b8325c83547d1 Signed-off-by: Alexandru Gagniuc Reviewed-on: http://review.coreboot.org/5471 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki Reviewed-by: Edward O'Callaghan --- src/mainboard/hp/pavilion_m6_1035dx/ec.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/mainboard/hp/pavilion_m6_1035dx/ec.h (limited to 'src/mainboard/hp/pavilion_m6_1035dx/ec.h') diff --git a/src/mainboard/hp/pavilion_m6_1035dx/ec.h b/src/mainboard/hp/pavilion_m6_1035dx/ec.h new file mode 100644 index 0000000000..0c00d7aae0 --- /dev/null +++ b/src/mainboard/hp/pavilion_m6_1035dx/ec.h @@ -0,0 +1,11 @@ +/* + * Copyright (C) 2014 Alexandru Gagniuc + * Subject to the GNU GPL v2, or (at your option) any later version. + */ + +#ifndef _MAINBOARD_HP_PAVILION_M6_1035DX_EC_H +#define _MAINBOARD_HP_PAVILION_M6_1035DX_EC_H + +void pavilion_m6_1035dx_ec_init(void); + +#endif /* _MAINBOARD_HP_PAVILION_M6_1035DX_EC_H */ -- cgit v1.2.3