summaryrefslogtreecommitdiff
path: root/util/cbfstool
AgeCommit message (Expand)Author
2017-09-20util/cbfstool: Add "expand" command to make CBFS span an fmap regionPatrick Georgi
2017-09-13rmodtool: Increase limit on number of symbolsDamien Zammit
2017-08-11util/cbmem, util/cbfstool: resolve macro errors on FreeBSDIdwer Vollering
2017-08-08add __must_check to */compiler.hCaveh Jalali
2017-08-02util/cbfstool: Fix build with armv7-eabi cross compilerPatrick Georgi
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-07-07util/cbfstool: demote FV handling errors to debugPatrick Georgi
2017-07-07util/cbfstool: demote not-ELF error to debugPatrick Georgi
2017-06-27util: change coreboot to lowercaseMartin Roth
2017-06-06util/cbfstool/lz4frame.c: Add comment to fall throughArthur Heymans
2017-06-04console/flashsconsole: Add spi flash console for debuggingYouness Alaoui
2017-05-27cbfscomptool: fix display of time_tMike Frysinger
2017-03-29cbfstool/ifwitool: Remove unnecessary assignmentPaul Menzel
2017-03-20util/cbfstool: avoid memleaks and off-by-onesPatrick Georgi
2017-01-24cbfs-compression-tool: catch compression failuresPatrick Georgi
2017-01-18cbfstool: Don't use le32toh(), it's non-standardNico Huber
2017-01-13util/cbfstool: Enable adding precompressed files to cbfsPatrick Georgi
2017-01-12util/cbfstool: Add cbfs-compression-toolPatrick Georgi
2017-01-12util/cbfstool: compile with -O2 by defaultPatrick Georgi
2017-01-04util/cbfstool: Fix to build with latest llvmManoj Gupta
2017-01-02util/cbfstool: Don't print region information on stderr by defaultPatrick Georgi
2016-12-15util/cbfstool: Handle error condition more carefullyPatrick Georgi
2016-12-15util/cbfstool: check that buffer_create workedPatrick Georgi
2016-12-15util/cbfstool: Fix memory leakPatrick Georgi
2016-12-15util/cbfstool: Add NULL-ptr checkPatrick Georgi
2016-12-13util/cbfstool: Enable filling fmap regions with a given valuePatrick Georgi
2016-12-13util/cbfstool: require -i argument for cbfstool add-intPatrick Georgi
2016-12-04cbfstool: Fix off-by-one error in checking hash_typeFurquan Shaikh
2016-10-17cbfstool: Fix typo in help textPatrick Georgi
2016-10-17util/cbfstool: Allow overwriting CBFS regions with raw data on requestPatrick Georgi
2016-09-28cbfstool: set init_size for linux payloads.Ronald G. Minnich
2016-08-27cbfs: Add "struct" file type and associated helpersJulius Werner
2016-08-10util/cbfstool: Initialize elf_writer pointer to avoid crashJonathan Neuschäfer
2016-08-09flashmap: Allocate at least one entry in kv_pair_new()Stefan Reinauer
2016-08-08cbfstool/cbfs_image: Fix resource leak for tbuffFurquan Shaikh
2016-08-08cbfstool/cbfs_image: Check for return value of buffer_createFurquan Shaikh
2016-08-08cbfstool/cbfs_image: Fix resource leak for segsFurquan Shaikh
2016-08-08cbfstool/elfheaders: Make elf_writer_destroy NULL-safeFurquan Shaikh
2016-08-08cbfstool/cbfs_image: Initialze empty_sz to 0Furquan Shaikh
2016-08-08Use VBOOT_SOURCE instead of hardcoding vboot pathPaul Kocialkowski
2016-08-03cbfstool: Check for excessive argumentsNico Huber
2016-08-03cbfstool: Check arguments to strtoul() where appropriateNico Huber
2016-08-01util/cbfstool: Increase initrd offset to 64MTimothy Pearson
2016-07-31Remove extra newlines from the end of all coreboot files.Martin Roth
2016-07-04fmaptool: Accept hex values with uppercase lettersPatrick Georgi
2016-07-02cbfstool: Require "-m ARCH" to extract payloads and stagesAntonello Dettori
2016-06-26ifwitool: Fix gcc error due to shadowed global declarationWerner Zeh
2016-06-21cbfstool: Change CONFIG_FMD_GENPARSER if not set to nAlexander Couzens
2016-06-21fmaptool: Make base offsets absolute in fmap_config.hJulius Werner
2016-06-17cbfstool: Extract payload in ELFAntonello Dettori