- b7e0145 Reduce realloc syscall overhead for FT2232 and bitbang by Carl-Daniel Hailfinger · 15 years ago
- 2925d6f Jedec.c was missing error handling in a few cases by Carl-Daniel Hailfinger · 15 years ago
- 411d7c1 Optimized write_sst_fwhub for safety and speed by Adam Jurkowski · 15 years ago
- 9612303 Kill hardcoded block erase on ICH SPI by Carl-Daniel Hailfinger · 15 years ago
- d5b28fa Add the ability to set Bus Pirate SPI speed via the command line by Carl-Daniel Hailfinger · 15 years ago
- d70b09c Add Sanyo LF25FW203A support by Sean Nelson · 15 years ago
- 118e1d6 Add Generic SPI RDID detection for Sanyo chips by Sean Nelson · 15 years ago
- b2ecf6c Revert debug compilation which was committed in r772 by accident by Carl-Daniel Hailfinger · 15 years ago
- 5cca01f Cleanly validate ICH SPI preopcodes by Carl-Daniel Hailfinger · 15 years ago
- e51ea10 Move serial handling from serprog.c to serial.c by Carl-Daniel Hailfinger · 15 years ago
- eaac68b Add the ability to generate test patterns for write testing by Carl-Daniel Hailfinger · 15 years ago
- a2441ce ft2232_spi: add some error handling by Carl-Daniel Hailfinger · 15 years ago
- a4a9bfb Bus Pirate support needs serial communication by Carl-Daniel Hailfinger · 15 years ago
- 01d49ed Add support for generic RDID and REMS matching of unknown chips by Carl-Daniel Hailfinger · 15 years ago
- f529205 Refactor main loop in preparation of libflashrom by Carl-Daniel Hailfinger · 15 years ago
- 6161ff1 Fix incorrect comment about wiki printing in Makefile by Carl-Daniel Hailfinger · 15 years ago
- 3efc51c If a SPI command taking an address does fail, we want to know the address for easier debugging by Carl-Daniel Hailfinger · 15 years ago
- 7a0d947 Add URLs for boards ASUS K8V, ASUS K8V SE Deluxe, Elitegroup K7S5A by Idwer Vollering · 15 years ago
- 8776db2 Retrieve linker flags for libftdi with pkg-config by Jörg Mayer · 15 years ago
- 754580e svn:ignore .libdeps by Carl-Daniel Hailfinger · 15 years ago
- 6a0269e Mark Elitegroup K7S5A as supported by Carl-Daniel Hailfinger · 15 years ago
- 9f46cfc Add support for every single SiS chipset out there by Carl-Daniel Hailfinger · 15 years ago
- 964f274 Mark "Asus K8V" as supported by Carl-Daniel Hailfinger · 15 years ago
- 8a8a226 Retry correct range in write_page_write_jedec() by Carl-Daniel Hailfinger · 15 years ago
- 11c9e68 Fix incorrect comment in SST49LF004A/B description by Carl-Daniel Hailfinger · 15 years ago
- 115d390 Add infrastructure to check the maximum supported flash size of chipsets and mainboards by Carl-Daniel Hailfinger · 15 years ago
- 3291030 Adjust a help text for external PCI programmers to the new parameter scheme by Carl-Daniel Hailfinger · 15 years ago
- 0709a78 ichspi: remove obnoxious debug message by Carl-Daniel Hailfinger · 15 years ago
- 20fdce1 Board enable for Shuttle FN25 (SN25P) by Luc Verhaegen · 15 years ago
- 5dfd384 Remove confusing out-of-date comment by Carl-Daniel Hailfinger · 15 years ago
- 2b5cb51 Add missing NVIDIA PCI IDs to wiki output by Uwe Hermann · 15 years ago
- 14b3e1e Mark the following boards as supported (no board-enable needed) by Uwe Hermann · 15 years ago
- d0e347d Upon popular request, move board support tables to print.c by Uwe Hermann · 15 years ago
- aad7e67 Mark NVIDIA Nforce4/MCP04 as tested by Luc Verhaegen · 15 years ago
- 2c04fab Board enable for EPoX EP-8RDA3+ by Luc Verhaegen · 15 years ago
- 8ff741e Board enable for ASUS P5ND2-SLI Deluxe by Luc Verhaegen · 15 years ago
- cd00e88 Chipset support for the nVidia nForce 4 by Luc Verhaegen · 15 years ago
- a472b8b There is no need to tell people to install libz if flashrom doesn't need libz by Carl-Daniel Hailfinger · 15 years ago
- c67d037 Cosmetics and small coding style fixes by Uwe Hermann · 15 years ago
- 3a4781e Make bitbang_spi naming consistent by Carl-Daniel Hailfinger · 15 years ago
- 4d67950 Disable NVIDIA flashing support for now, erase/write is not properly working, yet by Uwe Hermann · 15 years ago
- de75a5e Introduce proper error checking for SPI programming by Carl-Daniel Hailfinger · 15 years ago
- 4010712 Add comments about the meaning of block erase related struct flashchip members by Carl-Daniel Hailfinger · 15 years ago
- 2bc98f6 Add initial support for flashing some NVIDIA graphics cards by Uwe Hermann · 15 years ago
- 547872b This is the bitbanging SPI driver infrastructure by Carl-Daniel Hailfinger · 15 years ago
- 07c54c8 Enable drkaiser programmer support in wiki output by Uwe Hermann · 15 years ago
- 5714614 Mark the following boards as OK by Uwe Hermann · 15 years ago
- 45835c4 Mark the SST SST49LF003A/B as read-tested by Peter Lemenkov · 15 years ago
- 3e0774d Add chipset support for VIA VT82C596 by adding a PCI ID by Uwe Hermann · 15 years ago
- a06287c Switch SST49LF004A/B to block erase, remove the hack which simulated (unsupported) chip erase by Carl-Daniel Hailfinger · 15 years ago
- c025268 Change the status of the SST49LF020A to TEST_OK_PREW by Nils Jacobs · 15 years ago
- e715c7b Enable flashrom on Wyse Winterm S50 by Nils Jacobs · 15 years ago
- 2912426 This enables flashing the Dell S1850 under Linux. by Carl-Daniel Hailfinger · 15 years ago
- 26f7e64 The current ICH SPI preop handling is a hack which spews lots of warnings, but still yields correct results by Carl-Daniel Hailfinger · 15 years ago
- 707f1eb Fix copy-paste errors by s/CONFIG_PRINT_WIKI/PRINT_WIKI_SUPPORT/ by Uwe Hermann · 15 years ago
- 9c8476b Compile out wiki output on request and move wiki stuff into a separate file by Carl-Daniel Hailfinger · 15 years ago
- 4740c6f Allow to exclude each of the external programmer drivers from being compiled in by Carl-Daniel Hailfinger · 15 years ago
- ab044b2 Fix all remaining issues reported by LLVM/clang's scan-build by Stefan Reinauer · 15 years ago
- 9e72aa5 Fix some of the issues reported by LLVM/clang's scan-build by Stefan Reinauer · 15 years ago
- b08ee5c Mark Macronix MX29F001B as OK, tested by me on hardware by Uwe Hermann · 15 years ago
- 4be25c7 Replace pseudonym in drkaiser.c with real name by Joerg Fischer · 15 years ago
- f38431a Store block sizes and corresponding erase functions in struct flashchip by Carl-Daniel Hailfinger · 15 years ago
- c04ee22 Update probe timings for dozens of flash chips by Udu Ogah · 15 years ago
- 4e9cebb Unify some probe functions that basically correspond to probe_jedec() by Carl-Daniel Hailfinger · 15 years ago
- d271e79 Not all systems have svnversion installed by Carl-Daniel Hailfinger · 15 years ago
- 6d12560 Fix strict aliasing in serprog by Carl-Daniel Hailfinger · 15 years ago
- 95e892b Fix for gcc 4.4 strict aliasing rules by Stefan Reinauer · 15 years ago
- 34eae34 Add drkaiser.c which was accidentally omitted in the last commit by Uwe Hermann · 15 years ago
- b0912c0 Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devices by TURBO J · 15 years ago
- 04aa59a Standardize on using __func__ instead of __FUNCTION__ by Uwe Hermann · 15 years ago
- 0d5db9a Flashrom 0.9.1 by Carl-Daniel Hailfinger · 15 years ago
- 9246ff4 Don't abort if chipset init failed because the failing init may have been a warning only by Carl-Daniel Hailfinger · 15 years ago
- 84395ed Move the Asus A7V600-X out of the unsupported list by Carl-Daniel Hailfinger · 15 years ago
- 174962d Use correct name for SB700/SB710/SB750 instead of calling them SB700 by Carl-Daniel Hailfinger · 15 years ago
- 7227291 Board enable for Asus A7V600-X by Luc Verhaegen · 15 years ago
- 48e5e09 Add the possibility to set the release name directly as makefile parameter by Carl-Daniel Hailfinger · 15 years ago
- 4dd5e08 Refine bad board list by Carl-Daniel Hailfinger · 15 years ago
- f8a0683 Board status updates by Uwe Hermann · 15 years ago
- 871689e Update svn:ignore by Joerg Mayer · 15 years ago
- 7221d5f Update contact info by Joerg Mayer · 15 years ago
- fdb852f "3COM 3C90xB: PCI 10BASE-T (TPO)" (10b7:9004) works fine by Carl-Daniel Hailfinger · 15 years ago
- 502a913 Add support for MX29F001T and MX29F001B flash chips by Mark Panajotovic · 15 years ago
- 37181be ASD AE29F2008 and Winbond W29C020C have the same ID by Carl-Daniel Hailfinger · 15 years ago
- 95baaad Add support for ICH9 engineering sample by Carl-Daniel Hailfinger · 15 years ago
- a02d666 Various board status updates by Uwe Hermann · 15 years ago
- f5fb51c Adept layout handling to new programmer infrastructure and fix off-by-one error by Carl-Daniel Hailfinger · 15 years ago
- 664e7ad Change programmer options separator from = to : by Carl-Daniel Hailfinger · 15 years ago
- 8ab49e7 Disallow erase/write for known bad chips so people won't try without a clear understanding by Carl-Daniel Hailfinger · 15 years ago
- 3426ef6 If FT2232H SPI is not enabled, it should be compiled out completely by Carl-Daniel Hailfinger · 15 years ago
- 173e3ea Support rdmsr/wrmsr operations on FreeBSD by Stefan Reinauer · 15 years ago
- dfade10 Add serprog documentation to the manpage by Carl-Daniel Hailfinger · 15 years ago
- 1ebf845 Tidy up docs before release by Carl-Daniel Hailfinger · 15 years ago
- 10572fa Fix compilation on Nexenta which is Ubuntu with a Solaris kernel by Carl-Daniel Hailfinger · 15 years ago
- 4449868 Allow the user to override FWH IDSEL on ICH6 and later by Carl-Daniel Hailfinger · 15 years ago
- 204b076 Generate the usage message by walking the list of available programmers by Carl-Daniel Hailfinger · 15 years ago
- b4fe664 Use MSR abstraction in all board enables by Stefan Reinauer · 15 years ago
- 4eeb713 Board enable for Asus P4P800-E Deluxe by Luc Verhaegen · 15 years ago
- 6be7411 Allow to compile out serprog completely by Carl-Daniel Hailfinger · 15 years ago
- 37fc469 Add a new field for the names of programmers and use it to match against user input by Carl-Daniel Hailfinger · 15 years ago
- ef58a9c Use a common parameter variable for all programmers by Carl-Daniel Hailfinger · 15 years ago