summaryrefslogtreecommitdiffstats
path: root/util/cbfstool/cbfs-mkpayload.c
Commit message (Expand)AuthorAgeFilesLines
* util/cbfstool: Add support for ARM64 UefiPayloadRex-BC Chen2021-10-041-2/+2
* util/cbftool: Fix the bug in parsing Uefipayload with extended headerDun Tan2021-09-021-0/+7
* cbfstool: Use cbfs_serialized.h and standard vboot helpersJulius Werner2020-12-031-4/+4
* util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi2020-05-091-10/+1
* AUTHORS, util/: Drop individual copyright noticesPatrick Georgi2020-05-091-6/+0
* util/cbfstool: Fix typosPatrick Georgi2020-01-301-1/+1
* util/cbfstool: fix build with clangPatrick Georgi2018-07-201-2/+2
* cbfstool/add-payload: initialize segment headers to 0Joel Kitching2018-07-191-3/+3
* cbfstool: Use endian.h and functions from commonlibWerner Zeh2018-06-181-1/+2
* util/cbfstool: Support FIT payloadsPatrick Rudolph2018-06-151-0/+37
* util/cbfstool: demote FV handling errors to debugPatrick Georgi2017-07-071-2/+2
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* cbfstool: Don't typedef the comp_algo enumSol Boucher2015-05-131-4/+4
* cbfstool: Clean up in preparation for adding new filesSol Boucher2015-04-251-6/+6
* cbfstool: If compression fails, warn and use the uncompressed data.Gabe Black2014-10-281-30/+24
* cbfstool: free memoryPatrick Georgi2014-10-181-7/+18
* cbfstool: Propogate compression errors back to the caller.Gabe Black2014-09-251-4/+13
* cbfstool: process cbfs_payload_segment(s) in host byte orderAaron Durbin2014-08-071-0/+17
* cbfstool: add eflparsing.hAaron Durbin2014-03-131-1/+1
* Change the linux payload generator to use the standard header generatorRonald G. Minnich2014-02-051-1/+1
* cbfstool: Eliminate global variable "arch"Alexandru Gagniuc2014-02-041-2/+2
* Add section header parsing and use it in the mk-payload stepRonald G. Minnich2014-02-021-77/+89
* Add a (b)zImage parser to cbfstoolPatrick Georgi2013-08-311-0/+1
* cbfstool: Fix compile warnings caused by incorrect data types.Hung-Te Lin2013-02-181-2/+2
* cbfstool: Handle alignment in UEFI payloadsPatrick Georgi2013-02-091-0/+10
* cbfstool: Add support for 64bit UEFIStefan Reinauer2013-02-061-17/+32
* cbfstool: support parsing UEFI firmware volumesStefan Reinauer2013-02-051-1/+106
* cbfstool: Use cbfs_image API for "add-*" (add-payload, add-stage, ...) commands.Hung-Te Lin2013-02-051-40/+32
* cbfstool: move flat-binary parsing to cbfs-mkpayload.Hung-Te Lin2013-02-011-0/+53
* cbfstool: Add -v (verbose) output.Hung-Te Lin2013-02-011-2/+2
* cbfstool: Remove unused header files.Hung-Te Lin2013-01-291-5/+1
* Add multi-architecture support to cbfstoolDavid Hendricks2012-11-301-4/+8
* correctly mark code segments as code in SELFStefan Reinauer2012-03-071-1/+4
* Various fixes to cbfstool.Stefan Reinauer2011-10-241-5/+5
* Make the kconfig-style build work in mingw:Patrick Georgi2009-11-211-1/+0
* check for ELF payloads in cbfstoolCristi Magherusan2009-09-251-0/+6
* There was a missing addition of the size of the .notes.pinfo Ronald G. Minnich2009-09-171-1/+3
* New cbfstool. Works without mmap or fork/exec andPatrick Georgi2009-09-141-0/+194