Add support for the Lenovo PMH7 embedded controller
authorSven Schnelle <svens@stackframe.org>
Tue, 1 Feb 2011 10:44:26 +0000 (10:44 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Tue, 1 Feb 2011 10:44:26 +0000 (10:44 +0000)
commit4a6c9d159c38ed52397fa7b98b57d48e8c53c427
treeb60e99ec6f252e3177f22639a695c3f5da7b8278
parent478b77d3884f8c1ca54144380a417ba7a73162ea
Add support for the Lenovo PMH7 embedded controller

Lenovo PMH7 (Power Management Hardware Hub) is found in
most recent (starting with X60/T60 AFAIK) Lenovo/IBM Laptops.

Signed-off-by: Sven Schnelle <svens@stackframe.org>
Acked-by: Patrick Georgi <patrick.georgi@secunet.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6325 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/ec/Kconfig
src/ec/lenovo/Kconfig [new file with mode: 0644]
src/ec/lenovo/Makefile.inc [new file with mode: 0644]
src/ec/lenovo/pmh7/Kconfig [new file with mode: 0644]
src/ec/lenovo/pmh7/Makefile.inc [new file with mode: 0644]
src/ec/lenovo/pmh7/pmh7.c [new file with mode: 0644]
src/ec/lenovo/pmh7/pmh7.h [new file with mode: 0644]