aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
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
2013-02-06armv7: Prevent CBFS data overlapping bootblock.Hung-Te Lin
2013-02-06cbfstool: Add support for 64bit UEFIStefan Reinauer
2013-02-05cbfstool: support parsing UEFI firmware volumesStefan Reinauer
2013-02-05cbfstool: Use cbfs_image API for "add-*" (add-payload, add-stage, ...) commands.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image api for "add" command.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "create" command.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "locate" command.Hung-Te Lin
2013-02-05cbfstool: Fix incorrect CBFS free space by old cbfstool.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "remove" command.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "extract" command.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "print" command.Hung-Te Lin
2013-02-05cbfstool: Add cbfs_image new CBFS image manipulation API.Hung-Te Lin
2013-02-05cbfstool: Add buffer management API.Hung-Te Lin
2013-02-04crossgcc: add armv7a-eabi to list of working toolchainsDavid Hendricks
2013-02-04cbfstool: Update example file.Hung-Te Lin
2013-02-01cbfstool: Make endian detection functions to work without prior setup.Hung-Te Lin
2013-02-01cbfstool: move flat-binary parsing to cbfs-mkpayload.Hung-Te Lin
2013-02-01cbfstool: Add -v (verbose) output.Hung-Te Lin
2013-01-30Add a clean target to the run firmware (runfw) MakefileRonald G. Minnich
2013-01-30cbfstool: Prevent file name to be corrupted by basename().Hung-Te Lin
2013-01-29cbfstool: Change "locate" output to prefix "0x".Hung-Te Lin
2013-01-29cbfstool: Remove unused header files.Hung-Te Lin
2013-01-28cbfstool: Store global variables into struct.Hung-Te Lin
2013-01-28msrtool: Decoding for most of Intel Core 2 MSRsAnton Kochkov
2013-01-25inteltool: Add support for Atom N455 (0x106c0) in CPU MSRs dumpOlivier Langlois
2013-01-22util/runfw/googlesnow.c: Remove trailing whitespacePaul Menzel
2013-01-19Utility to run the snow bios in user modeRonald G. Minnich
2013-01-19Add more information to the cbfstool printStefan Reinauer
2013-01-17make crossgcc: compile all required toolchainsStefan Reinauer
2013-01-17armv7: Place reset vector + CBFS header + bootblock dynamicallyDavid Hendricks
2013-01-16use a relative path for #line 3David Hendricks
2013-01-12Implement GCC code coverage analysisStefan Reinauer
2013-01-10armv7: dynamically calculate the branch offset in cbfstoolDavid Hendricks
2013-01-08cbmem utility: Find actual CBMEM areaStefan Reinauer
2013-01-08cbmem utility: unify debug outputStefan Reinauer
2013-01-08cbfstool: index is replaced by strchr.zbao
2013-01-08cbmem utility: Add option to dump cbmem consoleStefan Reinauer
2013-01-08cbmem utility: drop obsolete python based implementationStefan Reinauer
2013-01-04cbfstool: Fix warnings on OS XStefan Reinauer