aboutsummaryrefslogtreecommitdiff
path: root/util/lbtdump
AgeCommit message (Collapse)Author
2007-05-20fix lbtdump after last checkin. (trivial)Stefan Reinauer
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2680 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2007-05-20Here is a small fix to prevent a segmentation fault in lbtdump.Ben Hewson
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
2005-11-14comment and unify lb_uint64 handling as discussed on the mailinglistStefan Reinauer
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2086 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2005-11-12add utility to dump linuxbios table from v1Stefan Reinauer
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2085 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1