aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2013-11-25cbfstool: check potential microcode update earlierAaron Durbin
2013-11-25cbmem utility: compatibility with older coreboot versionsStefan Reinauer
2013-11-19nvramtool: write size field more obviouslyPatrick Georgi
2013-11-18cbfstool: add a constant for the aarch64Ronald G. Minnich
2013-11-17board_status.sh: trivial cosmetic changes toward the endDavid Hendricks
2013-11-17board_status.sh: pass filename as an arg to command wrappersDavid Hendricks
2013-11-17board_status.sh: add support for non-fatal commandsDavid Hendricks
2013-11-17board_status.sh: move show_help()David Hendricks
2013-11-17board_status.sh: Make clobber option use 'C' instead of 'c'David Hendricks
2013-11-17Updates to the board status scriptDavid Hendricks
2013-11-16romcc: Fix off-by-onePatrick Georgi
2013-11-12rename status-related stuff to board_statusDavid Hendricks
2013-11-10util/xcompile/xcompile: set up for aarch64Ronald G. Minnich
2013-11-07Trivial: Remove trailing whitespaces in status.shZheng Bao
2013-11-04Another pass at board status scriptDavid Hendricks
2013-10-22util/lint/lint-stable-003-whitespace: Ignore temporary files ending with a tildePaul Menzel
2013-10-17arch/x86/Makefile.inc: Pass $(AS) and $(CPP) to SeaBIOSAndrew Wu
2013-09-27lint: Use temporary build directoryNico Huber
2013-09-20buildgcc: Downgrade to gcc 4.7.3, handle armv7-aPatrick Georgi
2013-09-18buildgcc: Use per-arch build directoriesPatrick Georgi
2013-09-17Fix whitespace leaked into treeKyösti Mälkki
2013-09-17lint whitespace: Fix rule to recurse into subdirectoriesKyösti Mälkki
2013-08-31Remove NRV2B compression supportPatrick Georgi
2013-08-31Add a (b)zImage parser to cbfstoolPatrick Georgi
2013-08-27Locate the generated iasl in acpica-unix-20130626Zheng Bao
2013-08-16Correct spelling of shadow, setting and memoryPaul Menzel
2013-08-15cbfstool: Add an add-int command that adds a raw 64-bit integer CBFS filePeter Stuge
2013-07-23inteltool: Print raw CPUID and make hexadecimal values unambiguousDamien Zammit
2013-07-22buildgcc: Update reference toolchainStefan Reinauer
2013-07-08msrtool: Fix verbose ignored by cpuid().Benoît Legat
2013-07-01cbmem: Fix makefileStefan Tauner
2013-06-25abuild: Add xgcc tools to the pathMarc Jones
2013-06-24ifdfake - Create an IFD with just a section layoutNico Huber
2013-06-24AMD: Drop empty root_complexKyösti Mälkki
2013-06-23inteltool: add initial support for NehalemStefan Tauner
2013-06-13util/inteltool: Add support for other 5 chipsetsStefan Tauner
2013-06-12Add spkmodem receiverVladimir Serbinenko
2013-06-09buildgcc: Re-add some break statementsPatrick Georgi
2013-06-06Intel Atom cpu support to msrtoolOlivier Langlois
2013-06-04viatool: Add utility to read various configuration bits on VIA systemsAlexandru Gagniuc
2013-06-04superiotool: Add dump facility for HWM of W83627DHG-PNico Huber
2013-06-04superiotool: Add dump facility for ITE IT8516 + I/O 0x20e/fNico Huber
2013-06-04crossgcc/buildgcc: Remove unneeded 'break' statementsDavid Hubbard
2013-06-03util/cbmem: Fix format string in cbmem.cNico Huber
2013-05-27util/inteltool: Add support for mobile 5 chipsetVladimir Serbinenko
2013-05-26Get buildgcc to behave reasonably with the -p choice.Ronald G. Minnich
2013-05-26kconfig: fix choice dependency checkRoman Zippel
2013-05-26kconfig: reversed borderlines in inputboxRoel Kluin
2013-05-26kconfig: add named choice groupRoman Zippel
2013-05-10romcc: support attribute((packed))Stefan Reinauer
2013-05-10Get rid of MAXIMUM_CONSOLE_LOGLEVEL; compile all messages into the coreboot b...Ronald G. Minnich
2013-05-04nvramtool: Use CMOS_SIZE for cmos sizePatrick Georgi
2013-05-03crossgcc: update to gcc 4.7.3Idwer Vollering
2013-04-22superiotool: add CR dump for W83627UHG = NCT6627UDFrank Rysanek
2013-04-16cbmem: map_memory: Use length modifier `j` and cast for an `off_t` argumentPaul Menzel
2013-04-15inteltool: pcie.c: Use `0xffULL` instead of `0xff` to avoid shift overflowPaul Menzel
2013-04-15cbmem: Makefile: Allow to override `CC` variablePaul Menzel
2013-04-14inteltool: Use portable type `uint64_t` instead of `u64`Paul Menzel
2013-04-14cbmem: parse_cbtable: Use length modifier `ll` `u64` argumentPaul Menzel
2013-04-12cbfstool: cbfs-mkstage.c: Free `buffer` on error pathPaul Menzel
2013-04-12acpica: update URLIdwer Vollering
2013-04-09util/cbmem: Don't output trailing garbage for cbmemcVladimir Serbinenko
2013-04-08cbfstool: completely initialize input and output streamsStefan Reinauer
2013-04-08inteltool: remove unused file descriptor variable and ifdefsStefan Tauner
2013-04-05inteltool: use inttypes for prints in memory.cStefan Tauner
2013-04-05inteltool: cpu.c: Use conversion specifier `u` for unsigned integersPaul Menzel
2013-04-04libpayload, superiotool: README: Prepend `coreboot/` to path of change direct...Paul Menzel
2013-04-04inteltool: Cast to `intptr_t` instead of `uint64_t`Paul Menzel
2013-04-04superiotool: Update README with Git repository URL and directory locationPaul Menzel
2013-04-03inteltool: Use `ll` instead of `l` as the length modifier for `uint64_t`Paul Menzel
2013-04-03cbfstool: Replace C++ code with C codeStefan Reinauer
2013-04-02cbfstool: fix --machineStefan Reinauer
2013-04-01inteltool: Allow to override Makefile variablesPaul Menzel
2013-04-01inteltool: Add Cougar/Panther Point GPIO defaultsNico Huber
2013-04-01inteltool: Add option to show differences in GPIO setupNico Huber
2013-04-01inteltool: Support PM registers on Cougar/Panther PointNico Huber
2013-03-30inteltool: Add Cougar/Panther Point IDs to rootcmplx.cNico Huber
2013-03-29superiotool: Allow to override Makefile variables `CC`, `INSTALL` and `PREFIX`Paul Menzel
2013-03-29inteltool: Support GPIO registers on Cougar/Panther PointNico Huber
2013-03-29inteltool: Add definitions for Cougar/Panther Point PCI IDsNico Huber
2013-03-28crossgcc: Fix building with texinfo-5.xNico Huber
2013-03-27cbfstool: Add update-fit commandAaron Durbin
2013-03-27cbfstool: Fix cbfs_image.cStefan Reinauer
2013-03-23xcompile: honor LINKER_SUFFIX variableAaron Durbin
2013-03-22cbfstool: Fix initial empty space in image creation.Hung-Te Lin
2013-03-20cbfstool locate: Implement alignment switch --align/-aHung-Te Lin
2013-03-19cbfstool locate: Rename -a align switch to -P for page sizeHung-Te Lin
2013-03-17superiotool: Add support for the IT8728F Super I/OАндрей Павлов
2013-03-16Show the device tree.Ronald G. Minnich
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2013-02-22nvramtool: reduce memory mappingPatrick Georgi
2013-02-19romcc: Don't fail on function prototypesPatrick Georgi
2013-02-18cbfstool: Fix compile warnings caused by incorrect data types.Hung-Te Lin
2013-02-18cbfstool: Add `-Werror` to make all warnings into errorsPaul Menzel
2013-02-14sconfig: rename lapic_cluster -> cpu_clusterStefan Reinauer
2013-02-14sconfig: rename pci_domain -> domainStefan Reinauer
2013-02-11crossgcc: Support hosts using non-GNU make as default make.Hung-Te Lin
2013-02-09cbfstool: Handle alignment in UEFI payloadsPatrick Georgi
2013-02-09cbfstool: Fix crash on image without bootblock in end of ROM.Hung-Te Lin
2013-02-06crossgcc: Save the script itself when cross build is over.Zheng Bao