index
:
iCE40/flashrom
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
wbsio_spi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove address from GPLv2 headers
Elyes HAOUAS
2018-04-24
1
-4
/
+0
*
Rename programmer registration functions
Carl-Daniel Hailfinger
2014-07-19
1
-2
/
+2
*
Hide hwaccess.h from public API
Patrick Georgi
2012-07-20
1
-0
/
+1
*
Let the programmer driver decide how to do AAI transfers
Nico Huber
2012-06-15
1
-0
/
+1
*
Fix parallel-style programmer access from ITE IT87/Winbond W83627 SPI
Carl-Daniel Hailfinger
2012-03-01
1
-1
/
+2
*
Add struct flashctx * parameter to all functions accessing flash chips
Carl-Daniel Hailfinger
2011-12-18
1
-6
/
+12
*
Use struct flashctx instead of struct flashchip for flash chip access
Carl-Daniel Hailfinger
2011-12-14
1
-2
/
+2
*
Unsignify lengths and addresses in chip functions and structs
Stefan Tauner
2011-11-23
1
-2
/
+2
*
Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...
Carl-Daniel Hailfinger
2011-11-09
1
-1
/
+1
*
Revert "Unsignify lengths and addresses in chip functions and structs"
Stefan Tauner
2011-09-18
1
-2
/
+2
*
Unsignify lengths and addresses in chip functions and structs
Stefan Tauner
2011-09-18
1
-2
/
+2
*
Whitespace, documentation and other small stuff
Stefan Tauner
2011-05-19
1
-1
/
+1
*
Kill central list of SPI programmers
Michael Karcher
2011-05-11
1
-4
/
+17
*
Split off programmer.h from flash.h
Carl-Daniel Hailfinger
2010-07-27
1
-0
/
+1
*
Use the max_rom_decode infrastructure for wbsio_spi
Carl-Daniel Hailfinger
2010-07-14
1
-17
/
+3
*
Convert SPI chips to partial write
Carl-Daniel Hailfinger
2010-07-14
1
-5
/
+3
*
board_enable.c: Remove useless 'name' parameter
Uwe Hermann
2010-06-07
1
-1
/
+1
*
Remove unneeded #include statements completely
Carl-Daniel Hailfinger
2010-05-30
1
-1
/
+0
*
Handle the following architectures in generic flashrom code
Carl-Daniel Hailfinger
2010-05-26
1
-0
/
+4
*
Split spi.c into programmer and chip code Remove chipdriver.h include from fl...
Sean Nelson
2010-02-26
1
-0
/
+1
*
Convert all messages in wbsio_spi.c to the new message infrastructure
Sean Nelson
2010-01-09
1
-35
/
+24
*
Allow one to disable programmer debug messages at compile time
Carl-Daniel Hailfinger
2010-01-07
1
-18
/
+30
*
Replace remaining explicit erases in SPI programmer drivers with auto-erases
Carl-Daniel Hailfinger
2009-08-10
1
-16
/
+4
*
Use a distinct return code for SPI commands with unsupported/invalid length
Carl-Daniel Hailfinger
2009-07-14
1
-1
/
+2
*
Convert SPI byte program to use the multicommand infrastructure
Carl-Daniel Hailfinger
2009-07-12
1
-4
/
+1
*
Add SPI multicommand infrastructure
Carl-Daniel Hailfinger
2009-07-10
1
-1
/
+1
*
Support reads of arbitrary range
Carl-Daniel Hailfinger
2009-06-16
1
-2
/
+2
*
Flashrom only checks for very few chips if the erase worked
Carl-Daniel Hailfinger
2009-06-15
1
-1
/
+4
*
Every SPI host controller implemented its own way to read flash chips
Carl-Daniel Hailfinger
2009-06-13
1
-2
/
+2
*
Add programmer-specific delay functions
Carl-Daniel Hailfinger
2009-06-05
1
-2
/
+2
*
Only probe for chips with compatible bus protocols
Carl-Daniel Hailfinger
2009-06-01
1
-0
/
+3
*
Add bus type annotation to struct flashchips
Carl-Daniel Hailfinger
2009-05-31
1
-1
/
+1
*
Refactor SuperIO accesses
Carl-Daniel Hailfinger
2009-05-25
1
-5
/
+5
*
Drop unused/duplicated #includes and some dead code
Uwe Hermann
2009-05-16
1
-3
/
+0
*
Chips like the SST SST25VF080B can only handle single byte writes outside AAI...
Carl-Daniel Hailfinger
2009-05-09
1
-1
/
+1
*
Refine handling of spi_write_enable() failures to fix chip erases on ichspi
Carl-Daniel Hailfinger
2009-05-09
1
-1
/
+4
*
Some coding style and consistency fixes
Uwe Hermann
2009-04-15
1
-6
/
+12
*
Winbond SuperIO SPI driver
Peter Stuge
2009-01-26
1
-0
/
+201