coreboot-kgpe-d16/util/cbfstool
Uwe Hermann 942a40da3a Do not print the full path name to coreboot.rom in "cbfstool print" (trivial).
This makes the output look a lot nicer, e.g.

  /home/uwe/foo/bar/baz/whatever/build/coreboot.rom: 256 kB, bootblocksize 65536, romsize 262144, offset 0x0

now becomes:

  coreboot.rom: 256 kB, bootblocksize 65536, romsize 262144, offset 0x0

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5112 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-02-10 19:52:35 +00:00
..
lzma Make the kconfig-style build work in mingw: 2009-11-21 19:54:02 +00:00
EXAMPLE
Makefile There was a missing addition of the size of the .notes.pinfo 2009-09-17 15:35:08 +00:00
Makefile.inc Remove all build/ prefixes in the build output. 2009-10-28 17:10:51 +00:00
cbfs-mkpayload.c Make the kconfig-style build work in mingw: 2009-11-21 19:54:02 +00:00
cbfs-mkstage.c Guards against errors that are hard to track down: 2010-02-03 17:56:37 +00:00
cbfs.h New cbfstool. Works without mmap or fork/exec and 2009-09-14 13:29:27 +00:00
cbfstool.c make strcmp happy by including string.h (trivial) 2009-12-21 15:09:01 +00:00
common.c Do not print the full path name to coreboot.rom in "cbfstool print" (trivial). 2010-02-10 19:52:35 +00:00
common.h Make the kconfig-style build work in mingw: 2009-11-21 19:54:02 +00:00
compress.c New cbfstool. Works without mmap or fork/exec and 2009-09-14 13:29:27 +00:00
elf.h fix some wrong versions of the FSF's address (trivial) 2009-09-23 21:52:45 +00:00