summaryrefslogtreecommitdiffstats
path: root/util/cbfstool
Commit message (Expand)AuthorAgeFilesLines
* cbfstool: add a constant for the aarch64Ronald G. Minnich2013-11-181-0/+1
* Fix whitespace leaked into treeKyösti Mälkki2013-09-174-31/+31
* Add a (b)zImage parser to cbfstoolPatrick Georgi2013-08-318-1/+597
* Correct spelling of shadow, setting and memoryPaul Menzel2013-08-161-1/+1
* cbfstool: Add an add-int command that adds a raw 64-bit integer CBFS filePeter Stuge2013-08-151-0/+60
* cbfstool: cbfs-mkstage.c: Free `buffer` on error pathPaul Menzel2013-04-121-0/+1
* cbfstool: completely initialize input and output streamsStefan Reinauer2013-04-081-1/+3
* cbfstool: Replace C++ code with C codeStefan Reinauer2013-04-038-1151/+208
* cbfstool: fix --machineStefan Reinauer2013-04-021-2/+2
* cbfstool: Add update-fit commandAaron Durbin2013-03-275-1/+343
* cbfstool: Fix cbfs_image.cStefan Reinauer2013-03-271-43/+74
* cbfstool: Fix initial empty space in image creation.Hung-Te Lin2013-03-221-3/+5
* cbfstool locate: Implement alignment switch --align/-aHung-Te Lin2013-03-203-29/+58
* cbfstool locate: Rename -a align switch to -P for page sizeHung-Te Lin2013-03-191-5/+10
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-012-2/+2
* cbfstool: Fix compile warnings caused by incorrect data types.Hung-Te Lin2013-02-181-2/+2
* cbfstool: Add `-Werror` to make all warnings into errorsPaul Menzel2013-02-181-1/+1
* cbfstool: Handle alignment in UEFI payloadsPatrick Georgi2013-02-092-0/+12
* cbfstool: Fix crash on image without bootblock in end of ROM.Hung-Te Lin2013-02-092-12/+16
* armv7: Prevent CBFS data overlapping bootblock.Hung-Te Lin2013-02-061-0/+6
* cbfstool: Add support for 64bit UEFIStefan Reinauer2013-02-062-18/+71
* cbfstool: support parsing UEFI firmware volumesStefan Reinauer2013-02-055-2/+256
* cbfstool: Use cbfs_image API for "add-*" (add-payload, add-stage, ...) commands.Hung-Te Lin2013-02-054-245/+115
* cbfstool: Use cbfs_image api for "add" command.Hung-Te Lin2013-02-053-28/+239
* cbfstool: Use cbfs_image API for "create" command.Hung-Te Lin2013-02-053-4/+169
* cbfstool: Use cbfs_image API for "locate" command.Hung-Te Lin2013-02-053-8/+194
* cbfstool: Fix incorrect CBFS free space by old cbfstool.Hung-Te Lin2013-02-051-0/+26
* cbfstool: Use cbfs_image API for "remove" command.Hung-Te Lin2013-02-053-10/+41
* cbfstool: Use cbfs_image API for "extract" command.Hung-Te Lin2013-02-053-9/+58
* cbfstool: Use cbfs_image API for "print" command.Hung-Te Lin2013-02-054-8/+235
* cbfstool: Add cbfs_image new CBFS image manipulation API.Hung-Te Lin2013-02-055-1/+197
* cbfstool: Add buffer management API.Hung-Te Lin2013-02-052-0/+85
* cbfstool: Update example file.Hung-Te Lin2013-02-041-6/+4
* cbfstool: Make endian detection functions to work without prior setup.Hung-Te Lin2013-02-014-19/+21
* cbfstool: move flat-binary parsing to cbfs-mkpayload.Hung-Te Lin2013-02-013-44/+71
* cbfstool: Add -v (verbose) output.Hung-Te Lin2013-02-016-104/+108
* cbfstool: Prevent file name to be corrupted by basename().Hung-Te Lin2013-01-301-1/+3
* cbfstool: Change "locate" output to prefix "0x".Hung-Te Lin2013-01-291-1/+1
* cbfstool: Remove unused header files.Hung-Te Lin2013-01-292-10/+2
* cbfstool: Store global variables into struct.Hung-Te Lin2013-01-281-107/+112
* Add more information to the cbfstool printStefan Reinauer2013-01-192-5/+65
* armv7: Place reset vector + CBFS header + bootblock dynamicallyDavid Hendricks2013-01-171-14/+23
* armv7: dynamically calculate the branch offset in cbfstoolDavid Hendricks2013-01-101-7/+8
* cbfstool: index is replaced by strchr.zbao2013-01-081-1/+1
* cbfstool: Fix warnings on OS XStefan Reinauer2013-01-041-0/+2
* Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*".Hung-Te Lin2013-01-042-6/+6
* add user-specified offset when creating armv7 cbfs imageDavid Hendricks2013-01-031-8/+7
* cbfstool: Align the column of build hint message.Zheng Bao2012-12-141-1/+1
* cbfstool: Catch failing parse_elf_to_payload()Stefan Reinauer2012-12-121-1/+7
* Revert "armv7: use __cpu_to_le32 for endianness of reset vector instruction"Stefan Reinauer2012-12-091-2/+1