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
/
spi25.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi25.c: Rename spi_get_erasefn_from_opcode to spi25_get_erasefn_from_opcode
Thomas Heijligen
2022-12-14
1
-5
/
+5
*
spi25.c: Move spi_get_opcode_from_erasefn() to spi.c
Thomas Heijligen
2022-12-14
1
-12
/
+0
*
tree/: Convert flashchip erase_block func ptr to enumerate
Edward O'Callaghan
2022-11-11
1
-4
/
+4
*
tree/: Convert flashchips db to use indirection for erase_block
Edward O'Callaghan
2022-11-11
1
-16
/
+16
*
tree: provide flashrom context into programmer_delay()
Alexander Goncharov
2022-10-17
1
-1
/
+1
*
spi25.c: Retype appropriate variables with bool
Felix Singer
2022-09-08
1
-5
/
+5
*
spi25.c: Add function to return opcode of passed erase fucntion pointer
Aarya Chaumal
2022-06-27
1
-0
/
+12
*
spi25.c: Add a list to lookup erasefn and opcode instead of switch case
Aarya Chaumal
2022-06-27
1
-39
/
+28
*
flashchips,spi25: Replace `.wrea_override` with FEATURE_4BA_EAR_1716
Nico Huber
2022-06-23
1
-2
/
+11
*
flashchips: Rename FEATURE_4BA_EXT_ADDR -> _EAR_C5C8
Nico Huber
2022-06-22
1
-1
/
+1
*
flashchips: Add Spansion (today Infineon) S25FL128L and S25FL256L
Nico Huber
2022-06-20
1
-0
/
+9
*
libflashrom: Return progress state to the library user
Richard Hughes
2022-05-25
1
-0
/
+7
*
spi25_statusreg: delete spi_read_status_register()
Nikolai Artemiev
2022-04-05
1
-4
/
+9
*
spi25.c: Use JEDEC consts in spi_simple_write_cmd() calls
Edward O'Callaghan
2020-10-31
1
-10
/
+10
*
spi25.c: Use define const in spi_simple_write_cmd() fn
Edward O'Callaghan
2020-10-31
1
-1
/
+1
*
spi25.c: Replace tab with space after '=' symbol
Edward O'Callaghan
2020-10-17
1
-1
/
+1
*
spi: Allow cached ID bytes to be cleared
Edward O'Callaghan
2020-08-26
1
-34
/
+54
*
spi25.c: Factor out rdid_get_ids() and compare_id()
Edward O'Callaghan
2020-08-26
1
-32
/
+30
*
Revert "flashchips: port S25FS(128S) chip from chromiumos"
Nico Huber
2020-05-01
1
-214
/
+4
*
spi25.c: Add a null check
Angel Pons
2020-04-25
1
-0
/
+2
*
flashchips: port S25FS(128S) chip from chromiumos
sibradzic
2020-04-22
1
-4
/
+214
*
spi25: Remove dead increment
Elyes HAOUAS
2019-07-19
1
-1
/
+0
*
spi25: Fix layering violation in probe_spi_rdid4()
Nico Huber
2019-06-27
1
-20
/
+5
*
tree: Make internal functions static
Jacob Garber
2019-06-23
1
-3
/
+3
*
spi25: Fix layering violation in default_spi_write_aai()
Nico Huber
2019-06-21
1
-14
/
+0
*
spi: Move 16MiB partitioning up into spi_chip_read()
Nico Huber
2019-06-21
1
-32
/
+9
*
dediprog: Implement 4BA EAR mode for protocol v1
Nico Huber
2019-06-04
1
-1
/
+1
*
Fix several -Wno-missing-field-initializers warnings
Richard Hughes
2019-02-03
1
-0
/
+6
*
Enable 4BA mode for Spansion 25FL256S
Nico Huber
2018-10-03
1
-0
/
+2
*
flashchips: Add Spansion 25FL256S......0
Nico Huber
2018-10-03
1
-1
/
+2
*
Remove address from GPLv2 headers
Elyes HAOUAS
2018-04-24
1
-4
/
+0
*
spi25: Revise decision when to enter/exit 4BA mode
Nico Huber
2018-01-02
1
-27
/
+12
*
spi_master: Introduce SPI_MASTER_4BA feature flag
Nico Huber
2018-01-02
1
-5
/
+10
*
spi: Move ICH BBAR quirk out of the way
Nico Huber
2017-12-28
1
-23
/
+3
*
spi25: Merge remainder of spi4ba in
Nico Huber
2017-12-28
1
-1
/
+86
*
spi25: Remove now obsolete `four_bytes_addr_funcs` path
Nico Huber
2017-12-28
1
-23
/
+7
*
spi25: Enable native 4BA read and write using feature bits
Nico Huber
2017-12-28
1
-18
/
+23
*
spi25: Integrate 4BA support
Nico Huber
2017-12-28
1
-5
/
+28
*
spi25: Use common code for nbyte read/write and block erase
Nico Huber
2017-12-28
1
-427
/
+103
*
spi25: Introduce spi_simple_write_cmd()
Nico Huber
2017-12-28
1
-95
/
+38
*
4BA: Flashrom integration for the 4-bytes addressing extensions
Boris Baykov
2017-10-15
1
-3
/
+12
*
Enable continuous SPI reads
Urja Rannikko
2017-07-13
1
-13
/
+14
*
spi25: ignore 0x00 as a manufacturer id in the generic match
Urja Rannikko
2015-06-22
1
-2
/
+2
*
Rename programmer registration functions
Carl-Daniel Hailfinger
2014-07-19
1
-2
/
+2
*
Add 'const' keyword to chip write and other function prototypes
Mark Marshall
2014-05-09
1
-6
/
+4
*
Report if we are not able to disable AAI mode again
Stefan Tauner
2014-04-26
1
-5
/
+9
*
CID1130000: Unchecked return value in default_spi_write_aai()
Stefan Reinauer
2014-04-26
1
-9
/
+12
*
Add support for remaining Numonyx (Micron) N25Q chips
Nikolay Nikolaev
2013-06-28
1
-0
/
+45
*
Introduce spi_block_erase_db()
Nikolay Nikolaev
2013-06-28
1
-0
/
+43
*
Update spi_get_erasefn_from_opcode()
Stefan Tauner
2013-05-01
1
-0
/
+6
[next]