| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the 'flashrom --help' output look a bit nicer | Uwe Hermann | 2010-06-04 | 1 | -1/+1 |
* | Fix URLs for GIGABYTE motherboards | Peter Lemenkov | 2010-06-04 | 1 | -1/+1 |
* | So far, we have up to 4 different names for the same thing (ignoring capitali... | Carl-Daniel Hailfinger | 2010-05-31 | 1 | -21/+21 |
* | Add flashrom.exe unconditionally to the list of files removed at make clean | Carl-Daniel Hailfinger | 2010-05-30 | 1 | -1/+3 |
* | Handle the following architectures in generic flashrom code | Carl-Daniel Hailfinger | 2010-05-26 | 1 | -2/+4 |
* | Support for Realtek RTL8139 network card flashing | Joerg Fischer | 2010-05-21 | 1 | -0/+9 |
* | Increase flashrom release number to 0.9.20.9.2 | Carl-Daniel Hailfinger | 2010-05-19 | 1 | -1/+1 |
* | Fix assorted documentation, frontend and printing bugs | Carl-Daniel Hailfinger | 2010-05-15 | 1 | -1/+1 |
* | Fix the DOS port | Rudolf Marek | 2010-04-25 | 1 | -4/+0 |
* | Add runtime and build environment info to the flashrom version message | Carl-Daniel Hailfinger | 2010-03-27 | 1 | -0/+19 |
* | Idwer Vollering reported problems with the current libpci check on FreeBSD 8.... | Carl-Daniel Hailfinger | 2010-03-22 | 1 | -15/+6 |
* | Add DOS cross-compilation support to the Makefile | Carl-Daniel Hailfinger | 2010-03-21 | 1 | -6/+37 |
* | Rename print_82802ab_status to print_status_82802ab add unlock_82802ab | Sean Nelson | 2010-03-19 | 1 | -1/+1 |
* | Split spi.c into programmer and chip code Remove chipdriver.h include from fl... | Sean Nelson | 2010-02-26 | 1 | -1/+1 |
* | Add initial (non-working) code for Highpoint ATA/RAID controllers | Uwe Hermann | 2010-02-21 | 1 | -0/+10 |
* | Here's a very quick patch to fix the missing unlock code | Sean Nelson | 2010-02-19 | 1 | -1/+1 |
* | Use uname -p instead of -m on NetBSD so we get the right architecture library... | Jonathan A. Kollasch | 2010-02-14 | 1 | -1/+1 |
* | Linking in support for the internal programmer doesn't make sense if you only... | Carl-Daniel Hailfinger | 2010-02-12 | 1 | -7/+2 |
* | Complete the addition of Feature Bits for all Jedec based chips | Sean Nelson | 2010-01-28 | 1 | -2/+1 |
* | Backout unintentional chunk | Stefan Reinauer | 2010-01-22 | 1 | -1/+1 |
* | This patch fixes the use of CFLAGS and CPPFLAGS in the flashrom makefile | Stefan Reinauer | 2010-01-21 | 1 | -8/+8 |
* | Matching board via DMI | Michael Karcher | 2010-01-20 | 1 | -1/+1 |
* | Dediprog SF100 support | Carl-Daniel Hailfinger | 2010-01-19 | 1 | -0/+9 |
* | Enable -Wshadow, clean code for that | Michael Karcher | 2010-01-12 | 1 | -1/+1 |
* | Fix Makefile dependencies if FT2232SPI is not selected | Carl-Daniel Hailfinger | 2010-01-09 | 1 | -2/+3 |
* | Add support for NetBSD | Jonathan A. Kollasch | 2010-01-08 | 1 | -0/+4 |
* | Converting fprintf(stderr), printf, and printf_debug into a common print inte... | Sean Nelson | 2010-01-07 | 1 | -1/+1 |
* | Move the CLI related functions main() and cli_usage() to cli_classic.c | Carl-Daniel Hailfinger | 2010-01-07 | 1 | -1/+1 |
* | Some programmers (most notably FT2232SPI) use fallback_* and noop_*, but thos... | Carl-Daniel Hailfinger | 2010-01-06 | 1 | -1/+1 |
* | This patch shouldn't affect anything else in patchwork | Sean Nelson | 2009-12-24 | 1 | -17/+29 |
* | Only check for requested features in the Makefile | Carl-Daniel Hailfinger | 2009-12-24 | 1 | -5/+14 |
* | Internal.c was always compiled in because it hosted the function internal_del... | Carl-Daniel Hailfinger | 2009-12-24 | 1 | -2/+2 |
* | Internal (onboard) programming was the only feature which could not be disabled | Carl-Daniel Hailfinger | 2009-12-13 | 1 | -7/+23 |
* | Revert debug compilation which was committed in r772 by accident | Carl-Daniel Hailfinger | 2009-11-24 | 1 | -1/+1 |
* | Add Bus Pirate SPI support | Carl-Daniel Hailfinger | 2009-11-24 | 1 | -1/+14 |
* | Move serial handling from serprog.c to serial.c | Carl-Daniel Hailfinger | 2009-11-23 | 1 | -0/+4 |
* | Fix incorrect comment about wiki printing in Makefile | Carl-Daniel Hailfinger | 2009-11-16 | 1 | -1/+1 |
* | Retrieve the proper linker flags for libftdi via pkg-config and fall back if ... | Carl-Daniel Hailfinger | 2009-11-16 | 1 | -3/+4 |
* | There is no need to tell people to install libz if flashrom doesn't need libz | Carl-Daniel Hailfinger | 2009-10-03 | 1 | -9/+31 |
* | Disable NVIDIA flashing support for now, erase/write is not properly working,... | Uwe Hermann | 2009-10-01 | 1 | -2/+2 |
* | Add initial support for flashing some NVIDIA graphics cards | Uwe Hermann | 2009-09-30 | 1 | -0/+8 |
* | This is the bitbanging SPI driver infrastructure | Carl-Daniel Hailfinger | 2009-09-28 | 1 | -0/+8 |
* | Compile out wiki output on request and move wiki stuff into a separate file | Carl-Daniel Hailfinger | 2009-09-16 | 1 | -0/+8 |
* | Allow to exclude each of the external programmer drivers from being compiled in | Carl-Daniel Hailfinger | 2009-09-16 | 1 | -4/+41 |
* | Not all systems have svnversion installed | Carl-Daniel Hailfinger | 2009-09-05 | 1 | -1/+1 |
* | Add support for parallel flash on Dr | TURBO J | 2009-09-02 | 1 | -1/+1 |
* | Flashrom 0.9.10.9.1 | Carl-Daniel Hailfinger | 2009-09-02 | 1 | -1/+1 |
* | With this patch, make tarball and make export still work as expected, but if ... | Carl-Daniel Hailfinger | 2009-08-31 | 1 | -9/+11 |
* | Fix compilation on Nexenta which is Ubuntu with a Solaris kernel0.9.1-rc1 | Carl-Daniel Hailfinger | 2009-08-17 | 1 | -0/+3 |
* | Allow to compile out serprog completely | Carl-Daniel Hailfinger | 2009-08-12 | 1 | -6/+12 |