summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
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