summaryrefslogtreecommitdiffstats
path: root/util/cbfstool
Commit message (Expand)AuthorAgeFilesLines
* 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
* armv7: use __cpu_to_le32 for endianness of reset vector instructionDavid Hendricks2012-12-071-1/+2
* cbfstool: Clean up messagesStefan Reinauer2012-11-302-23/+17
* Add multi-architecture support to cbfstoolDavid Hendricks2012-11-306-51/+233
* cbfstool: Rework to use getopt style parametersStefan Reinauer2012-11-125-258/+482
* cbfstool: Update LZMA encoder to LZMA SDK 9.12Stefan Reinauer2012-11-1263-6616/+5910
* cbfstool: Remove unused cmd_tStefan Reinauer2012-11-121-22/+9
* cbfstool: add add-flat-binary command to add raw executablesStefan Reinauer2012-11-121-0/+91
* cbfstool: add offset parameter to create commandStefan Reinauer2012-11-083-14/+19
* cbfstool: respect dependencies when building locallyStefan Reinauer2012-11-071-2/+12
* cbfstool: Add -mno-ms-bitfields on (mingw)Zheng Bao2012-10-221-0/+4
* cbfstool: signed vs. unsigned fixesMathias Krause2012-07-182-6/+6
* cbfstool: provide a prototype for remove_file_from_cbfsMathias Krause2012-07-181-0/+1
OpenPOWER on IntegriCloud