summaryrefslogtreecommitdiff
path: root/src/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* 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
* drivers/spi: remove SPI_FLASH_FAST_READ_DUAL_OUTPUT_3B optionAaron Durbin2020-01-081-9/+0
* drivers/spi/flashconsole: Fix shadowing local variableJohanna Schander2020-01-071-9/+8
* drives/spi_flash: add spi_flash_cmd_write_page_program()Aaron Durbin2020-01-0612-593/+92
* drivers/spi/sst: remove unnecessary byte programmingAaron Durbin2020-01-031-20/+2
* {drivers,southbridge}: Replace min() with MIN()Elyes HAOUAS2019-12-2012-25/+25
* printf: Automatically prefix %p with 0xJulius Werner2019-12-1110-12/+12
* src/: Remove g_ prefixes and _g suffixes from variablesPatrick Georgi2019-12-022-42/+42
* drivers/spi/flashconsole.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-301-43/+31
* src/drivers: Fix two issues discovered by checkpatchPatrick Georgi2019-11-301-1/+1
* drivers/spi/boot_device_rw_nommap.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-28/+12
* drivers/spi/spi_flash.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-6/+5
* security/tpm: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-292-56/+44
* Remove MIPS architectureJulius Werner2019-11-201-1/+1
* drivers/spi: add drivers for sdcard mounted on the spi busXiang Wang2019-11-143-0/+821
* spi: Add Winbond W25Q128JW_DTR SPI ROM supportPeichao Wang2019-11-131-0/+11
* region: publicize region_end() and add region_device_end()Aaron Durbin2019-11-111-6/+3
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-272-6/+6
* src/{device,drivers}: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-10-273-1/+5
* 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-2224-93/+85
* 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-2311-13/+25
* include/spi-generic: move common flash timeoutsUwe Poeche2019-07-231-9/+0
* spi_flash: Add Dual SPI supportJulius Werner2019-06-104-4/+77
* spi_flash: Make .read() callback optionalJulius Werner2019-06-1012-103/+35