summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* build system: move more clang handling to xcompilePatrick Georgi2015-06-041-5/+12
* build system: move compiler runtime determination to xcompilePatrick Georgi2015-06-041-0/+12
* xcompile: Detect clang compilersPatrick Georgi2015-06-041-14/+34
* xcompile: Rename internal variable CFLAGS to CFLAGS_GCCPatrick Georgi2015-06-041-19/+19
* crossgcc: Improve compatibility of the toolchain across host systemsPatrick Georgi2015-06-041-3/+3
* cbfs: Fix mismerge.Vladimir Serbinenko2015-06-021-1/+1
* superiotool: detect the NCT5572DFelix Held2015-06-021-1/+1
* autoport: Update documentation to mention runtime prerequisitesVladimir Serbinenko2015-05-311-1/+6
* autoport: Improve keyboard detection.Vladimir Serbinenko2015-05-304-1/+37
* autoport: Add a note that slot labeling is unreliable.Vladimir Serbinenko2015-05-301-0/+3
* autoport: Fix SPD map guessing function.Vladimir Serbinenko2015-05-301-2/+2
* autoport/ec_fixme: Fix error in resulting code.Vladimir Serbinenko2015-05-301-0/+3
* autoport: Strip inc, co and corp suffixes from vendor nameVladimir Serbinenko2015-05-301-3/+14
* autoport/bd82x6x: Fix off-by-one errorVladimir Serbinenko2015-05-301-1/+1
* autoport: Allow binary prerequisites to be placed in the autoport directory.Vladimir Serbinenko2015-05-302-3/+26
* autoport: Minor style fixes in readme.Vladimir Serbinenko2015-05-301-64/+65
* autoport: Write autoport together with porting guide for sandy/ivybridge.Vladimir Serbinenko2015-05-2912-0/+2862
* board-status: Don't consider Kconfig.name a valid mainboard.Vladimir Serbinenko2015-05-281-1/+1
* to-wiki: Correct retreval of nice vendor nameVladimir Serbinenko2015-05-281-1/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-281-1/+1
* xcompile: Add CROSS_COMPILE_* variableFurquan Shaikh2015-05-271-0/+1
* cbfstool: update fmd_scanner.c_shippedPatrick Georgi2015-05-261-6/+6
* cbfstool: Make update-fit action work on new-style imagesSol Boucher2015-05-263-29/+65
* inteltool: dump gfx registers.Vladimir Serbinenko2015-05-254-5/+88
* VBT parser.Vladimir Serbinenko2015-05-251-0/+536
* Remove address from GPLv2 headersPatrick Georgi2015-05-21157-182/+158
* util/board_status: Fetch and rebase after failed pushPaul Menzel2015-05-211-1/+9
* util/board_status: Add `echo` before message stringPaul Menzel2015-05-201-1/+1
* cbfstool: Copy generated files to the build hierarchy before usePatrick Georgi2015-05-191-3/+9
* cbfstool: clarify dependencies in MakefilePatrick Georgi2015-05-191-2/+6
* cbfstool: Rename autogenerated targetsKyösti Mälkki2015-05-195-10/+21
* cbfstool: Fix fmd_scanner build compatibilityKyösti Mälkki2015-05-193-8/+11
* util/cbmem: Update cbmem utility to parse the new IMD structuresTimothy Pearson2015-05-181-15/+43
* cbfstool: Fix shadowed global indexKyösti Mälkki2015-05-172-7/+7
* util/inteltool: add Broadwell-U supportMatt DeVillier2015-05-168-0/+13
* cbfstool: Don't typedef the comp_algo enumSol Boucher2015-05-136-18/+18
* cbfstool: Support top-aligned addresses for new-format imagesSol Boucher2015-05-136-26/+52
* cbfstool: New image format w/ required FMAP and w/o CBFS master headerSol Boucher2015-05-135-154/+563
* kconfig: properly build parser when LKC_GENPARSER=1Patrick Georgi2015-05-121-2/+6
* kconfig: handle globbed files backwardsPatrick Georgi2015-05-112-675/+925
* cbfstool: fix 32bit host issuePatrick Georgi2015-05-091-1/+1
* fmap: request libc compatibility level that includes memccpyPatrick Georgi2015-05-091-0/+2
* checkpatch: fine tune checksStefan Reinauer2015-05-081-2/+3
* fmaptool: Add listing of annotated CBFS sections and generate headerSol Boucher2015-05-085-29/+337
* fmaptool: Conform to cbfstool's error message formatSol Boucher2015-05-085-76/+68
* cbfstool: Restructure around support for reading/writing portions of filesSol Boucher2015-05-0811-174/+742
* cbfstool: Add offset field to cbfstool directory's struct bufferSol Boucher2015-05-082-5/+22
* cbfstool: Simplify the common buffer_splice() function's interfaceSol Boucher2015-05-081-9/+5
* cbfstool: Eliminate useless cbfs_image_create() local variableSol Boucher2015-05-081-5/+4
* cbfstool: Fix leak in cbfs_image struct initializationSol Boucher2015-05-083-36/+30