summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag flashrom 0.9.4flashrom-0.9.4hailfinger2011-07-260-0/+0
* Increase flashrom release number to 0.9.4hailfinger2011-07-261-1/+1
* add a bunch of new/tested stuff and various small changes 6stefanct2011-07-264-6/+11
* Fix output of erase_and_write_flash and surroundingsstefanct2011-07-261-13/+16
* Fix Winbond W29EE011, W29EE012, W29C010M, W29C011A probing.hailfinger2011-07-262-28/+31
* be more refined regarding DMI chassis typesstefanct2011-07-262-16/+43
* Fix ICH FWH IDSEL setting with the fwh_idsel= internal programmerhailfinger2011-07-252-7/+44
* satamv and atahpt require PCI port I/O which isn't currently supportedhailfinger2011-07-252-0/+11
* Random manpage improvements and updates.uwe2011-07-251-14/+24
* add a bunch of new/tested stuff and various small changes 5stefanct2011-07-257-29/+36
* Add support for the GIGABYTE GA-8SIMLH board.mkarcher2011-07-252-4/+6
* add support for EN25Q(H) series SPI flash chipsstefanct2011-07-242-37/+260
* Man page fixes:hailfinger2011-07-241-32/+74
* mark some ck804 boards as not workingstefanct2011-07-242-2/+4
* ichspi.c: do not print PBR[3] for ICH7 because it does not existstefanct2011-07-241-1/+1
* Fix out-of-bounds access if all erase functions fail.hailfinger2011-07-211-6/+8
* chipset_enable.c: add a message for untested chipset enablesstefanct2011-07-211-5/+14
* flashrom.8: explain read accesses as part of the write operationstefanct2011-07-211-3/+10
* ft2232_spi: Improve error handling, remove exit() calls.uwe2011-07-211-14/+33
* fix the ASUS A8N-VM CSM board enablestefanct2011-07-201-4/+4
* annotate additional flashchips with voltage rangesstefanct2011-07-191-17/+45
* fix a bug breaking layout file handling in r1373stefanct2011-07-191-1/+1
* Fix and clean up cli_classic.chailfinger2011-07-151-23/+30
* enable writing on mcp6x_7xstefanct2011-07-131-2/+3
* Change "class" parameter name to "devclass" to avoid C++ issues.uwe2011-07-132-3/+3
* fix unchecked malloc calls and casts of malloc return valuesstefanct2011-07-124-3/+25
* update motherboard URLs in print.cstefanct2011-07-121-41/+41
* add untested board enable for ASUS M6Nestefanct2011-07-092-0/+11
* add a bunch of new/tested stuff and various small changes 4stefanct2011-07-078-30/+40
* Autodetect target processor architecture.hailfinger2011-07-072-2/+43
* ichspi.c: print FADDR in ich_init_spistefanct2011-07-071-0/+2
* Kill unused "log" argument of count_usable_erasers().stefanct2011-07-041-5/+4
* Fix and improve Windows/MinGW/MSYS build.uwe2011-07-032-2/+92
* ichspi.c: preserve reserved bits in address registersstefanct2011-07-011-5/+8
* ichspi.c: add FPB (Flash Partition Boundary) macros and init printingstefanct2011-07-011-0/+7
* ichspi.c: simplify ich_set_bbarstefanct2011-07-011-27/+21
* ichspi.c: make REGWRITE* macros saferstefanct2011-07-011-3/+3
* add count_usable_erasers which returns the number of well-defined erasers for...stefanct2011-07-011-12/+22
* fix memleaks due to incorrect usage of flashbuses_to_textstefanct2011-06-264-8/+18
* make Makefile's test programs safe(r)stefanct2011-06-261-5/+5
* add a success indicator to the "Reading old flash chip contents..." messagestefanct2011-06-261-1/+3
* constify (a few) parameters in flashrom.c where possiblestefanct2011-06-263-15/+15
* Erase functions are no longer called from chip drivers and thus theirhailfinger2011-06-2610-72/+21
* Replace sizeof("string")-1 with strlen("string")hailfinger2011-06-261-6/+6
* print.c: change all occurrences of printf to msg_ginfostefanct2011-06-251-70/+70
* fix probe_flash to report new values set by probing functionsstefanct2011-06-251-2/+2
* Currently messages like "Writing flash chip..." that don't end with auwe2011-06-191-0/+1
* flashchips.c: Fix typo: s/don't/doesn't/.uwe2011-06-191-13/+13
* Look at the return value of wait_82802ab().uwe2011-06-191-0/+1
* Add ASRock K7S41GX board-enable.uwe2011-06-192-0/+3