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
/
sb600spi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce proper error checking for SPI programming.
hailfinger
2009-10-01
1
-6
/
+6
*
This patch cleans up flashrom so that it passes LLVM/clang's scan-build
stepan
2009-09-16
1
-0
/
+5
*
This is a patch which stores eraseblock sizes and corresponding block
hailfinger
2009-09-05
1
-1
/
+1
*
Some SPI chip drivers and the generic 1-byte SPI chip write functions
hailfinger
2009-08-10
1
-1
/
+2
*
Remove unnecessary #include files.
hailfinger
2009-08-09
1
-1
/
+0
*
This is a workaround for a bug in SB600 and SB700. If we only send an
hailfinger
2009-07-23
1
-16
/
+22
*
Use a distinct return code for SPI commands with unsupported/invalid
hailfinger
2009-07-14
1
-5
/
+5
*
Convert SPI byte program to use the multicommand infrastructure.
hailfinger
2009-07-12
1
-4
/
+1
*
Add SPI multicommand infrastructure.
hailfinger
2009-07-10
1
-2
/
+2
*
SB600 SPI: Kill unused variable.
hailfinger
2009-06-23
1
-16
/
+15
*
This patch gives us arbitrary range reads at byte boundaries for every
hailfinger
2009-06-16
1
-2
/
+2
*
flashrom only checks for very few chips if the erase worked.
hailfinger
2009-06-15
1
-1
/
+4
*
Every SPI host controller implemented its own way to read flash chips.
hailfinger
2009-06-13
1
-8
/
+2
*
Add bus type annotation to struct flashchips. Right now, the annotation
hailfinger
2009-05-31
1
-4
/
+4
*
Use accessor functions for MMIO. Some MMIO accesses used volatile,
hailfinger
2009-05-17
1
-11
/
+11
*
Drop unused/duplicated #includes and some dead code (trivial).
uwe
2009-05-16
1
-3
/
+0
*
Chips like the SST SST25VF080B can only handle single byte writes
hailfinger
2009-05-09
1
-1
/
+1
*
Until the ICH SPI driver can handle preopcodes as standalone opcodes, we
hailfinger
2009-05-09
1
-1
/
+4
*
Original v2 revision: 4107
uwe
2009-04-13
1
-1
/
+1
*
Original v2 revision: 3782
stepan
2008-11-29
1
-3
/
+3
*
Original v2 revision: 3779
uwe
2008-11-28
1
-0
/
+175