coreboot-kgpe-d16/util
Ronald G. Minnich 442fc92b1f I would have liked to get an ack, but the error this corrects is pretty
critical, since unless it is fixed this tool creates empty tables that cause
coreboot to (in some cases, e.g. on qemu) triple fault and die. 

For the record, an empty option_table is not allowed. The table must, 
at least, have 3 32-bit entries in this order: 
type -- should be 200, 0r 0xc8, i.e. 0xc8, 0, 0, 0
size of table in LE order, 4 bytes
size of header in LE order, which is always 12,0,0,0

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4264 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-05-09 17:14:58 +00:00
..
ADLO
abuild Instead of just 2009-04-22 23:39:19 +00:00
analysis
buildrom Eliminate various issues brought up by scan-build. 2009-04-21 20:14:31 +00:00
cbfstool Trivial clean up of print usage and parameter checking. 2009-05-08 20:07:00 +00:00
dump_mmcr
ectool Add 'install' target for ectool (trivial). 2009-04-23 22:22:47 +00:00
flashrom Flashrom is now moved over to its own repository. 2009-04-26 18:17:40 +00:00
getpir
inteltool mini fix to reliably compile inteltool on darwin, and on Linux both on x86/x86_64. 2009-04-22 23:17:44 +00:00
k8resdump
lbtdump
mkelfImage
mptable
msrtool
newconfig This patch removes these warnings: 2009-05-04 20:27:09 +00:00
nrv2b don't ignore return values (trivial) 2009-04-22 12:14:39 +00:00
nvramtool
optionlist
options I would have liked to get an ack, but the error this corrects is pretty 2009-05-09 17:14:58 +00:00
resetcf
romcc scan-build prefers -include over --includes=, gcc knows both. 2009-04-21 12:41:55 +00:00
superiotool Fix my last commit. I looked at the wrong dead laptop. 2009-05-07 00:21:02 +00:00
vgabios