index
:
flashrom.git
1.0.x
1.1.x
1.2.x
1.3.x
1.3.x_infdev
main
master
stable
staging
testpush
Flash programming utility
flashrom
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sb600spi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add struct flashctx * parameter to all functions accessing flash chips
Carl-Daniel Hailfinger
2011-12-18
1
-2
/
+4
*
Add AMD Hudson chipset-enable
Wang Qing Pei
2011-08-26
1
-2
/
+5
*
Remove unneeded inclusions of chipdrivers.h
Stefan Tauner
2011-08-16
1
-1
/
+0
*
Kill central list of SPI programmers
Michael Karcher
2011-05-11
1
-3
/
+12
*
Factor out SPI write/read chunking wrappers
Michael Karcher
2011-05-11
1
-11
/
+0
*
Convince compilers to put constant data into the .rodata section
Mathias Krause
2011-01-17
1
-1
/
+1
*
Detect embedded EC (IMC) in AMD's SBs
Carl-Daniel Hailfinger
2010-09-15
1
-0
/
+18
*
Add paranoid checks to sb600spi driver
Carl-Daniel Hailfinger
2010-08-18
1
-7
/
+74
*
Split off programmer.h from flash.h
Carl-Daniel Hailfinger
2010-07-27
1
-0
/
+1
*
Move SB600 SPI initialization to sb600spi.c
Michael Karcher
2010-07-22
1
-1
/
+83
*
Use generic unlocking infrastructure for SPI chips
Carl-Daniel Hailfinger
2010-07-14
1
-1
/
+0
*
Convert SPI chips to partial write
Carl-Daniel Hailfinger
2010-07-14
1
-17
/
+2
*
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
*
Introduce a generic SPI read function: spi_write_chunked()
Carl-Daniel Hailfinger
2010-05-21
1
-14
/
+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 sb600spi.c to the new message infrastructure
Carl-Daniel Hailfinger
2010-01-10
1
-30
/
+19
*
Allow one to disable programmer debug messages at compile time
Carl-Daniel Hailfinger
2010-01-07
1
-7
/
+18
*
Introduce proper error checking for SPI programming
Carl-Daniel Hailfinger
2009-10-01
1
-6
/
+6
*
Fix all remaining issues reported by LLVM/clang's scan-build
Stefan Reinauer
2009-09-16
1
-0
/
+5
*
Store block sizes and corresponding erase functions in struct flashchip
Carl-Daniel Hailfinger
2009-09-05
1
-1
/
+1
*
Replace remaining explicit erases in SPI programmer drivers with auto-erases
Carl-Daniel Hailfinger
2009-08-10
1
-1
/
+2
*
Remove unnecessary #include files
Carl-Daniel Hailfinger
2009-08-09
1
-1
/
+0
*
This is a workaround for a bug in SB600 and SB700
Carl-Daniel Hailfinger
2009-07-23
1
-16
/
+22
*
Use a distinct return code for SPI commands with unsupported/invalid length
Carl-Daniel Hailfinger
2009-07-14
1
-5
/
+5
*
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
-2
/
+2
*
SB600 SPI: Kill unused variable
Carl-Daniel Hailfinger
2009-06-23
1
-16
/
+15
*
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
-8
/
+2
*
Add bus type annotation to struct flashchips
Carl-Daniel Hailfinger
2009-05-31
1
-4
/
+4
*
Use accessor functions for MMIO
Carl-Daniel Hailfinger
2009-05-17
1
-11
/
+11
*
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
*
Fix typo
Uwe Hermann
2009-04-13
1
-1
/
+1
*
Copyright update by Jason Wang for freshly written sb600 code
Jason Wang
2008-11-29
1
-3
/
+3
*
Add support for the AMD/ATI SB600 southbridge SPI functionality
Jason Wang
2008-11-28
1
-0
/
+175