Age | Commit message (Expand) | Author |
2018-09-16 | acpi: Call acpi_gen_writeSTA by status from device tree | Hung-Te Lin |
2018-09-02 | src/drivers/spi/tpm: Fix typo & capitalize TPM and IRQ | Elyes HAOUAS |
2018-08-25 | Revert "drivers/spi/spi_flash: don't allocate unbounded stack memory" | Patrick Georgi |
2018-08-23 | drivers/spi/spi_flash: don't allocate unbounded stack memory | Patrick Georgi |
2018-08-13 | driver/spi/stmicro: add 3.3V variant of N25Q032 | Stefan Tauner |
2018-08-09 | drivers/spi/spi_flash.c: Check input parameter | Richard Spiegel |
2018-08-09 | drivers/spi/winbond: Improve structure packing | Patrick Rudolph |
2018-06-16 | drivers/spi: Add Winbond W25Q80 | Kyösti Mälkki |
2018-06-14 | driver/spi/macronix.c: Add MX25L8005 | Arthur Heymans |
2018-06-11 | drivers/spi: Remove Kconfig prompt from SPI_FLASH_SMM | Nico Huber |
2018-06-11 | drivers/spi: Treat all stages commonly when adding drivers | Nico Huber |
2018-06-11 | drivers/spi: Remove DEBUG_SMI guard | Nico Huber |
2018-06-04 | security/tpm: Unify the coreboot TPM software stack | Philipp Deppenwiese |
2018-05-02 | src/drivers: Add reset/enable/stop_off_ms variables to ACPI devices | Shelley Chen |
2018-04-24 | compiler.h: add __weak macro | Aaron Durbin |
2018-04-23 | drivers/spi: reduce confusion in the API | Aaron Durbin |
2018-04-03 | spi: Add helper functions for bit-banging | Julius Werner |
2018-04-01 | drivers/spi/flashconsole.c: Fix broken header | Arthur Heymans |
2018-02-20 | driver/spi: Warn when probed SF size differs from CONFIG_ROM_SIZE | Arthur Heymans |
2018-01-30 | drivers/spi: support cmd opcode deduction for spi_crop_chunk() | Aaron Durbin |
2018-01-26 | drivers/spi/spi_flash: honor spi controller fifo size for reads | Aaron Durbin |
2018-01-18 | security/tpm: Change TPM naming for different layers. | Philipp Deppenwiese |
2018-01-18 | security/tpm: Move tpm TSS and TSPI layer to security section | Philipp Deppenwiese |
2017-12-18 | spi/tpm: Clear pending irqs during tpm2_init | Shelley Chen |
2017-12-15 | drivers/spi/spi_flash: add flash region protection to controller | Aaron Durbin |
2017-12-14 | drivers/spi: Enable flashconsole in verstage | Duncan Laurie |
2017-11-28 | spi/tpm.c do not waste time on wake pulses unless necessary | Vadim Bendebury |
2017-11-21 | spi/tpm: claim locality just once during boot | Vadim Bendebury |
2017-11-16 | drivers/spi/tpm: Poll TPM_VALID bit until valid | Shelley Chen |
2017-11-01 | spi/tpm: Make sure AP properly syncs up with Cr50 | Vadim Bendebury |
2017-10-16 | console/flashconsole: Enable support for postcar | Youness Alaoui |
2017-09-14 | device: acpi_name() should take a const struct device | Aaron Durbin |
2017-08-30 | acpigen: Add stop gpio control to power resource | Furquan Shaikh |
2017-07-02 | drivers/spi: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-06-27 | drivers/spi: Don't disable non-existent warnings on clang | Stefan Reinauer |
2017-06-04 | console/flashsconsole: Add spi flash console for debugging | Youness Alaoui |
2017-05-24 | drivers/spi/spi-generic: Make spi_setup_slave strong symbol | Furquan Shaikh |
2017-05-19 | drivers/spi/spi_flash: Move flash ops to spi_flash_ops structure | Furquan Shaikh |
2017-05-19 | drivers/spi/spi_flash: Clean up SPI flash probe | Furquan Shaikh |
2017-05-19 | drivers/spi/spi_flash: Pass in spi_slave structure as const to probe functions | Furquan Shaikh |
2017-05-19 | drivers/spi/spi_flash_internal: Remove unused spi_fram_probe_ramtron | Furquan Shaikh |
2017-05-19 | drivers/spi/spi_flash: Pass in flash structure to fill in probe | Furquan Shaikh |
2017-05-19 | drivers/spi/spi_flash: Add page_size to struct spi_flash | Furquan Shaikh |
2017-05-19 | drivers/spi/spi_flash: Use boot_device_spi_flash to obtain spi_flash structure | Furquan Shaikh |
2017-05-19 | drivers/spi/cbfs_spi: Provide implementation of boot_device_spi_flash | Furquan Shaikh |
2017-05-05 | drivers/spi: Re-factor spi_crop_chunk | Furquan Shaikh |
2017-04-24 | drivers/spi/tpm: Do not let MAINBOARD_HAS_SPI_TPM_CR50 depend on SPI_TPM | Daniel Kurtz |
2017-04-24 | drivers/spi/spiconsole: Fix broken spiconsole driver | Furquan Shaikh |
2017-04-13 | drivers/spi/tpm: Clean up SPI TPM driver | Furquan Shaikh |
2017-04-09 | drivers/spi: Get rid of spi_get_config | Furquan Shaikh |
2017-04-05 | drivers/spi/tpm: Allow TPM_SPI to be used with PC80_SYSTEM. | Furquan Shaikh |
2017-04-05 | drivers/spi/tpm: Make SPI TPM driver CAR-safe | Furquan Shaikh |
2017-04-05 | drivers/spi/tpm: using tpm irq to sync tpm transaction | Jeffy Chen |
2017-04-05 | drivers/spi/tpm: try to wake cr50 if it is asleep | Jeffy Chen |
2017-04-05 | drivers/spi/tpm: Add tis.c and tpm.c to ramstage and romstage | Furquan Shaikh |
2017-04-03 | drivers/spi/tpm: honor tis_sendrecv() API | Aaron Durbin |
2017-04-03 | drivers/spi/tpm: make tpm_info object local to compilation unit | Aaron Durbin |
2017-04-03 | drivers/spi/tpm: de-assert chip select on transaction error | Aaron Durbin |
2017-03-09 | drivers/spi/tpm: provide Kconfig to indicate CR50 usage | Aaron Durbin |
2017-02-19 | drivers/spi/acpi: Add additional generic ACPI support | Duncan Laurie |
2017-02-16 | drivers/spi: Add support for generating SPI device in SSDT | Furquan Shaikh |
2017-02-16 | spi: Add function callback to get configuration of SPI bus | Furquan Shaikh |
2017-01-10 | SPI: Fix command-response behavior | Kyösti Mälkki |
2016-12-23 | spi: Get rid of SPI_ATOMIC_SEQUENCING | Furquan Shaikh |
2016-12-19 | drivers/spi: fix flash writes at page boundaries | Aaron Durbin |
2016-12-16 | tpm2: handle failures more gracefully | Vadim Bendebury |
2016-12-08 | drivers/spi: provide a mechanism to obtain the SPI flash boot device | Aaron Durbin |
2016-12-07 | spi: Clean up SPI driver interface | Furquan Shaikh |
2016-12-06 | spi_flash: Make a deep copy of spi_slave structure | Furquan Shaikh |
2016-12-05 | spi: Define and use spi_ctrlr structure | Furquan Shaikh |
2016-12-05 | spi: Pass pointer to spi_slave structure in spi_setup_slave | Furquan Shaikh |
2016-12-05 | spi: Fix parameter types for spi functions | Furquan Shaikh |
2016-11-22 | spi: Get rid of flash_programmer_probe in spi_slave structure | Furquan Shaikh |
2016-11-22 | spi: Get rid of max_transfer_size parameter in spi_slave structure | Furquan Shaikh |
2016-11-22 | spi: Clean up SPI flash driver interface | Furquan Shaikh |
2016-10-06 | spi: Add a way to show SPI transfer speed for reads | Simon Glass |
2016-10-02 | Kconfig: Update default hex values to start with 0x | Martin Roth |
2016-08-24 | drivers/spi: remove unconditional RW boot device initialization | Aaron Durbin |
2016-08-23 | drivers/spi: be sure to call spi_init() before spi_flash_probe() | Aaron Durbin |
2016-08-19 | drivers/spi: provide optional implementation of boot_device_rw() | Aaron Durbin |
2016-08-19 | drivers/spi: include SPI flash modules for all stages | Aaron Durbin |
2016-08-19 | drivers/spi: ensure SPI flash is boot device for coreboot tables | Aaron Durbin |
2016-08-19 | lib/cbfs_spi: provide boot_device_rw() support | Aaron Durbin |
2016-08-19 | Kconfig: introduce writable boot device notion | Aaron Durbin |
2016-08-19 | drivers/spi: move cbfs_spi.c location | Aaron Durbin |
2016-08-19 | Kconfig: separate memory mapped boot device from SPI | Aaron Durbin |
2016-08-19 | tpm2: Fixed typo | Robert Foss |
2016-08-18 | Kconfig: rename BOOT_MEDIA_SPI_BUS to BOOT_DEVICE_SPI_FLASH_BUS | Aaron Durbin |
2016-08-18 | Kconfig: lay groundwork for not assuming SPI flash boot device | Aaron Durbin |
2016-08-15 | Revert "Kconfig: separate memory mapped boot device from SPI" | Aaron Durbin |
2016-08-15 | drivers/spi: provide option to not include all flash drivers | Aaron Durbin |
2016-08-15 | Kconfig: separate memory mapped boot device from SPI | Aaron Durbin |
2016-08-05 | drivers/spi: Add support for Micron N25Q128A | Werner Zeh |
2016-08-03 | spi/tpm: read TPM version in larger chunks | Vadim Bendebury |
2016-08-01 | Add newlines at the end of all coreboot files | Martin Roth |
2016-07-31 | Remove extra newlines from the end of all coreboot files. | Martin Roth |
2016-07-12 | tpm: report firmware version | Vadim Bendebury |
2016-07-11 | tpm: use proper locality zero SPI bus addresses | Vadim Bendebury |
2016-06-23 | kconfig: add missing SPI TPM CS config definition | Vadim Bendebury |
2016-06-23 | tpm2: add SPI TPM driver | Vadim Bendebury |