summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* lint: Make sure site-local isn't committed to coreboot repoMartin Roth2016-02-161-0/+29
* Fix a build problem with power 8: use --with-system-zlibRonald G. Minnich2016-02-151-0/+1
* kconfig: make oldconfig work "non-strict"Patrick Georgi2016-02-151-1/+3
* crossgcc: Use acpica-unix2 over acpica-unixPatrick Georgi2016-02-134-5/+5
* util/cbfstool: Improve heuristic for cbfs header pointer protectionPatrick Georgi2016-02-121-0/+7
* Make MRC vs native a config rather than making a separate chipset for it.Vladimir Serbinenko2016-02-122-2/+3
* util/kconfig: Ignore extra symbols in configs instead of failingMartin Roth2016-02-121-1/+3
* bimgtool: Fix printf warning for off_tStefan Reinauer2016-02-121-1/+1
* bimgtool: Match CRC code guardsStefan Reinauer2016-02-121-1/+4
* bimgtool: Drop unused targets and variables from MakefileStefan Reinauer2016-02-121-2/+1
* Merge sandy/ivybridge romstage flow for MRC and non-MRC.Vladimir Serbinenko2016-02-121-0/+4
* util/marvell: Add Marvell doimage utility and dependency in relevant MakefileRuilin Hao2016-02-116-0/+2524
* kconfig_lint: update kconfig lint shell scriptsMartin Roth2016-02-102-2/+44
* buildgcc: enable multilib for gccPatrick Georgi2016-02-101-0/+1
* sandybridge: Set all native gfx-related options in northbridge code.Vladimir Serbinenko2016-02-091-5/+0
* kconfig_lint: demote 'always defined' errors to warningsMartin Roth2016-02-092-4/+4
* kconfig_lint: Check for IS_ENABLED used on symbols without CONFIG_Martin Roth2016-02-092-0/+22
* ivy: Add a possiblity for mainboard early init.Vladimir Serbinenko2016-02-091-0/+4
* lint: test for assembler dialect switchesPatrick Georgi2016-02-071-0/+18
* util/cbmem: Add new depthcharge timestampsJulius Werner2016-02-041-6/+11
* crossgcc: Add checksum for makeStefan Reinauer2016-02-041-0/+1
* crossgcc: Rename x86 to x64Stefan Reinauer2016-02-041-1/+1
* crossgcc: Bring back the old iasl building schemePatrick Georgi2016-02-031-2/+2
* util/kconfig:xconf(QT): Update QT version of xconfzbao2016-02-033-429/+466
* xcompile: Add a way to specify -march=i586Martin Roth2016-02-031-5/+22
* crossgcc: Also add the nds32le architecture to the coreboot MakefilePatrick Georgi2016-02-031-1/+1
* crossgcc/Makefile.inc: deduplicate cross*-$arch rulesPatrick Georgi2016-02-031-41/+7
* buildgcc: Move all toolchain build targets to util/crossgccStefan Reinauer2016-02-031-0/+101
* buildgcc: Reorganize when IASL is builtStefan Reinauer2016-02-031-11/+7
* buildgcc: add nds32le compilerStefan Reinauer2016-02-031-3/+6
* buildgcc: Rename ARM target from armv7a to armStefan Reinauer2016-02-031-3/+3
* build system: add Chrome OS futility to toolsPatrick Georgi2016-02-022-0/+34
* lint: Check license headers for both paragraphs of the GPLMartin Roth2016-02-021-2/+18
* util/release: extend release scriptPatrick Georgi2016-02-011-3/+8
* buildgcc: Add GNU make to reference toolchainStefan Reinauer2016-01-311-1/+18
* buildgcc: Update LLVM to 3.7.1Stefan Reinauer2016-01-3110-13/+13
* buildgcc: Rename armv7-a-eabi compiler to arm-eabiStefan Reinauer2016-01-312-2/+2
* kconfig_lint: Add readme documentMartin Roth2016-01-301-0/+97
* kconfig_lint: add comments and whitespace fixes.Martin Roth2016-01-301-12/+15
* kconfig_lint: Skip temp files when looking for unused Kconfig files.Martin Roth2016-01-301-1/+5
* kconfig_lint: Update prompt structureMartin Roth2016-01-301-1/+6
* kconfig_lint: Add warning if tristate type is used in corebootMartin Roth2016-01-301-0/+4
* kconfig_lint: merge 'git grep' and 'grep' exclude dir and filesMartin Roth2016-01-301-1/+16
* kconfig_lint: Don't look at IS_ENABLED() text in comments.Martin Roth2016-01-301-1/+1
* kconfig_lint: Exclude some Kconfig symbols from unused symbol checksMartin Roth2016-01-301-0/+6
* kconfig_lint: merge 'git grep' and 'grep' exclude dir and filesMartin Roth2016-01-301-15/+7
* lint: Add a check for the executable bit being set on source codeMartin Roth2016-01-301-0/+20
* board_status/getrevision.sh: get rid of colons in dir namesMartin Roth2016-01-291-1/+4
* util/cbfstool: add 'compact' commandAaron Durbin2016-01-283-0/+138
* util/cbfstool: add machine parseable printAaron Durbin2016-01-283-3/+66