Age | Commit message (Expand) | Author |
2021-01-19 | drivers/spi/tpm/tpm.c: Use __func__ | Elyes HAOUAS |
2021-01-19 | drivers/spi/tpm/tis.c: Use __func__ | Elyes HAOUAS |
2020-12-08 | coreboot tables: Add SPI flash memory map windows to coreboot tables | Furquan Shaikh |
2020-12-03 | spi/flashconsole: Fix internal buffer overflow | Nico Huber |
2020-11-09 | acpi: Call acpi_fill_ssdt() only for enabled devices | Karthikeyan Ramasubramanian |
2020-10-13 | src: Rename EM100Pro-specific SPI console Kconfig option | Angel Pons |
2020-10-02 | drivers/spi: Add BOOT_DEVICE_SPI_FLASH_NO_EARLY_WRITES config | Shelley Chen |
2020-09-28 | drivers/spi: Check return value for error handling | John Zhao |
2020-09-21 | src/drivers: Drop unneeded empty lines | Elyes HAOUAS |
2020-09-16 | drivers/spi/tpm: Improve error checking | Caveh Jalali |
2020-08-22 | drivers/spi/tpm: Add helper to get cr50 firmware version | Karthikeyan Ramasubramanian |
2020-08-20 | drivers/spi/tpm: Enable long cr50 ready pulses for Tiger Lake systems | Jes Klinke |
2020-07-26 | src: Update bare access to BOOL CONFIG_ vals to CONFIG() | Martin Roth |
2020-07-26 | src: Change BOOL CONFIG_ to CONFIG() in comments & strings | Martin Roth |
2020-07-02 | acpi_device: Replace polarity with active_low in acpi_gpio for GpioIo | Furquan Shaikh |
2020-06-22 | spi/winbond: Simplify status reg union types | Daniel Gröber |
2020-06-22 | lockdown: Add Kconfigs for SPI media protection mode | Daniel Gröber |
2020-06-08 | spi: Remove non_volatile flag from block protection interface | Daniel Gröber |
2020-06-06 | src: Remove unused '#include <cpu/x86/smm.h>' | Elyes HAOUAS |
2020-05-18 | src: Remove unused 'include <string.h>' | Elyes HAOUAS |
2020-05-18 | src: Remove leading blank lines from SPDX header | Elyes HAOUAS |
2020-05-13 | src: Remove unused '#include <stdint.h>' | Elyes HAOUAS |
2020-05-11 | treewide: Convert more license headers to SPDX style | Patrick Georgi |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-09 | src/: Replace GPL boilerplate with SPDX headers | Patrick Georgi |
2020-05-06 | treewide: replace GPLv2 long form headers with SPDX header | Patrick Georgi |
2020-05-06 | treewide: Move "is part of the coreboot project" line in its own comment | Patrick Georgi |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh |
2020-04-28 | device: Constify struct device * parameter to acpi_fill_ssdt() | Furquan Shaikh |
2020-04-28 | drivers/spi/tpm: Add support for non CR50 SPI TPM2 | Patrick Rudolph |
2020-04-23 | rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE | Julius Werner |
2020-04-10 | spi: add Winbond W25Q64JW spi rom support | Scott Chao |
2020-04-10 | Replace DEVICE_NOOP with noop_(set|read)_resources | Nico Huber |
2020-04-10 | Drop unnecessary DEVICE_NOOP entries | Nico Huber |
2020-04-06 | src/drivers: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-04-02 | Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` | Nico Huber |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2020-01-28 | drivers/spi/spi_flash: remove spi flash names | Aaron Durbin |
2020-01-17 | drivers/spi/spi_flash: organize spi flash by sector topology | Aaron Durbin |
2020-01-17 | drivers/spi/spi_flash: introduce common spi_flash_part_id object | Aaron Durbin |
2020-01-17 | drivers/spi/spi_flash: remove continuation byte support | Aaron Durbin |
2020-01-16 | drivers/spi/spi_flash: add missing status() command callbacks | Aaron Durbin |
2020-01-16 | drivers/spi/spi_flash: separate out protection ops | Aaron Durbin |
2020-01-16 | drivers/spi/spi_flash: assume spi_flash read callback exists | Aaron Durbin |
2020-01-15 | drives/spi/spi_flash: add option to not select all drivers | Aaron Durbin |
2020-01-10 | drivers/spi/spi_flash: explicitly handle STMicro deep power state | Aaron Durbin |
2020-01-08 | drivers/spi: remove SPI_FLASH_FAST_READ_DUAL_OUTPUT_3B option | Aaron Durbin |
2020-01-07 | drivers/spi/flashconsole: Fix shadowing local variable | Johanna Schander |
2020-01-06 | drives/spi_flash: add spi_flash_cmd_write_page_program() | Aaron Durbin |
2020-01-03 | drivers/spi/sst: remove unnecessary byte programming | Aaron Durbin |