index
:
flashrom
0.9.9-n25q256
stable
staging
Raptor Engineering's copy of the legoater/flashrom fork of the main branches in the flashrom.org's git repository
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chipdrivers.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for remaining Numonyx (Micron) N25Q chips
Nikolay Nikolaev
2013-06-28
1
-0
/
+3
*
Add support for Spansion S25FL...S chips
Nikolay Nikolaev
2013-06-28
1
-2
/
+2
*
Add support for Eon EN25S series
Nikolay Nikolaev
2013-06-28
1
-0
/
+1
*
Introduce spi_block_erase_db()
Nikolay Nikolaev
2013-06-28
1
-0
/
+1
*
Introduce additional SPI status register helpers
Stefan Tauner
2013-06-28
1
-1
/
+5
*
Fix unlocking function for most Atmel AT2[56]D* chips
Stefan Tauner
2013-06-20
1
-2
/
+2
*
Update spi_get_erasefn_from_opcode()
Stefan Tauner
2013-05-01
1
-3
/
+3
*
Refine PMC Pm25LV series
Stefan Tauner
2013-04-19
1
-0
/
+1
*
Add support for Atmel's AT25F series of SPI flash chips
Stefan Tauner
2012-12-29
1
-0
/
+7
*
Add support for Intel S33 series flash chips
Stefan Tauner
2012-12-29
1
-0
/
+2
*
Improve SPI status register pretty printing
Stefan Tauner
2012-12-29
1
-24
/
+21
*
Add support for Winbond W39F010/W39L010/W39L020
Stefan Tauner
2012-10-28
1
-0
/
+3
*
Add support for Atmel AT26DF041
Stefan Tauner
2012-10-27
1
-0
/
+2
*
Generify a25.c's SRWD printing function and move it to spi25.c
Stefan Tauner
2012-09-22
1
-0
/
+1
*
Add a bunch of new/tested stuff and various small changes 14
Stefan Tauner
2012-09-21
1
-4
/
+6
*
Add spi_block_erase_62
Stefan Tauner
2012-09-21
1
-0
/
+1
*
Rename AT25F512B-specific code
Stefan Tauner
2012-08-26
1
-2
/
+2
*
Clean up a25.c, at25.c, spi25.c
Stefan Tauner
2012-08-02
1
-1
/
+1
*
Add support for for the Atmel AT49F040 chip
David Borg
2012-04-15
1
-0
/
+1
*
Add support for the Eon EN29LV640B chip
Rudolf Marek
2012-04-14
1
-0
/
+6
*
Add support for SFDP (JESD216)
Stefan Tauner
2012-02-17
1
-0
/
+4
*
Add struct flashctx * parameter to all functions accessing flash chips
Carl-Daniel Hailfinger
2011-12-18
1
-10
/
+10
*
Use struct flashctx instead of struct flashchip for flash chip access
Carl-Daniel Hailfinger
2011-12-14
1
-84
/
+84
*
Unsignify lengths and addresses in chip functions and structs
Stefan Tauner
2011-11-23
1
-16
/
+16
*
Add opaque programmer registration infrastructure
Carl-Daniel Hailfinger
2011-11-04
1
-0
/
+6
*
Revert "Unsignify lengths and addresses in chip functions and structs"
Stefan Tauner
2011-09-18
1
-14
/
+14
*
Unsignify lengths and addresses in chip functions and structs
Stefan Tauner
2011-09-18
1
-14
/
+14
*
Add support for the Sharp LH28F008BJT-BTLZ1 chip
Mattias Mattsson
2011-08-25
1
-0
/
+1
*
Remove unneeded inclusions of chipdrivers.h
Stefan Tauner
2011-08-16
1
-0
/
+2
*
Add lock printing for AMIC A25L05PT, A25L05PU, A25L10PT, A25L10PU, A25L20PT, ...
Carl-Daniel Hailfinger
2011-05-19
1
-7
/
+21
*
Remove erase_chip_stm50flw0x0x
Michael Karcher
2011-04-14
1
-1
/
+0
*
Add W39L040
Michael Karcher
2011-03-06
1
-0
/
+1
*
Enable unlocking (erasing/writing) W39V040FB chips
Idwer Vollering
2010-12-26
1
-0
/
+1
*
Add support for Winbond W39V040FB and W39V040FC
Carl-Daniel Hailfinger
2010-12-05
1
-4
/
+10
*
Switch all flash chips to partial write
Carl-Daniel Hailfinger
2010-10-13
1
-16
/
+8
*
Refactor remaining write wrappers
Carl-Daniel Hailfinger
2010-10-13
1
-3
/
+4
*
The currently used write functions (wrappers) all use helpers which perform t...
Carl-Daniel Hailfinger
2010-10-10
1
-5
/
+6
*
Flashrom had an implicit erase-on-write for most flash chip and programmer dr...
Carl-Daniel Hailfinger
2010-10-08
1
-5
/
+0
*
Use AAI write for SST SST25VF032B
Helge Wagner
2010-10-05
1
-1
/
+2
*
Add detailed status register printing and unlocking for all ATMEL AT25* chips
Carl-Daniel Hailfinger
2010-07-29
1
-0
/
+10
*
Mark Fujitsu MBM29F400BC write as broken (implicit eraseblock layout in write)
Carl-Daniel Hailfinger
2010-07-16
1
-1
/
+0
*
We have a generic unlocking infrastructure
Carl-Daniel Hailfinger
2010-07-14
1
-1
/
+1
*
Convert SPI chips to partial write, but wrap the write functions in a compat ...
Carl-Daniel Hailfinger
2010-07-14
1
-1
/
+3
*
The SPI opcode 0xd8 is not a chip erase opcode on any chip out there
Carl-Daniel Hailfinger
2010-06-20
1
-2
/
+0
*
Some chips implement the RES (0xab) opcode, but they use a non-standard two b...
Carl-Daniel Hailfinger
2010-05-28
1
-1
/
+2
*
Every SPI programmer driver had its own completely different chip write imple...
Carl-Daniel Hailfinger
2010-05-21
1
-0
/
+1
*
Sst49lfxxxc chips are functionally the same as 82802ab chips
Sean Nelson
2010-03-23
1
-4
/
+0
*
Fix a few typos from the last commit
Sean Nelson
2010-03-22
1
-0
/
+1
*
Rename print_82802ab_status to print_status_82802ab add unlock_82802ab
Sean Nelson
2010-03-19
1
-10
/
+4
*
Convert _sst_fwhub functions to jedec kill unused sst_fwhub.c functions
Sean Nelson
2010-03-16
1
-4
/
+1
[next]