summaryrefslogtreecommitdiff
path: root/chipdrivers.h
Commit message (Expand)AuthorAgeFilesLines
...
* Switch all flash chips to partial write.hailfinger2010-10-131-16/+8
* Refactor remaining write wrappers.hailfinger2010-10-131-3/+4
* The currently used write functions (wrappers) all use helpers whichhailfinger2010-10-101-5/+6
* flashrom had an implicit erase-on-write for most flash chip andhailfinger2010-10-081-5/+0
* Use AAI write for SST SST25VF032B.hailfinger2010-10-051-1/+2
* Add detailed status register printing and unlocking for all ATMEL AT25*hailfinger2010-07-291-0/+10
* Mark Fujitsu MBM29F400BC write as broken (implicit eraseblock layout inhailfinger2010-07-161-1/+0
* We have a generic unlocking infrastructure. Use it for SPI chips.hailfinger2010-07-141-1/+1
* Convert SPI chips to partial write, but wrap the write functions in ahailfinger2010-07-141-1/+3
* The SPI opcode 0xd8 is not a chip erase opcode on any chip out there.hailfinger2010-06-201-2/+0
* Some chips implement the RES (0xab) opcode, but they use a non-standardhailfinger2010-05-281-1/+2
* Every SPI programmer driver had its own completely different chip writehailfinger2010-05-211-0/+1
* Sst49lfxxxc chips are functionally the same as 82802ab chips.snelson2010-03-231-4/+0
* fix a few typos from the last commit.snelson2010-03-221-0/+1
* rename print_82802ab_status to print_status_82802absnelson2010-03-191-10/+4
* convert _sst_fwhub functions to jedecsnelson2010-03-161-4/+1
* remove function probe_28sf040snelson2010-03-161-3/+0
* remove some copied functions (from 82802ab.c) and use the 82802ab equivalentssnelson2010-03-161-0/+2
* kill dead w39v080fa.c functionssnelson2010-03-161-3/+0
* kill dead w39v040c.c functionssnelson2010-03-161-3/+0
* Add FEATURE_REGISTERMAP tohailfinger2010-03-151-1/+1
* Since we have a unlock interface for chips, I think we can convert the remain...snelson2010-02-271-3/+1
* patch to remove all references to dead chipdrivers.snelson2010-02-221-38/+0
* Here's a very quick patch to fix the missing unlock code.snelson2010-02-191-0/+4
* Convert the following chips to block_erasers: snelson2010-01-201-1/+6
* Convert chips to block_erasers:snelson2010-01-191-0/+3
* Convert chips to block_erasers:snelson2010-01-191-0/+1
* Don't use "byte" as identifier.mkarcher2010-01-121-1/+1
* Convert chips to block_erasers:snelson2010-01-091-0/+1
* Fix Sharp LHF00L04.hailfinger2010-01-071-1/+2
* The patch converts jedec functions into mask-based generics which can be usedsnelson2010-01-041-3/+1
* Convert the following chips to use struct eraseblock:snelson2009-12-231-1/+4
* Convert the following chips to use struct eraseblock:hailfinger2009-12-221-0/+3
* Remove nonexisting functions from chipdrivers.hhailfinger2009-12-171-4/+0
* Split hardware access, OS abstraction and chip drivers out of flash.h tohailfinger2009-12-141-0/+169