summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
...
* boardstatus: wiki: Update XiVO's coreboot fork source addressDenis 'GNUtoo' Carikli2017-02-181-1/+1
* sconfig: Add a new "SPI" device typeFurquan Shaikh2017-02-166-135/+151
* util/lint: Don't check license text for files with under 5 linesMartin Roth2017-02-141-2/+4
* util/romcc: Don't reference a variable after checking it for NULLPatrick Georgi2017-02-101-4/+4
* util/blobtool: Add new tool for compiling/decompiling data blobsDamien Zammit2017-02-048-0/+1663
* util/ifdtool: Fix ICH Gbe unlockPatrick Rudolph2017-02-041-1/+2
* ectool: Support OpenBSDSteven Dee2017-02-023-13/+15
* util/xcompile: parallelize compiler checksPatrick Georgi2017-01-311-4/+14
* autoport: add missing parameter for pc_keyboard_init()Iru Cai2017-01-291-1/+1
* board_status/towiki.sh: Add socket LGA775Arthur Heymans2017-01-271-0/+3
* util/docker: Update makefile target namesMartin Roth2017-01-271-24/+23
* util/docker: Update makefile with command to kill docker imagesMartin Roth2017-01-271-2/+7
* board_status/to-wiki: Update bucketize scriptMartin Roth2017-01-271-8/+20
* util: Add me_cleanerNicola Corna2017-01-252-0/+338
* cbfs-compression-tool: catch compression failuresPatrick Georgi2017-01-241-1/+6
* util/intelmetool: Try to activate the ME before scanning PCIe for itDan Elkouby2017-01-201-4/+4
* cbfstool: Don't use le32toh(), it's non-standardNico Huber2017-01-181-2/+3
* util/scripts: extend cross-repo-cherrypickPatrick Georgi2017-01-171-5/+29
* util/cbfstool: Enable adding precompressed files to cbfsPatrick Georgi2017-01-131-22/+45
* util/cbfstool: Add cbfs-compression-toolPatrick Georgi2017-01-126-28/+230
* util/cbfstool: compile with -O2 by defaultPatrick Georgi2017-01-121-0/+1
* buildgcc: try curl if wget is not presentPatrick Georgi2017-01-101-15/+21
* util/abuild: Print list of failed boards at the end of the abuildMartin Roth2017-01-091-3/+26
* util/autoport: Fix gfx dump of log_makerSebastian 'Swift Geek' Grzywna2017-01-091-1/+1
* util/lint: Add check for the signed-off-by lineMartin Roth2017-01-091-0/+23
* util/romcc: avoid shifting more than the variable's widthPatrick Georgi2017-01-061-2/+2
* util/crossgcc: update jenkins-build-toolchainMartin Roth2017-01-041-1/+2
* buildgcc: Remove quotes around a $CC callNico Huber2017-01-041-1/+1
* util/cbfstool: Fix to build with latest llvmManoj Gupta2017-01-041-1/+1
* util/romcc: remove dead assignmentsPatrick Georgi2017-01-031-24/+8
* util/romcc: Ensure that bit shift is validPatrick Georgi2017-01-031-1/+1
* util/romcc: avoid leaking a typePatrick Georgi2017-01-031-3/+6
* util/romcc: avoid dereferencing NULL pointerPatrick Georgi2017-01-031-0/+3
* util/romcc: free variable after usePatrick Georgi2017-01-031-0/+2
* util/abuild: Don't set XGCCPATH if it's in the environmentMartin Roth2017-01-031-2/+4
* util/inteltool: Add ICH6-10 to BIOS_CNTL listArthur Heymans2017-01-031-0/+38
* util/inteltool: Fix ICH SPIBAR registersArthur Heymans2017-01-031-33/+65
* superiotool: Add support for HWM registers on W83627EHGArthur Heymans2017-01-031-0/+51
* superiotool: Add support for HWM registers on W83627DHGArthur Heymans2017-01-031-0/+53
* util/cbfstool: Don't print region information on stderr by defaultPatrick Georgi2017-01-021-1/+1
* util/intelmetool: Fix warning building with 32-bitPaul Menzel2016-12-283-13/+13
* buildgcc: Indicate CXXFLAGS for binutilsNico Huber2016-12-281-1/+4
* buildgcc: Fix string comparison operatorNico Huber2016-12-281-1/+1
* buildgcc: Build GMP `--with-pic` if GCC defaults to `-pie`Nico Huber2016-12-271-0/+7
* util/romcc: Don't read 'member' if it might be NULLPatrick Georgi2016-12-161-2/+1
* util/broadcom: Check for successful file accessPatrick Georgi2016-12-161-0/+5
* util/romcc: remove self-assignmentPatrick Georgi2016-12-161-1/+0
* util/romcc: Move access after NULL-checkPatrick Georgi2016-12-161-1/+1
* util/romcc: Fix resource leakPatrick Georgi2016-12-161-0/+1
* util/broadcom: Add two more NULL checksPatrick Georgi2016-12-161-0/+10