Split up superiotool.c into multiple source files, one per vendor.
authorUwe Hermann <uwe@hermann-uwe.de>
Sun, 16 Sep 2007 18:11:03 +0000 (18:11 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Sun, 16 Sep 2007 18:11:03 +0000 (18:11 +0000)
commit0120e1a3d8ebb450aed5016b4653ce4a7524295e
treecffb03aa0046ef64b42700a1ab47f6caf7fa9967
parent18c70d7222bcea65d08e1ff879d8f69f2705e7ab
Split up superiotool.c into multiple source files, one per vendor.

As there will be lots more supported Super I/Os soon, the file is
really getting way too big...

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2777 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
util/superiotool/Makefile
util/superiotool/fintek.c [new file with mode: 0644]
util/superiotool/ite.c [new file with mode: 0644]
util/superiotool/nsc.c [new file with mode: 0644]
util/superiotool/superiotool.c
util/superiotool/superiotool.h [new file with mode: 0644]