summaryrefslogtreecommitdiff
path: root/flashchips.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for the 10b7:9058 3COM NIC (3C905B: Cyclone 10/100/BNC).uwe2009-06-021-0/+16
* Unify AMD manufacture_id and model_idhailfinger2009-06-021-4/+4
* Add bus type annotation to struct flashchips. Right now, the annotationhailfinger2009-05-311-0/+172
* Add support for probe and read of Intel 28F001BX-T and BX-B.hailfinger2009-05-291-0/+28
* Change 'Texas Instruments' to 'TI' in the flash chip table, as this isuwe2009-05-271-2/+2
* Add TI TMS29F002RT and TMS29F002RB probe and read support to flashrom.hailfinger2009-05-261-0/+28
* Mark the following boards as 'known-good' (write/erase works):uwe2009-05-211-1/+1
* Improve flashrom test report text a bit:uwe2009-05-211-1/+1
* Fix typo (trivial).uwe2009-05-211-1/+1
* Mark the Macronix MX29F002T as working (trivial).uwe2009-05-201-1/+1
* Fix a quilt introduced bug in patch.ruik2009-05-171-1/+1
* [PATCH] flashrom add PMC 39F010ruik2009-05-171-2/+16
* Add proper workaround for 3COM 3C90xB cards, which need special fixupsuwe2009-05-161-0/+14
* SST25 chips do not support page program, only byte program.hailfinger2009-05-131-5/+5
* Winbond W39V040A TEST_OK_ PROBE READstuge2009-05-131-1/+1
* Mark SST 39VF512 as fully tested.uwe2009-05-131-1/+1
* Add support for 3COM NICs as "external programmer" and Atmel AT49BV512.uwe2009-05-131-0/+14
* The write_39sf020() and write_49f002() functions are identical exceptuwe2009-05-121-12/+12
* Convert all flashchips.c entries with SPI programing to the 256-bytehailfinger2009-05-091-57/+57
* Flashrom assumes that the flash chip contents are available via mmap ifhailfinger2009-05-081-0/+96
* SST25VF080B TEST_OK_ ERASE WRITEstuge2009-05-051-1/+1
* SST25VF080B TEST_OK_READstuge2009-05-041-1/+1
* flashrom: Macronix MX25L1605 TEST_OK_ PROBE READ ERASE WRITEstuge2009-04-291-1/+1
* Original v2 revision: 4200stuge2009-04-231-0/+14