summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* The current ICH SPI preop handling is a hack which spews lots of warnings, bu...Carl-Daniel Hailfinger2009-09-183-41/+47
* Fix copy-paste errors by s/CONFIG_PRINT_WIKI/PRINT_WIKI_SUPPORT/Uwe Hermann2009-09-181-6/+6
* Compile out wiki output on request and move wiki stuff into a separate fileCarl-Daniel Hailfinger2009-09-164-524/+573
* Allow to exclude each of the external programmer drivers from being compiled inCarl-Daniel Hailfinger2009-09-166-17/+97
* Fix all remaining issues reported by LLVM/clang's scan-buildStefan Reinauer2009-09-163-27/+28
* Fix some of the issues reported by LLVM/clang's scan-buildStefan Reinauer2009-09-164-27/+20
* Mark Macronix MX29F001B as OK, tested by me on hardwareUwe Hermann2009-09-091-1/+1
* Replace pseudonym in drkaiser.c with real nameJoerg Fischer2009-09-091-1/+1
* Store block sizes and corresponding erase functions in struct flashchipCarl-Daniel Hailfinger2009-09-058-33/+130
* Update probe timings for dozens of flash chipsUdu Ogah2009-09-051-38/+38
* Unify some probe functions that basically correspond to probe_jedec()Carl-Daniel Hailfinger2009-09-054-101/+21
* Not all systems have svnversion installedCarl-Daniel Hailfinger2009-09-051-1/+1
* Fix strict aliasing in serprogCarl-Daniel Hailfinger2009-09-051-6/+5
* Fix for gcc 4.4 strict aliasing rulesStefan Reinauer2009-09-041-3/+3
* Add drkaiser.c which was accidentally omitted in the last commitUwe Hermann2009-09-021-0/+79
* Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devicesTURBO J2009-09-027-11/+41
* Standardize on using __func__ instead of __FUNCTION__Uwe Hermann2009-09-0216-23/+23
* Flashrom 0.9.1Carl-Daniel Hailfinger2009-09-021-1/+1
* Don't abort if chipset init failed because the failing init may have been a w...Carl-Daniel Hailfinger2009-09-021-1/+5
* Move the Asus A7V600-X out of the unsupported listCarl-Daniel Hailfinger2009-09-022-2/+1
* Use correct name for SB700/SB710/SB750 instead of calling them SB700Carl-Daniel Hailfinger2009-09-011-1/+1
* Board enable for Asus A7V600-XLuc Verhaegen2009-09-011-0/+65
* Add the possibility to set the release name directly as makefile parameterCarl-Daniel Hailfinger2009-08-311-9/+11
* Refine bad board listCarl-Daniel Hailfinger2009-08-312-7/+0
* Board status updatesUwe Hermann2009-08-302-0/+12
* Update svn:ignoreJoerg Mayer2009-08-240-0/+0
* Update contact infoJoerg Mayer2009-08-241-1/+8
* "3COM 3C90xB: PCI 10BASE-T (TPO)" (10b7:9004) works fineCarl-Daniel Hailfinger2009-08-241-1/+1
* Add support for MX29F001T and MX29F001B flash chipsMark Panajotovic2009-08-242-0/+34
* ASD AE29F2008 and Winbond W29C020C have the same IDCarl-Daniel Hailfinger2009-08-241-1/+1
* Add support for ICH9 engineering sampleCarl-Daniel Hailfinger2009-08-211-0/+1
* Various board status updatesUwe Hermann2009-08-202-3/+13
* Adept layout handling to new programmer infrastructure and fix off-by-one errorCarl-Daniel Hailfinger2009-08-193-9/+7
* Change programmer options separator from = to :Carl-Daniel Hailfinger2009-08-192-10/+10
* Disallow erase/write for known bad chips so people won't try without a clear ...Carl-Daniel Hailfinger2009-08-191-2/+53
* If FT2232H SPI is not enabled, it should be compiled out completelyCarl-Daniel Hailfinger2009-08-194-28/+21
* Support rdmsr/wrmsr operations on FreeBSDStefan Reinauer2009-08-192-1/+97
* Add serprog documentation to the manpageCarl-Daniel Hailfinger2009-08-181-5/+20
* Tidy up docs before releaseCarl-Daniel Hailfinger2009-08-182-12/+5
* Fix compilation on Nexenta which is Ubuntu with a Solaris kernelCarl-Daniel Hailfinger2009-08-172-4/+10
* Allow the user to override FWH IDSEL on ICH6 and laterCarl-Daniel Hailfinger2009-08-131-0/+14
* Generate the usage message by walking the list of available programmersCarl-Daniel Hailfinger2009-08-131-3/+32
* Use MSR abstraction in all board enablesStefan Reinauer2009-08-121-31/+9
* Board enable for Asus P4P800-E DeluxeLuc Verhaegen2009-08-121-0/+27
* Allow to compile out serprog completelyCarl-Daniel Hailfinger2009-08-124-48/+16
* Add a new field for the names of programmers and use it to match against user...Carl-Daniel Hailfinger2009-08-122-30/+39
* Use a common parameter variable for all programmersCarl-Daniel Hailfinger2009-08-129-62/+54
* Add fallback functions for programmer shutdown and memory mapping and fix FT2...Carl-Daniel Hailfinger2009-08-123-18/+34
* Fix up MSR handling to support more OSes than Linux. Stefan Reinauer2009-08-123-70/+156
* Make debug messages printf_debug(). Stefan Reinauer2009-08-111-15/+15
OpenPOWER on IntegriCloud