index
:
iCE40/flashrom
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
jedec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
jedec.c: Provide better lexical scope to itermediates
Edward O'Callaghan
2023-02-27
1
-10
/
+6
*
jedec.c: Tidy up whitespace and line wraps
Edward O'Callaghan
2023-02-27
1
-7
/
+6
*
jedec.c: Add a little more const correctness
Edward O'Callaghan
2023-02-27
1
-5
/
+4
*
jedec.c: Rename func to jedec_write_page()
Edward O'Callaghan
2023-02-27
1
-2
/
+2
*
jedec.c: Drop branching non-zero programmer_delay() operands
Edward O'Callaghan
2023-02-27
1
-10
/
+5
*
jedec.c: Move probe_timings decode into sep func
Edward O'Callaghan
2023-02-22
1
-11
/
+19
*
jedec.c: Fold up mask param into func
Edward O'Callaghan
2023-02-21
1
-9
/
+8
*
jedec.c: Rewrite control flow procedurally
Edward O'Callaghan
2023-02-21
1
-35
/
+33
*
jedec.c: Move printlock stuff into printlock.c
Edward O'Callaghan
2023-02-21
1
-189
/
+0
*
jedec.c: Fold up dst into toggle_ready_jedec()
Edward O'Callaghan
2023-02-21
1
-10
/
+5
*
jedec.c: Consolidate op,operand sequencing into func
Edward O'Callaghan
2023-02-16
1
-52
/
+19
*
jedec.c: Trivial code style fix
Edward O'Callaghan
2023-02-02
1
-4
/
+2
*
jedec.c: Collapse probe_jedec() indirection
Edward O'Callaghan
2023-02-02
1
-9
/
+4
*
jedec.c: Collapse erase_chip_block_jedec() indirection
Edward O'Callaghan
2023-02-02
1
-16
/
+11
*
jedec.c: Collapse erase_block_jedec() indirection
Edward O'Callaghan
2023-02-02
1
-9
/
+2
*
jedec.c: Collapse erase_sector_jedec() indirection
Edward O'Callaghan
2023-02-02
1
-9
/
+2
*
jedec.c: Make getaddrmask() ret const correct
Edward O'Callaghan
2023-02-02
1
-19
/
+7
*
tree: provide flashrom context into programmer_delay()
Alexander Goncharov
2022-10-17
1
-29
/
+29
*
libflashrom: Return progress state to the library user
Richard Hughes
2022-05-25
1
-1
/
+4
*
Fix -Wsign-compare trouble
Nico Huber
2019-07-31
1
-2
/
+4
*
tree: Remove unused functions with no prototypes
Jacob Garber
2019-06-23
1
-13
/
+0
*
Remove empty line at EOF
Elyes HAOUAS
2018-08-19
1
-1
/
+0
*
Remove address from GPLv2 headers
Elyes HAOUAS
2018-04-24
1
-4
/
+0
*
Fix whitespace errors
Elyes HAOUAS
2018-04-24
1
-1
/
+1
*
Add a bunch of new/tested stuff and various small changes 24
Stefan Tauner
2016-01-23
1
-4
/
+2
*
Fix handling of write protection at register space address +2
Stefan Tauner
2014-12-20
1
-40
/
+53
*
Refine physical address mapping of flash chips
Stefan Tauner
2014-08-30
1
-6
/
+0
*
Unify non-shifted and shifted JEDEC access
Carl-Daniel Hailfinger
2014-08-08
1
-33
/
+42
*
Add support for a bunch of 29GL parallel flash chips
Stefan Tauner
2014-08-03
1
-0
/
+49
*
Refactor unlocking of many chips with locking at register space address +2
Carl-Daniel Hailfinger
2014-08-03
1
-1
/
+184
*
jedec.c: constify a bit more
Stefan Tauner
2014-05-29
1
-7
/
+7
*
Make delay values unsigned
Stefan Tauner
2014-05-02
1
-9
/
+8
*
Add a bunch of new/tested stuff and various small changes 18
Stefan Tauner
2013-07-25
1
-2
/
+2
*
Use uintptr_t for chipaddr instead of unsigned long
Stefan Tauner
2013-07-13
1
-3
/
+2
*
Do not read the flash chip twice in verification mode
Stefan Tauner
2012-10-27
1
-1
/
+1
*
Make struct flashchip a field in struct flashctx instead of a complete copy
Carl-Daniel Hailfinger
2012-08-25
1
-22
/
+23
*
Add struct flashctx * parameter to all functions accessing flash chips
Carl-Daniel Hailfinger
2011-12-18
1
-64
/
+72
*
Use struct flashctx instead of struct flashchip for flash chip access
Carl-Daniel Hailfinger
2011-12-14
1
-16
/
+16
*
Unsignify lengths and addresses in chip functions and structs
Stefan Tauner
2011-11-23
1
-13
/
+13
*
Revert "Unsignify lengths and addresses in chip functions and structs"
Stefan Tauner
2011-09-18
1
-3
/
+3
*
Unsignify lengths and addresses in chip functions and structs
Stefan Tauner
2011-09-18
1
-3
/
+3
*
Remove unneeded inclusions of chipdrivers.h
Stefan Tauner
2011-08-16
1
-1
/
+0
*
Move erase verification to generic code
Carl-Daniel Hailfinger
2011-06-26
1
-13
/
+3
*
Remove delays in JEDEC erase sequence
Michael Karcher
2011-04-15
1
-18
/
+27
*
Add a reset to probe_jedec before we read the chip's IDs
Sean Nelson
2010-10-20
1
-1
/
+21
*
Switch all flash chips to partial write
Carl-Daniel Hailfinger
2010-10-13
1
-14
/
+4
*
Refactor remaining write wrappers
Carl-Daniel Hailfinger
2010-10-13
1
-35
/
+66
*
Simplify calls to inner write functions
Carl-Daniel Hailfinger
2010-10-10
1
-6
/
+1
*
Unify chip write functions
Carl-Daniel Hailfinger
2010-10-10
1
-10
/
+6
*
Remove progress printing from individual flash chip drivers
Carl-Daniel Hailfinger
2010-10-08
1
-12
/
+0
[next]