summaryrefslogtreecommitdiff
path: root/chipdrivers.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for remaining Numonyx (Micron) N25Q chips.stefanct2013-06-281-0/+3
* Add support for Spansion S25FL...S chips.stefanct2013-06-281-2/+2
* Add support for Eon EN25S series.stefanct2013-06-281-0/+1
* Introduce spi_block_erase_db().stefanct2013-06-281-0/+1
* Introduce additional SPI status register helpers.stefanct2013-06-281-1/+5
* Fix unlocking function for most Atmel AT2[56]D* chips.stefanct2013-06-201-2/+2
* Update spi_get_erasefn_from_opcode().stefanct2013-05-011-3/+3
* Refine PMC Pm25LV series.stefanct2013-04-191-0/+1
* Add support for Atmel's AT25F series of SPI flash chips.stefanct2012-12-291-0/+7
* Add support for Intel S33 series flash chips.stefanct2012-12-291-0/+2
* Improve SPI status register pretty printing.stefanct2012-12-291-24/+21
* Add support for Winbond W39F010/W39L010/W39L020.stefanct2012-10-281-0/+3
* Add support for Atmel AT26DF041.stefanct2012-10-271-0/+2
* Generify a25.c's SRWD printing function and move it to spi25.c.stefanct2012-09-221-0/+1
* Add a bunch of new/tested stuff and various small changes 14.stefanct2012-09-211-4/+6
* Add spi_block_erase_62.stefanct2012-09-211-0/+1
* Rename AT25F512B-specific code.stefanct2012-08-261-2/+2
* Clean up a25.c, at25.c, spi25.c.stefanct2012-08-021-1/+1
* Add support for for the Atmel AT49F040 chip.uwe2012-04-151-0/+1
* Add support for the Eon EN29LV640B chip.uwe2012-04-141-0/+6
* Add support for SFDP (JESD216).stefanct2012-02-171-0/+4
* Add struct flashctx * parameter to all functions accessing flash chips.hailfinger2011-12-181-10/+10
* Use struct flashctx instead of struct flashchip for flash chip accesshailfinger2011-12-141-84/+84
* Unsignify lengths and addresses in chip functions and structsstefanct2011-11-231-16/+16
* Add opaque programmer registration infrastructurehailfinger2011-11-041-0/+6
* Revert "Unsignify lengths and addresses in chip functions and structs"stefanct2011-09-181-14/+14
* Unsignify lengths and addresses in chip functions and structsstefanct2011-09-181-14/+14
* Add support for the Sharp LH28F008BJT-BTLZ1 chip.uwe2011-08-251-0/+1
* Remove unneeded inclusions of chipdrivers.hstefanct2011-08-161-0/+2
* Add lock printing for AMIC A25L05PT, A25L05PU, A25L10PT, A25L10PU,hailfinger2011-05-191-7/+21
* Remove erase_chip_stm50flw0x0xmkarcher2011-04-141-1/+0
* Add W39L040mkarcher2011-03-061-0/+1
* enable unlocking (erasing/writing) W39V040FB chipsmkarcher2010-12-261-0/+1
* Add support for Winbond W39V040FB and W39V040FC.hailfinger2010-12-051-4/+10
* 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