index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
southbridge
/
intel
/
common
/
spi.c
Age
Commit message (
Expand
)
Author
2020-01-28
drivers/spi/spi_flash: remove spi flash names
Aaron Durbin
2020-01-03
spi-generic: remove SPI_FLASH_SECTOR_ERASE_TIMEOUT_MS
Aaron Durbin
2019-12-20
{drivers,southbridge}: Replace min() with MIN()
Elyes HAOUAS
2019-12-02
src/: Remove g_ prefixes and _g suffixes from variables
Patrick Georgi
2019-11-29
sb/intel/spi: Drop CAR_GLOBAL_MIGRATION
Arthur Heymans
2019-11-26
southbridge/intel/common/spi.c: Define __SIMPLE_DEVICE__
Arthur Heymans
2019-11-26
sb/intel/common/spi: Add Baytrail/Braswell support
Arthur Heymans
2019-10-30
src/southbridge: change "unsigned" to "unsigned int"
Martin Roth
2019-09-30
sb/intel/spi: Use different SPIOPS for most SST flashes
Arthur Heymans
2019-09-25
soc/fsp_broadwell_de: fix flashconsole support for platform
Matt DeVillier
2019-08-20
src: Remove variable length arrays
Jacob Garber
2019-07-28
sb/intel/common/spi: Fix opmenu setup
Nico Huber
2019-07-23
include/spi-generic: Append unit to macro names
Uwe Poeche
2019-07-23
sb/intel/common/spi: Increase flash erase timeout
Uwe Poeche
2019-07-08
sb/intel/common: Add a common interface to set final OPs settings
Arthur Heymans
2019-07-04
sb/intel/common: Use correct bitwise operator
Jacob Garber
2019-06-19
sb/intel/common/spi: Properly check if setting FRP succeeded
Arthur Heymans
2019-06-18
sb/intel/spi: Check for the SPI lock bit during runtime
Arthur Heymans
2019-06-18
sb/intel/common/spi.c: Add a pointer to the ich7 SPI registers
Arthur Heymans
2019-06-18
sb/common/intel/spi.c: Don't use typedefs for structs
Arthur Heymans
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-04
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-03-01
device/pci: Fix PCI accessor headers
Kyösti Mälkki
2019-02-28
intel/spi: Switch to native PCI config accessors
Kyösti Mälkki
2019-02-12
sb/intel/common: Remove CAR_GLOBAL use
Arthur Heymans
2019-01-21
drivers/spi: Add controller protection type
Rizwan Qureshi
2019-01-06
device: Use pcidev_on_root()
Kyösti Mälkki
2018-12-19
southbridge: Remove useless include <device/pci_ids.h>
Elyes HAOUAS
2018-11-28
sb/intel/common: Fix style issue in spi.c
Elyes HAOUAS
2018-11-26
sb/intel/common: Fix style issue in spi.c
Patrick Georgi
2018-11-26
sb/intel/spi: read FLCOMP descriptor early and cache it
Stefan Tauner
2018-11-22
sb/intel/common: Reset Pre-OP after atomic SPI cycle is finished
Werner Zeh
2018-11-16
src: Get rid of duplicated includes
Elyes HAOUAS
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-06-14
src: Get rid of device_t
Elyes HAOUAS
2018-06-04
src/sb/intel/common/spi.c: Adapt and link in romstage
Arthur Heymans
2018-06-04
sb/intel/common/spi.c: Add a SPI write protect function
Arthur Heymans
2018-04-23
drivers/spi: reduce confusion in the API
Aaron Durbin
2017-09-22
sb/intel/common/spi.c: Port to i82801gx
Arthur Heymans
2017-07-16
southbridge/intel: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-07-13
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-05-24
southbridge/intel: Move spi driver to use spi_bus_map
Furquan Shaikh
2017-05-19
drivers/spi/spi_flash: Move flash ops to spi_flash_ops structure
Furquan Shaikh
2017-05-19
drivers/spi/spi_flash: Clean up SPI flash probe
Furquan Shaikh
2017-05-19
drivers/spi/spi_flash: Pass in spi_slave structure as const to probe functions
Furquan Shaikh
2017-05-19
drivers/spi/spi_flash: Pass in flash structure to fill in probe
Furquan Shaikh
2017-05-05
drivers/spi: Re-factor spi_crop_chunk
Furquan Shaikh
2016-12-23
spi: Get rid of SPI_ATOMIC_SEQUENCING
Furquan Shaikh
2016-12-06
intel PCI ops: Remove explicit PCI MMCONF access
Kyösti Mälkki
2016-12-06
spi_flash: Make a deep copy of spi_slave structure
Furquan Shaikh
[next]