Add support for Fintek F71872 superio.
authorJonathan Kollasch <jakllsch@kollasch.net>
Thu, 11 Nov 2010 22:25:55 +0000 (22:25 +0000)
committerJonathan A. Kollasch <jakllsch@kollasch.net>
Thu, 11 Nov 2010 22:25:55 +0000 (22:25 +0000)
commitab940df3315549468e79d31d0b86874830816590
tree763e217b85b7b0681aa788fa7ec738c30e70d5a5
parent5330dd91741d12ae52b9c5db179c1a6c24f3e56c
Add support for Fintek F71872 superio.

Signed-off-by: Jonathan Kollasch <jakllsch@kollasch.net>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6064 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/superio/fintek/Kconfig
src/superio/fintek/Makefile.inc
src/superio/fintek/f71872/Makefile.inc [new file with mode: 0644]
src/superio/fintek/f71872/chip.h [new file with mode: 0644]
src/superio/fintek/f71872/f71872.h [new file with mode: 0644]
src/superio/fintek/f71872/f71872_early_serial.c [new file with mode: 0644]
src/superio/fintek/f71872/superio.c [new file with mode: 0644]