summaryrefslogtreecommitdiff
path: root/jedec.c
Commit message (Expand)AuthorAgeFilesLines
* Polish the flashrom code comments and outputs a bit.uwe2010-03-251-1/+1
* Convert chips' message printing to msg_c*snelson2010-03-241-27/+27
* Split spi.c into programmer and chip codesnelson2010-02-261-0/+1
* Complete the addition of Feature Bits for all Jedec based chips.snelson2010-01-281-10/+34
* Use address mask in probe_jedec. This allows us to have one commonhailfinger2010-01-091-1/+17
* Use the register mapping feature bit.hailfinger2010-01-091-3/+3
* The patch converts jedec functions into mask-based generics which can be usedsnelson2010-01-041-93/+128
* Convert the following chips to use struct eraseblock:hailfinger2009-12-221-0/+11
* If the JEDEC Toggle Bit algorithm needs more than 2^20 loops, it is ahailfinger2009-12-171-4/+27
* probe_jedec() checks the delay value and issues programmer_delay basedhailfinger2009-12-171-6/+12
* Use common jedec functionality where appropriate. The deleted functionhailfinger2009-11-271-0/+27
* This patch removes the extremely dangerous unprotect_jedec functionhailfinger2009-11-261-23/+3
* jedec.c was missing error handling in a few cases. Fix.hailfinger2009-11-251-17/+23
* The automatic retry in write_page_write_jedec didn't retry flashing thehailfinger2009-11-141-3/+3
* Remove confusing out-of-date comment.hailfinger2009-10-191-3/+0
* Switch SST49LF004A/B to block erase, remove the hack which simulatedhailfinger2009-09-231-2/+2
* Standardize on using __func__ instead of __FUNCTION__.uwe2009-09-021-1/+1
* Verbose probe output is split across multiple lines for some probehailfinger2009-07-231-1/+1
* Change chip_readb in loop to use verify_range inhailfinger2009-06-251-14/+8
* flashrom only checks for very few chips if the erase worked.hailfinger2009-06-151-10/+23
* Add external programmer delay functions so external programmers canhailfinger2009-06-051-26/+26
* Add probe_timing information (int uS value). This eliminates thehailfinger2009-06-031-2/+18
* Drop unused/duplicated #includes and some dead code (trivial).uwe2009-05-161-2/+0
* Use chipaddr instead of volatile uint8_t * because when we accesshailfinger2009-05-161-19/+19
* Use helper functions chip_{read,write}[bwl] to access flash chips.hailfinger2009-05-121-2/+2
* When flashrom JEDEC code sends the ID command to the chip, it expects tohailfinger2009-05-111-0/+21
* Original v2 revision: 3984hailfinger2009-03-061-50/+50
* Original v2 revision: 3971hailfinger2009-03-051-50/+50
* Original v2 revision: 3895stuge2009-01-251-1/+1
* Original v2 revision: 3387stuge2008-06-241-3/+2
* Original v2 revision: 3375stuge2008-06-211-1/+1
* Original v2 revision: 3373stuge2008-06-211-1/+1
* Original v2 revision: 3308hailfinger2008-05-141-1/+12
* Original v2 revision: 3030hailfinger2007-12-311-2/+18
* Original v2 revision: 2962hailfinger2007-11-131-2/+6
* Original v2 revision: 2873uwe2007-10-171-2/+2
* Original v2 revision: 2850rminnich2007-10-121-1/+1
* Original v2 revision: 2768uwe2007-09-091-3/+3
* Original v2 revision: 2751uwe2007-08-291-17/+12
* Original v2 revision: 2748uwe2007-08-231-7/+7
* Original v2 revision: 2746uwe2007-08-231-2/+0
* Original v2 revision: 2745uwe2007-08-231-0/+52
* Original v2 revision: 2689stepan2007-05-231-3/+3
* Original v2 revision: 2643uwe2007-05-091-49/+49
* Original v2 revision: 2505stepan2006-11-221-14/+49
* Original v2 revision: 2386stepan2006-08-231-1/+0
* Original v2 revision: 2111ollie2005-11-261-47/+49
* Original v2 revision: 1815ollie2004-12-081-41/+21
* Original v2 revision: 1814ollie2004-12-081-1/+7
* Original v2 revision: 1812ollie2004-12-071-17/+20