dump mmcr registers on Elan sc520

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2202 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2006-03-16 00:52:58 +00:00
parent 426da0bc45
commit 76ce5deb54
2 changed files with 108 additions and 0 deletions

5
util/dump_mmcr/Makefile Normal file
View File

@@ -0,0 +1,5 @@
dumpmmcr: dumpmmcr.c
gcc -m32 -Os -static -o dumpmmcr dumpmmcr.c
strip -s dumpmmcr
clean:
rm dumpmmcr