source: trunk/chipdrivers.h @ 1539

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1522   5 weeks uwe Add support for for the Atmel AT49F040 chip. Chip features an optional …
(edit) @1521   5 weeks uwe Add support for the Eon EN29LV640B chip. This chip needs special command …
(edit) @1500   3 months stefanct Add support for SFDP (JESD216). Similar to modules using the opaque …
(edit) @1474   5 months hailfinger Add struct flashctx * parameter to all functions accessing flash chips. …
(edit) @1473   5 months hailfinger Use struct flashctx instead of struct flashchip for flash chip access …
(edit) @1470   6 months stefanct Unsignify lengths and addresses in chip functions and structs Push those …
(edit) @1459   7 months hailfinger Add opaque programmer registration infrastructure An opaque programmer …
(edit) @1450   8 months stefanct Revert "Unsignify lengths and addresses in chip functions and structs" - …
(edit) @1448   8 months stefanct Unsignify lengths and addresses in chip functions and structs …
(edit) @1420   9 months uwe Add support for the Sharp LH28F008BJT-BTLZ1 chip. Tested by Mattias …
(edit) @1414   9 months stefanct Remove unneeded inclusions of chipdrivers.h this is related to the spi …
(edit) @1316   12 months hailfinger Add lock printing for AMIC A25L05PT, A25L05PU, A25L10PT, A25L10PU, …
(edit) @1287   13 months mkarcher Remove erase_chip_stm50flw0x0x As the comment indicates, that function is …
(edit) @1268   15 months mkarcher Add W39L040 Signed-off-by: Michael Karcher …
(edit) @1248   17 months mkarcher enable unlocking (erasing/writing) W39V040FB chips Add code for the …
(edit) @1245   18 months hailfinger Add support for Winbond W39V040FB and W39V040FC. Print lock status for …
(edit) @1211   20 months hailfinger Switch all flash chips to partial write. The inner write functions which …
(edit) @1210   20 months hailfinger Refactor remaining write wrappers. Kill duplicated code. Annotate write …
(edit) @1208   20 months hailfinger The currently used write functions (wrappers) all use helpers which …
(edit) @1206   20 months hailfinger flashrom had an implicit erase-on-write for most flash chip and programmer …
(edit) @1194   20 months hailfinger Use AAI write for SST SST25VF032B. Speedup from 228 to 113 seconds. Use …
(edit) @1115   22 months hailfinger Add detailed status register printing and unlocking for all ATMEL AT25* …
(edit) @1083   23 months hailfinger Mark Fujitsu MBM29F400BC write as broken (implicit eraseblock layout in …
(edit) @1082   23 months hailfinger We have a generic unlocking infrastructure. Use it for SPI chips. Actually …
(edit) @1080   23 months hailfinger Convert SPI chips to partial write, but wrap the write functions in a …
(edit) @1054   2 years hailfinger The SPI opcode 0xd8 is not a chip erase opcode on any chip out there. …
(edit) @1017   2 years hailfinger Some chips implement the RES (0xab) opcode, but they use a non-standard …
(edit) @1005   2 years hailfinger Every SPI programmer driver had its own completely different chip write …
(edit) @972   2 years snelson Sst49lfxxxc chips are functionally the same as 82802ab chips. Sst49lfxxxc …
(edit) @966   2 years snelson fix a few typos from the last commit. Signed-off-by: Sean Nelson …
(edit) @948   2 years snelson rename print_82802ab_status to print_status_82802ab add unlock_82802ab …
(edit) @943   2 years snelson convert _sst_fwhub functions to jedec kill unused sst_fwhub.c functions …
(edit) @942   2 years snelson remove function probe_28sf040 delete references to dead sharplhf00l04.c …
(edit) @941   2 years snelson remove some copied functions (from 82802ab.c) and use the 82802ab …
(edit) @940   2 years snelson kill dead w39v080fa.c functions Signed-off-by: Sean Nelson …
(edit) @939   2 years snelson kill dead w39v040c.c functions Signed-off-by: Sean Nelson …
(edit) @937   2 years hailfinger Add FEATURE_REGISTERMAP to * Intel 82802AB, 82802AC * Sharp LHF00L04 * SST …
(edit) @917   2 years snelson Since we have a unlock interface for chips, I think we can convert the …
(edit) @909   2 years snelson patch to remove all references to dead chipdrivers. We also need to 'svn …
(edit) @907   2 years snelson Here's a very quick patch to fix the missing unlock code. Fixes missing …
(edit) @877   2 years snelson Convert the following chips to block_erasers: SST28SF040A SST29EE010 …
(edit) @871   2 years snelson Convert chips to block_erasers: SyncMOS S29C31004T SyncMOS S29C51001T …
(edit) @867   2 years snelson Convert chips to block_erasers: ST_M25PE10 ST_M25PE20 ST_M25PE40 …
(edit) @861   2 years mkarcher Don't use "byte" as identifier. Some mingw declares a global identifier …
(edit) @843   2 years snelson Convert chips to block_erasers: ASD AE49F2008 AMIC A25L40P(T/U) AMIC …
(edit) @837   2 years hailfinger Fix Sharp LHF00L04. - Add eraseblock definitions - Use correct eraseblock …
(edit) @828   2 years snelson The patch converts jedec functions into mask-based generics which can be …
(edit) @819   2 years snelson Convert the following chips to use struct eraseblock: AMIC_A29002B …
(edit) @812   2 years hailfinger Convert the following chips to use struct eraseblock: Am29F010A/B …
(edit) @804   2 years hailfinger Remove nonexisting functions from chipdrivers.h Signed-off-by: …
(add) @799   2 years hailfinger Split hardware access, OS abstraction and chip drivers out of flash.h to …
Note: See TracRevisionLog for help on using the revision log.