Age | Commit message (Expand) | Author |
2011-11-01 | Add Python scripting to GDB. | Stefan Reinauer |
2011-11-01 | remove trailing whitespace | Stefan Reinauer |
2011-10-31 | buildgcc: Fix colors for dash | Patrick Georgi |
2011-10-30 | crossgcc: Fix colors with dash | Patrick Georgi |
2011-10-30 | inteltool: Add Intel i63xx I/O Controller Hub | Sven Schnelle |
2011-10-30 | Update coreboot cross toolchain to gcc 4.6.1 | Stefan Reinauer |
2011-10-27 | Add support for AMD IMC controller. | Rudolf Marek |
2011-10-27 | Add -Werror to xcompile's testcc | Stefan Reinauer |
2011-10-24 | Various fixes to cbfstool. | Stefan Reinauer |
2011-10-23 | Allow XGCCPATH to be set on the make command line. | Marc Jones |
2011-10-22 | Add ifdtool, utility to read / modify Intel Firmware Descriptor images | Stefan Reinauer |
2011-10-22 | nvramtool: Fix CMOS checksum to match coreboot (and /dev/nvram) | Stefan Reinauer |
2011-10-19 | sconfig: check whether component directory actually exists | Stefan Reinauer |
2011-10-17 | cbfstool: improve error messages | Stefan Reinauer |
2011-10-13 | Fix romstage creation with gcc 4.6 and CAR targets | Stefan Reinauer |
2011-09-24 | mkelfImage: Use -fno-stack-protector if supported by gcc | Raymond Danks |
2011-09-14 | superiotool: Don't compile with -Werror | Mathias Krause |
2011-09-14 | inteltool: fixed 64 bit build | Mathias Krause |
2011-09-14 | inteltool: Fixed building of position independent executables | Mathias Krause |
2011-09-14 | util/crossgcc: Update gdb to 7.3.1 | Peter Stuge |
2011-09-12 | inteltool: added more device IDs | Ruud Schramp |
2011-09-07 | Add support utils for tracing | Rudolf Marek |
2011-08-29 | buildgcc: Do not download GDB source code if run with --skip-gdb | Peter Stuge |
2011-08-21 | buildgcc: Remove all bashisms, making the script run also on BSD | Peter Stuge |
2011-08-21 | buildgcc: Fix typo in check for failed iasl build | Peter Stuge |
2011-08-14 | crossgcc: invoke buildgcc with bash, instead of relying on #!/bin/bash | Jonathan A. Kollasch |
2011-08-12 | buildgcc: improve portability | Jonathan A. Kollasch |
2011-08-10 | Add iasl to buldgcc and rev the version. | Marc Jones |
2011-07-26 | crossgcc: update w32api | Patrick Georgi |
2011-07-26 | buildgcc: Break if parts of the toolchain are missing | Patrick Georgi |
2011-07-07 | Fix lint-002-build-dir-handling | Patrick Georgi |
2011-06-30 | Add local copy of commit-msg hook | Patrick Georgi |
2011-06-28 | msrtool: added support for Intel CPUs | Anton Kochkov |
2011-06-23 | Add SMSC SCH3114 superio register descriptions to superiotool. | Mark Norman |
2011-06-09 | superiotool: Cosmetics and coding style fixes. | Uwe Hermann |
2011-06-09 | util/crossgcc: Add build-without-gdb Makefile target | Peter Stuge |
2011-06-09 | util/crossgcc: Add buildgcc -G and --skip-gdb options | Peter Stuge |
2011-06-06 | Teach abuild to emit JUnit formatted build reports | Patrick Georgi |
2011-06-01 | Report build result from abuild (did all requested boards build?) | Patrick Georgi |
2011-05-23 | exclude src/vendorcode from GPLv2 license checks. | Stefan Reinauer |
2011-05-21 | Add regression test for build directory handling to make lint target | Patrick Georgi |
2011-05-16 | Add crossgcc target to automatically build reference toolchain | Cristian Magherusan-Stanciu |
2011-05-10 | Fix compilation error due to non-unix style line endings in cmos.layout file ... | Patrick Georgi |
2011-04-22 | Add (partly) support for Nuvoton NCT6776F | Stefan Reinauer |
2011-04-22 | cosmetic changes to superiotool's nuvoton code | Stefan Reinauer |
2011-04-19 | Cast arguments to ctype(3) functions through (int)(unsigned char). | Jonathan Kollasch |
2011-04-18 | Emit unwritten symbols in Kconfig so we don't have to do constructs like | Stefan Reinauer |
2011-04-11 | Add detection/dump support for ServerEngines SE-SM 4210-P01. | Ruud Schramp |
2011-04-10 | In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__. | Stefan Reinauer |
2011-03-29 | Revert r6460, add full W83627DHG-P/-PT support instead. | Prakash Punnoor |
2011-03-25 | I noticed some registers of Winbond W83627DHG, which the datasheet mentions, ... | Prakash Punnoor |
2011-03-18 | oops, one URL fix was missing. Add new DirectHW URL | Stefan Reinauer |
2011-03-18 | DirectHW fixes for coreboot utilities | Stefan Reinauer |
2011-03-14 | msrtool: Update to use DirectHW on Mac OS X | Stefan Reinauer |
2011-03-10 | nvramtool: Move code so it has access to the right data structures | Mathias Krause |
2011-03-08 | nvramtool: Change precedence order for data sources | Mathias Krause |
2011-03-06 | Add support for the NSC PC87364 Super I/O. | Michael Karcher |
2011-03-01 | [SCONFIG] remove unused variable in inherit_subsystem_ids() | Sylvain "ythier" Hitier |
2011-03-01 | Add lex output | Sven Schnelle |
2011-03-01 | Add subsystemid option to sconfig | Sven Schnelle |
2011-02-17 | add mec1308 support to superiotool | David Hendricks |
2011-02-08 | Add NetBSD support to nvramtool. | jakllsch |
2011-02-03 | Add support for the IT8720F Super I/O | Christian Ruppert |
2011-02-02 | Add detection/dump support for the NSC PC87382. | Sven Schnelle |
2011-02-01 | Fix using custom build configs in abuild | Mathias Krause |
2011-01-28 | Separate CMOS layout from lbtable handling | Patrick Georgi |
2011-01-28 | Move CMOS handling into separate files in accessors | Patrick Georgi |
2011-01-28 | Move the parser for cmos.layout text files to accessors | Patrick Georgi |
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 |