coreboot-kgpe-d16/util/lbtdump
Ben Hewson 917bf6b99e Here is a small fix to prevent a segmentation fault in lbtdump.
The format specifier in the printf statements have been changed from
%08lx to %08llx or similar where uint64_t are being displayed.

Signed-off-by: Ben Hewson <ben@hewson-venieri.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2679 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2007-05-20 17:10:17 +00:00
..
Makefile add utility to dump linuxbios table from v1 2005-11-12 20:58:26 +00:00
README add utility to dump linuxbios table from v1 2005-11-12 20:58:26 +00:00
lbtdump.c Here is a small fix to prevent a segmentation fault in lbtdump. 2007-05-20 17:10:17 +00:00

README

lbtdump is a utility to dump the LinuxBIOS table
to a human readable form.

This needs to be run as root (or setuid) on a system
running LinuxBIOS.