summaryrefslogtreecommitdiff
path: root/flashchips.c
Commit message (Expand)AuthorAgeFilesLines
* Convert chips to block_erasers:snelson2010-01-191-21/+235
* Fix A25L40PU and A2540PT due to incorrect full-chip block size is incorrect.snelson2010-01-181-2/+2
* Support for Spansion S25FL008Amkarcher2010-01-121-0/+26
* Change a few probe timings to TIMING_FIXME. They previously hadhailfinger2010-01-101-5/+5
* Convert chips to block_erasers:snelson2010-01-091-41/+777
* Use the register mapping feature bit.hailfinger2010-01-091-12/+26
* Fix Sharp LHF00L04.hailfinger2010-01-071-3/+18
* The patch converts jedec functions into mask-based generics which can be usedsnelson2010-01-041-0/+1
* Convert the following chips to use struct eraseblock:snelson2009-12-231-14/+196
* Add blockwise erase to all supported chips of the SST25 family:hailfinger2009-12-231-19/+127
* Convert the following chips to use struct eraseblock:hailfinger2009-12-231-27/+365
* Convert the following chips to use struct eraseblock:hailfinger2009-12-221-29/+159
* Use common jedec functionality where appropriate. The deleted functionhailfinger2009-11-271-17/+17
* Add entries of W25x32 and W25x64. The model_ids are already in thehailfinger2009-11-261-0/+32
* Add Sanyo LF25FW203A support.hailfinger2009-11-241-0/+16
* Add Generic SPI RDID detection for Sanyo chips.hailfinger2009-11-241-0/+16
* If a chip is not on the RDID generic vendor list nor on the REMShailfinger2009-11-201-0/+27
* The automatic retry in write_page_write_jedec didn't retry flashing thehailfinger2009-11-141-1/+1
* Fix incorrect comment in SST49LF004A/B description.hailfinger2009-11-061-1/+1
* Add comments about the meaning of block erase related struct flashchiphailfinger2009-10-011-21/+95
* Mark the SST SST49LF003A/B as read-tested.uwe2009-09-251-1/+1
* Switch SST49LF004A/B to block erase, remove the hack which simulatedhailfinger2009-09-231-1/+17
* Change the status of the SST49LF020A to TEST_OK_PREW.hailfinger2009-09-231-1/+1
* Mark Macronix MX29F001B as OK, tested by me on hardware.uwe2009-09-091-1/+1
* This is a patch which stores eraseblock sizes and corresponding blockhailfinger2009-09-051-2/+44
* Update probe timings for dozens of flash chips.hailfinger2009-09-051-38/+38
* Add support for MX29F001T and MX29F001B flash chips.hailfinger2009-08-241-0/+32
* Add IDs for 25 AMD chips, 11 Hynix chips, 8 Sharp chips, and theirhailfinger2009-08-101-1/+1
* Add IDs for 51 new flash chips:hailfinger2009-07-241-2/+2
* Improve flashchip comments to be more readable and precise.hailfinger2009-07-231-5/+14
* Fix erase for SST49LF020A. The chip supports multiple erase functions,hailfinger2009-07-231-1/+1
* Add support for old ST M25P05/M25P10 chips which only respond to the REShailfinger2009-07-231-0/+38
* Add Winbond W25X16.hailfinger2009-07-111-0/+16
* W39V040B: Flag Erase/Write as bad.libv2009-07-081-1/+1
* Mark the following boards as working:uwe2009-07-031-1/+1
* Fix all NONSPI bustypes in flashchips.c.hailfinger2009-06-281-70/+70
* Mark MX25L6405 as PROBE supported.hailfinger2009-06-221-1/+1
* Mark the SST49LF003A as PROBE supported.hailfinger2009-06-221-1/+1
* Mark ST M25P80 as completely supported.hailfinger2009-06-221-1/+1
* Eon EN25F40: Probe is tested.hailfinger2009-06-221-1/+1
* Add support for the AMD Am29F010A/B chips.uwe2009-06-191-0/+16
* flash.h not only contains function prototypes and general settings, ithailfinger2009-06-151-0/+1
* Fix the vendor ID ofhailfinger2009-06-151-11/+91
* Add support for the PMC Pm29F002T/B chips.uwe2009-06-141-0/+32
* Add bus type and timing info for some flash chips.hailfinger2009-06-121-18/+18
* Add #defines for some flash chips.hailfinger2009-06-121-33/+33
* Add all Eon EN25* SPI chips. Some IDs were already in flash.h.hailfinger2009-06-051-0/+176
* Add probe timings forgotten in r569.hailfinger2009-06-051-1/+78
* Exact bustypes for Atmel AT29C010A, AT29C020, AT29C040A, AT49BV512,hailfinger2009-06-051-15/+15
* Add probe_timing information (int uS value). This eliminates thehailfinger2009-06-031-2/+99