summaryrefslogtreecommitdiff
path: root/flashchips.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for Hyundai HY29F002 and HY29F002B.hailfinger2010-06-211-0/+62
* Add EMST F25L008A SPI chipmkarcher2010-06-191-0/+31
* Add SST25LF040A support.hailfinger2010-06-141-0/+28
* Support Atmel AT49F020 256kB parallel flash.hailfinger2010-06-071-0/+23
* Mark the following chip as supported:uwe2010-05-301-1/+1
* Update the status for the following chips:uwe2010-05-301-8/+8
* Unlocking for W39V040FAmkarcher2010-05-301-1/+3
* Some chips implement the RES (0xab) opcode, but they use a non-standardhailfinger2010-05-281-7/+7
* Mark the following chips as OK:uwe2010-05-251-6/+6
* I added following Winbond chips:ruik2010-04-201-0/+102
* Intel 28F004/28F400 supportmkarcher2010-04-031-0/+110
* Add PMC Pm39LV020 and Pm39LV040.hailfinger2010-03-271-1/+59
* Polish the flashrom code comments and outputs a bit.uwe2010-03-251-1/+1
* Add success reportsmkarcher2010-03-251-3/+3
* Flashrom works on Acer Aspire 1520 (Laptop) with W39V040Amkarcher2010-03-241-1/+1
* MSI MS6330 tested with W49F002U and EN29F002mkarcher2010-03-241-2/+2
* Abit VT6X4 + Winbond W29C020C and Asus A7V133 + Atmel AT29C010A workmkarcher2010-03-241-2/+2
* Probe/Read tested for SST29EE020Amkarcher2010-03-241-1/+1
* Sst49lfxxxc chips are functionally the same as 82802ab chips.snelson2010-03-231-4/+7
* Clang complains loudly when there are duplicate printlock_sst_fwhub, gcc igno...snelson2010-03-221-4/+0
* To access/read the lock bits, we use the same mode to read the chip id.snelson2010-03-221-6/+5
* The Intel 28F001BX-T/B chips don't have block locks or mention of registers; ...snelson2010-03-201-4/+1
* rename print_82802ab_status to print_status_82802absnelson2010-03-191-29/+44
* Mark a bunch of parallel chips I tested as TEST_OK_PRW.uwe2010-03-171-12/+12
* convert _sst_fwhub functions to jedecsnelson2010-03-161-12/+20
* Add FEATURE_REGISTERMAP tohailfinger2010-03-151-31/+35
* Fix EN29F002 Top/Bottom Boot Blockmkarcher2010-03-131-6/+6
* Mark PMC Pm49FL002 as tested.mkarcher2010-03-091-1/+1
* Add support for Eon EN29F010.snelson2010-03-051-0/+27
* Since we have a unlock interface for chips, I think we can convert the remain...snelson2010-02-271-3/+4
* Split spi.c into programmer and chip codesnelson2010-02-261-0/+1
* Here's a very quick patch to fix the missing unlock code.snelson2010-02-191-6/+8
* Kill an erroneous .erase introduced in r900.hailfinger2010-02-131-1/+0
* Adds support for the Intel E28F004S5 flash chip.snelson2010-02-131-0/+23
* Fix erase blocks for Winbond W25X{10,20,40,80} SPI chips. The Winbond W25X10 ...snelson2010-02-121-24/+0
* At long last, the day has come, and we can bury full-chip erase once andhailfinger2010-02-111-217/+6
* Adds support for ST M29W512B. Tested and works for me.snelson2010-02-011-0/+24
* Complete the addition of Feature Bits for all Jedec based chips.snelson2010-01-281-183/+275
* Add support for the SST39SF512 chip.uwe2010-01-231-0/+26
* Convert the following chips to block_erasers: snelson2010-01-201-44/+330
* Fix SyncMOS S29C51004T, which has 512 uniform 1k sectors.snelson2010-01-191-1/+1
* Convert ST to block erasers:snelson2010-01-191-0/+32
* Convert chips to block_erasers:snelson2010-01-191-43/+409
* Converted chips to block_erasers:snelson2010-01-191-35/+314
* 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