mptable tool

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1817 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ronald G. Minnich 2004-12-10 16:18:43 +00:00
parent 6ac60f8dfe
commit a7dd869706
2 changed files with 1329 additions and 0 deletions

6
util/mptable/Makefile Normal file
View File

@ -0,0 +1,6 @@
CC=gcc
mptable: mptable.o
$(CC) -o mptable mptable.o
clean:
\rm *.o mptable

1323
util/mptable/mptable.c Normal file

File diff suppressed because it is too large Load Diff