coreboot/util/cbfstool
Ronald G. Minnich 919e89c303 cbfstool: add code to serialize the header using the new xdr functions
This change adds a header serialization function. Programmers can thus just
set up a header as needed, without worrying about forgetting if and how to
use the [hn]to[hn]* functions.

BUG=None
TEST=Build a peppy image and verify that it's bit for bit the same.
BRANCH=None

Change-Id: I0f9b8e7cac5f52d0ea330ba948650fa0803aa0d5
Signed-off-by: Ronald G. Minnich <rminnich@google.com>
Reviewed-on: https://chromium-review.googlesource.com/181552
Reviewed-by: Ronald Minnich <rminnich@chromium.org>
Commit-Queue: Ronald Minnich <rminnich@chromium.org>
Tested-by: Ronald Minnich <rminnich@chromium.org>
2014-01-25 05:54:30 +00:00
..
lzma cbfstool: remove dead code 2013-11-14 02:38:23 +00:00
cbfs-mkpayload.c Add section header parsing and use it in the mk-payload step 2014-01-24 23:51:48 +00:00
cbfs-mkstage.c Add section header parsing and use it in the mk-payload step 2014-01-24 23:51:48 +00:00
cbfs.h Add section header parsing and use it in the mk-payload step 2014-01-24 23:51:48 +00:00
cbfs_image.c cbfstool: add code to serialize the header using the new xdr functions 2014-01-25 05:54:30 +00:00
cbfs_image.h cbfstool: add code to serialize the header using the new xdr functions 2014-01-25 05:54:30 +00:00
cbfstool.c Add section header parsing and use it in the mk-payload step 2014-01-24 23:51:48 +00:00
coff.h
common.c Add section header parsing and use it in the mk-payload step 2014-01-24 23:51:48 +00:00
common.h Add section header parsing and use it in the mk-payload step 2014-01-24 23:51:48 +00:00
compress.c cbfstool: remove dead code 2013-11-14 02:38:23 +00:00
elf.h
elfheaders.c Add section header parsing and use it in the mk-payload step 2014-01-24 23:51:48 +00:00
EXAMPLE
fit.c Add section header parsing and use it in the mk-payload step 2014-01-24 23:51:48 +00:00
fit.h
fv.h
Makefile Add section header parsing and use it in the mk-payload step 2014-01-24 23:51:48 +00:00
Makefile.inc Add section header parsing and use it in the mk-payload step 2014-01-24 23:51:48 +00:00
swab.h
xdr.c cbfs: fix issues with word size and endianness. 2013-12-11 09:04:54 +00:00