summaryrefslogtreecommitdiffstats
path: root/jedec.c
Commit message (Expand)AuthorAgeFilesLines
* Split spi.c into programmer and chip code Remove chipdriver.h include from fl...Sean Nelson2010-02-261-0/+1
* Complete the addition of Feature Bits for all Jedec based chipsSean Nelson2010-01-281-10/+34
* Use address mask in probe_jedecCarl-Daniel Hailfinger2010-01-091-1/+17
* Use the register mapping feature bitCarl-Daniel Hailfinger2010-01-091-3/+3
* Generify jedec functions by introducing an address maskSean Nelson2010-01-041-93/+128
* Convert the following chips to use struct eraseblockSean Nelson2009-12-221-0/+11
* jedec: warn if toggle bit is stuck for too long and allow for delays between ...Carl-Daniel Hailfinger2009-12-171-4/+27
* Skip all delays in probe_jedec() if probe_delay is 0Sean Nelson2009-12-171-6/+12
* Use common jedec functionality where appropriateMichael Karcher2009-11-271-0/+27
* Refine support for the JEDEC Software Data ProtectionMichael Karcher2009-11-261-23/+3
* Jedec.c was missing error handling in a few casesCarl-Daniel Hailfinger2009-11-251-17/+23
* Retry correct range in write_page_write_jedec()Carl-Daniel Hailfinger2009-11-141-3/+3
* Remove confusing out-of-date commentCarl-Daniel Hailfinger2009-10-191-3/+0
* Switch SST49LF004A/B to block erase, remove the hack which simulated (unsuppo...Carl-Daniel Hailfinger2009-09-231-2/+2
* Standardize on using __func__ instead of __FUNCTION__Uwe Hermann2009-09-021-1/+1
* Verbose probe output is split across multiple lines for some probe functionsCarl-Daniel Hailfinger2009-07-231-1/+1
* Change chip_readb in loop to use verify_range in write_page_write_jedec (jede...Urja Rannikko2009-06-251-14/+8
* Flashrom only checks for very few chips if the erase workedCarl-Daniel Hailfinger2009-06-151-10/+23
* Add programmer-specific delay functionsCarl-Daniel Hailfinger2009-06-051-26/+26
* Add probe_timing information (int uS value)Maciej Pijanka2009-06-031-2/+18
* Drop unused/duplicated #includes and some dead codeUwe Hermann2009-05-161-2/+0
* Introduce a type "chipaddr" to abstract the offsets within flash regionsCarl-Daniel Hailfinger2009-05-161-19/+19
* Use helper functions chip_{read,write}[bwl] to access flash chipsCarl-Daniel Hailfinger2009-05-121-2/+2
* Check probing results for flash contentsCarl-Daniel Hailfinger2009-05-111-0/+21
* FreeBSD definitions of (read|write)[bwl] collide with our ownCarl-Daniel Hailfinger2009-03-061-50/+50
* Use helper functions to access flash chipsCarl-Daniel Hailfinger2009-03-051-50/+50
* Beautify flash chip ID verbose printout a little, always use %02xPeter Stuge2009-01-251-1/+1
* Increase delay in probe_jedec() after Product ID Entry to 10msPeter Stuge2008-06-241-3/+2
* Update comment to match delay change in probe_jedec() r3373Peter Stuge2008-06-211-1/+1
* Increase delay in probe_jedec() to 2ms to reliably detect AT29C020Peter Stuge2008-06-211-1/+1
* Check the JEDEC vendor ID for correct parityCarl-Daniel Hailfinger2008-05-141-1/+12
* Add continuation ID support to jedec.cCarl-Daniel Hailfinger2007-12-311-2/+18
* Fix ATMEL 29C020 detection with flashromCarl-Daniel Hailfinger2007-11-131-2/+6
* Some cosmetic cleanups in the flashrom code and outputUwe Hermann2007-10-171-2/+2
* Changes to support the K8N-NEO3, first tested at Google on GSOC day :-)Ronald G. Minnich2007-10-121-1/+1
* Add '(C)' where it's missing (for consistency reasons)Uwe Hermann2007-09-091-3/+3
* Change all flashrom license headers to use our standard formatUwe Hermann2007-08-291-17/+12
* Cosmetic fixesUwe Hermann2007-08-231-7/+7
* Drop a bunch of useless header files, merge them into flash.hUwe Hermann2007-08-231-2/+0
* Move code into *.c files, there's no reason to have it in header filesUwe Hermann2007-08-231-0/+52
* Big cosmetic offensive on flashromStefan Reinauer2007-05-231-3/+3
* Fix coding style of flashrom by running indent on all filesUwe Hermann2007-05-091-49/+49
* Fix write_page_write_jedec() in jedec.cGiampiero Giancipoli2006-11-221-14/+49
* Removing $Id$ tags as they have no meaning in SVNStefan Reinauer2006-08-231-1/+0
* Flashrom update from Stefan, resolve issue 21Ollie Lho2005-11-261-47/+49
* Add -E option for chip erase, remove duplicated codeOllie Lho2004-12-081-41/+21
* Add retry to write_byte_program_jedec(), 99% success rateOllie Lho2004-12-081-1/+7
* SST49LF00[2,3,4] should use the same driver as 49LF008Ollie Lho2004-12-071-17/+20
* Support for sst firmware hubRonald G. Minnich2004-09-301-0/+29
* Data type consistenceOllie Lho2004-03-271-7/+5
OpenPOWER on IntegriCloud