summaryrefslogtreecommitdiffstats
path: root/util/cbfstool
Commit message (Expand)AuthorAgeFilesLines
* cbfstool: Use flock() when accessing CBFS filesJulius Werner2021-01-081-2/+4
* drivers/vpd: Add VPD region to default FMAP when selectedMatt DeVillier2021-01-041-0/+1
* src/lib: Add Kconfig option for SPD cache in FMAPMatt DeVillier2020-12-141-0/+1
* util/cbfstool/fit.c: Add support for adding Boot Guard manifestsMichał Żygowski2020-12-111-2/+45
* util/cbfstool/fmaptool: Generate list of terminal sectionsFurquan Shaikh2020-12-081-0/+24
* util/cbfstool: Add support for mapping extended window for x86 platformsFurquan Shaikh2020-12-081-8/+93
* util/cbfstool: Introduce concept of mmap_windowFurquan Shaikh2020-12-081-14/+140
* util/cbfstool: Rename IS_TOP_ALIGNED_ADDRESS to IS_HOST_SPACE_ADDRESSFurquan Shaikh2020-12-083-4/+9
* util/cbfstool: Treat region offsets differently than absolute addressesFurquan Shaikh2020-12-082-43/+73
* util/cbfstool/.gitignore: Add ifittoolArthur Heymans2020-12-071-0/+1
* cbfs: Add verification for RO CBFS metadata hashJulius Werner2020-12-031-0/+5
* cbfstool: Hide hash printing behind -v and add to parseable outputJulius Werner2020-12-033-14/+41
* cbfstool: Rename cbfs_walk() to cbfs_legacy_walk()Julius Werner2020-12-032-11/+13
* cbfstool: Use cbfs_serialized.h and standard vboot helpersJulius Werner2020-12-0311-345/+129
* cbfstool: Don't add compression attribute for uncompressed filesJulius Werner2020-11-251-1/+5
* util/cbfstool/amdcompress: fix argument requirementFelix Held2020-11-151-2/+2
* util/cbfstool/amdcompress: fix short option for maxsizeFelix Held2020-11-151-1/+1
* .gitignore: Ignore .test/.dependencies globallyPatrick Georgi2020-10-311-2/+0
* .gitignore: Split into subdirectory filesPatrick Georgi2020-10-301-0/+7
* cbfstool: Don't build unneeded commonlib sourcesJulius Werner2020-10-261-11/+0
* util/cbfstool/fmaptool: generate defines for all fmap sectionsFelix Held2020-09-231-0/+26
* util/cbfstool/fmd: make flashmap_flags bitfield struct elements unsignedFelix Held2020-09-231-2/+2
* util/cbfstool: Defuse vboot's openssl linkingPatrick Georgi2020-07-011-1/+1
* util/cbfstool: Add option --pow2pageKyösti Mälkki2020-06-151-2/+20
* util/cbfstool: Drop IS_TOP_ALIGNED_ADDRESS() check in cbfstool_convert_fspFurquan Shaikh2020-06-131-13/+10
* util/cbfstool: fix buffer over-readPhilipp Bartsch2020-05-181-1/+2
* util/cbfstool: Add SPDX header to generated linux_trampoline code, tooPatrick Georgi2020-05-112-0/+2
* util: Use SPDX headersPatrick Georgi2020-05-116-149/+6
* treewide: Replace BSD-3-Clause and ISC headers with SPDX headersPatrick Georgi2020-05-112-54/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-115-5/+0
* util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi2020-05-0941-410/+41
* AUTHORS, util/: Drop individual copyright noticesPatrick Georgi2020-05-0948-201/+35
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-11/+1
* treewide: move copyrights and authors to AUTHORSPatrick Georgi2020-05-061-5/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-063-6/+3
* util/cbfstool: Allow use of non-ASCII longoptFurquan Shaikh2020-04-201-4/+22
* cbfstool: Build vboot libraryYu-Ping Wu2020-03-232-21/+17
* lz4: Fix out-of-bounds readsAlex Rebert2020-03-021-0/+1
* util/cbfstool/lzma: Make clang-11+'s indentation checker happyPatrick Georgi2020-02-011-2/+2
* cbfstool: Set deprecated _BSD_SOURCE and _SVID_SOURCE macrosJulius Werner2020-01-311-0/+1
* util/*: more typo fixesPatrick Georgi2020-01-302-4/+4
* util/cbfstool: Fix typosPatrick Georgi2020-01-306-8/+8
* commonlib: Add commonlib/bsdJulius Werner2020-01-283-4/+8
* ifwitool: Introduce a use the Second Logical Boot Partition optionJeremy Compostella2019-12-171-17/+44
* util/cbfstool: Further reduce warnings for lz4 codeNico Huber2019-12-161-0/+1
* cbfstool: Bump C version to C11Julius Werner2019-12-121-2/+2
* Remove MIPS architectureJulius Werner2019-11-201-1/+1
* lib/fmap: Add optional pre-RAM cacheJulius Werner2019-11-141-17/+6
* util/cbfstool: Add optional argument ibbPhilipp Deppenwiese2019-10-184-9/+47
* util/cbfstool: Remove unused assignmentJacob Garber2019-08-201-1/+0