summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* superiotool: Add support for the IT8728F Super I/OАндрей Павлов2013-03-171-0/+46
* Show the device tree.Ronald G. Minnich2013-03-161-0/+169
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-0153-55/+55
* nvramtool: reduce memory mappingPatrick Georgi2013-02-221-43/+47
* romcc: Don't fail on function prototypesPatrick Georgi2013-02-191-1/+2
* cbfstool: Fix compile warnings caused by incorrect data types.Hung-Te Lin2013-02-181-2/+2
* cbfstool: Add `-Werror` to make all warnings into errorsPaul Menzel2013-02-181-1/+1
* sconfig: rename lapic_cluster -> cpu_clusterStefan Reinauer2013-02-146-94/+94
* sconfig: rename pci_domain -> domainStefan Reinauer2013-02-146-96/+96
* crossgcc: Support hosts using non-GNU make as default make.Hung-Te Lin2013-02-111-0/+69
* cbfstool: Handle alignment in UEFI payloadsPatrick Georgi2013-02-092-0/+12
* cbfstool: Fix crash on image without bootblock in end of ROM.Hung-Te Lin2013-02-092-12/+16
* crossgcc: Save the script itself when cross build is over.Zheng Bao2013-02-061-0/+3
* armv7: Prevent CBFS data overlapping bootblock.Hung-Te Lin2013-02-061-0/+6
* cbfstool: Add support for 64bit UEFIStefan Reinauer2013-02-062-18/+71
* cbfstool: support parsing UEFI firmware volumesStefan Reinauer2013-02-055-2/+256
* cbfstool: Use cbfs_image API for "add-*" (add-payload, add-stage, ...) commands.Hung-Te Lin2013-02-054-245/+115
* cbfstool: Use cbfs_image api for "add" command.Hung-Te Lin2013-02-053-28/+239
OpenPOWER on IntegriCloud