Gitiles
Code Review
Sign In
review.sourcearcade.org
/
flashprog
/
431f4f77f73af37e17d2f0371c856f84e58dba18
/
it87spi.c
431f4f7
Updates to the board and chips status tables
by Uwe Hermann
· 14 years ago
5b997c3
Split off programmer.h from flash.h
by Carl-Daniel Hailfinger
· 14 years ago
29a1c66
Use generic unlocking infrastructure for SPI chips
by Carl-Daniel Hailfinger
· 14 years ago
9a795d8
Convert SPI chips to partial write
by Carl-Daniel Hailfinger
· 14 years ago
76d4b37
Generify support for ITE IT8705 Super I/O
by Carl-Daniel Hailfinger
· 14 years ago
2b6dcb3
Unify programmer parameter extraction
by Carl-Daniel Hailfinger
· 14 years ago
744132a
Various places in the flashrom source feature custom parameter extraction from programmer_param
by Carl-Daniel Hailfinger
· 14 years ago
ad3cc55
Kill global variables, constants and functions if local scope suffices
by Carl-Daniel Hailfinger
· 14 years ago
cceafa2
Handle the following architectures in generic flashrom code
by Carl-Daniel Hailfinger
· 14 years ago
957d260
Add ITE IT8720 SPI support
by Vadim Girlin
· 15 years ago
01f3ef4
Autodetect ITE IT87* LPC->SPI translation on all boards without the need for a board enable
by Carl-Daniel Hailfinger
· 15 years ago
4395970
Various coding style and cosmetic changes
by Uwe Hermann
· 15 years ago
14ba668
Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h
by Sean Nelson
· 15 years ago
01e532d
Convert all messages in it87spi.c to the new message infrastructure
by Sean Nelson
· 15 years ago
14e100c
SuperI/O detection now happens unconditionally and before the chipset enable
by Carl-Daniel Hailfinger
· 15 years ago
f38431a
Store block sizes and corresponding erase functions in struct flashchip
by Carl-Daniel Hailfinger
· 15 years ago
04aa59a
Standardize on using __func__ instead of __FUNCTION__
by Uwe Hermann
· 15 years ago
ef58a9c
Use a common parameter variable for all programmers
by Carl-Daniel Hailfinger
· 15 years ago
116081a
Replace remaining explicit erases in SPI programmer drivers with auto-erases
by Carl-Daniel Hailfinger
· 15 years ago
142e30f
Use a distinct return code for SPI commands with unsupported/invalid length
by Carl-Daniel Hailfinger
· 15 years ago
2f1b36f
Convert SPI byte program to use the multicommand infrastructure
by Carl-Daniel Hailfinger
· 15 years ago
bb297f7
Add an optional flash port parameter for IT87* SPI controllers in standalone programmer mode
by Carl-Daniel Hailfinger
· 15 years ago
d047829
Add SPI multicommand infrastructure
by Carl-Daniel Hailfinger
· 15 years ago
34cc6cc
Handle programmer init errors and abort
by Carl-Daniel Hailfinger
· 15 years ago
cbf563c
Support reads of arbitrary range
by Carl-Daniel Hailfinger
· 15 years ago
38a059d
Every SPI host controller implemented its own way to read flash chips
by Carl-Daniel Hailfinger
· 15 years ago
ca8bfc6
Add programmer-specific delay functions
by Carl-Daniel Hailfinger
· 15 years ago
b22918c
Only probe for chips with compatible bus protocols
by Carl-Daniel Hailfinger
· 15 years ago
b8afecd
Add IT87xx SPI as external flasher option
by Carl-Daniel Hailfinger
· 15 years ago
1dfe0ff
Add bus type annotation to struct flashchips
by Carl-Daniel Hailfinger
· 15 years ago
24c1a16
Refactor SuperIO accesses
by Carl-Daniel Hailfinger
· 15 years ago
2cac686
Drop unused/duplicated #includes and some dead code
by Uwe Hermann
· 15 years ago
96930c3
Chips like the SST SST25VF080B can only handle single byte writes outside AAI mode
by Carl-Daniel Hailfinger
· 16 years ago
03adbe1
Refine handling of spi_write_enable() failures to fix chip erases on ichspi
by Carl-Daniel Hailfinger
· 16 years ago
d3bce83
IT8718F works just like IT8716F
by Peter Stuge
· 16 years ago
394131e
Coding-style fixes for flashrom, partly indent-aided
by Uwe Hermann
· 16 years ago
f83221b
Trivial SPI cleanups
by Peter Stuge
· 16 years ago
2cb94e1
First attempt to clean up SPI probing and create a common construct: the flash bus
by Stefan Reinauer
· 16 years ago
65c1b86
Changes to make flashrom compile (and work) on FreeBSD
by Andriy Gapon
· 16 years ago
337df1d
IT8716F: Enable writes if decoding of any SPI addresses is enabled
by Carl-Daniel Hailfinger
· 16 years ago
bfe5b4a
Move all IT87xx specific SPI routines from spi.c to a separate file it87spi.c
by Carl-Daniel Hailfinger
· 17 years ago