index
:
flashrom.git
1.0.x
1.1.x
1.2.x
1.3.x
1.3.x_infdev
main
master
stable
staging
testpush
Flash programming utility
flashrom
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
82802ab.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree: provide flashrom context into programmer_delay()
Alexander Goncharov
2022-10-17
1
-4
/
+4
*
82802ab.c: Retype appropriate variables with bool
Felix Singer
2022-09-08
1
-6
/
+8
*
libflashrom: Return progress state to the library user
Richard Hughes
2022-05-25
1
-0
/
+1
*
82802ab.c: Remove duplicated check
Angel Pons
2020-05-13
1
-3
/
+3
*
Fix -Wsign-compare trouble
Nico Huber
2019-07-31
1
-3
/
+3
*
Remove address from GPLv2 headers
Elyes HAOUAS
2018-04-24
1
-4
/
+0
*
Refine physical address mapping of flash chips
Stefan Tauner
2014-08-30
1
-3
/
+0
*
Unify non-shifted and shifted JEDEC access
Carl-Daniel Hailfinger
2014-08-08
1
-1
/
+1
*
Refactor unlocking of many chips with locking at register space address +2
Carl-Daniel Hailfinger
2014-08-03
1
-11
/
+0
*
Add 'const' keyword to chip write and other function prototypes
Mark Marshall
2014-05-09
1
-2
/
+1
*
Cleanup ST M50 driver
Stefan Tauner
2013-09-12
1
-0
/
+1
*
Make struct flashchip a field in struct flashctx instead of a complete copy
Carl-Daniel Hailfinger
2012-08-25
1
-6
/
+6
*
Add struct flashctx * parameter to all functions accessing flash chips
Carl-Daniel Hailfinger
2011-12-18
1
-34
/
+35
*
Use struct flashctx instead of struct flashchip for flash chip access
Carl-Daniel Hailfinger
2011-12-14
1
-7
/
+7
*
Unsignify lengths and addresses in chip functions and structs
Stefan Tauner
2011-11-23
1
-1
/
+1
*
Revert "Unsignify lengths and addresses in chip functions and structs"
Stefan Tauner
2011-09-18
1
-1
/
+1
*
Unsignify lengths and addresses in chip functions and structs
Stefan Tauner
2011-09-18
1
-1
/
+1
*
Add support for the Sharp LH28F008BJT-BTLZ1 chip
Mattias Mattsson
2011-08-25
1
-0
/
+55
*
Random whitespace and coding-style fixes
Uwe Hermann
2011-07-28
1
-8
/
+8
*
Move erase verification to generic code
Carl-Daniel Hailfinger
2011-06-26
1
-5
/
+1
*
Switch all flash chips to partial write
Carl-Daniel Hailfinger
2010-10-13
1
-7
/
+2
*
Refactor remaining write wrappers
Carl-Daniel Hailfinger
2010-10-13
1
-0
/
+1
*
Simplify calls to inner write functions
Carl-Daniel Hailfinger
2010-10-10
1
-7
/
+1
*
Unify chip write functions
Carl-Daniel Hailfinger
2010-10-10
1
-8
/
+11
*
Remove progress printing from individual flash chip drivers
Carl-Daniel Hailfinger
2010-10-08
1
-9
/
+0
*
Move implicit erase out of chip drivers
Carl-Daniel Hailfinger
2010-10-08
1
-22
/
+0
*
Remove unneeded #include statements completely
Carl-Daniel Hailfinger
2010-05-30
1
-2
/
+0
*
Intel 28F004/28F400 support
Michael Karcher
2010-04-03
1
-36
/
+18
*
Convert chips' message printing to msg_c* Fixed suggestions by Carl-Daniel
Sean Nelson
2010-03-24
1
-26
/
+27
*
Check 82802AB probing results for flash contents too
Carl-Daniel Hailfinger
2010-03-22
1
-1
/
+15
*
In unlock_28f004s5, variable 'i' needs to be int...
Sean Nelson
2010-03-22
1
-1
/
+2
*
Fix a few typos from the last commit
Sean Nelson
2010-03-22
1
-2
/
+2
*
To access/read the lock bits, we use the same mode to read the chip id
Sean Nelson
2010-03-22
1
-0
/
+49
*
Unlock fixup
Sean Nelson
2010-03-20
1
-1
/
+1
*
Various JEDEC refactorings touching 82802ab.c, sharplhf00l04.c and stm50flw0x...
Sean Nelson
2010-03-19
1
-9
/
+18
*
Add FEATURE_REGISTERMAP to some more chips and change the use of various prob...
Carl-Daniel Hailfinger
2010-03-15
1
-1
/
+2
*
Split spi.c into programmer and chip code Remove chipdriver.h include from fl...
Sean Nelson
2010-02-26
1
-0
/
+1
*
Block eraser conversions and support for Eon EN25B series
Sean Nelson
2010-01-09
1
-11
/
+11
*
Refine support for the JEDEC Software Data Protection
Michael Karcher
2009-11-26
1
-1
/
+0
*
Fix all remaining issues reported by LLVM/clang's scan-build
Stefan Reinauer
2009-09-16
1
-12
/
+11
*
Unify some probe functions that basically correspond to probe_jedec()
Carl-Daniel Hailfinger
2009-09-05
1
-23
/
+7
*
Standardize on using __func__ instead of __FUNCTION__
Uwe Hermann
2009-09-02
1
-1
/
+1
*
Flashrom only checks for very few chips if the erase worked
Carl-Daniel Hailfinger
2009-06-15
1
-8
/
+11
*
Sometimes we want to read/write more than 4 bytes of chip content at once
Carl-Daniel Hailfinger
2009-06-05
1
-2
/
+9
*
Add programmer-specific delay functions
Carl-Daniel Hailfinger
2009-06-05
1
-5
/
+5
*
Drop unused/duplicated #includes and some dead code
Uwe Hermann
2009-05-16
1
-2
/
+0
*
Introduce a type "chipaddr" to abstract the offsets within flash regions
Carl-Daniel Hailfinger
2009-05-16
1
-7
/
+7
*
FreeBSD definitions of (read|write)[bwl] collide with our own
Carl-Daniel Hailfinger
2009-03-06
1
-27
/
+27
*
Use helper functions to access flash chips
Carl-Daniel Hailfinger
2009-03-05
1
-27
/
+27
*
Beautify flash chip ID verbose printout a little, always use %02x
Peter Stuge
2009-01-25
1
-1
/
+1
[next]