summaryrefslogtreecommitdiffstats
path: root/src/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* cbfs: Pull handling of the CBFS_CACHE mem_pool into CBFS coreJulius Werner2021-03-081-17/+2
* src/drivers: Remove unused <console/console.h>Elyes HAOUAS2021-02-158-8/+0
* drivers/spi: Stop using a variable-length arrayAngel Pons2021-02-152-8/+8
* src: Remove unused <boot_device.h>Elyes HAOUAS2021-02-102-2/+1
* drivers/spi/tpm/tpm.c: Use __func__Elyes HAOUAS2021-01-191-1/+2
* drivers/spi/tpm/tis.c: Use __func__Elyes HAOUAS2021-01-191-1/+1
* coreboot tables: Add SPI flash memory map windows to coreboot tablesFurquan Shaikh2020-12-081-0/+8
* spi/flashconsole: Fix internal buffer overflowNico Huber2020-12-031-1/+2
* acpi: Call acpi_fill_ssdt() only for enabled devicesKarthikeyan Ramasubramanian2020-11-091-1/+1
* src: Rename EM100Pro-specific SPI console Kconfig optionAngel Pons2020-10-132-2/+2
* drivers/spi: Add BOOT_DEVICE_SPI_FLASH_NO_EARLY_WRITES configShelley Chen2020-10-021-0/+12
* drivers/spi: Check return value for error handlingJohn Zhao2020-09-281-1/+3
* src/drivers: Drop unneeded empty linesElyes HAOUAS2020-09-214-5/+0
* drivers/spi/tpm: Improve error checkingCaveh Jalali2020-09-161-17/+39
* drivers/spi/tpm: Add helper to get cr50 firmware versionKarthikeyan Ramasubramanian2020-08-222-5/+15
* drivers/spi/tpm: Enable long cr50 ready pulses for Tiger Lake systemsJes Klinke2020-08-202-25/+140
* src: Update bare access to BOOL CONFIG_ vals to CONFIG()Martin Roth2020-07-261-1/+1
* src: Change BOOL CONFIG_ to CONFIG() in comments & stringsMartin Roth2020-07-261-1/+1
* acpi_device: Replace polarity with active_low in acpi_gpio for GpioIoFurquan Shaikh2020-07-021-3/+3
* spi/winbond: Simplify status reg union typesDaniel Gröber2020-06-221-41/+32
* lockdown: Add Kconfigs for SPI media protection modeDaniel Gröber2020-06-221-2/+10
* spi: Remove non_volatile flag from block protection interfaceDaniel Gröber2020-06-083-6/+3
* src: Remove unused '#include <cpu/x86/smm.h>'Elyes HAOUAS2020-06-061-1/+0
* src: Remove unused 'include <string.h>'Elyes HAOUAS2020-05-1810-10/+0
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-183-6/+0
* src: Remove unused '#include <stdint.h>'Elyes HAOUAS2020-05-131-1/+0
* treewide: Convert more license headers to SPDX stylePatrick Georgi2020-05-113-16/+4
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1125-25/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-093-27/+3
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-0613-143/+13
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-0613-26/+13
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-022-3/+3
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-281-1/+1
* drivers/spi/tpm: Add support for non CR50 SPI TPM2Patrick Rudolph2020-04-283-39/+71
* rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner2020-04-231-1/+1
* spi: add Winbond W25Q64JW spi rom supportScott Chao2020-04-101-0/+8
* Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber2020-04-101-2/+2
* Drop unnecessary DEVICE_NOOP entriesNico Huber2020-04-101-1/+0
* src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-069-109/+18
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-5/+5
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* drivers/spi/spi_flash: remove spi flash namesAaron Durbin2020-01-2812-335/+349
* drivers/spi/spi_flash: organize spi flash by sector topologyAaron Durbin2020-01-1712-700/+343
* drivers/spi/spi_flash: introduce common spi_flash_part_id objectAaron Durbin2020-01-1711-963/+608
* drivers/spi/spi_flash: remove continuation byte supportAaron Durbin2020-01-171-40/+24
* drivers/spi/spi_flash: add missing status() command callbacksAaron Durbin2020-01-164-0/+8
* drivers/spi/spi_flash: separate out protection opsAaron Durbin2020-01-162-7/+10
* drivers/spi/spi_flash: assume spi_flash read callback existsAaron Durbin2020-01-1612-5/+16
* drives/spi/spi_flash: add option to not select all driversAaron Durbin2020-01-151-1/+6
* drivers/spi/spi_flash: explicitly handle STMicro deep power stateAaron Durbin2020-01-103-15/+29