summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* cbfstool: calculate header size in cbfs_add_component()Patrick Georgi2015-08-131-1/+4
* cbfstool: expose cbfs_calculate_file_header_size()Patrick Georgi2015-08-132-1/+3
* cbfstool: allow passing a precalculated header size into cbfs_add_entry()Patrick Georgi2015-08-133-7/+10
* cbfstool: test for duplicate files earlierPatrick Georgi2015-08-131-6/+5
* cbfstool: add cbfs file attribute structurePatrick Georgi2015-08-131-0/+10
* buildgcc: Fix the options checkzbao2015-08-131-2/+2
* board-status: move board status back to $TMPDIRPatrick Georgi2015-08-131-3/+7
* board_status: use command -v over which(1)Patrick Georgi2015-08-101-2/+2
* xcompile: crossgcc lookup in parent paths, for painless libpayload supportPaul Kocialkowski2015-08-101-1/+13
* genbuild_h: Actually use git's current commit for timestamp if possiblePatrick Georgi2015-08-101-1/+3
* genbuild_h: actually make date(1) based timestamp locale independentPatrick Georgi2015-08-101-2/+2
* board-status: expand minimized config to full sizePatrick Georgi2015-08-101-0/+3
* board_status: create temporary directory in coreboot treePatrick Georgi2015-08-101-1/+1
* Kconfig: Add KCONFIG_STRICT modeStefan Reinauer2015-08-091-0/+8
* secimage: Use libz's crc32 functionStefan Reinauer2015-08-095-60/+4