summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* msrtool: Fix verbose ignored by cpuid().Benoît Legat2013-07-081-1/+3
* cbmem: Fix makefileStefan Tauner2013-07-011-1/+1
* abuild: Add xgcc tools to the pathMarc Jones2013-06-251-2/+11
* ifdfake - Create an IFD with just a section layoutNico Huber2013-06-242-0/+251
* AMD: Drop empty root_complexKyösti Mälkki2013-06-241-2/+7
* inteltool: add initial support for NehalemStefan Tauner2013-06-234-2/+54
* util/inteltool: Add support for other 5 chipsetsStefan Tauner2013-06-135-21/+85
* Add spkmodem receiverVladimir Serbinenko2013-06-121-0/+115
* buildgcc: Re-add some break statementsPatrick Georgi2013-06-091-2/+2
* Intel Atom cpu support to msrtoolOlivier Langlois2013-06-065-2/+1155
* viatool: Add utility to read various configuration bits on VIA systemsAlexandru Gagniuc2013-06-048-0/+1665
* superiotool: Add dump facility for HWM of W83627DHG-PNico Huber2013-06-041-0/+62
* superiotool: Add dump facility for ITE IT8516 + I/O 0x20e/fNico Huber2013-06-042-1/+133
* crossgcc/buildgcc: Remove unneeded 'break' statementsDavid Hubbard2013-06-041-5/+5
* util/cbmem: Fix format string in cbmem.cNico Huber2013-06-031-1/+2
* util/inteltool: Add support for mobile 5 chipsetVladimir Serbinenko2013-05-276-1/+221
* Get buildgcc to behave reasonably with the -p choice.Ronald G. Minnich2013-05-261-0/+10
* kconfig: fix choice dependency checkRoman Zippel2013-05-261-18/+76
* kconfig: reversed borderlines in inputboxRoel Kluin2013-05-261-1/+1
* kconfig: add named choice groupRoman Zippel2013-05-266-223/+206
* romcc: support attribute((packed))Stefan Reinauer2013-05-101-2/+7
* Get rid of MAXIMUM_CONSOLE_LOGLEVEL; compile all messages into the coreboot b...Ronald G. Minnich2013-05-101-2/+0
* nvramtool: Use CMOS_SIZE for cmos sizePatrick Georgi2013-05-041-3/+3
* crossgcc: update to gcc 4.7.3Idwer Vollering2013-05-033-104/+6
* superiotool: add CR dump for W83627UHG = NCT6627UDFrank Rysanek2013-04-221-1/+65
* cbmem: map_memory: Use length modifier `j` and cast for an `off_t` argumentPaul Menzel2013-04-161-1/+1
* inteltool: pcie.c: Use `0xffULL` instead of `0xff` to avoid shift overflowPaul Menzel2013-04-151-3/+3
* cbmem: Makefile: Allow to override `CC` variablePaul Menzel2013-04-151-1/+1
* inteltool: Use portable type `uint64_t` instead of `u64`Paul Menzel2013-04-141-1/+1
* cbmem: parse_cbtable: Use length modifier `ll` `u64` argumentPaul Menzel2013-04-141-1/+1
* cbfstool: cbfs-mkstage.c: Free `buffer` on error pathPaul Menzel2013-04-121-0/+1
* acpica: update URLIdwer Vollering2013-04-121-1/+1
* util/cbmem: Don't output trailing garbage for cbmemcVladimir Serbinenko2013-04-091-1/+11
* cbfstool: completely initialize input and output streamsStefan Reinauer2013-04-081-1/+3
* inteltool: remove unused file descriptor variable and ifdefsStefan Tauner2013-04-081-8/+2
* inteltool: use inttypes for prints in memory.cStefan Tauner2013-04-051-5/+5
* inteltool: cpu.c: Use conversion specifier `u` for unsigned integersPaul Menzel2013-04-051-2/+2
* libpayload, superiotool: README: Prepend `coreboot/` to path of change direct...Paul Menzel2013-04-041-1/+1
* inteltool: Cast to `intptr_t` instead of `uint64_t`Paul Menzel2013-04-041-4/+4
* superiotool: Update README with Git repository URL and directory locationPaul Menzel2013-04-041-2/+2
* inteltool: Use `ll` instead of `l` as the length modifier for `uint64_t`Paul Menzel2013-04-031-1/+1
* cbfstool: Replace C++ code with C codeStefan Reinauer2013-04-038-1151/+208
* cbfstool: fix --machineStefan Reinauer2013-04-021-2/+2
* inteltool: Allow to override Makefile variablesPaul Menzel2013-04-011-6/+6
* inteltool: Add Cougar/Panther Point GPIO defaultsNico Huber2013-04-011-5/+98
* inteltool: Add option to show differences in GPIO setupNico Huber2013-04-013-27/+103
* inteltool: Support PM registers on Cougar/Panther PointNico Huber2013-04-011-0/+84
* inteltool: Add Cougar/Panther Point IDs to rootcmplx.cNico Huber2013-03-301-0/+29
* superiotool: Allow to override Makefile variables `CC`, `INSTALL` and `PREFIX`Paul Menzel2013-03-291-3/+3
* inteltool: Support GPIO registers on Cougar/Panther PointNico Huber2013-03-291-0/+69
OpenPOWER on IntegriCloud