aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/spi
AgeCommit message (Expand)Author
2023-06-06drivers/spi/winbond.c: Add W25Q256JW_DTR partFred Reitberger
2023-06-06drivers/spi/spi_flash.c: Print the flash ID when find_match failsFred Reitberger
2023-05-26drivers/spi/spi_sdcard.c: Fix set but unused variableArthur Heymans
2023-03-26drivers/spi/spi_flash.c: Prefer 'if' over '#if"Fred Reitberger
2023-03-26drivers/spi: Add SPI_FLASH_FORCE_4_BYTE_ADDR_MODEFred Reitberger
2023-01-15drivers/spi/acpi: Drop 'disable_gpio_export_in_crs' flagMatt DeVillier
2022-12-23Revert "security/tpm/: turn tis_{init,open} into tis_probe"Sergii Dmytruk
2022-12-21drivers/spi/tpm: verify device supports TPM2Sergii Dmytruk
2022-12-21security/tpm/: turn tis_{init,open} into tis_probeSergii Dmytruk
2022-12-05security/tpm: remove tis_close()Sergii Dmytruk
2022-11-10drivers/spi: Add support for Macronix SPI ROM MX77U25650FRitul Guru
2022-10-26src/drivers: Clean up includesElyes Haouas
2022-09-14timer: Change timer util functions to 64-bitRob Barnes
2022-08-24drivers/spi/tpm: Add Ti50 entry to dev_mapYidi Lin
2022-07-17drivers: Get rid of unnecessary blank lines {before,after} braceElyes HAOUAS
2022-07-14commonlib: Substitude macro "__unused" in compiler.hBill XIE
2022-06-08drivers/tpm/cr50: Add TPM IRQ timeout Kconfig optionYu-Ping Wu
2022-05-31drivers/spi: Add Winbond W25Q256JW detailsRitul Guru
2022-05-02drivers/spi: Add better error reporting to spi_flash_cmd_poll_bitRaul E Rangel
2022-05-02drivers/spi: Convert spi_flash_cmd_poll_bit to use stopwatch APIRaul E Rangel
2022-04-24tpm: Allow separate handling of Google Ti50 TPMJes Klinke
2022-04-22drivers: Remove unused <cbmem.h>Elyes HAOUAS
2022-04-21tpm: Refactor TPM Kconfig dimensionsJes B. Klinke
2022-03-09{drivers/security}: Replace `cb_err_t` with `enum cb_err`Subrata Banik
2022-03-07drivers/tpm/spi: Refactor out some cr50-specific logicTim Wawrzynczak
2022-03-01drivers/tpm/spi: Convert static functions to enum cb_err return typesTim Wawrzynczak
2022-02-15drivers: spi_flash: Addressing mode change for SPI NORT Michael Turney
2022-02-07treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner
2022-02-01drivers/spi/spiconsole.c: Remove unuseful 'return' in void functionElyes HAOUAS
2021-12-15drivers/spi/spi-generic: document SPI_CNTRLR_DEDUCT_CMD_LEN betterFelix Held
2021-12-15drivers/spi/spi-generic: fix edge case in spi_crop_chunkFelix Held
2021-10-05src/acpi to src/lib: Fix spelling errorsMartin Roth
2021-09-13spi-generic: Print an error when trying to use a non-existent busJulius Werner
2021-08-09drivers/spi/acpi: Update _S0W return value to D3hotTim Wawrzynczak
2021-07-22drivers/spi: Increase sector number to 14 for Winbond W25Q512NW-IMShaik Sajida Bhanu
2021-07-15drivers: spi_flash: Add Fast Read Dual I/O supportJulius Werner
2021-06-11drivers/spi: Add winbond chip detailsShaik Sajida Bhanu
2021-04-18Revert "drivers/spi: Stop using a variable-length array"Angel Pons
2021-03-08cbfs: Pull handling of the CBFS_CACHE mem_pool into CBFS coreJulius Werner
2021-02-15src/drivers: Remove unused <console/console.h>Elyes HAOUAS
2021-02-15drivers/spi: Stop using a variable-length arrayAngel Pons
2021-02-10src: Remove unused <boot_device.h>Elyes HAOUAS
2021-01-19drivers/spi/tpm/tpm.c: Use __func__Elyes HAOUAS
2021-01-19drivers/spi/tpm/tis.c: Use __func__Elyes HAOUAS
2020-12-08coreboot tables: Add SPI flash memory map windows to coreboot tablesFurquan Shaikh
2020-12-03spi/flashconsole: Fix internal buffer overflowNico Huber
2020-11-09acpi: Call acpi_fill_ssdt() only for enabled devicesKarthikeyan Ramasubramanian
2020-10-13src: Rename EM100Pro-specific SPI console Kconfig optionAngel Pons
2020-10-02drivers/spi: Add BOOT_DEVICE_SPI_FLASH_NO_EARLY_WRITES configShelley Chen
2020-09-28drivers/spi: Check return value for error handlingJohn Zhao
2020-09-21src/drivers: Drop unneeded empty linesElyes HAOUAS
2020-09-16drivers/spi/tpm: Improve error checkingCaveh Jalali
2020-08-22drivers/spi/tpm: Add helper to get cr50 firmware versionKarthikeyan Ramasubramanian
2020-08-20drivers/spi/tpm: Enable long cr50 ready pulses for Tiger Lake systemsJes Klinke
2020-07-26src: Update bare access to BOOL CONFIG_ vals to CONFIG()Martin Roth
2020-07-26src: Change BOOL CONFIG_ to CONFIG() in comments & stringsMartin Roth
2020-07-02acpi_device: Replace polarity with active_low in acpi_gpio for GpioIoFurquan Shaikh
2020-06-22spi/winbond: Simplify status reg union typesDaniel Gröber
2020-06-22lockdown: Add Kconfigs for SPI media protection modeDaniel Gröber
2020-06-08spi: Remove non_volatile flag from block protection interfaceDaniel Gröber
2020-06-06src: Remove unused '#include <cpu/x86/smm.h>'Elyes HAOUAS
2020-05-18src: Remove unused 'include <string.h>'Elyes HAOUAS
2020-05-18src: Remove leading blank lines from SPDX headerElyes HAOUAS
2020-05-13src: Remove unused '#include <stdint.h>'Elyes HAOUAS
2020-05-11treewide: Convert more license headers to SPDX stylePatrick Georgi
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-09src/: Replace GPL boilerplate with SPDX headersPatrick Georgi
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2020-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-04-28device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh
2020-04-28drivers/spi/tpm: Add support for non CR50 SPI TPM2Patrick Rudolph
2020-04-23rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner
2020-04-10spi: add Winbond W25Q64JW spi rom supportScott Chao
2020-04-10Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber
2020-04-10Drop unnecessary DEVICE_NOOP entriesNico Huber
2020-04-06src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons
2020-04-02Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2020-01-28drivers/spi/spi_flash: remove spi flash namesAaron Durbin
2020-01-17drivers/spi/spi_flash: organize spi flash by sector topologyAaron Durbin
2020-01-17drivers/spi/spi_flash: introduce common spi_flash_part_id objectAaron Durbin
2020-01-17drivers/spi/spi_flash: remove continuation byte supportAaron Durbin
2020-01-16drivers/spi/spi_flash: add missing status() command callbacksAaron Durbin
2020-01-16drivers/spi/spi_flash: separate out protection opsAaron Durbin
2020-01-16drivers/spi/spi_flash: assume spi_flash read callback existsAaron Durbin
2020-01-15drives/spi/spi_flash: add option to not select all driversAaron Durbin
2020-01-10drivers/spi/spi_flash: explicitly handle STMicro deep power stateAaron Durbin
2020-01-08drivers/spi: remove SPI_FLASH_FAST_READ_DUAL_OUTPUT_3B optionAaron Durbin
2020-01-07drivers/spi/flashconsole: Fix shadowing local variableJohanna Schander
2020-01-06drives/spi_flash: add spi_flash_cmd_write_page_program()Aaron Durbin
2020-01-03drivers/spi/sst: remove unnecessary byte programmingAaron Durbin
2019-12-20{drivers,southbridge}: Replace min() with MIN()Elyes HAOUAS
2019-12-11printf: Automatically prefix %p with 0xJulius Werner
2019-12-02src/: Remove g_ prefixes and _g suffixes from variablesPatrick Georgi
2019-11-30drivers/spi/flashconsole.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans
2019-11-30src/drivers: Fix two issues discovered by checkpatchPatrick Georgi
2019-11-29drivers/spi/boot_device_rw_nommap.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans
2019-11-29drivers/spi/spi_flash.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans
2019-11-29security/tpm: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans