summaryrefslogtreecommitdiffstats
path: root/src/drivers/spi/spi_flash.c
Commit message (Expand)AuthorAgeFilesLines
* arm, arm64, mips: Add rough static stack size checks with -Wstack-usageJulius Werner2015-07-291-0/+4
* cbfs: new API and better program loadingAaron Durbin2015-06-021-4/+3
* Remove leftover tseg_relocateVladimir Serbinenko2015-05-281-17/+0
* spi: Change 'page' to 'sector' in log messageDavid Imhoff2015-05-041-1/+1
* spi: Add function to read flash status registerDuncan Laurie2015-04-171-0/+6
* drivers/spi: Pass flash parameters from coreboot to payloadDan Ehrenberg2015-04-171-3/+41
* spi: support controllers with limited transfer size capabilitiesVadim Bendebury2015-04-131-17/+27
* spi_flash: Move (de-)assertion of /CS to single locationDavid Hendricks2014-12-171-17/+4
* spi_flash: Differentiate between atomic/manual sequencingDavid Hendricks2014-12-171-3/+44
* spi: Make idcode debug print more usefulDavid Hendricks2014-12-161-1/+4
* SPI: Add vendor AtmelKyösti Mälkki2014-12-031-0/+3
* drivers/spi: Sanitize headers from preprocessor abuseEdward O'Callaghan2014-07-171-4/+3
* spi: Change spi_xfer to work in units of bytes instead of bits.Gabe Black2014-07-051-3/+3
* spi: Remove unused parameters from spi_flash_probe and setup_spi_slave.Gabe Black2014-07-051-3/+2
* drivers/spi: Reduce the per loop delay of spi_flash_cmd_poll_bit()Dave Frodin2014-07-051-12/+10
* drivers/spi: Add support for adesto SPI flash partsChris Douglass2014-03-121-0/+3
* src/drivers/spi: introduce AMIC supportIdwer Vollering2014-02-171-0/+3
* SPI: Add API for programmer-specific flashing.Vladimir Serbinenko2014-01-231-0/+15
* spi.h: Rename the spi.h to spi-generic.hZheng Bao2013-02-111-1/+1
* Claim the SPI bus before writes if the IMC ROM is presentMartin Roth2012-12-121-0/+3
* Limit SPI device debug prints with CONFIG_DEBUG_SPI_FLASHMarc Jones2012-12-081-1/+2
* SPI: Fix and enable Fast Read supportDuncan Laurie2012-11-121-1/+9
* Add Gigadevice SPI rom supportMartin Roth2012-11-091-0/+3
* SMM: Add option for SPI driver to be available in SMMDuncan Laurie2012-07-241-2/+9
* SPI flash layer: remove unused function spi_flash_free()Stefan Reinauer2012-07-241-7/+0
* Fix compilation with CONFIG_DEBUG_SPI_FLASH enabledStefan Reinauer2012-05-291-1/+0
* SPI driver: style fixPatrick Georgi2012-05-141-1/+1
* Add SPI flash driverStefan Reinauer2012-05-101-0/+309
OpenPOWER on IntegriCloud