index
:
flashrom
0.9.9-n25q256
stable
staging
Raptor Engineering's copy of the legoater/flashrom fork of the main branches in the flashrom.org's git repository
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
it87spi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a bunch of new/tested stuff and various small changes 17
Stefan Tauner
2013-02-22
1
-6
/
+3
*
Some ISO C fixes
Carl-Daniel Hailfinger
2012-08-27
1
-1
/
+1
*
Make struct flashchip a field in struct flashctx instead of a complete copy
Carl-Daniel Hailfinger
2012-08-25
1
-10
/
+10
*
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
*
dummyflasher: Add a status register to SPI chips
Stefan Tauner
2012-05-06
1
-1
/
+1
*
Fix parallel-style programmer access from ITE IT87/Winbond W83627 SPI
Carl-Daniel Hailfinger
2012-03-01
1
-2
/
+2
*
Add struct flashctx * parameter to all functions accessing flash chips
Carl-Daniel Hailfinger
2011-12-18
1
-7
/
+11
*
Use struct flashctx instead of struct flashchip for flash chip access
Carl-Daniel Hailfinger
2011-12-14
1
-5
/
+5
*
Unsignify lengths and addresses in chip functions and structs
Stefan Tauner
2011-11-23
1
-7
/
+8
*
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
-4
/
+4
*
Unsignify lengths and addresses in chip functions and structs
Stefan Tauner
2011-09-18
1
-4
/
+4
*
Change programmer selection in cli and generic code
Carl-Daniel Hailfinger
2011-09-08
1
-4
/
+2
*
Fixup of r1397
Carl-Daniel Hailfinger
2011-08-15
1
-1
/
+2
*
Random whitespace and coding-style fixes
Uwe Hermann
2011-07-28
1
-22
/
+23
*
Rename CHIP_BUSTYPE_FOO to BUS_FOO
Carl-Daniel Hailfinger
2011-07-27
1
-1
/
+1
*
Kill central list of SPI programmers
Michael Karcher
2011-05-11
1
-5
/
+19
*
Add support for more than one Super I/O or EC per machine
Carl-Daniel Hailfinger
2011-04-27
1
-55
/
+66
*
Fix internal offset calculations for SPI BYTE PROGRAM and SPI AAI PROGRAM
Carl-Daniel Hailfinger
2010-10-27
1
-5
/
+6
*
Switch all flash chips to partial write
Carl-Daniel Hailfinger
2010-10-13
1
-12
/
+14
*
Updates to the board and chips status tables
Uwe Hermann
2010-09-05
1
-2
/
+2
*
Split off programmer.h from flash.h
Carl-Daniel Hailfinger
2010-07-27
1
-0
/
+1
*
We have a generic unlocking infrastructure
Carl-Daniel Hailfinger
2010-07-14
1
-1
/
+0
*
Convert SPI chips to partial write, but wrap the write functions in a compat ...
Carl-Daniel Hailfinger
2010-07-14
1
-16
/
+26
*
Autodetect the ITE IT8705 Super I/O and enable flash writes if it performs LP...
Carl-Daniel Hailfinger
2010-07-10
1
-79
/
+85
*
Make programmer_param static by converting all users to extract_programmer_param
Carl-Daniel Hailfinger
2010-07-08
1
-1
/
+1
*
Various places in the flashrom source feature custom parameter extraction fro...
Carl-Daniel Hailfinger
2010-07-06
1
-15
/
+17
*
Kill global variables, constants and functions if local scope suffices
Carl-Daniel Hailfinger
2010-07-03
1
-1
/
+1
*
Handle the following architectures in generic flashrom code
Carl-Daniel Hailfinger
2010-05-26
1
-0
/
+4
*
Add ITE IT8720 SPI support
Vadim Girlin
2010-03-30
1
-2
/
+6
*
Autodetect ITE IT87* LPC->SPI translation on all boards without the need for ...
Carl-Daniel Hailfinger
2010-03-25
1
-6
/
+19
*
Various coding style and cosmetic changes
Uwe Hermann
2010-03-13
1
-2
/
+2
*
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 it87spi.c to the new message infrastructure
Sean Nelson
2010-01-10
1
-16
/
+16
*
SuperI/O detection now happens unconditionally and before the chipset enable
Carl-Daniel Hailfinger
2009-12-22
1
-11
/
+53
*
This is a patch which stores eraseblock sizes and corresponding block erase f...
Carl-Daniel Hailfinger
2009-09-05
1
-1
/
+1
*
Standardize on using __func__ instead of __FUNCTION__
Uwe Hermann
2009-09-02
1
-2
/
+2
*
Use a common parameter variable for all programmers
Carl-Daniel Hailfinger
2009-08-12
1
-5
/
+4
*
Some SPI chip drivers and the generic 1-byte SPI chip write functions didn't ...
Carl-Daniel Hailfinger
2009-08-10
1
-27
/
+9
*
Use a distinct return code for SPI commands with unsupported/invalid length
Carl-Daniel Hailfinger
2009-07-14
1
-2
/
+2
*
Convert SPI byte program to use the multicommand infrastructure
Carl-Daniel Hailfinger
2009-07-12
1
-4
/
+2
*
Add an optional flash port parameter for IT87* SPI controllers in standalone ...
Carl-Daniel Hailfinger
2009-07-11
1
-5
/
+22
*
Add SPI multicommand infrastructure
Carl-Daniel Hailfinger
2009-07-10
1
-1
/
+1
*
Handle programmer init errors and abort
Carl-Daniel Hailfinger
2009-06-28
1
-2
/
+6
*
This patch gives us arbitrary range reads at byte boundaries for every single...
Carl-Daniel Hailfinger
2009-06-16
1
-3
/
+3
*
Every SPI host controller implemented its own way to read flash chips
Carl-Daniel Hailfinger
2009-06-13
1
-8
/
+2
*
Add external programmer delay functions so external programmers can handle th...
Carl-Daniel Hailfinger
2009-06-05
1
-2
/
+2
*
Only probe for chips with compatible bus protocols
Carl-Daniel Hailfinger
2009-06-01
1
-3
/
+12
*
Add IT87xx SPI as external flasher option
Carl-Daniel Hailfinger
2009-05-31
1
-3
/
+16
[next]