summaryrefslogtreecommitdiffstats
path: root/util/cbfstool/fit.c
Commit message (Expand)AuthorAgeFilesLines
* util/cbfstool/fit.c: Fix getting the topswap tableArthur Heymans2021-05-271-13/+1
* util/ifittool: Add an option to set the FIT pointer a CBFS fileArthur Heymans2021-03-191-5/+35
* util/cbfstool/fit.c: Add support for adding Boot Guard manifestsMichał Żygowski2020-12-111-2/+45
* util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi2020-05-091-10/+1
* AUTHORS, util/: Drop individual copyright noticesPatrick Georgi2020-05-091-6/+1
* util/cbfstool: Fix typosPatrick Georgi2020-01-301-1/+1
* cbfstool/fit: need inttypes.h for PRIx64Joel Kitching2019-06-261-0/+1
* cbfstool: Drop update-fit optionPatrick Rudolph2019-06-241-96/+0
* cbfstool: Add ifittoolPhilipp Deppenwiese2019-06-241-117/+590
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* cbfstool: fix FIT entry checksum type value for ucode entriesMatt DeVillier2018-06-301-2/+1
* cbfstool: Update FIT entries in the second bootblockRizwan Qureshi2018-06-261-36/+97
* cbfstool/fit.c: Fix for older CPUs without total_size in mcu_headerArthur Heymans2018-06-221-2/+7
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-3/+4
* cbfstool: Move cbfs_file_get_header to fit.cFurquan Shaikh2016-05-261-0/+9
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* cbfstool: Make update-fit action work on new-style imagesSol Boucher2015-05-261-25/+29
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* cbfstool: Clean up in preparation for adding new filesSol Boucher2015-04-251-1/+1
* cbfstool: Fix update-fit commandKyösti Mälkki2014-12-281-1/+1
* cbfstool: add eflparsing.hAaron Durbin2014-03-131-1/+0
* Add an xdr function for the cbfs_file headerRonald G. Minnich2014-02-051-4/+15
* 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-4/+4
* cbfstool: Properly handle EOF in update_fit stepAlexandru Gagniuc2013-12-091-1/+1
* cbfstool: check potential microcode update earlierAaron Durbin2013-11-251-4/+4
* cbfstool: Add update-fit commandAaron Durbin2013-03-271-0/+277