summaryrefslogtreecommitdiffstats
path: root/util/cbfstool/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* cbfstool: Use cbfs_serialized.h and standard vboot helpersJulius Werner2020-12-031-0/+1
* cbfstool: Don't build unneeded commonlib sourcesJulius Werner2020-10-261-11/+0
* util/cbfstool: Defuse vboot's openssl linkingPatrick Georgi2020-07-011-1/+1
* cbfstool: Build vboot libraryYu-Ping Wu2020-03-231-21/+15
* cbfstool: Set deprecated _BSD_SOURCE and _SVID_SOURCE macrosJulius Werner2020-01-311-0/+1
* commonlib: Add commonlib/bsdJulius Werner2020-01-281-2/+6
* util/cbfstool: Further reduce warnings for lz4 codeNico Huber2019-12-161-0/+1
* cbfstool: Bump C version to C11Julius Werner2019-12-121-2/+2
* util/cbfstool: Add AMD BIOS compression tool for PSPMarshall Dawson2019-07-031-0/+10
* cbfstool: Drop update-fit optionPatrick Rudolph2019-06-241-1/+0
* cbfstool: Add ifittoolPhilipp Deppenwiese2019-06-241-0/+33
* vboot: include vb2_sha.h when requiredJoel Kitching2019-05-091-1/+0
* Move compiler.h to commonlibNico Huber2018-10-081-1/+2
* util/cbfstool: Fix build with armv7-eabi cross compilerPatrick Georgi2017-08-021-1/+1
* util/cbfstool: Add cbfs-compression-toolPatrick Georgi2017-01-121-12/+24
* util/cbfstool: compile with -O2 by defaultPatrick Georgi2017-01-121-0/+1
* Use VBOOT_SOURCE instead of hardcoding vboot pathPaul Kocialkowski2016-08-081-3/+3
* fmaptool: Accept hex values with uppercase lettersPatrick Georgi2016-07-041-0/+1
* ifwitool: Add new tool for managing IFWI imagesFurquan Shaikh2016-05-301-0/+8
* cbfstool/fsp: Rename fsp1_1_relocateFurquan Shaikh2016-05-111-1/+1
* Revert "cbfstool: Add 'hashcbfs' command to compute hash of CBFS region."Aaron Durbin2016-04-071-1/+0
* Revert "cbfstool: Silence LZ4 -Wsign-compare warnings"Paul Menzel2016-02-241-1/+0
* cbfstool: Silence LZ4 -Wsign-compare warningsJulius Werner2016-02-231-0/+1
* cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner2016-02-221-3/+16
* cbfstool: Add 'hashcbfs' command to compute hash of CBFS region.Aaron Durbin2016-01-061-0/+8
* cbfstool: Make sure fileno is available on CygwinStefan Reinauer2015-10-231-1/+7
* cbfstool: relocate FSP blobs on cbfstool addAaron Durbin2015-10-021-0/+10
* cbfstool: Allow anonymous structs/unions for older gcc versionsWerner Zeh2015-10-021-0/+1
* cbfstool: Add support for hashes as file metadataPatrick Georgi2015-10-011-0/+15
* cbfstool: Proper commonlib include path with no dependency on $(src)Paul Kocialkowski2015-09-241-1/+1
* coreboot: introduce commonlibAaron Durbin2015-09-221-0/+1
* cbfstool: actually use no-ms-bitfields flag on mingwPatrick Georgi2015-09-171-1/+1
* cbfstool: add --xip support to add-stage for x86Aaron Durbin2015-09-161-0/+1
* util/cbfstool: use _XOPEN_SOURCE=700 to find strdup(3)Jonathan A. Kollasch2015-07-071-1/+1
* cbfstool: Copy generated files to the build hierarchy before usePatrick Georgi2015-05-191-3/+9
* cbfstool: Rename autogenerated targetsKyösti Mälkki2015-05-191-10/+21
* cbfstool: Fix fmd_scanner build compatibilityKyösti Mälkki2015-05-191-1/+3
* fmaptool: Add listing of annotated CBFS sections and generate headerSol Boucher2015-05-081-0/+1
* cbfstool: Restructure around support for reading/writing portions of filesSol Boucher2015-05-081-0/+5
* fmaptool: Introduce the fmd ("flashmap descriptor") language and compilerSol Boucher2015-05-081-1/+44
* cbfstool/Makefile*: Use `LDFLAGS` instead of `LINKFLAGS`Paul Menzel2015-05-041-3/+3
* cbfstool: Clean up in preparation for adding new filesSol Boucher2015-04-251-5/+15
* build system: fix another cbfstool racePatrick Georgi2014-07-151-5/+2
* utils/cbfstool: No need to pass -g flag twiceEdward O'Callaghan2014-06-291-3/+0
* util: add rmodtool for parsing ELF files to rmodulesAaron Durbin2014-03-201-6/+16
* cbfstool/lzma: Remove dead code under #ifdefsAlexandru Gagniuc2014-03-021-1/+1
* Add section header parsing and use it in the mk-payload stepRonald G. Minnich2014-02-021-0/+1
* cbfs: fix issues with word size and endianness.Ronald G. Minnich2014-01-291-0/+1
* Add a (b)zImage parser to cbfstoolPatrick Georgi2013-08-311-0/+3
* cbfstool: Replace C++ code with C codeStefan Reinauer2013-04-031-5/+5