Age | Commit message (Expand) | Author |
2013-10-17 | arch/x86/Makefile.inc: Pass $(AS) and $(CPP) to SeaBIOS | Andrew Wu |
2013-09-27 | lint: Use temporary build directory | Nico Huber |
2013-09-20 | buildgcc: Downgrade to gcc 4.7.3, handle armv7-a | Patrick Georgi |
2013-09-18 | buildgcc: Use per-arch build directories | Patrick Georgi |
2013-09-17 | Fix whitespace leaked into tree | Kyösti Mälkki |
2013-09-17 | lint whitespace: Fix rule to recurse into subdirectories | Kyösti Mälkki |
2013-08-31 | Remove NRV2B compression support | Patrick Georgi |
2013-08-31 | Add a (b)zImage parser to cbfstool | Patrick Georgi |
2013-08-27 | Locate the generated iasl in acpica-unix-20130626 | Zheng Bao |
2013-08-16 | Correct spelling of shadow, setting and memory | Paul Menzel |
2013-08-15 | cbfstool: Add an add-int command that adds a raw 64-bit integer CBFS file | Peter Stuge |
2013-07-23 | inteltool: Print raw CPUID and make hexadecimal values unambiguous | Damien Zammit |
2013-07-22 | buildgcc: Update reference toolchain | Stefan Reinauer |
2013-07-08 | msrtool: Fix verbose ignored by cpuid(). | Benoît Legat |
2013-07-01 | cbmem: Fix makefile | Stefan Tauner |
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 |