This is for board Supermicro H8scm. The code was done by existing chips and
authorZheng Bao <zheng.bao@amd.com>
Sun, 27 Mar 2011 16:33:09 +0000 (16:33 +0000)
committerZheng Bao <Zheng.Bao@amd.com>
Sun, 27 Mar 2011 16:33:09 +0000 (16:33 +0000)
commit8a281880a36967361e7eb39056c4ff228f97c9a3
tree246c599acde630d38e8a884f9da58b08ad3eded5
parentfde7025b611c58888fca4f6ba6444708930b9107
This is for board Supermicro H8scm. The code was done by existing chips and
superiotool.

WPCM450 is more like an EC. SuperIO is just a part of multi-features.

Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Acked-by: Marc Jones <marcj303@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6461 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/superio/Kconfig
src/superio/Makefile.inc
src/superio/nuvoton/Kconfig [new file with mode: 0644]
src/superio/nuvoton/Makefile.inc [new file with mode: 0644]
src/superio/nuvoton/wpcm450/Makefile.inc [new file with mode: 0644]
src/superio/nuvoton/wpcm450/chip.h [new file with mode: 0644]
src/superio/nuvoton/wpcm450/early_init.c [new file with mode: 0644]
src/superio/nuvoton/wpcm450/superio.c [new file with mode: 0644]
src/superio/nuvoton/wpcm450/wpcm450.h [new file with mode: 0644]