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