index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
flashrom
/
spi.c
Age
Commit message (
Expand
)
Author
2009-01-25
flashrom: Beautify flash chip ID verbose printout a little, always use %02x.
Peter Stuge
2008-11-28
Add support for the AMD/ATI SB600 southbridge SPI functionality.
Jason Wang
2008-11-28
Flashrom already has the following probe functions:
Carl-Daniel Hailfinger
2008-11-27
The existing check in probe_spi_res() was right for SPI controllers
Carl-Daniel Hailfinger
2008-11-18
Check for failed SPI command execution in flashrom. Although SPI itself
Carl-Daniel Hailfinger
2008-11-03
Add additional SPI sector erase and chip erase command functions to
Carl-Daniel Hailfinger
2008-10-29
Flashrom support for some Numonyx parts (M25PE)
Stefan Reinauer
2008-10-18
Coding-style fixes for flashrom, partly indent-aided (trivial).
Uwe Hermann
2008-07-07
flashrom: Trivial SPI cleanups
Peter Stuge
2008-06-30
First attempt to clean up SPI probing and create a common
Stefan Reinauer
2008-06-30
Mine AMIC flash chip needs 4 bytes RDID. Following patch adds support for that.
Rudolf Marek
2008-06-30
This patch adds support for VIA SPI controller on VT8237S. It is similar with
Rudolf Marek
2008-06-27
* ICH7 SPI support
Stefan Reinauer
2008-06-24
flashrom: Slight restructure of SPI probe_ functions
Peter Stuge
2008-05-16
Add support for SPI chips on ICH9. This is done by using the generic SPI
Dominik Geyer
2008-05-15
Print detailed status register information for SST25VF series flash.
Carl-Daniel Hailfinger
2008-05-15
Add support for the JEDEC RES (Read Electronic Signature and Resume from
Carl-Daniel Hailfinger
2008-05-14
Check the JEDEC vendor ID for correct parity. Flash chips which can be
Carl-Daniel Hailfinger
2008-05-13
flashrom: Move all IT87xx specific SPI routines from spi.c to a separate
Carl-Daniel Hailfinger
2008-05-13
flashrom: Move the SPI #defines from spi.c to spi.h
Carl-Daniel Hailfinger
2008-05-13
Change the SPI parts of flashrom to prepare for a merge of
Carl-Daniel Hailfinger
2008-05-10
Improve flashrom SPI abstraction, second step.
Carl-Daniel Hailfinger
2008-05-10
flashrom: Rename generic_spi_*() functions to spi_*()
Peter Stuge
2008-02-06
Handle JEDEC JEP106W continuation codes in SPI RDID. Some vendors like
Carl-Daniel Hailfinger
2008-01-22
Make sure we delay writing the next byte long enough in SPI byte
Carl-Daniel Hailfinger
2008-01-21
Omitting the wait for SPI ready when there is no data to be read, e.g.
Ronald Hoogenboom
2008-01-19
Support SPI flash chips bigger than 512 kByte sitting behind IT8716F
Ronald Hoogenboom
2008-01-04
Print at least the vendor for SPI flash chips if the exact chip ID is
Carl-Daniel Hailfinger
2007-12-29
Print the chip status register for all SPI chips on probe if verbose
Carl-Daniel Hailfinger
2007-12-17
To make it easier to add new SPI chips to flashchips.c, rename functions
Carl-Daniel Hailfinger
2007-12-16
Add support for ST M25P80 chips to flashrom. Detection was tested.
Carl-Daniel Hailfinger
2007-10-22
Introduce block and sector erase routines to flashrom, but do not use
Carl-Daniel Hailfinger
2007-10-18
Remove hardcoded wait from SPI write/erase routines and check the chip
Carl-Daniel Hailfinger
2007-10-18
Add generic SPI flash erase and write support to flashrom. The first
Carl-Daniel Hailfinger
2007-10-17
Some cosmetic cleanups in the flashrom code and output.
Uwe Hermann
2007-10-16
Convert the existing it8716f_* functions to generic_spi_* functions by
Carl-Daniel Hailfinger
2007-10-15
(forgot to add spi.c)
Carl-Daniel Hailfinger