aboutsummaryrefslogtreecommitdiff
path: root/util/cbfstool
AgeCommit message (Expand)Author
2018-05-22cbfs-compression-tool: Add raw compression supportJulius Werner
2018-05-21cbfs-compression-tool: Fix minor edge cases in algorithm type parsingJulius Werner
2018-05-18cbfstool: Drop `-t` parsing for `add-payload` commandNico Huber
2018-05-16Revert "cbfs/payload type: Fix build warning and whitespace in name"Ronald G. Minnich
2018-05-15cbfs/payload type: Fix build warning and whitespace in namePaul Menzel
2018-05-04cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELFPatrick Rudolph
2018-04-30cbfstool: Add region offset information to layout commandWerner Zeh
2018-04-11util/cbfstool: Print all supported architecturesJonathan Neuschäfer
2018-04-11util/cbfstool: Print types on stdoutJonathan Neuschäfer
2018-03-06cbfstool: Add install target to MakefileDenis 'GNUtoo' Carikli
2018-01-20drivers/mrc_cache: Always generate an FMAP regionArthur Heymans
2017-12-20util/cbfstool: Check for NULL before dereferenceMartin Roth
2017-12-19util/cbfstool: calculate cbfs file size for xip stagesAaron Durbin
2017-12-08cbfstool: Add '-p' option for paddingDaisuke Nojiri
2017-10-28cbfstool: Print compression algorithmDaisuke Nojiri
2017-10-10util/cbfstool: Add "truncate" commandPatrick Georgi
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
2016-06-17elfwriter: Fix multi-phdrs ELFs parsingAntonello Dettori
2016-06-16ifwitool: Calculate checksum for subpart_dirFurquan Shaikh
2016-06-15ifwitool: Fix calculation of dst_sizeRolf Evers-Fischer
2016-06-12ifwitool: Do not calculate checksum for subpart_dirFurquan Shaikh
2016-06-12ifwitool: Correct pack order and header orderFurquan Shaikh
2016-06-08cbfstool: Allow to easily build the individual toolsAntonello Dettori
2016-06-01ifwitool: Fix syntax issues with ifwitoolFurquan Shaikh
2016-05-30ifwitool: Add new tool for managing IFWI imagesFurquan Shaikh
2016-05-28util/cbfstool: Include commonlib/helpers.h in common.hFurquan Shaikh
2016-05-26cbfstool: Move cbfs_file_get_header to fit.cFurquan Shaikh
2016-05-18util/cbfstool: allow option to honor FSP modules' linked addressAaron Durbin
2016-05-11cbfstool/fsp: Rename fsp1_1_relocateFurquan Shaikh
2016-05-11util/cbfstool: Allow xip/non-xip relocation for FSP componentFurquan Shaikh
2016-05-06util/cbfstool: fix x86 execute-in-place semantics for all fmd regionsAaron Durbin
2016-05-03fmaptool: Export some fmap knowledge to the build environmentPatrick Georgi
2016-04-22fmaptool: Make sure strings are not destroyed on hdestroy()Stefan Reinauer
2016-04-07Revert "cbfstool: Add 'hashcbfs' command to compute hash of CBFS region."Aaron Durbin
2016-03-03cbfstool: Use fixed width data types for e820entry struct.Werner Zeh
2016-03-03cbfstool: Initialize contents of linux_params to 0Werner Zeh
2016-02-24Revert "cbfstool: Silence LZ4 -Wsign-compare warnings"Paul Menzel
2016-02-23cbfstool: Silence LZ4 -Wsign-compare warningsJulius Werner
2016-02-22cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner
2016-02-12util/cbfstool: Improve heuristic for cbfs header pointer protectionPatrick Georgi
2016-01-28util/cbfstool: add 'compact' commandAaron Durbin
2016-01-28util/cbfstool: add machine parseable printAaron Durbin
2016-01-27cbfstool: Fix broken alignment because of flashmapWerner Zeh
2016-01-26cbfstool: provide buffer_offset()Aaron Durbin
2016-01-26cbfstool: Fix compile issue for older gcc versionsWerner Zeh
2016-01-23cbfstool: Fix potential error when using hash attributeWerner Zeh
2016-01-22cbfstool: Add attributes for position and alignment constraints.Werner Zeh
2016-01-21cbfstool: don't rewrite param.baseaddress in cbfs_addPatrick Georgi
2016-01-21fmaptool: emit list of CBFS regions on requestPatrick Georgi
2016-01-20cbfstool: Add header file for ntohl & htonl on Applezbao
2016-01-19cbfstool: accept read-only files when possibleVadim Bendebury