summaryrefslogtreecommitdiff
path: root/util/cbfstool/cbfs-mkpayload.c
AgeCommit message (Expand)Author
2020-12-03cbfstool: Use cbfs_serialized.h and standard vboot helpersJulius Werner
2020-05-09util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi
2020-05-09AUTHORS, util/: Drop individual copyright noticesPatrick Georgi
2020-01-30util/cbfstool: Fix typosPatrick Georgi
2018-07-20util/cbfstool: fix build with clangPatrick Georgi
2018-07-19cbfstool/add-payload: initialize segment headers to 0Joel Kitching
2018-06-18cbfstool: Use endian.h and functions from commonlibWerner Zeh
2018-06-15util/cbfstool: Support FIT payloadsPatrick Rudolph
2017-07-07util/cbfstool: demote FV handling errors to debugPatrick Georgi
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-13cbfstool: Don't typedef the comp_algo enumSol Boucher
2015-04-25cbfstool: Clean up in preparation for adding new filesSol Boucher
2014-10-28cbfstool: If compression fails, warn and use the uncompressed data.Gabe Black
2014-10-18cbfstool: free memoryPatrick Georgi
2014-09-25cbfstool: Propogate compression errors back to the caller.Gabe Black
2014-08-07cbfstool: process cbfs_payload_segment(s) in host byte orderAaron Durbin
2014-03-13cbfstool: add eflparsing.hAaron Durbin
2014-02-05Change the linux payload generator to use the standard header generatorRonald G. Minnich
2014-02-04cbfstool: Eliminate global variable "arch"Alexandru Gagniuc
2014-02-02Add section header parsing and use it in the mk-payload stepRonald G. Minnich
2013-08-31Add a (b)zImage parser to cbfstoolPatrick Georgi
2013-02-18cbfstool: Fix compile warnings caused by incorrect data types.Hung-Te Lin
2013-02-09cbfstool: Handle alignment in UEFI payloadsPatrick Georgi
2013-02-06cbfstool: Add support for 64bit UEFIStefan Reinauer
2013-02-05cbfstool: support parsing UEFI firmware volumesStefan Reinauer
2013-02-05cbfstool: Use cbfs_image API for "add-*" (add-payload, add-stage, ...) commands.Hung-Te Lin
2013-02-01cbfstool: move flat-binary parsing to cbfs-mkpayload.Hung-Te Lin
2013-02-01cbfstool: Add -v (verbose) output.Hung-Te Lin
2013-01-29cbfstool: Remove unused header files.Hung-Te Lin
2012-11-30Add multi-architecture support to cbfstoolDavid Hendricks
2012-03-07correctly mark code segments as code in SELFStefan Reinauer
2011-10-24Various fixes to cbfstool.Stefan Reinauer
2009-11-21Make the kconfig-style build work in mingw:Patrick Georgi
2009-09-25check for ELF payloads in cbfstoolCristi Magherusan
2009-09-17There was a missing addition of the size of the .notes.pinfo Ronald G. Minnich
2009-09-14New cbfstool. Works without mmap or fork/exec andPatrick Georgi