Kyle Stevenson has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/31052
Change subject: util/superiotool: detect Fintek F81866, F8196* ......................................................................
util/superiotool: detect Fintek F81866, F8196*
Change-Id: I7210e1523a188a8593cd03547bb0c95cd3e7aa39 Signed-off-by: Kyle Stevenson kstevenson@comqi.com --- M util/superiotool/fintek.c 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/31052/1
diff --git a/util/superiotool/fintek.c b/util/superiotool/fintek.c index 74e7f76..347462e 100644 --- a/util/superiotool/fintek.c +++ b/util/superiotool/fintek.c @@ -467,6 +467,10 @@ {0x30,0x60,0x61,0x70,0xf0,0xf2,0xf4,0xf5,EOT}, {NANA,0x00,0x00,NANA,NANA,NANA,0x00,0x00,EOT}}, {EOT}}}, + {0x1010, "F81866", { + {EOT}}}, + {0x0215, "F81962/F81964/F81966/F81967", { + {EOT}}}, {EOT} };