diff options
author | Zheng Bao <zheng.bao@amd.com> | 2010-11-05 00:34:12 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2010-11-05 00:34:12 +0000 |
commit | 0e40e6ba4d087ec89dc6029475523ef033896822 (patch) | |
tree | 92d14654d16726a01170e33a1c38e7fd71b990a0 | |
parent | eca32808cb271f3f11c2fdb29eaf71c7f192e765 (diff) |
Add detection support for the Fintek F81865/F81865-I.
Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6024 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | util/superiotool/fintek.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/superiotool/fintek.c b/util/superiotool/fintek.c index 0a02ef3a13..502990635b 100644 --- a/util/superiotool/fintek.c +++ b/util/superiotool/fintek.c @@ -229,6 +229,8 @@ static const struct superio_registers reg_table[] = { {0x30,0x60,0x61,0x70,0xf0,0xf1,EOT}, {0x00,NANA,NANA,NANA,NANA,NANA,EOT}}, {EOT}}}, + {0x0407, "F81865F/F-I", { + {EOT}}}, {EOT} }; |