summaryrefslogtreecommitdiff
path: root/util/cbfstool
AgeCommit message (Expand)Author
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-05cbfstool: Use cbfs_image api for "add" command.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "create" command.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "locate" command.Hung-Te Lin
2013-02-05cbfstool: Fix incorrect CBFS free space by old cbfstool.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "remove" command.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "extract" command.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "print" command.Hung-Te Lin
2013-02-05cbfstool: Add cbfs_image new CBFS image manipulation API.Hung-Te Lin
2013-02-05cbfstool: Add buffer management API.Hung-Te Lin
2013-02-04cbfstool: Update example file.Hung-Te Lin
2013-02-01cbfstool: Make endian detection functions to work without prior setup.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-30cbfstool: Prevent file name to be corrupted by basename().Hung-Te Lin
2013-01-29cbfstool: Change "locate" output to prefix "0x".Hung-Te Lin
2013-01-29cbfstool: Remove unused header files.Hung-Te Lin
2013-01-28cbfstool: Store global variables into struct.Hung-Te Lin
2013-01-19Add more information to the cbfstool printStefan Reinauer
2013-01-17armv7: Place reset vector + CBFS header + bootblock dynamicallyDavid Hendricks
2013-01-10armv7: dynamically calculate the branch offset in cbfstoolDavid Hendricks
2013-01-08cbfstool: index is replaced by strchr.zbao
2013-01-04cbfstool: Fix warnings on OS XStefan Reinauer
2013-01-04Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*".Hung-Te Lin
2013-01-03add user-specified offset when creating armv7 cbfs imageDavid Hendricks
2012-12-14cbfstool: Align the column of build hint message.Zheng Bao
2012-12-12cbfstool: Catch failing parse_elf_to_payload()Stefan Reinauer
2012-12-09Revert "armv7: use __cpu_to_le32 for endianness of reset vector instruction"Stefan Reinauer
2012-12-07armv7: use __cpu_to_le32 for endianness of reset vector instructionDavid Hendricks
2012-11-30cbfstool: Clean up messagesStefan Reinauer
2012-11-30Add multi-architecture support to cbfstoolDavid Hendricks
2012-11-12cbfstool: Rework to use getopt style parametersStefan Reinauer
2012-11-12cbfstool: Update LZMA encoder to LZMA SDK 9.12Stefan Reinauer
2012-11-12cbfstool: Remove unused cmd_tStefan Reinauer
2012-11-12cbfstool: add add-flat-binary command to add raw executablesStefan Reinauer
2012-11-08cbfstool: add offset parameter to create commandStefan Reinauer
2012-11-07cbfstool: respect dependencies when building locallyStefan Reinauer
2012-10-22cbfstool: Add -mno-ms-bitfields on (mingw)Zheng Bao
2012-07-18cbfstool: signed vs. unsigned fixesMathias Krause
2012-07-18cbfstool: provide a prototype for remove_file_from_cbfsMathias Krause
2012-07-18cbfstool: make endian detection code more robustMathias Krause
2012-05-24chromeos: Fix compilation of coreboot-utils packageStefan Reinauer
2012-04-12cbfstool: pretty print cmos layout filesMathias Krause
2012-04-02Add a "remove" command to cbfstoolGabe Black
2012-03-07correctly mark code segments as code in SELFStefan Reinauer
2012-02-17Exit building if romstage.bin is larger than size of XIPzbao
2011-11-01remove trailing whitespaceStefan Reinauer
2011-10-24Various fixes to cbfstool.Stefan Reinauer
2011-10-17cbfstool: improve error messagesStefan Reinauer