aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2015-06-10ARM64 rmodule: Add new reloc type R_AARCH64_CONDBR19Furquan Shaikh
2015-06-10buildgcc: build with bfd and gold linkerStefan Reinauer
2015-06-10buildgcc: move to a package centric user interfaceStefan Reinauer
2015-06-10buildgcc: fix compilation of IASLStefan Reinauer
2015-06-10buildgcc: Update and fix GDBStefan Reinauer
2015-06-10buildgcc: Reorder main programStefan Reinauer
2015-06-10buildgcc: Don't use BUILDDIRPREFIXStefan Reinauer
2015-06-10buildgcc: solidify and remove boilerplate codeStefan Reinauer
2015-06-10util/kconfig/Makefile: Add savedefconfig targetMartin Roth
2015-06-09buildgcc: use ${GDB_DIR} instead of gdb-${GDB_VERSION}Stefan Reinauer
2015-06-09buildgcc: Fail if a patch failed to applyStefan Reinauer
2015-06-09buildgcc: Don't run autoconfStefan Reinauer
2015-06-09buildgcc: move from if test to if [ .. ]Stefan Reinauer
2015-06-09buildgcc: move from `..` to $( .. )Stefan Reinauer
2015-06-09genbuild_h: set LC_ALL=C to get rid of language influence to dateAlexander Couzens
2015-06-09genbuild_h: refactor environment variable into export'sAlexander Couzens
2015-06-09cbmem: Break out CBMEM_ID to a separate header fileMarc Jones
2015-06-08xcompile: Fix errors thrown during make gitconfigStefan Reinauer
2015-06-08buildgcc: Unify and refactor build scriptsStefan Reinauer
2015-06-08crossgcc: Add clang supportStefan Reinauer
2015-06-08buildgcc: refactor package unpacking, patching and buildingStefan Reinauer
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-06-07genbuild_h: timestamps should not depend on LANG or LC_ALLAlexander Couzens
2015-06-06buildgcc: factor out downloading, unpacking and patchingStefan Reinauer
2015-06-04build system: move more clang handling to xcompilePatrick Georgi
2015-06-04build system: move compiler runtime determination to xcompilePatrick Georgi
2015-06-04xcompile: Detect clang compilersPatrick Georgi
2015-06-04xcompile: Rename internal variable CFLAGS to CFLAGS_GCCPatrick Georgi
2015-06-04crossgcc: Improve compatibility of the toolchain across host systemsPatrick Georgi
2015-06-02cbfs: Fix mismerge.Vladimir Serbinenko
2015-06-02superiotool: detect the NCT5572DFelix Held
2015-05-31autoport: Update documentation to mention runtime prerequisitesVladimir Serbinenko
2015-05-30autoport: Improve keyboard detection.Vladimir Serbinenko
2015-05-30autoport: Add a note that slot labeling is unreliable.Vladimir Serbinenko
2015-05-30autoport: Fix SPD map guessing function.Vladimir Serbinenko
2015-05-30autoport/ec_fixme: Fix error in resulting code.Vladimir Serbinenko
2015-05-30autoport: Strip inc, co and corp suffixes from vendor nameVladimir Serbinenko
2015-05-30autoport/bd82x6x: Fix off-by-one errorVladimir Serbinenko
2015-05-30autoport: Allow binary prerequisites to be placed in the autoport directory.Vladimir Serbinenko
2015-05-30autoport: Minor style fixes in readme.Vladimir Serbinenko
2015-05-29autoport: Write autoport together with porting guide for sandy/ivybridge.Vladimir Serbinenko
2015-05-28board-status: Don't consider Kconfig.name a valid mainboard.Vladimir Serbinenko
2015-05-28to-wiki: Correct retreval of nice vendor nameVladimir Serbinenko
2015-05-28Remove address from GPLv2 headersPatrick Georgi
2015-05-27xcompile: Add CROSS_COMPILE_* variableFurquan Shaikh
2015-05-26cbfstool: update fmd_scanner.c_shippedPatrick Georgi
2015-05-26cbfstool: Make update-fit action work on new-style imagesSol Boucher
2015-05-25inteltool: dump gfx registers.Vladimir Serbinenko
2015-05-25VBT parser.Vladimir Serbinenko
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-21util/board_status: Fetch and rebase after failed pushPaul Menzel
2015-05-20util/board_status: Add `echo` before message stringPaul Menzel
2015-05-19cbfstool: Copy generated files to the build hierarchy before usePatrick Georgi
2015-05-19cbfstool: clarify dependencies in MakefilePatrick Georgi
2015-05-19cbfstool: Rename autogenerated targetsKyösti Mälkki
2015-05-19cbfstool: Fix fmd_scanner build compatibilityKyösti Mälkki
2015-05-18util/cbmem: Update cbmem utility to parse the new IMD structuresTimothy Pearson
2015-05-17cbfstool: Fix shadowed global indexKyösti Mälkki
2015-05-16util/inteltool: add Broadwell-U supportMatt DeVillier
2015-05-13cbfstool: Don't typedef the comp_algo enumSol Boucher
2015-05-13cbfstool: Support top-aligned addresses for new-format imagesSol Boucher
2015-05-13cbfstool: New image format w/ required FMAP and w/o CBFS master headerSol Boucher
2015-05-12kconfig: properly build parser when LKC_GENPARSER=1Patrick Georgi
2015-05-11kconfig: handle globbed files backwardsPatrick Georgi
2015-05-09cbfstool: fix 32bit host issuePatrick Georgi
2015-05-09fmap: request libc compatibility level that includes memccpyPatrick Georgi
2015-05-08checkpatch: fine tune checksStefan Reinauer
2015-05-08fmaptool: Add listing of annotated CBFS sections and generate headerSol Boucher
2015-05-08fmaptool: Conform to cbfstool's error message formatSol Boucher
2015-05-08cbfstool: Restructure around support for reading/writing portions of filesSol Boucher
2015-05-08cbfstool: Add offset field to cbfstool directory's struct bufferSol Boucher
2015-05-08cbfstool: Simplify the common buffer_splice() function's interfaceSol Boucher
2015-05-08cbfstool: Eliminate useless cbfs_image_create() local variableSol Boucher
2015-05-08cbfstool: Fix leak in cbfs_image struct initializationSol Boucher
2015-05-08cbfstool: Fix cbfs_copy_instance()'s master header endiannessSol Boucher
2015-05-08checkpatch: fix tree recognitionStefan Reinauer
2015-05-08fmaptool: Introduce the fmd ("flashmap descriptor") language and compilerSol Boucher
2015-05-08cbfstool: Fix strange flashmap whitespaceSol Boucher
2015-05-08cbfstool: Import minimal set of files from flashmapSol Boucher
2015-05-08cbfstool: Make the add action choose an aligned entries capacitySol Boucher
2015-05-06Add MAINTAINERS fileStefan Reinauer
2015-05-06Drop lbtdump, like it's 2007Stefan Reinauer
2015-05-06Drop dumpmcrrStefan Reinauer
2015-05-06Drop resetcfStefan Reinauer
2015-05-06Fix Kconfig option list generatorStefan Reinauer
2015-05-06Drop i915toolStefan Reinauer
2015-05-06vgabios: fix compilationStefan Reinauer
2015-05-06Drop util/runfwStefan Reinauer
2015-05-04kconfig: avoid using wordexpPatrick Georgi
2015-05-04Mediawiki editing warningDavid Englund
2015-05-04util/xcompile/xcompile: Allow to override `HOSTCC` variablePaul Menzel
2015-05-04crossgcc: Re-download the archive if it is incompletezbao
2015-05-04cbfstool/Makefile*: Use `LDFLAGS` instead of `LINKFLAGS`Paul Menzel
2015-04-30crossgcc: improve error message on missing toolsPatrick Georgi
2015-04-30cbmem: Add FSP timestampsLee Leahy
2015-04-29crossgcc: don't use libdl while building GDB on FreeBSDIdwer Vollering
2015-04-28gitconfig: Use the right make executable in git hooksPatrick Georgi
2015-04-28buildgcc: OpenBSD's tar and patch are sufficient, tooPatrick Georgi
2015-04-28board-status: Improve revision URL collectionPatrick Georgi
2015-04-28cbfstool: compare pointer difference with ptrdiff_t valuePatrick Georgi