summaryrefslogtreecommitdiffstats
path: root/src/drivers/spi/spi_flash.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/spi/spi_flash: remove spi flash namesAaron Durbin2020-01-281-10/+15
* drivers/spi/spi_flash: organize spi flash by sector topologyAaron Durbin2020-01-171-43/+117
* drivers/spi/spi_flash: remove continuation byte supportAaron Durbin2020-01-171-40/+24
* drivers/spi/spi_flash: separate out protection opsAaron Durbin2020-01-161-5/+4
* drivers/spi/spi_flash: assume spi_flash read callback existsAaron Durbin2020-01-161-5/+2
* drivers/spi/spi_flash: explicitly handle STMicro deep power stateAaron Durbin2020-01-101-3/+9
* drives/spi_flash: add spi_flash_cmd_write_page_program()Aaron Durbin2020-01-061-0/+54
* drivers/spi/spi_flash.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-6/+5
* src/{device,drivers}: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-10-271-1/+1
* src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS2019-10-271-0/+1
* AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth2019-10-221-4/+9
* drivers/spi: ignore -Wvla on clang tooGreg V2019-10-091-1/+1
* drivers/spi/spi_flash.c: Add SPI vendor IDsRichard Spiegel2019-09-041-11/+11
* src: Remove variable length arraysJacob Garber2019-08-201-0/+1
* include/spi-generic: Append unit to macro namesUwe Poeche2019-07-231-1/+2
* spi_flash: Add Dual SPI supportJulius Werner2019-06-101-2/+39
* spi_flash: Make .read() callback optionalJulius Werner2019-06-101-62/+35
* Fix code that would trip -Wtype-limitsJulius Werner2019-05-061-1/+1
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-231-0/+1
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-2/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-16/+16
* drivers/spi/spi_flash.c: Avoid static scan false positiveRichard Spiegel2019-02-201-1/+1
* drivers/spi: Add controller protection typeRizwan Qureshi2019-01-211-2/+3
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* drivers/spi: store detected flash IDsStefan Tauner2018-11-261-1/+4
* src: Remove unneeded include <cbfs.h>Elyes HAOUAS2018-11-161-1/+0
* drivers/spi: Return error in failure casePatrick Rudolph2018-11-081-2/+2
* drivers/spi: Winbond specific write-protection enablePatrick Rudolph2018-10-301-0/+49
* drivers/spi: Read Winbond's flash protection bitsPatrick Rudolph2018-09-161-0/+22
* Revert "drivers/spi/spi_flash: don't allocate unbounded stack memory"Patrick Georgi2018-08-251-15/+10
* drivers/spi/spi_flash: don't allocate unbounded stack memoryPatrick Georgi2018-08-231-10/+15
* drivers/spi/spi_flash.c: Check input parameterRichard Spiegel2018-08-091-0/+4
* drivers/spi: reduce confusion in the APIAaron Durbin2018-04-231-0/+48
* driver/spi: Warn when probed SF size differs from CONFIG_ROM_SIZEArthur Heymans2018-02-201-0/+6
* drivers/spi/spi_flash: honor spi controller fifo size for readsAaron Durbin2018-01-261-2/+30
* drivers/spi/spi_flash: add flash region protection to controllerAaron Durbin2017-12-151-0/+26
* drivers/spi: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-021-12/+12
* drivers/spi: Don't disable non-existent warnings on clangStefan Reinauer2017-06-271-0/+2
* drivers/spi/spi_flash: Move flash ops to spi_flash_ops structureFurquan Shaikh2017-05-191-4/+7
* drivers/spi/spi_flash: Clean up SPI flash probeFurquan Shaikh2017-05-191-23/+11
* drivers/spi/spi_flash: Pass in spi_slave structure as const to probe functionsFurquan Shaikh2017-05-191-3/+4
* drivers/spi/spi_flash: Pass in flash structure to fill in probeFurquan Shaikh2017-05-191-24/+24
* drivers/spi/spi_flash: Use boot_device_spi_flash to obtain spi_flash structureFurquan Shaikh2017-05-191-13/+2
* SPI: Fix command-response behaviorKyösti Mälkki2017-01-101-1/+4
* spi: Get rid of SPI_ATOMIC_SEQUENCINGFurquan Shaikh2016-12-231-32/+15
* spi_flash: Make a deep copy of spi_slave structureFurquan Shaikh2016-12-061-11/+11
* spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh2016-12-051-6/+5
* spi: Fix parameter types for spi functionsFurquan Shaikh2016-12-051-2/+2
* spi: Get rid of flash_programmer_probe in spi_slave structureFurquan Shaikh2016-11-221-35/+46
* spi: Get rid of max_transfer_size parameter in spi_slave structureFurquan Shaikh2016-11-221-19/+2