index
:
delta/flashrom.git
0.9.7
master
stuge
code.coreboot.org: Obsolete (use flashrom-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Bus Pirate SPI support to flashrom.
hailfinger
2009-11-24
1
-0
/
+9
*
If a chip is not on the RDID generic vendor list nor on the REMS
hailfinger
2009-11-20
1
-0
/
+10
*
If a SPI command taking an address does fail, we want to know the
hailfinger
2009-11-16
1
-13
/
+14
*
Introduce proper error checking for SPI programming.
hailfinger
2009-10-01
1
-2
/
+4
*
The current ICH SPI preop handling is a hack which spews lots of
hailfinger
2009-09-18
1
-23
/
+22
*
Allow to exclude each of the external programmer drivers from being
hailfinger
2009-09-16
1
-0
/
+4
*
This is a patch which stores eraseblock sizes and corresponding block
hailfinger
2009-09-05
1
-2
/
+2
*
Standardize on using __func__ instead of __FUNCTION__.
uwe
2009-09-02
1
-3
/
+3
*
If FT2232H SPI is not enabled, it should be compiled out completely. We
hailfinger
2009-08-19
1
-0
/
+7
*
Some SPI chip drivers and the generic 1-byte SPI chip write functions
hailfinger
2009-08-10
1
-0
/
+7
*
Fix SPI multicommand endless loop in default_spi_send_multicommand.
hailfinger
2009-08-03
1
-0
/
+1
*
This is a workaround for a bug in SB600 and SB700. If we only send an
hailfinger
2009-07-23
1
-4
/
+0
*
Verbose probe output is split across multiple lines for some probe
hailfinger
2009-07-23
1
-24
/
+32
*
Convert SPI write status register to multicommand infrastructure.
hailfinger
2009-07-22
1
-26
/
+24
*
Replace most of the switch cases in the spi code with lookup on a struct
hailfinger
2009-07-22
1
-86
/
+124
*
Convert SPI byte program to use the multicommand infrastructure.
hailfinger
2009-07-12
1
-30
/
+56
*
Convert SPI block erase to use the multicommand infrastructure.
hailfinger
2009-07-11
1
-25
/
+63
*
Convert SPI chip erase to use the multicommand infrastructure.
hailfinger
2009-07-11
1
-18
/
+62
*
Add SPI multicommand infrastructure.
hailfinger
2009-07-10
1
-27
/
+37
*
Check result of all SPI erase functions.
hailfinger
2009-06-24
1
-9
/
+50
*
This patch adds support for a new SPI programmer, based on the
hailfinger
2009-06-16
1
-0
/
+7
*
This patch gives us arbitrary range reads at byte boundaries for every
hailfinger
2009-06-16
1
-13
/
+25
*
flash.h not only contains function prototypes and general settings, it
hailfinger
2009-06-15
1
-0
/
+1
*
Every SPI host controller implemented its own way to read flash chips.
hailfinger
2009-06-13
1
-0
/
+27
*
Add spi_nbyte_program as generic function to the SPI layer.
hailfinger
2009-06-12
1
-0
/
+21
*
Add external programmer delay functions so external programmers can
hailfinger
2009-06-05
1
-8
/
+8
*
Add bus type annotation to struct flashchips. Right now, the annotation
hailfinger
2009-05-31
1
-40
/
+43
*
Use consistent naming for local chip ID variables. Every chip besides
hailfinger
2009-05-27
1
-23
/
+21
*
Drop unused/duplicated #includes and some dead code (trivial).
uwe
2009-05-16
1
-3
/
+0
*
Until the ICH SPI driver can handle preopcodes as standalone opcodes, we
hailfinger
2009-05-15
1
-4
/
+29
*
Add a dummy SPI controller driver, similar to the dummy LPC/FWH/Parallel
hailfinger
2009-05-14
1
-2
/
+8
*
Generic status register prettyprinting for SST25*. Even if we don't tell
hailfinger
2009-05-13
1
-1
/
+1
*
There are various reasons why a SPI command can fail. Among others, I
hailfinger
2009-05-13
1
-11
/
+44
*
Convert all flashchips.c entries with SPI programing to the 256-byte
hailfinger
2009-05-09
1
-1
/
+1
*
Chips like the SST SST25VF080B can only handle single byte writes
hailfinger
2009-05-09
1
-5
/
+31
*
Until the ICH SPI driver can handle preopcodes as standalone opcodes, we
hailfinger
2009-05-09
1
-11
/
+36
*
Improve SST25 status register routines:
hailfinger
2009-05-06
1
-11
/
+15
*
Original v2 revision: 4117
uwe
2009-04-15
1
-12
/
+13
*
Original v2 revision: 3913
stuge
2009-01-26
1
-0
/
+26
*
Original v2 revision: 3912
stuge
2009-01-26
1
-1
/
+26
*
Original v2 revision: 3910
stuge
2009-01-26
1
-1
/
+8
*
Original v2 revision: 3895
stuge
2009-01-25
1
-1
/
+1
*
Original v2 revision: 3779
uwe
2008-11-28
1
-3
/
+24
*
Original v2 revision: 3775
hailfinger
2008-11-28
1
-0
/
+41
*
Original v2 revision: 3774
hailfinger
2008-11-27
1
-7
/
+5
*
Original v2 revision: 3757
hailfinger
2008-11-18
1
-17
/
+66
*
Original v2 revision: 3722
hailfinger
2008-11-03
1
-0
/
+34
*
Original v2 revision: 3707
stepan
2008-10-29
1
-0
/
+23
*
Original v2 revision: 3669
uwe
2008-10-18
1
-43
/
+53
*
Original v2 revision: 3418
stuge
2008-07-07
1
-27
/
+12
[next]