summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Mark some ck804 boards as not workingStefan Tauner2011-07-242-2/+4
* ichspi.c: do not print PBR[3] for ICH7 because it does not existStefan Tauner2011-07-241-1/+1
* Fix out-of-bounds access if all erase functions failCarl-Daniel Hailfinger2011-07-211-6/+8
* chipset_enable.c: add a message for untested chipset enablesStefan Tauner2011-07-211-5/+14
* flashrom.8: explain read accesses as part of the write operationStefan Tauner2011-07-211-3/+10
* ft2232_spi: Improve error handling, remove exit() callsUwe Hermann2011-07-211-14/+33
* Fix the ASUS A8N-VM CSM board enableStefan Tauner2011-07-201-4/+4
* Annotate additional flashchips with voltage rangesSteven Zakulec2011-07-191-17/+45
* Fix a bug breaking layout file handling in r1373Stefan Tauner2011-07-191-1/+1
* Fix and clean up cli_classic.cCarl-Daniel Hailfinger2011-07-151-23/+30
* Enable writing on mcp6x_7xStefan Tauner2011-07-131-2/+3
* Change "class" parameter name to "devclass" to avoid C++ issuesUwe Hermann2011-07-132-3/+3
* Fix unchecked malloc calls and casts of malloc return valuesStefan Tauner2011-07-124-3/+25
* Update motherboard URLs in print.cBenjamin Bellec2011-07-121-41/+41
* Add untested board enable for ASUS M6NeJoshua Roys2011-07-092-0/+11
* Add a bunch of new/tested stuff and various small changes 4Cristian Măgherușan-Stanciu2011-07-078-30/+40
* Autodetect target processor architectureCarl-Daniel Hailfinger2011-07-072-2/+43
* ichspi.c: print FADDR in ich_init_spiStefan Tauner2011-07-071-0/+2
* Kill unused "log" argument of count_usable_erasers()Sylvain "ythier" Hitier2011-07-041-5/+4
* Fix and improve Windows/MinGW/MSYS buildUwe Hermann2011-07-032-2/+92
* ichspi.c: preserve reserved bits in address registersStefan Tauner2011-07-011-5/+8
* ichspi.c: add FPB (Flash Partition Boundary) macros and init printingStefan Tauner2011-07-011-0/+7
* ichspi.c: simplify ich_set_bbarStefan Tauner2011-07-011-27/+21
* ichspi.c: make REGWRITE* macros saferStefan Tauner2011-07-011-3/+3
* Add count_usable_erasers which returns the number of well-defined erasers for...Stefan Tauner2011-07-011-12/+22
* Fix memleaks due to incorrect usage of flashbuses_to_textStefan Tauner2011-06-264-8/+18
* Make Makefile's test programs safe(r)Stefan Tauner2011-06-261-5/+5
* Add a success indicator to the "Reading old flash chip contents..." messageStefan Tauner2011-06-261-1/+3
* Constify (a few) parameters.c where possibleStefan Tauner2011-06-263-15/+15
* Move erase verification to generic codeCarl-Daniel Hailfinger2011-06-2610-72/+21
* Replace sizeof("string")-1 with strlen("string")Carl-Daniel Hailfinger2011-06-261-6/+6
* print.c: change all occurrences of printf to msg_ginfoStefan Tauner2011-06-251-70/+70
* Fix probe_flash to report new values set by probing functionsStefan Tauner2011-06-251-2/+2
* Flush stdout after each messageEd Swierk2011-06-191-0/+1
* flashchips.c: Fix typo: s/don't/doesn't/Paul Menzel2011-06-191-13/+13
* Look at the return value of wait_82802ab()Stefan Reinauer2011-06-191-0/+1
* Add ASRock K7S41GX board-enablePawel Rozanski2011-06-192-0/+3
* Various board status updatesUwe Hermann2011-06-182-2/+11
* Add intel 6 series pci ids to chipset_enablesStefan Tauner2011-06-181-0/+15
* Fix and add a few chipset_enables entriesIdwer Vollering2011-06-181-5/+10
* Resort chipset_enables array by pci idsIdwer Vollering2011-06-181-105/+105
* Do not display skipped probe messsages in verbose modeCarl-Daniel Hailfinger2011-06-171-10/+11
* Update the flashrom udev rules file with new programmersUwe Hermann2011-06-171-0/+20
* Update the flashrom manpageUwe Hermann2011-06-151-14/+22
* Use shutdown callback mechanism to shutdown programmersDavid Hendricks2011-06-1424-242/+284
* Add board enable for GA-8IP775Joshua Roys2011-06-132-0/+3
* Add (untested) board enable for GA-K8NS Pro-939Idwer Vollering2011-06-132-2/+13
* Add a bunch of new/tested motherboards, board/chipset enables and flash chips...Stefan Tauner2011-06-126-13/+16
* ichspi.c: add missing ICH9 register macros and eliminate magic numbersStefan Tauner2011-06-121-24/+33
* Use the max_data_read field of the new spi_programmer struct to simplify run_...Stefan Tauner2011-06-111-25/+25
OpenPOWER on IntegriCloud