index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drivers
/
spi
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: Fix parameter types for spi functions
Furquan Shaikh
2016-12-05
2
-7
/
+7
*
spi: Get rid of flash_programmer_probe in spi_slave structure
Furquan Shaikh
2016-11-22
1
-35
/
+46
*
spi: Get rid of max_transfer_size parameter in spi_slave structure
Furquan Shaikh
2016-11-22
1
-19
/
+2
*
spi: Clean up SPI flash driver interface
Furquan Shaikh
2016-11-22
16
-151
/
+220
*
spi: Add a way to show SPI transfer speed for reads
Simon Glass
2016-10-06
1
-0
/
+30
*
Kconfig: Update default hex values to start with 0x
Martin Roth
2016-10-02
1
-1
/
+1
*
drivers/spi: remove unconditional RW boot device initialization
Aaron Durbin
2016-08-24
1
-1
/
+4
*
drivers/spi: be sure to call spi_init() before spi_flash_probe()
Aaron Durbin
2016-08-23
1
-0
/
+3
*
drivers/spi: provide optional implementation of boot_device_rw()
Aaron Durbin
2016-08-19
3
-0
/
+112
*
drivers/spi: include SPI flash modules for all stages
Aaron Durbin
2016-08-19
1
-6
/
+10
*
drivers/spi: ensure SPI flash is boot device for coreboot tables
Aaron Durbin
2016-08-19
1
-7
/
+11
*
lib/cbfs_spi: provide boot_device_rw() support
Aaron Durbin
2016-08-19
1
-0
/
+25
*
Kconfig: introduce writable boot device notion
Aaron Durbin
2016-08-19
1
-1
/
+2
*
drivers/spi: move cbfs_spi.c location
Aaron Durbin
2016-08-19
3
-0
/
+92
*
Kconfig: separate memory mapped boot device from SPI
Aaron Durbin
2016-08-19
1
-7
/
+0
*
tpm2: Fixed typo
Robert Foss
2016-08-19
1
-1
/
+1
*
Kconfig: rename BOOT_MEDIA_SPI_BUS to BOOT_DEVICE_SPI_FLASH_BUS
Aaron Durbin
2016-08-18
1
-0
/
+7
*
Kconfig: lay groundwork for not assuming SPI flash boot device
Aaron Durbin
2016-08-18
1
-0
/
+1
*
Revert "Kconfig: separate memory mapped boot device from SPI"
Aaron Durbin
2016-08-15
1
-0
/
+7
*
drivers/spi: provide option to not include all flash drivers
Aaron Durbin
2016-08-15
1
-10
/
+15
*
Kconfig: separate memory mapped boot device from SPI
Aaron Durbin
2016-08-15
1
-7
/
+0
*
drivers/spi: Add support for Micron N25Q128A
Werner Zeh
2016-08-05
1
-0
/
+9
*
spi/tpm: read TPM version in larger chunks
Vadim Bendebury
2016-08-03
1
-10
/
+15
*
Add newlines at the end of all coreboot files
Martin Roth
2016-08-01
1
-1
/
+1
*
Remove extra newlines from the end of all coreboot files.
Martin Roth
2016-07-31
2
-2
/
+0
*
tpm: report firmware version
Vadim Bendebury
2016-07-12
1
-0
/
+31
*
tpm: use proper locality zero SPI bus addresses
Vadim Bendebury
2016-07-11
1
-5
/
+7
*
kconfig: add missing SPI TPM CS config definition
Vadim Bendebury
2016-06-23
1
-0
/
+5
*
tpm2: add SPI TPM driver
Vadim Bendebury
2016-06-23
5
-0
/
+693
*
kconfig: allow various tpm type and interface permutations
Vadim Bendebury
2016-06-23
1
-0
/
+8
*
spi: Add support for Winbond W25Q256
Varadarajan Narayanan
2016-05-09
1
-0
/
+8
*
spi/SST: fix write support for SST25VF064C
Alexander Couzens
2016-03-11
1
-2
/
+94
*
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-31
6
-24
/
+0
*
Add EM100 'hyper term' spi console support in ramstage & smm
Martin Roth
2015-10-05
3
-0
/
+80
*
Drop "See file CREDITS..." comment
Stefan Reinauer
2015-09-07
4
-12
/
+0
*
arm, arm64, mips: Add rough static stack size checks with -Wstack-usage
Julius Werner
2015-07-29
1
-0
/
+4
*
cbfs: new API and better program loading
Aaron Durbin
2015-06-02
1
-4
/
+3
*
Remove leftover tseg_relocate
Vladimir Serbinenko
2015-05-28
1
-17
/
+0
*
Remove address from GPLv2 headers
Patrick Georgi
2015-05-21
5
-9
/
+5
*
drivers/spi/stmicro: Rename N25Q256A to N25Q256
David Imhoff
2015-05-04
1
-3
/
+3
*
drivers/spi/stmicro: Add '.op_erase' for N25Q256
David Imhoff
2015-05-04
1
-2
/
+3
*
drivers/spi/stmicro: Add N25Q064 support
David Imhoff
2015-05-04
1
-0
/
+9
*
spi: Remove out of date comment and reorder flash table
David Imhoff
2015-05-04
1
-13
/
+8
*
spi: Change 'page' to 'sector' in log message
David Imhoff
2015-05-04
1
-1
/
+1
*
flash: use two bytes of device ID to identify stmicro chips
Daisuke Nojiri
2015-04-17
1
-30
/
+34
*
spi: allow inclusion of Micronix and STM drivers in bootblock
Vadim Bendebury
2015-04-17
2
-37
/
+27
*
spi: Add function to read flash status register
Duncan Laurie
2015-04-17
8
-0
/
+21
*
drivers/spi: Pass flash parameters from coreboot to payload
Dan Ehrenberg
2015-04-17
12
-66
/
+64
*
spi: support controllers with limited transfer size capabilities
Vadim Bendebury
2015-04-13
2
-31
/
+27
*
verstage should include the CBFS SPI wrapper, when configured
Vadim Bendebury
2015-03-20
1
-0
/
+11
[next]