aboutsummaryrefslogtreecommitdiff
path: root/util/cbfstool
AgeCommit message (Expand)Author
2021-01-13util/cbfstool: unbreak compilation on FreeBSDIdwer Vollering
2021-01-08cbfstool: Use flock() when accessing CBFS filesJulius Werner
2021-01-04drivers/vpd: Add VPD region to default FMAP when selectedMatt DeVillier
2020-12-14src/lib: Add Kconfig option for SPD cache in FMAPMatt DeVillier
2020-12-11util/cbfstool/fit.c: Add support for adding Boot Guard manifestsMichał Żygowski
2020-12-08util/cbfstool/fmaptool: Generate list of terminal sectionsFurquan Shaikh
2020-12-08util/cbfstool: Add support for mapping extended window for x86 platformsFurquan Shaikh
2020-12-08util/cbfstool: Introduce concept of mmap_windowFurquan Shaikh
2020-12-08util/cbfstool: Rename IS_TOP_ALIGNED_ADDRESS to IS_HOST_SPACE_ADDRESSFurquan Shaikh
2020-12-08util/cbfstool: Treat region offsets differently than absolute addressesFurquan Shaikh
2020-12-07util/cbfstool/.gitignore: Add ifittoolArthur Heymans
2020-12-03cbfs: Add verification for RO CBFS metadata hashJulius Werner
2020-12-03cbfstool: Hide hash printing behind -v and add to parseable outputJulius Werner
2020-12-03cbfstool: Rename cbfs_walk() to cbfs_legacy_walk()Julius Werner
2020-12-03cbfstool: Use cbfs_serialized.h and standard vboot helpersJulius Werner
2020-11-25cbfstool: Don't add compression attribute for uncompressed filesJulius Werner
2020-11-15util/cbfstool/amdcompress: fix argument requirementFelix Held
2020-11-15util/cbfstool/amdcompress: fix short option for maxsizeFelix Held
2020-10-31.gitignore: Ignore .test/.dependencies globallyPatrick Georgi
2020-10-30.gitignore: Split into subdirectory filesPatrick Georgi
2020-10-26cbfstool: Don't build unneeded commonlib sourcesJulius Werner
2020-09-23util/cbfstool/fmaptool: generate defines for all fmap sectionsFelix Held
2020-09-23util/cbfstool/fmd: make flashmap_flags bitfield struct elements unsignedFelix Held
2020-07-01util/cbfstool: Defuse vboot's openssl linkingPatrick Georgi
2020-06-15util/cbfstool: Add option --pow2pageKyösti Mälkki
2020-06-13util/cbfstool: Drop IS_TOP_ALIGNED_ADDRESS() check in cbfstool_convert_fspFurquan Shaikh
2020-05-18util/cbfstool: fix buffer over-readPhilipp Bartsch
2020-05-11util/cbfstool: Add SPDX header to generated linux_trampoline code, tooPatrick Georgi
2020-05-11util: Use SPDX headersPatrick Georgi
2020-05-11treewide: Replace BSD-3-Clause and ISC headers with SPDX headersPatrick Georgi
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-09util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi
2020-05-09AUTHORS, util/: Drop individual copyright noticesPatrick Georgi
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: move copyrights and authors to AUTHORSPatrick Georgi
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2020-04-20util/cbfstool: Allow use of non-ASCII longoptFurquan Shaikh
2020-03-23cbfstool: Build vboot libraryYu-Ping Wu
2020-03-02lz4: Fix out-of-bounds readsAlex Rebert
2020-02-01util/cbfstool/lzma: Make clang-11+'s indentation checker happyPatrick Georgi
2020-01-31cbfstool: Set deprecated _BSD_SOURCE and _SVID_SOURCE macrosJulius Werner
2020-01-30util/*: more typo fixesPatrick Georgi
2020-01-30util/cbfstool: Fix typosPatrick Georgi
2020-01-28commonlib: Add commonlib/bsdJulius Werner
2019-12-17ifwitool: Introduce a use the Second Logical Boot Partition optionJeremy Compostella
2019-12-16util/cbfstool: Further reduce warnings for lz4 codeNico Huber
2019-12-12cbfstool: Bump C version to C11Julius Werner
2019-11-20Remove MIPS architectureJulius Werner
2019-11-14lib/fmap: Add optional pre-RAM cacheJulius Werner
2019-10-18util/cbfstool: Add optional argument ibbPhilipp Deppenwiese
2019-08-20util/cbfstool: Remove unused assignmentJacob Garber
2019-07-21util/cbfstool/flashmap: Fix memory leaks on failureJacob Garber
2019-07-10util/cbfstool: Close file on errorJacob Garber
2019-07-07util/cbfstool: Prevent overflow of 16 bit multiplicationsJacob Garber
2019-07-03util/cbfstool: Add AMD BIOS compression tool for PSPMarshall Dawson
2019-07-02cbfstool: show "preserved" flag in cbfstool layout outputPatrick Georgi
2019-07-01util/cbfstool/ifittool: use strtol function instead of atoiPandya, Varshit B
2019-06-26cbfstool/fit: need inttypes.h for PRIx64Joel Kitching
2019-06-24util/cbfstool/flashmap: Correct local includesElyes HAOUAS
2019-06-24cbfstool: Drop update-fit optionPatrick Rudolph
2019-06-24cbfstool: Add ifittoolPhilipp Deppenwiese
2019-05-09vboot: include vb2_sha.h when requiredJoel Kitching
2019-04-23cbfstool: Fix cbfs_file_next_attrPatrick Rudolph
2019-04-23Klocwork: Fix the Null pointer derefernce found by klocworkThejaswani Putta
2019-04-11Documentation: Explain FMAP and FMDHung-Te Lin
2019-03-05cbfstool: Support new FMD flag "PRESERVE"Hung-Te Lin
2019-03-05rmodule: Add support for R_X86_64_PLT32Patrick Rudolph
2019-03-05cbfstool: Change FMD annotation to flagsHung-Te Lin
2019-03-04fmap: Add FMAP_AREA_PRESERVEHung-Te Lin
2019-03-03rmodule: Don't emit reloc for R_X86_64_PC64Patrick Rudolph
2019-02-06Makefile.inc: Create a default SMMSTORE regionArthur Heymans
2019-02-06Makefile.inc: Optimize generating the default x86 fmapArthur Heymans
2018-12-24util/cbfstool/cbfstool.c: Fix typoFrans Hendriks
2018-12-19util/cbfstool/cbfs-mkstage: Support x86_64Patrick Rudolph
2018-12-19util/cbfstool: Support AMD64 rmodulesPatrick Rudolph
2018-11-23util/cbfstool: Fix GCC error due to a shadowed declarationWerner Zeh
2018-11-22util/cbfstool/rmodule.{c,h}: Fix typo and correct headerFrans Hendriks
2018-11-17treewide: use /usr/bin/env where appropriateYegor Timoshenko
2018-11-16util/cbsftool: allow enabling verbose make outputVadim Bendebury
2018-11-16cbfstool: add unprocessed flag for file exportingJoel Kitching
2018-11-16util/cbfstool/cbfs_image.c: Get rid of void pointer mathRichard Spiegel
2018-10-14cbfstool: make comments more consistentJoel Kitching
2018-10-08Move compiler.h to commonlibNico Huber
2018-10-04cbfstool: Clear entry being removed in all casesDaisuke Nojiri
2018-08-28util/cbfstool: Fix typosElyes HAOUAS
2018-07-27cbfstool: fix implicit declaration of strcasecmpFelix Held
2018-07-26util: Add description.md to each utilTom Hiller
2018-07-24cbfstool/extract: ignore compression field for some payload segmentsJoel Kitching
2018-07-20util/cbfstool: fix build with clangPatrick Georgi
2018-07-19cbfstool/add-payload: initialize segment headers to 0Joel Kitching
2018-07-18linux_trampoline: use trampoline RAM for the GDTRonald G. Minnich
2018-07-13cbfstool: Show current FMAP region in printPatrick Rudolph
2018-07-06util/cbfstool/compiler: __attribute redefinitionFrans Hendriks
2018-06-30cbfstool: fix FIT entry checksum type value for ucode entriesMatt DeVillier
2018-06-26cbfstool: Update FIT entries in the second bootblockRizwan Qureshi
2018-06-26cbfstool: add an option for creating a topswap bootblockRizwan Qureshi
2018-06-22cbfstool/fit.c: Fix for older CPUs without total_size in mcu_headerArthur Heymans
2018-06-18cbfstool: Use endian.h and functions from commonlibWerner Zeh
2018-06-15util/cbfstool: Support FIT payloadsPatrick Rudolph
2018-06-04util/cbfstool: Remove whitespace before tabElyes HAOUAS