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
/
amic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
src/drivers: Remove unused <console/console.h>
Elyes HAOUAS
2021-02-15
1
-1
/
+0
*
src: Remove unused 'include <string.h>'
Elyes HAOUAS
2020-05-18
1
-1
/
+0
*
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-11
1
-1
/
+0
*
treewide: replace GPLv2 long form headers with SPDX header
Patrick Georgi
2020-05-06
1
-11
/
+1
*
treewide: Move "is part of the coreboot project" line in its own comment
Patrick Georgi
2020-05-06
1
-2
/
+1
*
drivers/spi/spi_flash: remove spi flash names
Aaron Durbin
2020-01-28
1
-19
/
+19
*
drivers/spi/spi_flash: organize spi flash by sector topology
Aaron Durbin
2020-01-17
1
-49
/
+8
*
drivers/spi/spi_flash: introduce common spi_flash_part_id object
Aaron Durbin
2020-01-17
1
-55
/
+26
*
drivers/spi/spi_flash: add missing status() command callbacks
Aaron Durbin
2020-01-16
1
-0
/
+2
*
drivers/spi/spi_flash: assume spi_flash read callback exists
Aaron Durbin
2020-01-16
1
-0
/
+1
*
drives/spi_flash: add spi_flash_cmd_write_page_program()
Aaron Durbin
2020-01-06
1
-60
/
+3
*
{drivers,southbridge}: Replace min() with MIN()
Elyes HAOUAS
2019-12-20
1
-2
/
+2
*
printf: Automatically prefix %p with 0x
Julius Werner
2019-12-11
1
-1
/
+1
*
AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS file
Martin Roth
2019-10-22
1
-5
/
+9
*
include/spi-generic: Append unit to macro names
Uwe Poeche
2019-07-23
1
-1
/
+2
*
spi_flash: Make .read() callback optional
Julius Werner
2019-06-10
1
-5
/
+0
*
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-08
1
-3
/
+3
*
drivers/spi/amic.c: Add the rest of >=1MB AMIC A25 chips
Mike Banon
2019-01-14
1
-0
/
+64
*
drivers/spi: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-07-02
1
-2
/
+2
*
drivers/spi/spi_flash: Move flash ops to spi_flash_ops structure
Furquan Shaikh
2017-05-19
1
-7
/
+11
*
drivers/spi/spi_flash: Pass in spi_slave structure as const to probe functions
Furquan Shaikh
2017-05-19
1
-1
/
+1
*
drivers/spi/spi_flash: Pass in flash structure to fill in probe
Furquan Shaikh
2017-05-19
1
-10
/
+4
*
drivers/spi/spi_flash: Add page_size to struct spi_flash
Furquan Shaikh
2017-05-19
1
-35
/
+18
*
drivers/spi: Re-factor spi_crop_chunk
Furquan Shaikh
2017-05-05
1
-1
/
+1
*
spi_flash: Make a deep copy of spi_slave structure
Furquan Shaikh
2016-12-06
1
-3
/
+4
*
spi: Clean up SPI flash driver interface
Furquan Shaikh
2016-11-22
1
-15
/
+9
*
drivers/spi: Pass flash parameters from coreboot to payload
Dan Ehrenberg
2015-04-17
1
-6
/
+2
*
drivers/spi: Sanitize headers from preprocessor abuse
Edward O'Callaghan
2014-07-17
1
-0
/
+1
*
SPI: Split writes using spi_crop_chunk()
Kyösti Mälkki
2014-07-14
1
-2
/
+2
*
SPI flash: Fix alignment checks in Page Program commands
Kyösti Mälkki
2014-07-14
1
-1
/
+2
*
src/drivers/spi: introduce AMIC support
Idwer Vollering
2014-02-17
1
-0
/
+179