summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* secimage: reformatStefan Reinauer2015-08-095-82/+48
* abuild: avoid hanging in oldconfig for parallel buildsPatrick Georgi2015-08-081-1/+1
* abuild: in junit output, name chromeos builds different from normal onesPatrick Georgi2015-08-081-1/+3
* abuild: when using --chromeos, skip boards with no Chrome OS supportPatrick Georgi2015-08-081-0/+9
* abuild: Make help text into a heredocPatrick Georgi2015-08-081-32/+35
* buildgcc: Deal with gmp on 32bit Cygwin on 64bit hostzbao2015-08-061-1/+1
* buildgcc: Get the clean and correct uname on Cygwinzbao2015-08-061-1/+1
* secimage: Don't link in gmp libraryStefan Reinauer2015-07-312-2/+2
* crossgcc: Support /bin/sh pointing to dashPatrick Georgi2015-07-221-1/+1
* cbfstool: Deduplicate code to merge empty filesPatrick Georgi2015-07-181-11/+2