| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make bitbang_spi naming consistent | Carl-Daniel Hailfinger | 2009-10-01 | 1 | -7/+7 |
* | Add initial support for flashing some NVIDIA graphics cards | Uwe Hermann | 2009-09-30 | 1 | -0/+10 |
* | This is the bitbanging SPI driver infrastructure | Carl-Daniel Hailfinger | 2009-09-28 | 1 | -0/+23 |
* | Switch SST49LF004A/B to block erase, remove the hack which simulated (unsuppo... | Carl-Daniel Hailfinger | 2009-09-23 | 1 | -2/+4 |
* | The current ICH SPI preop handling is a hack which spews lots of warnings, bu... | Carl-Daniel Hailfinger | 2009-09-18 | 1 | -4/+4 |
* | Allow to exclude each of the external programmer drivers from being compiled in | Carl-Daniel Hailfinger | 2009-09-16 | 1 | -2/+13 |
* | This is a patch which stores eraseblock sizes and corresponding block erase f... | Carl-Daniel Hailfinger | 2009-09-05 | 1 | -0/+25 |
* | Add support for parallel flash on Dr | TURBO J | 2009-09-02 | 1 | -2/+10 |
* | Flashrom has the ability to use layout files with romentries, but this featur... | Carl-Daniel Hailfinger | 2009-08-19 | 1 | -1/+1 |
* | If FT2232H SPI is not enabled, it should be compiled out completely | Carl-Daniel Hailfinger | 2009-08-19 | 1 | -0/+6 |
* | Support rdmsr/wrmsr operations on FreeBSD | Stefan Reinauer | 2009-08-19 | 1 | -1/+11 |
* | Allow to compile out serprog completely | Carl-Daniel Hailfinger | 2009-08-12 | 1 | -0/+2 |
* | Use programmer.name to match the --programmer parameter instead of hardcoding... | Carl-Daniel Hailfinger | 2009-08-12 | 1 | -0/+1 |
* | Use a common parameter variable for all programmers | Carl-Daniel Hailfinger | 2009-08-12 | 1 | -6/+2 |
* | FT2232 and IT87 programmers used functions of the dummy programmer instead of... | Carl-Daniel Hailfinger | 2009-08-12 | 1 | -9/+13 |
* | Fix up MSR handling in flashrom to support more OSes than Linux. | Stefan Reinauer | 2009-08-12 | 1 | -1/+8 |
* | Some SPI chip drivers and the generic 1-byte SPI chip write functions didn't ... | Carl-Daniel Hailfinger | 2009-08-10 | 1 | -1/+0 |
* | Releasing IO permissions was done by hand everywhere | Carl-Daniel Hailfinger | 2009-08-09 | 1 | -0/+1 |
* | Boards with coreboot have a cbtable containing vendor and board name | Carl-Daniel Hailfinger | 2009-07-30 | 1 | -0/+1 |
* | This is a workaround for a bug in SB600 and SB700 | Carl-Daniel Hailfinger | 2009-07-23 | 1 | -1/+0 |
* | Eliminate version string duplication | Carl-Daniel Hailfinger | 2009-07-22 | 1 | -0/+1 |
* | Replace most of the switch cases in the spi code with lookup on a struct instead | Carl-Daniel Hailfinger | 2009-07-22 | 1 | -0/+14 |
* | Convert SPI byte program to use the multicommand infrastructure | Carl-Daniel Hailfinger | 2009-07-12 | 1 | -3/+3 |
* | Add an optional flash port parameter for IT87* SPI controllers in standalone ... | Carl-Daniel Hailfinger | 2009-07-11 | 1 | -0/+1 |
* | Add SPI multicommand infrastructure | Carl-Daniel Hailfinger | 2009-07-10 | 1 | -7/+15 |
* | ft2232_spi: Allow runtime selection of FT2232H vs FT4232H and interface A vs | Carl-Daniel Hailfinger | 2009-07-01 | 1 | -0/+3 |
* | Random minor flashrom fixes | Uwe Hermann | 2009-06-28 | 1 | -1/+2 |
* | Check result of all SPI erase functions | Carl-Daniel Hailfinger | 2009-06-24 | 1 | -2/+5 |
* | Initial commit of an external serial flasher protocol | Urja Rannikko | 2009-06-23 | 1 | -0/+9 |
* | Various wiki output changes | Uwe Hermann | 2009-06-20 | 1 | -12/+1 |
* | Add a --list-supported-wiki / -z option which outputs the currently supported... | Uwe Hermann | 2009-06-19 | 1 | -0/+12 |
* | Also print the supported/nonsupported laptops in -L output | Uwe Hermann | 2009-06-18 | 1 | -0/+2 |
* | Move all printing code to print.c | Uwe Hermann | 2009-06-17 | 1 | -2/+10 |
* | This patch adds support for a new SPI programmer, based on the FT2232H/4232H ... | Paul Fox | 2009-06-16 | 1 | -0/+9 |
* | This patch gives us arbitrary range reads at byte boundaries for every single... | Carl-Daniel Hailfinger | 2009-06-16 | 1 | -8/+8 |
* | Flashrom only checks for very few chips if the erase worked | Carl-Daniel Hailfinger | 2009-06-15 | 1 | -4/+6 |
* | Flash.h not only contains function prototypes and general settings, it also h... | Carl-Daniel Hailfinger | 2009-06-15 | 1 | -366/+0 |
* | Fix the vendor ID of EN25B05, EN25B10, EN25B20, EN25B40, EN25B80, EN25B16, EN... | Carl-Daniel Hailfinger | 2009-06-15 | 1 | -8/+14 |
* | Add support for the PMC Pm29F002T/B chips | Uwe Hermann | 2009-06-14 | 1 | -0/+5 |