diff options
author | Zheng Bao <zheng.bao@amd.com> | 2010-12-31 01:38:45 +0000 |
---|---|---|
committer | Zheng Bao <Zheng.Bao@amd.com> | 2010-12-31 01:38:45 +0000 |
commit | 6d81646314af1b720665b6bdb4e7523ae80cca73 (patch) | |
tree | 2cb079b8d5be01f2e51b68cb94c5bf89de781121 /util/superiotool | |
parent | 8098e429445723a60cf7772777385259e2c498bb (diff) |
Add detection of Nuvoton WPCM450.
Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Acked-by: Stefan Reinauer <stepan@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6226 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool')
-rw-r--r-- | util/superiotool/nuvoton.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/superiotool/nuvoton.c b/util/superiotool/nuvoton.c index 33f232c698..3c447674d2 100644 --- a/util/superiotool/nuvoton.c +++ b/util/superiotool/nuvoton.c @@ -64,6 +64,8 @@ static const struct superio_registers reg_table[] = { {0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,EOT}, {0x00,0x02,0xf8,0x03,0x03,0x04,0x04,0x02,EOT}}, {EOT}}}, + {0x1a, "WPCM450", { + {EOT}}}, {EOT} }; |