coreboot-kgpe-d16/util/cbfstool
Stefan Reinauer 20848ee288 cbfstool: add add-flat-binary command to add raw executables
Example:
cbfstool image-link.bin add-flat-binary u-boot.bin fallback/payload \
	0x100000 0x100020
will add u-boot.bin as fallback/payload with a load address of 0x100000
and an entry-point of 0x10002.

Change-Id: I6cd04a65eee9f66162f822e168b0e96dbf75a2a7
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/1792
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2012-11-12 03:25:50 +01:00
..
lzma
cbfs-mkpayload.c correctly mark code segments as code in SELF 2012-03-07 14:20:09 +01:00
cbfs-mkstage.c remove trailing whitespace 2011-11-01 19:07:45 +01:00
cbfs.h
cbfstool.c cbfstool: add add-flat-binary command to add raw executables 2012-11-12 03:25:50 +01:00
common.c cbfstool: add offset parameter to create command 2012-11-08 19:38:26 +01:00
common.h cbfstool: add offset parameter to create command 2012-11-08 19:38:26 +01:00
compress.c
elf.h
EXAMPLE
Makefile cbfstool: respect dependencies when building locally 2012-11-07 18:29:18 +01:00
Makefile.inc cbfstool: Add -mno-ms-bitfields on (mingw) 2012-10-22 21:49:46 +02:00
swab.h