Age | Commit message (Expand) | Author |
2011-01-28 | Move CLI portion of nvramtool into cli/ subdirectory as first step towards li... | Patrick Georgi |
2011-01-28 | Eliminate a couple of 3-line functions that barely wrap *printf calls | Patrick Georgi |
2011-01-28 | No need to add varargs magic to a simple regex wrapper. | Patrick Georgi |
2011-01-24 | If the tool has 64bit issues, we need to find and fix them. No papering over ... | Stefan Reinauer |
2011-01-24 | Add CFLAGS when compiling resulting executable. It broke 64bit systems, becau... | Rudolf Marek |
2011-01-21 | Add nvramtool -D option that allows taking cmos data from | Patrick Georgi |
2011-01-21 | Add nvramtool -C option that takes a CBFS file as argument. | Patrick Georgi |
2011-01-21 | Add support for working on in-memory CMOS data (eg. | Patrick Georgi |
2011-01-21 | Abstract CMOS accesses a bit more in preparation of using | Patrick Georgi |
2011-01-21 | There's another place where nvramtool can look for | Patrick Georgi |
2011-01-19 | Add Geode GX2 memmory descriptors. ... | Nils Jacobs |
2011-01-18 | Fix fwrite tests. | Patrick Georgi |
2011-01-18 | Move option table (cmos.layout's binary representation) | Patrick Georgi |
2011-01-18 | Remove overengineering, part 1/many | Patrick Georgi |
2011-01-18 | Eliminate strict aliasing related warnings. | Patrick Georgi |
2011-01-17 | cbfstool: When extracting, refer to files in CBFS as file instead of payload | Peter Stuge |
2011-01-17 | cbfstool: Trivial move of newline after commands in usage | Peter Stuge |
2011-01-14 | Allow coreboot to initialize CMOS if checksum is invalid. | Patrick Georgi |
2011-01-13 | Add "cbfstool extract" function. | Aurelien Guillaume |
2011-01-05 | fix compilation of mconf on some systems. | Stefan Reinauer |
2011-01-01 | Add detection support for the ITE IT8721F. | Uwe Hermann |
2010-12-31 | Add detection of Nuvoton WPCM450. | Zheng Bao |
2010-12-30 | Per default, use SeaBIOS payload instead of no payload. | Stefan Reinauer |
2010-12-30 | superiotool: Don't skip probing on a port if a a chip was detected on another... | Stefan Reinauer |
2010-12-20 | Various Winbond/Nuvoton W83527HG fixes as per datasheet. | Uwe Hermann |
2010-12-19 | The same mechanisms are used for normal and fallback images. | Stefan Reinauer |
2010-12-17 | inteltool: Model 0xf2x, ICH5, i865 support. | Idwer Vollering |
2010-12-17 | Update reference toolchain due to some inlining bugs in 4.5.1 | Stefan Reinauer |
2010-12-17 | This was accidently not svn added when the compiler was updated. | Marc Jones |
2010-12-17 | add license headers to some trivial files and pc87427.h | Stefan Reinauer |
2010-12-14 | Add dump support for the Winbond/Nuvoton W83527HG. | Zheng Bao |
2010-12-12 | Add detection support for the Winbond W83527HG Super I/O. | Zheng Bao |
2010-12-11 | Don't skip already built targets anymore, because a recent change could have | Stefan Reinauer |
2010-12-08 | Allow user to define location for Kconfig config via | Patrick Georgi |
2010-12-04 | ACPI table dumping wrapper script | Stefan Reinauer |
2010-12-03 | Update coreboot crossgcc toolchain, GCC 4.5.1, MPFR 3.0.0, GDB 7.2. | Marc Jones |
2010-11-29 | Add Fintek F71889 detection and dump support. | David Hendricks |
2010-11-27 | - Add support for Intel Pentium III MSRs | Tobias Diedrich |
2010-11-23 | USBDEBUG by default in abuild was committed by mistake and | Patrick Georgi |
2010-11-19 | Add test to check for up-to-date GPL license headers to lint. | Patrick Georgi |
2010-11-19 | drop temp file from coreboot tree | Stefan Reinauer |
2010-11-18 | Make lint script executable, otherwise invocation fails. | Uwe Hermann |
2010-11-18 | lint tests can now describe what they do (for the benefit of | Patrick Georgi |
2010-11-18 | Set locale to POSIX to avoid problems with invalid 8bit character | Patrick Georgi |
2010-11-12 | Consensus seems that this is wanted, integrated into the tree somehow. | Patrick Georgi |
2010-11-05 | Add detection support for the Fintek F81865/F81865-I. | Zheng Bao |
2010-10-31 | Remove incorrect IOAPIC lines from some mptable.c files. | Uwe Hermann |
2010-10-26 | We need to call smp_write_lintsrc() instead of smp_write_intsrc() for | Tobias Diedrich |
2010-10-25 | Factor out common mptable code to mptable_init(). | Uwe Hermann |
2010-10-25 | Make ectool -i work; add missing break | Peter Stuge |