split the one file, as the several printing functions will continue to grow
authorStefan Reinauer <stepan@coresystems.de>
Wed, 20 Aug 2008 13:41:24 +0000 (13:41 +0000)
committerStefan Reinauer <stepan@openbios.org>
Wed, 20 Aug 2008 13:41:24 +0000 (13:41 +0000)
commit2319027d7e3a9b44110794a553b10a554fed1102
tree7cb5bffd1c14b6363fb17019bdd4826fd9ec726c
parenteb02f45e6ff2a6870353816712ff6271250dc7ee
split the one file, as the several printing functions will continue to grow
immensly when they know more systems / cpus / chipsets

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3531 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
util/inteltool/Makefile
util/inteltool/cpu.c [new file with mode: 0644]
util/inteltool/gpio.c [new file with mode: 0644]
util/inteltool/inteltool.c
util/inteltool/inteltool.h [new file with mode: 0644]
util/inteltool/memory.c [new file with mode: 0644]
util/inteltool/pcie.c [new file with mode: 0644]
util/inteltool/powermgt.c [new file with mode: 0644]
util/inteltool/rootcmplx.c [new file with mode: 0644]