Age | Commit message (Expand) | Author |
2009-05-08 | Add -Werror to help us keep the code clean. | Myles Watson |
2009-05-08 | I have made a very simple mod to cbfstool that is compatible with the | Ronald G. Minnich |
2009-05-07 | Fix my last commit. I looked at the wrong dead laptop. | Uwe Hermann |
2009-05-07 | Support for detecting the SMSC FDC37N869 (trivial). | Uwe Hermann |
2009-05-04 | This patch removes these warnings: | Myles Watson |
2009-05-02 | Run dos2unix on all files: | Stefan Reinauer |
2009-04-30 | Remove warnings from compilation of the s2892 with and without CBFS. | Myles Watson |
2009-04-26 | Flashrom is now moved over to its own repository. | Patrick Georgi |
2009-04-26 | Trivial: allow "," in filenames | Patrick Georgi |
2009-04-25 | The flashrom makefile wants to redirect both stdout and stderr to | Stephan Guilloux |
2009-04-25 | The master cbfs record was located at the end of the flash and overwrote | Myles Watson |
2009-04-25 | Enable cbfs payload compression (the "l" flag) if payloads are | Patrick Georgi |
2009-04-24 | MAX may already be defined. Also, fix smaller cosmetics (trivial). | Uwe Hermann |
2009-04-23 | flashrom: Support MX25L3235D | Stephan Guilloux |
2009-04-23 | Add 'install' target for ectool (trivial). | Uwe Hermann |
2009-04-23 | Fix an uninitialized variable. If it didn't end up being zero it sometimes | Myles Watson |
2009-04-23 | This patch cleans up Makefile generation. It removes the | Myles Watson |
2009-04-23 | Don't duplicate option description in README, the manpage already has | Uwe Hermann |
2009-04-22 | Instead of just | Stefan Reinauer |
2009-04-22 | mini fix to reliably compile inteltool on darwin, and on Linux both on x86/x8... | Stefan Reinauer |
2009-04-22 | This patch fixes the parser. '|' has special meaning so [|] is used. | Myles Watson |
2009-04-22 | All "unknown xy SPI chip" entries claim to have status UNTESTED for | Carl-Daniel Hailfinger |
2009-04-22 | Quick 'indent' run on ectool with some additional manual cosmetic fixes. | Uwe Hermann |
2009-04-22 | don't ignore return values (trivial) | Stefan Reinauer |
2009-04-22 | * Allow coreboot to use the full 256 bytes of CMOS memory | Stefan Reinauer |
2009-04-22 | Remove the requirement for payload.sh files to be executable. This | Patrick Georgi |
2009-04-22 | A small utility to dump the RAM of a laptop's Embedded/Environmental | Stefan Reinauer |
2009-04-21 | flashrom: Add support for Gigabyte GA-MA790FX-DQ6. This board uses | Carl-Daniel Hailfinger |
2009-04-21 | Add an "-l <num>" argument to abuild that sets the LOGLEVEL variables | Patrick Georgi |
2009-04-21 | Eliminate various issues brought up by scan-build. | Patrick Georgi |
2009-04-21 | scan-build prefers -include over --includes=, gcc knows both. | Patrick Georgi |
2009-04-21 | flashrom: Support Macronix MX2512805D flash chip | Stephan Guilloux |
2009-04-21 | flashrom: Trivial indent fix | Stephan Guilloux |
2009-04-20 | After verification in datasheets, all MX25 accept the same opcodes | Stephan Guilloux |
2009-04-20 | This patch adds | Myles Watson |
2009-04-20 | flashrom: board_enables: reconstruct table. | Luc Verhaegen |
2009-04-20 | flashrom: Trivial README change Flashrom->flashrom | Peter Stuge |
2009-04-19 | flashrom: MX25L1605 and 1635 accept Chip Erase opcodes 60 and C7 | Stephan Guilloux |
2009-04-19 | Add MX25L1635D support, as discussed on #coreboot. | Stephan Guilloux |
2009-04-17 | flashrom: Add VIA PC3500G board. It has SPI flash behind ITE8716 on LPC. | Peter Stuge |
2009-04-17 | Add include to config.g | Myles Watson |
2009-04-17 | There are two identical cfgfile rules in config.g. Remove one of them. | Myles Watson |
2009-04-17 | This patch allows you to add lines of the form | Myles Watson |
2009-04-15 | Add -r|--remove option to force abuild to remove the output directory | Uwe Hermann |
2009-04-15 | Some coding style and consistency fixes (trivial). | Uwe Hermann |
2009-04-14 | util/cbfstool/tools/rom-mk*->cbfs-mk* rename | Peter Stuge |
2009-04-14 | v2/src romfs->cbfs rename | Peter Stuge |
2009-04-14 | util: romfs->cbfs rename | Peter Stuge |
2009-04-14 | v2/util: romfs -> cbfs rename | Peter Stuge |
2009-04-13 | Fix typo. Add missing copyright year. | Uwe Hermann |
2009-04-11 | Mention a few more flash chip packages in README/manpage. | Uwe Hermann |
2009-04-10 | move architecture override before cross compiler detection, or the Sandpoint | Stefan Reinauer |
2009-04-10 | Add a note that 'modprobe msr' might be required. | Uwe Hermann |
2009-04-10 | Fix typo. | Uwe Hermann |
2009-04-10 | Various manpage / README fixes: | Uwe Hermann |
2009-04-09 | Fixed the typo should indeed be a 0x2e. | Mondrian nuessle |
2009-04-08 | Only build romfs on those target that have CONFIG_ROMFS enabled. | Stefan Reinauer |
2009-04-04 | Makefile includes were mixed up. | Stefan Reinauer |
2009-04-04 | This fixes a race condition (revealed by my other check-in r4067) in the | Stefan Reinauer |
2009-04-04 | build romtool in mainboard target directory. | Stefan Reinauer |
2009-04-04 | fix cross compilation in abuild for certain scenarios | Stefan Reinauer |
2009-04-04 | fix some warnings by casting safely. (trivial) | Stefan Reinauer |
2009-04-04 | use $(MAKE) instead of hardcoded "make".. (trivial) | Stefan Reinauer |
2009-04-04 | Fix the concurrency issue of building romtool. | Patrick Georgi |
2009-04-03 | I thought that romfs infrastructure is done now, but there were some | Patrick Georgi |
2009-04-03 | This patch implements --include=file.h for romcc. | Stefan Reinauer |
2009-04-03 | the attached patch is the last infrastructure change necessary for | Patrick Georgi |
2009-04-02 | Ronald Hoogenboom writes: | Ronald Hoogenboom |
2009-03-31 | This patch adds Jordan's romtool support for v2. | Ronald G. Minnich |
2009-03-30 | flashrom: Board enable support for HP DL145 G3. | Mondrian Nuessle |
2009-03-25 | - List SMSC LPC47N227 runtime register block as supported. | Uwe Hermann |
2009-03-23 | msrtool: If an MSR name lookup fails in msraddrbyname(), return the strtoul()... | Peter Stuge |
2009-03-19 | Move the Atmel AT45 comments about block and page sizes from the end of | Carl-Daniel Hailfinger |
2009-03-17 | Add support for high coreboot table to mkelfimage | Stefan Reinauer |
2009-03-17 | This patch adds "high coreboot table support" to coreboot version 2. | Stefan Reinauer |
2009-03-17 | This patch adds "high coreboot table support" to coreboot version 2. | Stefan Reinauer |
2009-03-15 | abuild: Don't forget CROSS_COMPILE anymore. | Stefan Reinauer |
2009-03-14 | trivial patch for abuild: allow powerpc-elf-gcc, too. | Stefan Reinauer |
2009-03-13 | this commit should fix Ticket #122 (proper log files for all builds) | Stefan Reinauer |
2009-03-11 | 20090310-3-scanbuild: | Patrick Georgi |
2009-03-11 | abuild: | Stefan Reinauer |
2009-03-11 | Add support for the LPC47M182 to superiotool | Stefan Reinauer |
2009-03-08 | Add some basic K8 MSRs. | Marc Jones |
2009-03-06 | FreeBSD definitions of (read|write)[bwl] collide with our own. Before we | Carl-Daniel Hailfinger |
2009-03-06 | During the conversion of flash chip accesses to helper functions, I | Carl-Daniel Hailfinger |
2009-03-05 | flashrom: Use helper functions to access flash chips. | Carl-Daniel Hailfinger |
2009-02-28 | coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 | Stefan Reinauer |
2009-02-28 | This is a small fix for the last checkin (does not fix those two boards) that | Stefan Reinauer |
2009-02-28 | With this patch the v2 build system will create a directory hierarchy | Stefan Reinauer |
2009-02-25 | flashrom: Add SST25VF040.REMS with TEST_OK_ PROBE READ | Zheng Bao |
2009-02-22 | flashrom: SST29EE020A TEST_OK_ PROBE READ ERASE WRITE | Peter Stuge |
2009-02-18 | Carl-Daniel's part: | Carl-Daniel Hailfinger |
2009-02-10 | Change 0x%p to %p. Thanks Stefan for catching the one I introduced in 3931. | Myles Watson |
2009-02-09 | flashrom: Fix broken flash chip base address logic | Peter Stuge |
2009-02-02 | flashrom: MSI MS-7046 board enable | Peter Stuge |
2009-02-01 | Following patch fixes VIA SPI (VT8237S). It needs to have opcodes | Rudolf Marek |
2009-01-28 | Factor out read and erase functions from flashrom main(). | Carl-Daniel Hailfinger |
2009-01-26 | msrtool: Allow MSR symbols (names) to also be used as addresses. | Peter Stuge |
2009-01-26 | msrtool: Linux /dev/cpu/*/msr returns the low 32 bits before the high 32 bits. | Peter Stuge |
2009-01-26 | flashrom: Add VT8237A PCI ID | Peter Stuge |