Age | Commit message (Expand) | Author |
2013-06-25 | abuild: Add xgcc tools to the path | Marc Jones |
2013-06-24 | ifdfake - Create an IFD with just a section layout | Nico Huber |
2013-06-24 | AMD: Drop empty root_complex | Kyösti Mälkki |
2013-06-23 | inteltool: add initial support for Nehalem | Stefan Tauner |
2013-06-13 | util/inteltool: Add support for other 5 chipsets | Stefan Tauner |
2013-06-12 | Add spkmodem receiver | Vladimir Serbinenko |
2013-06-09 | buildgcc: Re-add some break statements | Patrick Georgi |
2013-06-06 | Intel Atom cpu support to msrtool | Olivier Langlois |
2013-06-04 | viatool: Add utility to read various configuration bits on VIA systems | Alexandru Gagniuc |
2013-06-04 | superiotool: Add dump facility for HWM of W83627DHG-P | Nico Huber |
2013-06-04 | superiotool: Add dump facility for ITE IT8516 + I/O 0x20e/f | Nico Huber |
2013-06-04 | crossgcc/buildgcc: Remove unneeded 'break' statements | David Hubbard |
2013-06-03 | util/cbmem: Fix format string in cbmem.c | Nico Huber |
2013-05-27 | util/inteltool: Add support for mobile 5 chipset | Vladimir Serbinenko |
2013-05-26 | Get buildgcc to behave reasonably with the -p choice. | Ronald G. Minnich |
2013-05-26 | kconfig: fix choice dependency check | Roman Zippel |
2013-05-26 | kconfig: reversed borderlines in inputbox | Roel Kluin |
2013-05-26 | kconfig: add named choice group | Roman Zippel |
2013-05-10 | romcc: support attribute((packed)) | Stefan Reinauer |
2013-05-10 | Get rid of MAXIMUM_CONSOLE_LOGLEVEL; compile all messages into the coreboot b... | Ronald G. Minnich |
2013-05-04 | nvramtool: Use CMOS_SIZE for cmos size | Patrick Georgi |
2013-05-03 | crossgcc: update to gcc 4.7.3 | Idwer Vollering |
2013-04-22 | superiotool: add CR dump for W83627UHG = NCT6627UD | Frank Rysanek |
2013-04-16 | cbmem: map_memory: Use length modifier `j` and cast for an `off_t` argument | Paul Menzel |
2013-04-15 | inteltool: pcie.c: Use `0xffULL` instead of `0xff` to avoid shift overflow | Paul Menzel |
2013-04-15 | cbmem: Makefile: Allow to override `CC` variable | Paul Menzel |
2013-04-14 | inteltool: Use portable type `uint64_t` instead of `u64` | Paul Menzel |
2013-04-14 | cbmem: parse_cbtable: Use length modifier `ll` `u64` argument | Paul Menzel |
2013-04-12 | cbfstool: cbfs-mkstage.c: Free `buffer` on error path | Paul Menzel |
2013-04-12 | acpica: update URL | Idwer Vollering |
2013-04-09 | util/cbmem: Don't output trailing garbage for cbmemc | Vladimir Serbinenko |
2013-04-08 | cbfstool: completely initialize input and output streams | Stefan Reinauer |
2013-04-08 | inteltool: remove unused file descriptor variable and ifdefs | Stefan Tauner |
2013-04-05 | inteltool: use inttypes for prints in memory.c | Stefan Tauner |
2013-04-05 | inteltool: cpu.c: Use conversion specifier `u` for unsigned integers | Paul Menzel |
2013-04-04 | libpayload, superiotool: README: Prepend `coreboot/` to path of change direct... | Paul Menzel |
2013-04-04 | inteltool: Cast to `intptr_t` instead of `uint64_t` | Paul Menzel |
2013-04-04 | superiotool: Update README with Git repository URL and directory location | Paul Menzel |
2013-04-03 | inteltool: Use `ll` instead of `l` as the length modifier for `uint64_t` | Paul Menzel |
2013-04-03 | cbfstool: Replace C++ code with C code | Stefan Reinauer |
2013-04-02 | cbfstool: fix --machine | Stefan Reinauer |
2013-04-01 | inteltool: Allow to override Makefile variables | Paul Menzel |
2013-04-01 | inteltool: Add Cougar/Panther Point GPIO defaults | Nico Huber |
2013-04-01 | inteltool: Add option to show differences in GPIO setup | Nico Huber |
2013-04-01 | inteltool: Support PM registers on Cougar/Panther Point | Nico Huber |
2013-03-30 | inteltool: Add Cougar/Panther Point IDs to rootcmplx.c | Nico Huber |
2013-03-29 | superiotool: Allow to override Makefile variables `CC`, `INSTALL` and `PREFIX` | Paul Menzel |
2013-03-29 | inteltool: Support GPIO registers on Cougar/Panther Point | Nico Huber |
2013-03-29 | inteltool: Add definitions for Cougar/Panther Point PCI IDs | Nico Huber |
2013-03-28 | crossgcc: Fix building with texinfo-5.x | Nico Huber |
2013-03-27 | cbfstool: Add update-fit command | Aaron Durbin |
2013-03-27 | cbfstool: Fix cbfs_image.c | Stefan Reinauer |
2013-03-23 | xcompile: honor LINKER_SUFFIX variable | Aaron Durbin |
2013-03-22 | cbfstool: Fix initial empty space in image creation. | Hung-Te Lin |
2013-03-20 | cbfstool locate: Implement alignment switch --align/-a | Hung-Te Lin |
2013-03-19 | cbfstool locate: Rename -a align switch to -P for page size | Hung-Te Lin |
2013-03-17 | superiotool: Add support for the IT8728F Super I/O | Андрей Павлов |
2013-03-16 | Show the device tree. | Ronald G. Minnich |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2013-02-22 | nvramtool: reduce memory mapping | Patrick Georgi |
2013-02-19 | romcc: Don't fail on function prototypes | Patrick Georgi |
2013-02-18 | cbfstool: Fix compile warnings caused by incorrect data types. | Hung-Te Lin |
2013-02-18 | cbfstool: Add `-Werror` to make all warnings into errors | Paul Menzel |
2013-02-14 | sconfig: rename lapic_cluster -> cpu_cluster | Stefan Reinauer |
2013-02-14 | sconfig: rename pci_domain -> domain | Stefan Reinauer |
2013-02-11 | crossgcc: Support hosts using non-GNU make as default make. | Hung-Te Lin |
2013-02-09 | cbfstool: Handle alignment in UEFI payloads | Patrick Georgi |
2013-02-09 | cbfstool: Fix crash on image without bootblock in end of ROM. | Hung-Te Lin |
2013-02-06 | crossgcc: Save the script itself when cross build is over. | Zheng Bao |
2013-02-06 | armv7: Prevent CBFS data overlapping bootblock. | Hung-Te Lin |
2013-02-06 | cbfstool: Add support for 64bit UEFI | Stefan Reinauer |
2013-02-05 | cbfstool: support parsing UEFI firmware volumes | Stefan Reinauer |
2013-02-05 | cbfstool: Use cbfs_image API for "add-*" (add-payload, add-stage, ...) commands. | Hung-Te Lin |
2013-02-05 | cbfstool: Use cbfs_image api for "add" command. | Hung-Te Lin |
2013-02-05 | cbfstool: Use cbfs_image API for "create" command. | Hung-Te Lin |
2013-02-05 | cbfstool: Use cbfs_image API for "locate" command. | Hung-Te Lin |
2013-02-05 | cbfstool: Fix incorrect CBFS free space by old cbfstool. | Hung-Te Lin |
2013-02-05 | cbfstool: Use cbfs_image API for "remove" command. | Hung-Te Lin |
2013-02-05 | cbfstool: Use cbfs_image API for "extract" command. | Hung-Te Lin |
2013-02-05 | cbfstool: Use cbfs_image API for "print" command. | Hung-Te Lin |
2013-02-05 | cbfstool: Add cbfs_image new CBFS image manipulation API. | Hung-Te Lin |
2013-02-05 | cbfstool: Add buffer management API. | Hung-Te Lin |
2013-02-04 | crossgcc: add armv7a-eabi to list of working toolchains | David Hendricks |
2013-02-04 | cbfstool: Update example file. | Hung-Te Lin |
2013-02-01 | cbfstool: Make endian detection functions to work without prior setup. | Hung-Te Lin |
2013-02-01 | cbfstool: move flat-binary parsing to cbfs-mkpayload. | Hung-Te Lin |
2013-02-01 | cbfstool: Add -v (verbose) output. | Hung-Te Lin |
2013-01-30 | Add a clean target to the run firmware (runfw) Makefile | Ronald G. Minnich |
2013-01-30 | cbfstool: Prevent file name to be corrupted by basename(). | Hung-Te Lin |
2013-01-29 | cbfstool: Change "locate" output to prefix "0x". | Hung-Te Lin |
2013-01-29 | cbfstool: Remove unused header files. | Hung-Te Lin |
2013-01-28 | cbfstool: Store global variables into struct. | Hung-Te Lin |
2013-01-28 | msrtool: Decoding for most of Intel Core 2 MSRs | Anton Kochkov |
2013-01-25 | inteltool: Add support for Atom N455 (0x106c0) in CPU MSRs dump | Olivier Langlois |
2013-01-22 | util/runfw/googlesnow.c: Remove trailing whitespace | Paul Menzel |
2013-01-19 | Utility to run the snow bios in user mode | Ronald G. Minnich |
2013-01-19 | Add more information to the cbfstool print | Stefan Reinauer |
2013-01-17 | make crossgcc: compile all required toolchains | Stefan Reinauer |
2013-01-17 | armv7: Place reset vector + CBFS header + bootblock dynamically | David Hendricks |
2013-01-16 | use a relative path for #line 3 | David Hendricks |