summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* flashrom 0.9.1-rc1 tagflashrom-0.9.1-rc1hailfinger2009-08-180-0/+0
* Fix compilation on Nexenta which is Ubuntu with a Solaris kernel.hailfinger2009-08-172-4/+10
* Allow the user to override FWH IDSEL on ICH6 and later.hailfinger2009-08-131-0/+14
* Generate the usage message by walking the list of available programmers.hailfinger2009-08-131-3/+32
* oops. MSR accesses in board specific code. I missed those.stepan2009-08-121-31/+9
* Board enable for Asus P4P800-E Deluxe.libv2009-08-121-0/+27
* Allow to compile out serprog completely. If CONFIG_SERPROG is not set,hailfinger2009-08-124-48/+16
* Use programmer.name to match the --programmer parameter instead ofhailfinger2009-08-122-30/+39
* Use a common parameter variable for all programmers. This allows us tohailfinger2009-08-129-62/+54
* FT2232 and IT87 programmers used functions of the dummy programmerhailfinger2009-08-123-18/+34
* Fix up MSR handling in flashrom to support more OSes than Linux. stepan2009-08-123-70/+156
* Make debug messages printf_debug(). stepan2009-08-111-15/+15
* Add ICH6,ICH7,ICH8,ICH9,ICH10 FWH IDSEL settings and flash decodehailfinger2009-08-101-0/+36
* Add IDs for 25 AMD chips, 11 Hynix chips, 8 Sharp chips, and theirhailfinger2009-08-102-22/+65
* Some SPI chip drivers and the generic 1-byte SPI chip write functionshailfinger2009-08-106-47/+30
* Releasing IO permissions was done by hand everywhere. Use a properhailfinger2009-08-094-16/+11
* Remove unnecessary #include files.hailfinger2009-08-099-18/+3
* Fix SPI multicommand endless loop in default_spi_send_multicommand.hailfinger2009-08-031-0/+1
* The project's new home is flashrom.org now. Change all occurences in thestepan2009-07-304-7/+7
* Boards with coreboot have a cbtable containing vendor and board name.stepan2009-07-303-2/+12
* Add IDs for 51 new flash chips:hailfinger2009-07-242-38/+89
* If writing failed, verifying is pointless. Abort instead.hailfinger2009-07-241-3/+8
* Improve flashchip comments to be more readable and precise.hailfinger2009-07-231-5/+14
* Fix erase for SST49LF020A. The chip supports multiple erase functions,hailfinger2009-07-231-1/+1
* Continue erase/write verification after the first error.hailfinger2009-07-231-6/+13
* Add support for old ST M25P05/M25P10 chips which only respond to the REShailfinger2009-07-232-0/+40
* This is a workaround for a bug in SB600 and SB700. If we only send anhailfinger2009-07-234-28/+53
* Verbose probe output is split across multiple lines for some probehailfinger2009-07-233-30/+37
* Eliminate version string duplication.hailfinger2009-07-223-2/+4
* Convert SPI write status register to multicommand infrastructure.hailfinger2009-07-221-26/+24
* Replace most of the switch cases in the spi code with lookup on a structhailfinger2009-07-223-86/+158
* Support for an external serial flasher protocol.hailfinger2009-07-212-1/+840
* Board enable for Aopen VKM400 AM-S.libv2009-07-211-5/+24
* Reset SST49LF016C after erase to exit the read status register mode.hailfinger2009-07-201-0/+1
* Use a distinct return code for SPI commands with unsupported/invalidhailfinger2009-07-146-11/+23
* Board enable for Asus A7V8X.libv2009-07-131-0/+39
* Convert SPI byte program to use the multicommand infrastructure.hailfinger2009-07-126-46/+63
* Convert SPI block erase to use the multicommand infrastructure.hailfinger2009-07-111-25/+63
* Fix incorrect manpage (trivial).uwe2009-07-111-3/+1
* Add Winbond W25X16.hailfinger2009-07-111-0/+16
* Convert SPI chip erase to use the multicommand infrastructure.hailfinger2009-07-111-18/+62
* Add an optional flash port parameter for IT87* SPI controllers inhailfinger2009-07-114-5/+33
* Add SPI multicommand infrastructure.hailfinger2009-07-108-42/+60
* Change tarball compression from gzip to bzip2.hailfinger2009-07-101-5/+10
* W39V040B: Flag Erase/Write as bad.libv2009-07-081-1/+1
* Board enable for Abit IP35.libv2009-07-061-0/+27
* Add more URLs and board notes, fix a typo (trivial).uwe2009-07-042-31/+33
* Some flashrom printing changes:uwe2009-07-031-9/+20
* Mark the following boards as working:uwe2009-07-033-17/+26
* ft2232_spi: Allow runtime selection of FT2232H vs. FT4232H andhailfinger2009-07-014-9/+66