summaryrefslogtreecommitdiffstats
path: root/src/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi_flash: Add Dual SPI supportJulius Werner2019-06-104-4/+77
* spi_flash: Make .read() callback optionalJulius Werner2019-06-1012-103/+35
* spi_flash: gigadevice: Adopt Winbond chip info structureJulius Werner2019-06-101-94/+95
* cbfs_spi: Enable speed logging by default for BIOS_DEBUGJulius Werner2019-06-101-7/+4
* boot_device: Constify argumentPatrick Rudolph2019-05-121-1/+1
* Fix code that would trip -Wtype-limitsJulius Werner2019-05-061-1/+1
* drivers/spi/sst: Remove unused variablesElyes HAOUAS2019-04-251-2/+1
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-231-1/+0
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-231-0/+1
* drivers/spi: Move M25Pxx commands to spi_winbond.hFrans Hendriks2019-04-112-22/+49
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-2/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-202-2/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-0811-45/+45
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-221-2/+2
* drivers/spi/spi_flash.c: Avoid static scan false positiveRichard Spiegel2019-02-201-1/+1
* src: Don't use a #defines like Kconfig symbolsElyes HAOUAS2019-01-281-4/+4
* src/drivers: Remove needless '&' on function pointersElyes HAOUAS2019-01-231-3/+3
* lib/boot_device: Add API for write protect a regionRizwan Qureshi2019-01-211-0/+43
* drivers/spi: Add controller protection typeRizwan Qureshi2019-01-211-2/+3
* drivers/spi/winbond.c: Add the rest of >=1MB Winbond W25 chipsMike Banon2019-01-181-6/+58
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* drivers/spi/stmicro.c: Add the rest of >=1MB STMicro M25/N25 chipsMike Banon2019-01-161-12/+129
* drivers/spi/sst.c: Add three remaining SST25*F080 chipsMike Banon2019-01-161-0/+15
* drivers/spi/amic.c: Add the rest of >=1MB AMIC A25 chipsMike Banon2019-01-141-0/+64
* drivers/spi/adesto.c: Add the rest of >=1MB Adesto AT25 chipsMike Banon2019-01-141-1/+73
* drivers/spi/gigadevice.c: Add the rest of >=1MB Gigadevice GD25 chipsMike Banon2019-01-141-9/+57
* drivers/spi/macronix.c: Add the rest of >=1MB Macronix MX25 chipsMike Banon2019-01-141-15/+79
* drivers/spi/spansion.c: Add more Spansion S25FL_K chipsMike Banon2019-01-141-3/+36
* driver/spi/eon.c: Add the rest of >=1MB EON EN25 chipsMike Banon2019-01-101-9/+162
* driver/spi/eon.c: Add EN25F80Arthur Heymans2018-12-241-0/+9
* drivers/spi/winbond: Fix TB bitPatrick Rudolph2018-12-041-3/+3
* drivers/spi: store detected flash IDsStefan Tauner2018-11-261-1/+4
* src: Remove unneeded include <cbfs.h>Elyes HAOUAS2018-11-161-1/+0
* drivers/*/tpm: Add postcar targetPhilipp Deppenwiese2018-11-091-0/+1
* drivers/spi: Return error in failure casePatrick Rudolph2018-11-081-2/+2
* drivers/spi: Winbond specific write-protection enablePatrick Rudolph2018-10-302-0/+299
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-231-1/+1
* Move compiler.h to commonlibNico Huber2018-10-082-2/+0
* drivers/spi/winbond: Add new chipPatrick Rudolph2018-10-051-0/+10
* drivers/spi/winbond: Fix read protection bitsPatrick Rudolph2018-10-011-8/+7
* drivers/spi: Read Winbond's flash protection bitsPatrick Rudolph2018-09-162-0/+176
* acpi: Call acpi_gen_writeSTA by status from device treeHung-Te Lin2018-09-161-0/+1
* src/drivers/spi/tpm: Fix typo & capitalize TPM and IRQElyes HAOUAS2018-09-021-9/+9
* 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
* driver/spi/stmicro: add 3.3V variant of N25Q032Stefan Tauner2018-08-131-4/+13
* drivers/spi/spi_flash.c: Check input parameterRichard Spiegel2018-08-091-0/+4
* drivers/spi/winbond: Improve structure packingPatrick Rudolph2018-08-091-84/+86
* drivers/spi: Add Winbond W25Q80Kyösti Mälkki2018-06-161-0/+8
* driver/spi/macronix.c: Add MX25L8005Arthur Heymans2018-06-141-0/+8