summaryrefslogtreecommitdiff
path: root/src/drivers/spi
AgeCommit message (Expand)Author
2019-10-09drivers/spi: ignore -Wvla on clang tooGreg V
2019-09-04drivers/spi/spi_flash.c: Add SPI vendor IDsRichard Spiegel
2019-08-20src: Remove variable length arraysJacob Garber
2019-07-23include/spi-generic: Append unit to macro namesUwe Poeche
2019-07-23include/spi-generic: move common flash timeoutsUwe Poeche
2019-06-10spi_flash: Add Dual SPI supportJulius Werner
2019-06-10spi_flash: Make .read() callback optionalJulius Werner
2019-06-10spi_flash: gigadevice: Adopt Winbond chip info structureJulius Werner
2019-06-10cbfs_spi: Enable speed logging by default for BIOS_DEBUGJulius Werner
2019-05-12boot_device: Constify argumentPatrick Rudolph
2019-05-06Fix code that would trip -Wtype-limitsJulius Werner
2019-04-25drivers/spi/sst: Remove unused variablesElyes HAOUAS
2019-04-23src: include <assert.h> when appropriateElyes HAOUAS
2019-04-23src: Add missing include 'console.h'Elyes HAOUAS
2019-04-11drivers/spi: Move M25Pxx commands to spi_winbond.hFrans Hendriks
2019-04-06src: Use include <delay.h> when appropriateElyes HAOUAS
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-02-22symbols.h: Add macro to define memlayout region symbolsJulius Werner
2019-02-20drivers/spi/spi_flash.c: Avoid static scan false positiveRichard Spiegel
2019-01-28src: Don't use a #defines like Kconfig symbolsElyes HAOUAS
2019-01-23src/drivers: Remove needless '&' on function pointersElyes HAOUAS
2019-01-21lib/boot_device: Add API for write protect a regionRizwan Qureshi
2019-01-21drivers/spi: Add controller protection typeRizwan Qureshi
2019-01-18drivers/spi/winbond.c: Add the rest of >=1MB Winbond W25 chipsMike Banon
2019-01-16buildsystem: Promote rules.h to default includeKyösti Mälkki
2019-01-16drivers/spi/stmicro.c: Add the rest of >=1MB STMicro M25/N25 chipsMike Banon
2019-01-16drivers/spi/sst.c: Add three remaining SST25*F080 chipsMike Banon
2019-01-14drivers/spi/amic.c: Add the rest of >=1MB AMIC A25 chipsMike Banon
2019-01-14drivers/spi/adesto.c: Add the rest of >=1MB Adesto AT25 chipsMike Banon
2019-01-14drivers/spi/gigadevice.c: Add the rest of >=1MB Gigadevice GD25 chipsMike Banon
2019-01-14drivers/spi/macronix.c: Add the rest of >=1MB Macronix MX25 chipsMike Banon
2019-01-14drivers/spi/spansion.c: Add more Spansion S25FL_K chipsMike Banon
2019-01-10driver/spi/eon.c: Add the rest of >=1MB EON EN25 chipsMike Banon
2018-12-24driver/spi/eon.c: Add EN25F80Arthur Heymans
2018-12-04drivers/spi/winbond: Fix TB bitPatrick Rudolph
2018-11-26drivers/spi: store detected flash IDsStefan Tauner
2018-11-16src: Remove unneeded include <cbfs.h>Elyes HAOUAS
2018-11-09drivers/*/tpm: Add postcar targetPhilipp Deppenwiese
2018-11-08drivers/spi: Return error in failure casePatrick Rudolph
2018-10-30drivers/spi: Winbond specific write-protection enablePatrick Rudolph
2018-10-23src: Remove unneeded whitespaceElyes HAOUAS
2018-10-08Move compiler.h to commonlibNico Huber
2018-10-05drivers/spi/winbond: Add new chipPatrick Rudolph
2018-10-01drivers/spi/winbond: Fix read protection bitsPatrick Rudolph
2018-09-16drivers/spi: Read Winbond's flash protection bitsPatrick Rudolph
2018-09-16acpi: Call acpi_gen_writeSTA by status from device treeHung-Te Lin
2018-09-02src/drivers/spi/tpm: Fix typo & capitalize TPM and IRQElyes HAOUAS
2018-08-25Revert "drivers/spi/spi_flash: don't allocate unbounded stack memory"Patrick Georgi
2018-08-23drivers/spi/spi_flash: don't allocate unbounded stack memoryPatrick Georgi