HWM: Nuvoton W83795G/ADG HWM support
authorKerry Sheh <shekairui@gmail.com>
Tue, 7 Feb 2012 12:33:21 +0000 (20:33 +0800)
committerMarc Jones <marcj303@gmail.com>
Thu, 16 Feb 2012 20:22:41 +0000 (21:22 +0100)
commit134d8a94de060a6d09d663167379d895c0af86fc
treec8bb961618bf631ce8220b57d0a3705a032a9abd
parenta3f060748b692e50b7e3856ef37a731d3c76451c
HWM: Nuvoton W83795G/ADG HWM support

Supermicro H8QGI-F 1 Unit Chassis contain 9 system Fans,
they are controled by a separate W83795G Hardware Monitor chip.
This patch adds Nuvoton W83795G/ADG HWM support.

Change-Id: I8756f5ed02dc2fa0884cde36e51451fd8aacee27
Signed-off-by: Kerry Sheh <kerry.she@amd.com>
Signed-off-by: Kerry Sheh <shekairui@gmail.com>
Reviewed-on: http://review.coreboot.org/569
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marcj303@gmail.com>
src/drivers/i2c/Kconfig
src/drivers/i2c/Makefile.inc
src/drivers/i2c/w83795/Kconfig [new file with mode: 0644]
src/drivers/i2c/w83795/Makefile.inc [new file with mode: 0644]
src/drivers/i2c/w83795/chip.h [new file with mode: 0644]
src/drivers/i2c/w83795/w83795.c [new file with mode: 0644]
src/drivers/i2c/w83795/w83795.h [new file with mode: 0644]
src/mainboard/supermicro/h8qgi/Kconfig
src/mainboard/supermicro/h8qgi/devicetree.cb
src/mainboard/supermicro/h8qgi/romstage.c