summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* inteltool: Add definitions for Cougar/Panther Point PCI IDsNico Huber2013-03-292-30/+60
* crossgcc: Fix building with texinfo-5.xNico Huber2013-03-281-0/+98
* cbfstool: Add update-fit commandAaron Durbin2013-03-275-1/+343
* cbfstool: Fix cbfs_image.cStefan Reinauer2013-03-271-43/+74
* xcompile: honor LINKER_SUFFIX variableAaron Durbin2013-03-231-1/+1
* cbfstool: Fix initial empty space in image creation.Hung-Te Lin2013-03-221-3/+5
* cbfstool locate: Implement alignment switch --align/-aHung-Te Lin2013-03-203-29/+58
* cbfstool locate: Rename -a align switch to -P for page sizeHung-Te Lin2013-03-191-5/+10
OpenPOWER on IntegriCloud