summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
...
* ifdtool: Properly set + decode flmstr regs for IFD v2Shawn Nematbakhsh2015-09-172-20/+80
* cbfstool: deduplicate MakefilesPatrick Georgi2015-09-171-99/+12
* cbfstool: actually use no-ms-bitfields flag on mingwPatrick Georgi2015-09-171-1/+1
* cbfstool: remove locate commandAaron Durbin2015-09-161-31/+3
* cbfstool: add --xip support to add-stage for x86Aaron Durbin2015-09-165-59/+251
* cbfstool: provide metadata size to cbfs_locate_entry()Aaron Durbin2015-09-163-31/+37
* cbfstool: expose rmodule logicAaron Durbin2015-09-162-43/+82
* cbfstool: prepare for exposing rmodule logicAaron Durbin2015-09-161-32/+37
* abuild: don't complain about missing junit reports for skipped boardsPatrick Georgi2015-09-161-1/+3
* abuild: log bulding toolsPatrick Georgi2015-09-161-1/+26
* abuild: don't create junit tests with empty testclass fieldPatrick Georgi2015-09-161-1/+2
* cbfstool: drop extra copy of filetype->string mapPatrick Georgi2015-09-143-49/+26
* ifdtool: Enable warnings as errors, and fix any issuesAlexandru Gagniuc2015-09-112-2/+5
* crossgcc: Preparations for building Ada frontendNico Huber2015-09-102-0/+16
* crossgcc: Add option to build gcc for specific languagesNico Huber2015-09-102-4/+9
* genbuild_h: Add Mac OS to case of "data -r"zbao2015-09-101-1/+1
* rmodtool: make rmodule parameter section optionalAaron Durbin2015-09-091-5/+12
* 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