aboutsummaryrefslogtreecommitdiff
path: root/util/cbfstool
AgeCommit message (Expand)Author
2014-06-29utils/cbfstool: No need to pass -g flag twiceEdward O'Callaghan
2014-05-27util/cbfstool: Use `%zu` instead of `%ld` for size_t argumentsPaul Menzel
2014-05-09cbfstool: account for the trampoline code in bzImage payloadAaron Durbin
2014-04-18util/cbfstool: Fix "Bad segment type 53534220 Could not load payload".Wei Hu
2014-04-07util/cbfstool: Make cbfs_image_delete() NULL-tolerant.Edward O'Callaghan
2014-03-28cbfstool: provide structure to linux payload builderAaron Durbin
2014-03-20util: add rmodtool for parsing ELF files to rmodulesAaron Durbin
2014-03-18cbfstool: add ELF writing supportAaron Durbin
2014-03-14cbfstool: add symbol table parsing to the ELF parserAaron Durbin
2014-03-14cbfstool: add string table parsing to ELF parserAaron Durbin
2014-03-14cbfstool: add relocation parsing to ELF parserAaron Durbin
2014-03-14cbfstool: introduce struct parsed_elf and parse_elf()Aaron Durbin
2014-03-13cbfstool: remove incorrect section size checkAaron Durbin
2014-03-13cbfstool: elfparsing: check segment and section regionsAaron Durbin
2014-03-13cbfstool: elfheaders: use proper parameters to calloc()Aaron Durbin
2014-03-13cbfstool: add eflparsing.hAaron Durbin
2014-03-13cbfstool: move iself() to eflheaders.cAaron Durbin
2014-03-13cbfstool: elfheaders: use common checks and buffer helpersAaron Durbin
2014-03-11cbfstool: add struct buffer helper routinesAaron Durbin
2014-03-11cbfstool: add bputs() to store a byte stream to a bufferAaron Durbin
2014-03-11cbfstool: add get8/put8 variants to xdr structuresAaron Durbin
2014-03-11cbfstool: move verbose to common.cAaron Durbin
2014-03-02cbfstool/lzma: Remove dead code under #ifdefsAlexandru Gagniuc
2014-02-11cbfstool/lzma: Remove code which depends on commented out definesAlexandru Gagniuc
2014-02-11cbfstool: Deserialize CBFS master header when reading imageAlexandru Gagniuc
2014-02-10cbfstool/lzma: Remove LITTLE_ENDIAN_AND_UNALIGNED_ACCESS_OKAlexandru Gagniuc
2014-02-10cbfstool: Fix LzmaEnc.c and build with -WshadowAlexandru Gagniuc
2014-02-10cbfstool: Fix build errors when building with clangAlexandru Gagniuc
2014-02-05Add an xdr function for the cbfs_file headerRonald G. Minnich
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-04cbfstool: Remove more unused functions from common.cAlexandru Gagniuc
2014-02-04cbfstool: Hide cbfstool_offset from the global namespaceAlexandru Gagniuc
2014-02-03cbfstool: remove unused function create_cbfs_image()Alexandru Gagniuc
2014-02-02cbfstool: add code to serialize the header using the new xdr functionsRonald G. Minnich
2014-02-02Add section header parsing and use it in the mk-payload stepRonald G. Minnich
2014-01-29cbfstool/lzma: Avoid use of typedef with structs and enumsAlexandru Gagniuc
2014-01-29cbfstool: Don't assume compiler is gcc, and use $(CC)Alexandru Gagniuc
2014-01-29cbfstool/lzma: Remove windows-specific remnantsAlexandru Gagniuc
2014-01-29cbfstool/lzma: Remove C++ remnantsAlexandru Gagniuc
2014-01-29cbfstool/lzma: Use stdint and stdbool typesAlexandru Gagniuc
2014-01-29cbfs: fix issues with word size and endianness.Ronald G. Minnich
2014-01-24cbfstool: correct size left calculation for "empty" entriesAaron Durbin
2014-01-21cbfstool: cleaner filling fieldsPatrick Georgi
2013-12-09cbfstool: Properly handle EOF in update_fit stepAlexandru Gagniuc
2013-11-25cbfstool: check potential microcode update earlierAaron Durbin
2013-11-18cbfstool: add a constant for the aarch64Ronald G. Minnich
2013-09-17Fix whitespace leaked into treeKyösti Mälkki
2013-08-31Add a (b)zImage parser to cbfstoolPatrick Georgi
2013-08-16Correct spelling of shadow, setting and memoryPaul Menzel
2013-08-15cbfstool: Add an add-int command that adds a raw 64-bit integer CBFS filePeter Stuge
2013-04-12cbfstool: cbfs-mkstage.c: Free `buffer` on error pathPaul Menzel
2013-04-08cbfstool: completely initialize input and output streamsStefan Reinauer
2013-04-03cbfstool: Replace C++ code with C codeStefan Reinauer
2013-04-02cbfstool: fix --machineStefan Reinauer
2013-03-27cbfstool: Add update-fit commandAaron Durbin
2013-03-27cbfstool: Fix cbfs_image.cStefan Reinauer
2013-03-22cbfstool: Fix initial empty space in image creation.Hung-Te Lin
2013-03-20cbfstool locate: Implement alignment switch --align/-aHung-Te Lin
2013-03-19cbfstool locate: Rename -a align switch to -P for page sizeHung-Te Lin
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2013-02-18cbfstool: Fix compile warnings caused by incorrect data types.Hung-Te Lin
2013-02-18cbfstool: Add `-Werror` to make all warnings into errorsPaul Menzel
2013-02-09cbfstool: Handle alignment in UEFI payloadsPatrick Georgi
2013-02-09cbfstool: Fix crash on image without bootblock in end of ROM.Hung-Te Lin
2013-02-06armv7: Prevent CBFS data overlapping bootblock.Hung-Te Lin
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-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