summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add ICH6,ICH7,ICH8,ICH9,ICH10 FWH IDSEL settings and flash decode settings to...Carl-Daniel Hailfinger2009-08-101-0/+36
* Add IDs for 25 AMD chips, 11 Hynix chips, 8 Sharp chips, and their variantsCarl-Daniel Hailfinger2009-08-102-22/+65
* Replace remaining explicit erases in SPI programmer drivers with auto-erasesCarl-Daniel Hailfinger2009-08-106-47/+30
* Releasing IO permissions was done by hand everywhereCarl-Daniel Hailfinger2009-08-094-16/+11
* Remove unnecessary #include filesCarl-Daniel Hailfinger2009-08-099-18/+3
* Fix SPI multicommand endless loop in default_spi_send_multicommandCarl-Daniel Hailfinger2009-08-031-0/+1
* The project's new home is flashrom.org nowStefan Reinauer2009-07-304-7/+7
* Boards with coreboot have a cbtable containing vendor and board nameCarl-Daniel Hailfinger2009-07-303-2/+12
* Add IDs for 51 new flash chipsCarl-Daniel Hailfinger2009-07-242-38/+89
* If writing failed, verifying is pointlessCarl-Daniel Hailfinger2009-07-241-3/+8
* Improve flashchip comments to be more readable and preciseCarl-Daniel Hailfinger2009-07-231-5/+14
* Fix erase for SST49LF020ACarl-Daniel Hailfinger2009-07-231-1/+1
* Continue erase/write verification after the first errorCarl-Daniel Hailfinger2009-07-231-6/+13
* Add support for ST M25P05/M25P10 chips that only respond to RES and not RDIDCarl-Daniel Hailfinger2009-07-232-0/+40
* This is a workaround for a bug in SB600 and SB700Carl-Daniel Hailfinger2009-07-234-28/+53
* Verbose probe output is split across multiple lines for some probe functionsCarl-Daniel Hailfinger2009-07-233-30/+37
* Eliminate version string duplicationCarl-Daniel Hailfinger2009-07-223-2/+4
* Convert SPI write status register to multicommand infrastructureCarl-Daniel Hailfinger2009-07-221-26/+24
* Replace most of the switch cases in the spi code with lookup on a struct insteadCarl-Daniel Hailfinger2009-07-223-86/+158
* Support for an external serial flasher protocolUrja Rannikko2009-07-212-1/+840
* Board enable for Aopen VKM400 AM-SLuc Verhaegen2009-07-211-5/+24
* Reset SST49LF016C after erase to exit the read status register modeCarl-Daniel Hailfinger2009-07-201-0/+1
* Use a distinct return code for SPI commands with unsupported/invalid lengthCarl-Daniel Hailfinger2009-07-146-11/+23
* Board enable for Asus A7V8XLuc Verhaegen2009-07-131-0/+39
* Convert SPI byte program to use the multicommand infrastructureCarl-Daniel Hailfinger2009-07-126-46/+63
* Convert SPI block erase to use the multicommand infrastructureCarl-Daniel Hailfinger2009-07-111-25/+63
* Fix incorrect manpageUwe Hermann2009-07-111-3/+1
* Add Winbond W25X16Hector Martin2009-07-111-0/+16
* Convert SPI chip erase to use the multicommand infrastructureCarl-Daniel Hailfinger2009-07-111-18/+62
* Add an optional flash port parameter for IT87* SPI controllers in standalone ...Carl-Daniel Hailfinger2009-07-114-5/+33
* Add SPI multicommand infrastructureCarl-Daniel Hailfinger2009-07-108-42/+60
* Change tarball compression from gzip to bzip2Carl-Daniel Hailfinger2009-07-101-5/+10
* W39V040B: Flag Erase/Write as badLuc Verhaegen2009-07-081-1/+1
* Board enable for Abit IP35Luc Verhaegen2009-07-061-0/+27
* Add more URLs and board notes, fix a typoUwe Hermann2009-07-042-31/+33
* Some flashrom printing changesUwe Hermann2009-07-031-9/+20
* Mark the following boards as workingUwe Hermann2009-07-033-17/+26
* ft2232_spi: Allow runtime selection of FT2232H vs. FT4232H and interface A vsCarl-Daniel Hailfinger2009-07-014-9/+66
* Add changelog for make export and make tarballCarl-Daniel Hailfinger2009-06-301-0/+1
* Random minor flashrom fixesUwe Hermann2009-06-287-14/+15
* Print the bus type(s) of both chipset and chip in the flashrom outputUwe Hermann2009-06-282-2/+6
* Fix all NONSPI bustypes in flashchips.cUrja Rannikko2009-06-281-70/+70
* Handle programmer init errors and abortCarl-Daniel Hailfinger2009-06-282-3/+10
* Change chip_readb in loop to use verify_range in write_page_write_jedec (jede...Urja Rannikko2009-06-251-14/+8
* Always verify write operations automaticallyUwe Hermann2009-06-242-5/+28
* Check result of all SPI erase functionsCarl-Daniel Hailfinger2009-06-243-12/+56
* Use correct abstraction for verify_range()Carl-Daniel Hailfinger2009-06-241-34/+10
* Remove duplicated [file] from usage helpCarl-Daniel Hailfinger2009-06-242-5/+4
OpenPOWER on IntegriCloud