summaryrefslogtreecommitdiffstats
path: root/flashrom.c
Commit message (Expand)AuthorAgeFilesLines
* Unify programmer parameter extractionCarl-Daniel Hailfinger2010-07-081-1/+6
* Various places in the flashrom source feature custom parameter extraction fro...Carl-Daniel Hailfinger2010-07-061-35/+42
* Disable writes on default for known bad programmersCarl-Daniel Hailfinger2010-07-031-0/+20
* Kill global variables, constants and functions if local scope sufficesCarl-Daniel Hailfinger2010-07-031-21/+44
* National Semiconductor DP83815/DP83816 and DP83820 NIC programmer supportAndrew Morgan2010-06-071-1/+22
* Gcc and clang can check format strings of printf-like functionsCarl-Daniel Hailfinger2010-06-041-1/+1
* So far, we have up to 4 different names for the same thing (ignoring capitali...Carl-Daniel Hailfinger2010-05-311-33/+33
* Remove unneeded #include statements completelyCarl-Daniel Hailfinger2010-05-301-0/+1
* Handle the following architectures in generic flashrom codeCarl-Daniel Hailfinger2010-05-261-4/+11
* Support for Realtek RTL8139 network card flashingJoerg Fischer2010-05-211-1/+41
* Fix assorted documentation, frontend and printing bugsCarl-Daniel Hailfinger2010-05-151-10/+25
* Convert various prints to use msg_p* and msg_g* respectivelySean Nelson2010-05-071-71/+71
* One of the problems is that --force had multiple meaningsCarl-Daniel Hailfinger2010-04-281-1/+12
* Add runtime and build environment info to the flashrom version messageCarl-Daniel Hailfinger2010-03-271-1/+39
* Reduce message severity level for skipped chipsCarl-Daniel Hailfinger2010-03-221-4/+8
* Various coding style and cosmetic changesUwe Hermann2010-03-131-3/+4
* Write granularity is chip specificCarl-Daniel Hailfinger2010-03-081-0/+61
* Add initial (non-working) code for Highpoint ATA/RAID controllersUwe Hermann2010-02-211-1/+23
* Here's a very quick patch to fix the missing unlock codeSean Nelson2010-02-191-0/+12
* Allow the registration of functions to be called at programmer shutdownCarl-Daniel Hailfinger2010-02-141-0/+33
* At long last, the day has come, and we can bury full-chip erase once and for allCarl-Daniel Hailfinger2010-02-111-6/+0
* Open binary files in binary modePatrick Georgi2010-01-251-2/+2
* Dediprog SF100 supportCarl-Daniel Hailfinger2010-01-191-1/+23
* Add eraseblock functions to self-checkCarl-Daniel Hailfinger2010-01-191-9/+28
* Do sanity checks of block erasers at startup and continue check on errorsCarl-Daniel Hailfinger2010-01-181-20/+61
* Refine selection of the default programmerCarl-Daniel Hailfinger2010-01-101-2/+31
* Move the CLI related functions main() and cli_usage() to cli_classic.cCarl-Daniel Hailfinger2010-01-071-352/+3
* Factor out CLI code by moving generic stuff out of main()Carl-Daniel Hailfinger2009-12-241-60/+98
* Fix eraseblock walking and add a few more checks to make sure such bugs get c...Carl-Daniel Hailfinger2009-12-141-2/+25
* Internal (onboard) programming was the only feature which could not be disabledCarl-Daniel Hailfinger2009-12-131-11/+43
* Clarify a comment about verification routine usageCarl-Daniel Hailfinger2009-11-251-1/+2
* Add the ability to set Bus Pirate SPI speed via the command lineCarl-Daniel Hailfinger2009-11-241-0/+54
* Cleanly validate ICH SPI preopcodesCarl-Daniel Hailfinger2009-11-241-0/+19
* Add the ability to generate test patterns for write testingCarl-Daniel Hailfinger2009-11-231-0/+136
* Refactor main loop in preparation of libflashromCarl-Daniel Hailfinger2009-11-171-19/+19
* Add infrastructure to check the maximum supported flash size of chipsets and ...Carl-Daniel Hailfinger2009-10-311-3/+72
* Cosmetics and small coding style fixesUwe Hermann2009-10-011-4/+4
* Make bitbang_spi naming consistentCarl-Daniel Hailfinger2009-10-011-1/+1
* Add initial support for flashing some NVIDIA graphics cardsUwe Hermann2009-09-301-1/+39
* This is the bitbanging SPI driver infrastructureCarl-Daniel Hailfinger2009-09-281-0/+6
* 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-161-2/+18
* Allow to exclude each of the external programmer drivers from being compiled inCarl-Daniel Hailfinger2009-09-161-6/+20
* Store block sizes and corresponding erase functions in struct flashchipCarl-Daniel Hailfinger2009-09-051-25/+55
* Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devicesTURBO J2009-09-021-0/+18
* Adept layout handling to new programmer infrastructure and fix off-by-one errorCarl-Daniel Hailfinger2009-08-191-2/+1
* Change programmer options separator from = to :Carl-Daniel Hailfinger2009-08-191-2/+2
* 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-191-0/+6
* Generate the usage message by walking the list of available programmersCarl-Daniel Hailfinger2009-08-131-3/+32
OpenPOWER on IntegriCloud