summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* rmodule: use program.ld for linkingAaron Durbin2015-09-091-4/+4
* cbfstool: Allow adding file with specific alignment requirementAlexandru Gagniuc2015-09-071-37/+61
* cbfstool: off-by-one on the gcc version that provides _Static_assertPatrick Georgi2015-09-011-1/+1
* cbfstool: guard _Static_assertPatrick Georgi2015-09-011-0/+2
* cbfstool: implement decompression support for cbfstool extractPatrick Georgi2015-09-011-3/+20
* cbfstool: add decompression wrappersPatrick Georgi2015-09-012-1/+42
* cbfstool: factor out parsing compression file attributesPatrick Georgi2015-09-011-11/+22
* cbfstool: support compressed files in cbfstool printPatrick Georgi2015-09-011-5/+30
* cbfstool: allow compression at file header levelDaisuke Nojiri2015-09-012-3/+46
* cbfstool: add extended file attributes for cbfs_filePatrick Georgi2015-09-013-5/+107
* util/cbmem: add -T option for machine parseable timestampsAaron Durbin2015-08-311-18/+61
* timestamp: add tick frequency to exported tableAaron Durbin2015-08-311-25/+32
* buildgcc: Show the exit status of wget if downloading fails.zbao2015-08-311-3/+7
* buildgcc: remove getopt when doing clean.zbao2015-08-312-0/+2
* inteltool: Add Intel 4-Series chipset detectionDamien Zammit2015-08-304-6/+37
* gitconfig/rebase.sh: adapt default branch namePatrick Georgi2015-08-281-1/+1
* arm64: xcompile: Add support for A53 erratum 843419Julius Werner2015-08-281-0/+20
* cbfstool: update warning on cbfstool extractPatrick Georgi2015-08-271-2/+6
* cbfstool: update help textPatrick Georgi2015-08-271-2/+1
* cbfstool: don't pass header_size as separate argument (part 2)Patrick Georgi2015-08-273-10/+5
* cbfstool: don't pass header_size as separate argumentPatrick Georgi2015-08-271-5/+4
* cbfstool: use struct cbfs_file * instead of void *Patrick Georgi2015-08-272-5/+5
* cbfstool: passing a header is now mandatory for convertersPatrick Georgi2015-08-271-6/+3
* cbfstool: cbfs_add_entry() doesn't need to know filename or typePatrick Georgi2015-08-273-9/+6
* inteltool: fix build for FreeBSDRoger Pau Monne2015-08-261-3/+3
* cbfstool: move cbfs_file header creation further up the call chainPatrick Georgi2015-08-263-10/+16
* cbfstool: pass cbfs_file header into "compress" functionsPatrick Georgi2015-08-261-5/+11
* cbfstool: drop size argument to cbfs_add_entry_atPatrick Georgi2015-08-261-4/+2
* cbfstool: cut down on the debug outputPatrick Georgi2015-08-261-4/+2
* cbfstool: Don't patch cbfs_file->len, it's already set correctlyPatrick Georgi2015-08-261-4/+7
* cbfstool: drop unused arguments in internal functionPatrick Georgi2015-08-261-3/+1
* cbfstool: start moving cbfs_file header creation up the call chainPatrick Georgi2015-08-261-4/+10
* cbfstool: more descriptive variable namePatrick Georgi2015-08-261-7/+7
* crossgcc: rename source file names from gcc-5.2.0/* to binutils-2.25/* in bin...Jonathan A. Kollasch2015-08-261-16/+16
* buildgcc: Move a bunch of code into a functionzbao2015-08-261-10/+14
* xcompile: Force localization of objdump to CMartin Roth2015-08-251-1/+1
* util/kconfig: add olddefconfig targetMartin Roth2015-08-251-0/+3
* crossgcc: rename source file names from empty/* to gcc-5.2.0/* in riscv patchesPatrick Georgi2015-08-242-48/+48
* crossgcc: Fix x86_64-elf target's -m16 supportPatrick Georgi2015-08-211-0/+11
* crossgcc: Update gcc to 5.2.0Patrick Georgi2015-08-206-4402/+5616
* ifdtool: handle region masks correctlyAaron Durbin2015-08-191-19/+22
* ifdtool: Update to support Skylake+ descriptor formatDuncan Laurie2015-08-192-44/+201
* util/cbmem: accumulate total time for all entriesAaron Durbin2015-08-141-3/+14
* cbfstool: unify actual file creationPatrick Georgi2015-08-131-32/+5
* cbfstool: move tests for fixed-location files earlierPatrick Georgi2015-08-131-21/+20
* cbfstool: prepare moving tests earlierPatrick Georgi2015-08-131-12/+14
* cbfstool: factor out creating a cbfs file headerPatrick Georgi2015-08-132-2/+20
* cbfstool: Make cbfs_create_empty_entry build a more complete headerPatrick Georgi2015-08-132-13/+14
* cbfstool: honor larger-than-usual header sizes in cbfs_add_entry_at()Patrick Georgi2015-08-131-4/+5
* cbfstool: allow file data converters to modify the header sizePatrick Georgi2015-08-131-5/+7