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
/
spi_flash.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drivers/spi/spi_flash: remove spi flash names
Aaron Durbin
2020-01-28
1
-10
/
+15
*
drivers/spi/spi_flash: organize spi flash by sector topology
Aaron Durbin
2020-01-17
1
-43
/
+117
*
drivers/spi/spi_flash: remove continuation byte support
Aaron Durbin
2020-01-17
1
-40
/
+24
*
drivers/spi/spi_flash: separate out protection ops
Aaron Durbin
2020-01-16
1
-5
/
+4
*
drivers/spi/spi_flash: assume spi_flash read callback exists
Aaron Durbin
2020-01-16
1
-5
/
+2
*
drivers/spi/spi_flash: explicitly handle STMicro deep power state
Aaron Durbin
2020-01-10
1
-3
/
+9
*
drives/spi_flash: add spi_flash_cmd_write_page_program()
Aaron Durbin
2020-01-06
1
-0
/
+54
*
drivers/spi/spi_flash.c: Drop CAR_GLOBAL_MIGRATION support
Arthur Heymans
2019-11-29
1
-6
/
+5
*
src/{device,drivers}: Use 'include <stdlib.h>' when appropriate
Elyes HAOUAS
2019-10-27
1
-1
/
+1
*
src: Use 'include <boot/coreboot_tables.h>' when appropriate
Elyes HAOUAS
2019-10-27
1
-0
/
+1
*
AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS file
Martin Roth
2019-10-22
1
-4
/
+9
*
drivers/spi: ignore -Wvla on clang too
Greg V
2019-10-09
1
-1
/
+1
*
drivers/spi/spi_flash.c: Add SPI vendor IDs
Richard Spiegel
2019-09-04
1
-11
/
+11
*
src: Remove variable length arrays
Jacob Garber
2019-08-20
1
-0
/
+1
*
include/spi-generic: Append unit to macro names
Uwe Poeche
2019-07-23
1
-1
/
+2
*
spi_flash: Add Dual SPI support
Julius Werner
2019-06-10
1
-2
/
+39
*
spi_flash: Make .read() callback optional
Julius Werner
2019-06-10
1
-62
/
+35
*
Fix code that would trip -Wtype-limits
Julius Werner
2019-05-06
1
-1
/
+1
*
src: Add missing include 'console.h'
Elyes HAOUAS
2019-04-23
1
-0
/
+1
*
src: Use include <delay.h> when appropriate
Elyes HAOUAS
2019-04-06
1
-2
/
+1
*
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-08
1
-16
/
+16
*
drivers/spi/spi_flash.c: Avoid static scan false positive
Richard Spiegel
2019-02-20
1
-1
/
+1
*
drivers/spi: Add controller protection type
Rizwan Qureshi
2019-01-21
1
-2
/
+3
*
buildsystem: Promote rules.h to default include
Kyösti Mälkki
2019-01-16
1
-1
/
+0
*
drivers/spi: store detected flash IDs
Stefan Tauner
2018-11-26
1
-1
/
+4
*
src: Remove unneeded include <cbfs.h>
Elyes HAOUAS
2018-11-16
1
-1
/
+0
*
drivers/spi: Return error in failure case
Patrick Rudolph
2018-11-08
1
-2
/
+2
*
drivers/spi: Winbond specific write-protection enable
Patrick Rudolph
2018-10-30
1
-0
/
+49
*
drivers/spi: Read Winbond's flash protection bits
Patrick Rudolph
2018-09-16
1
-0
/
+22
*
Revert "drivers/spi/spi_flash: don't allocate unbounded stack memory"
Patrick Georgi
2018-08-25
1
-15
/
+10
*
drivers/spi/spi_flash: don't allocate unbounded stack memory
Patrick Georgi
2018-08-23
1
-10
/
+15
*
drivers/spi/spi_flash.c: Check input parameter
Richard Spiegel
2018-08-09
1
-0
/
+4
*
drivers/spi: reduce confusion in the API
Aaron Durbin
2018-04-23
1
-0
/
+48
*
driver/spi: Warn when probed SF size differs from CONFIG_ROM_SIZE
Arthur Heymans
2018-02-20
1
-0
/
+6
*
drivers/spi/spi_flash: honor spi controller fifo size for reads
Aaron Durbin
2018-01-26
1
-2
/
+30
*
drivers/spi/spi_flash: add flash region protection to controller
Aaron Durbin
2017-12-15
1
-0
/
+26
*
drivers/spi: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-07-02
1
-12
/
+12
*
drivers/spi: Don't disable non-existent warnings on clang
Stefan Reinauer
2017-06-27
1
-0
/
+2
*
drivers/spi/spi_flash: Move flash ops to spi_flash_ops structure
Furquan Shaikh
2017-05-19
1
-4
/
+7
*
drivers/spi/spi_flash: Clean up SPI flash probe
Furquan Shaikh
2017-05-19
1
-23
/
+11
*
drivers/spi/spi_flash: Pass in spi_slave structure as const to probe functions
Furquan Shaikh
2017-05-19
1
-3
/
+4
*
drivers/spi/spi_flash: Pass in flash structure to fill in probe
Furquan Shaikh
2017-05-19
1
-24
/
+24
*
drivers/spi/spi_flash: Use boot_device_spi_flash to obtain spi_flash structure
Furquan Shaikh
2017-05-19
1
-13
/
+2
*
SPI: Fix command-response behavior
Kyösti Mälkki
2017-01-10
1
-1
/
+4
*
spi: Get rid of SPI_ATOMIC_SEQUENCING
Furquan Shaikh
2016-12-23
1
-32
/
+15
*
spi_flash: Make a deep copy of spi_slave structure
Furquan Shaikh
2016-12-06
1
-11
/
+11
*
spi: Pass pointer to spi_slave structure in spi_setup_slave
Furquan Shaikh
2016-12-05
1
-6
/
+5
*
spi: Fix parameter types for spi functions
Furquan Shaikh
2016-12-05
1
-2
/
+2
*
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
[next]