| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix fallout from r1021 which caused compile failures if only the dummy progra... | Carl-Daniel Hailfinger | 2010-06-03 | 1 | -4/+1 |
* | Merge print.c and print_wiki.c board/URL tables | Peter Lemenkov | 2010-06-01 | 1 | -4/+14 |
* | So far, we have up to 4 different names for the same thing (ignoring capitali... | Carl-Daniel Hailfinger | 2010-05-31 | 1 | -30/+30 |
* | Remove unneeded #include statements completely | Carl-Daniel Hailfinger | 2010-05-30 | 1 | -3/+4 |
* | ICH SPI can enforce address restrictions for all accesses which take an addre... | Carl-Daniel Hailfinger | 2010-05-28 | 1 | -0/+2 |
* | Handle the following architectures in generic flashrom code | Carl-Daniel Hailfinger | 2010-05-26 | 1 | -0/+10 |
* | Support for Realtek RTL8139 network card flashing | Joerg Fischer | 2010-05-21 | 1 | -1/+17 |
* | Fix assorted documentation, frontend and printing bugs | Carl-Daniel Hailfinger | 2010-05-15 | 1 | -0/+1 |
* | One of the problems is that --force had multiple meanings | Carl-Daniel Hailfinger | 2010-04-28 | 1 | -0/+1 |
* | Intel 28F004/28F400 support | Michael Karcher | 2010-04-03 | 1 | -1/+1 |
* | Multibyte SPI write for the Bus Pirate | Carl-Daniel Hailfinger | 2010-03-22 | 1 | -0/+1 |
* | Write granularity is chip specific | Carl-Daniel Hailfinger | 2010-03-08 | 1 | -0/+6 |
* | Implement tested/untested status for board enables | Michael Karcher | 2010-02-28 | 1 | -0/+2 |
* | Warn if running on laptops | Michael Karcher | 2010-02-26 | 1 | -0/+1 |
* | Split spi.c into programmer and chip code Remove chipdriver.h include from fl... | Sean Nelson | 2010-02-26 | 1 | -2/+0 |
* | Replace PCI_OK/PCI_NT by OK/NT | Michael Karcher | 2010-02-24 | 1 | -2/+0 |
* | Add initial (non-working) code for Highpoint ATA/RAID controllers | Uwe Hermann | 2010-02-21 | 1 | -1/+13 |
* | Here's a very quick patch to fix the missing unlock code | Sean Nelson | 2010-02-19 | 1 | -0/+2 |
* | Some programmers want to run certain functions during programmer shutdown, bu... | Carl-Daniel Hailfinger | 2010-02-14 | 1 | -0/+2 |
* | At long last, the day has come, and we can bury full-chip erase once and for all | Carl-Daniel Hailfinger | 2010-02-11 | 1 | -1/+0 |
* | Create a physical memory mapping function which requests cached readonly memory | Carl-Daniel Hailfinger | 2010-02-02 | 1 | -0/+1 |
* | Complete the addition of Feature Bits for all Jedec based chips | Sean Nelson | 2010-01-28 | 1 | -0/+6 |
* | Boards: Add max_rom_decode_parallel entry to board enable table | Luc Verhaegen | 2010-01-20 | 1 | -0/+1 |
* | Matching board via DMI | Michael Karcher | 2010-01-20 | 1 | -0/+8 |
* | Dediprog SF100 support | Carl-Daniel Hailfinger | 2010-01-19 | 1 | -0/+12 |
* | Enable -Wshadow, clean code for that | Michael Karcher | 2010-01-12 | 1 | -1/+0 |
* | The msg_* macros won't compile as is if you use more than one parameter (i.e | Carl-Daniel Hailfinger | 2010-01-09 | 1 | -16/+16 |
* | Use address mask in probe_jedec | Carl-Daniel Hailfinger | 2010-01-09 | 1 | -2/+4 |
* | Converting fprintf(stderr), printf, and printf_debug into a common print inte... | Sean Nelson | 2010-01-07 | 1 | -0/+19 |
* | Move the CLI related functions main() and cli_usage() to cli_classic.c | Carl-Daniel Hailfinger | 2010-01-07 | 1 | -0/+10 |
* | Buspiratespi support on mingw | Patrick Georgi | 2010-01-06 | 1 | -2/+13 |
* | Multiple unrelated changes | Patrick Georgi | 2010-01-06 | 1 | -1/+0 |
* | Move OS-dependent serial code from buspirate_spi.c to serial.c and rename a f... | Carl-Daniel Hailfinger | 2010-01-06 | 1 | -0/+4 |
* | Some programmers (most notably FT2232SPI) use fallback_* and noop_*, but thos... | Carl-Daniel Hailfinger | 2010-01-06 | 1 | -0/+2 |
* | The patch converts jedec functions into mask-based generics which can be used... | Sean Nelson | 2010-01-04 | 1 | -0/+4 |
* | Internal.c was always compiled in because it hosted the function internal_del... | Carl-Daniel Hailfinger | 2009-12-24 | 1 | -1/+1 |
* | Factor out CLI code by moving generic stuff out of main() | Carl-Daniel Hailfinger | 2009-12-24 | 1 | -0/+1 |
* | SuperI/O detection now happens unconditionally and before the chipset enable | Carl-Daniel Hailfinger | 2009-12-22 | 1 | -0/+10 |
* | Clarify comment about how to enter chip erase functions in struct block_eraser | Carl-Daniel Hailfinger | 2009-12-22 | 1 | -2/+2 |
* | Split hardware access, OS abstraction and chip drivers out of flash.h to get ... | Carl-Daniel Hailfinger | 2009-12-14 | 1 | -216/+10 |
* | Internal (onboard) programming was the only feature which could not be disabled | Carl-Daniel Hailfinger | 2009-12-13 | 1 | -11/+38 |
* | Use common jedec functionality where appropriate | Michael Karcher | 2009-11-27 | 1 | -0/+1 |
* | This patch removes the extremely dangerous unprotect_jedec function which is ... | Michael Karcher | 2009-11-26 | 1 | -2/+1 |
* | Add the ability to set Bus Pirate SPI speed via the command line | Carl-Daniel Hailfinger | 2009-11-24 | 1 | -0/+5 |
* | Add Bus Pirate SPI support | Carl-Daniel Hailfinger | 2009-11-24 | 1 | -0/+12 |
* | Move serial handling from serprog.c to serial.c | Carl-Daniel Hailfinger | 2009-11-23 | 1 | -0/+3 |
* | Bus Pirate support needs serial communication | Carl-Daniel Hailfinger | 2009-11-21 | 1 | -0/+3 |
* | To prepare for libflashrom I wanted to make the main loop more readable and m... | Carl-Daniel Hailfinger | 2009-11-17 | 1 | -4/+2 |
* | Add support for every single SiS chipset out there | Carl-Daniel Hailfinger | 2009-11-15 | 1 | -0/+1 |
* | Add infrastructure to check and report to the user the maximum supported deco... | Carl-Daniel Hailfinger | 2009-10-31 | 1 | -0/+8 |