Age | Commit message (Expand) | Author |
2024-08-11 | region: Introduce region_create() functions | Nico Huber |
2023-12-18 | drivers/spi: Add ISSI IS25WP256D flash | Maximilian Brune |
2023-07-03 | drivers/spi_flash: Always exit 4-byte address mode when memory-mapped | Fred Reitberger |
2023-06-06 | drivers/spi/spi_flash.c: Print the flash ID when find_match fails | Fred Reitberger |
2023-03-26 | drivers/spi/spi_flash.c: Prefer 'if' over '#if" | Fred Reitberger |
2023-03-26 | drivers/spi: Add SPI_FLASH_FORCE_4_BYTE_ADDR_MODE | Fred Reitberger |
2022-09-14 | timer: Change timer util functions to 64-bit | Rob Barnes |
2022-05-02 | drivers/spi: Add better error reporting to spi_flash_cmd_poll_bit | Raul E Rangel |
2022-05-02 | drivers/spi: Convert spi_flash_cmd_poll_bit to use stopwatch API | Raul E Rangel |
2022-02-15 | drivers: spi_flash: Addressing mode change for SPI NOR | T Michael Turney |
2021-07-15 | drivers: spi_flash: Add Fast Read Dual I/O support | Julius Werner |
2021-04-18 | Revert "drivers/spi: Stop using a variable-length array" | Angel Pons |
2021-02-15 | drivers/spi: Stop using a variable-length array | Angel Pons |
2021-02-10 | src: Remove unused <boot_device.h> | Elyes HAOUAS |
2020-12-08 | coreboot tables: Add SPI flash memory map windows to coreboot tables | Furquan Shaikh |
2020-09-21 | src/drivers: Drop unneeded empty lines | Elyes HAOUAS |
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-11 | treewide: Remove "this file is part of" lines | 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-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: remove continuation byte support | 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-10 | drivers/spi/spi_flash: explicitly handle STMicro deep power state | Aaron Durbin |
2020-01-06 | drives/spi_flash: add spi_flash_cmd_write_page_program() | Aaron Durbin |
2019-11-29 | drivers/spi/spi_flash.c: Drop CAR_GLOBAL_MIGRATION support | Arthur Heymans |
2019-10-27 | src/{device,drivers}: Use 'include <stdlib.h>' when appropriate | Elyes HAOUAS |
2019-10-27 | src: Use 'include <boot/coreboot_tables.h>' when appropriate | Elyes HAOUAS |
2019-10-22 | AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS file | Martin Roth |
2019-10-09 | drivers/spi: ignore -Wvla on clang too | Greg V |
2019-09-04 | drivers/spi/spi_flash.c: Add SPI vendor IDs | Richard Spiegel |
2019-08-20 | src: Remove variable length arrays | Jacob Garber |
2019-07-23 | include/spi-generic: Append unit to macro names | Uwe Poeche |
2019-06-10 | spi_flash: Add Dual SPI support | Julius Werner |
2019-06-10 | spi_flash: Make .read() callback optional | Julius Werner |
2019-05-06 | Fix code that would trip -Wtype-limits | Julius Werner |
2019-04-23 | src: Add missing include 'console.h' | Elyes HAOUAS |
2019-04-06 | src: Use include <delay.h> when appropriate | Elyes HAOUAS |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-02-20 | drivers/spi/spi_flash.c: Avoid static scan false positive | Richard Spiegel |
2019-01-21 | drivers/spi: Add controller protection type | Rizwan Qureshi |
2019-01-16 | buildsystem: Promote rules.h to default include | Kyösti Mälkki |
2018-11-26 | drivers/spi: store detected flash IDs | Stefan Tauner |
2018-11-16 | src: Remove unneeded include <cbfs.h> | Elyes HAOUAS |
2018-11-08 | drivers/spi: Return error in failure case | Patrick Rudolph |
2018-10-30 | drivers/spi: Winbond specific write-protection enable | Patrick Rudolph |
2018-09-16 | drivers/spi: Read Winbond's flash protection bits | Patrick Rudolph |
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-09 | drivers/spi/spi_flash.c: Check input parameter | Richard Spiegel |
2018-04-23 | drivers/spi: reduce confusion in the API | Aaron Durbin |
2018-02-20 | driver/spi: Warn when probed SF size differs from CONFIG_ROM_SIZE | Arthur Heymans |
2018-01-26 | drivers/spi/spi_flash: honor spi controller fifo size for reads | Aaron Durbin |
2017-12-15 | drivers/spi/spi_flash: add flash region protection to controller | Aaron Durbin |
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-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: Pass in flash structure to fill in probe | Furquan Shaikh |
2017-05-19 | drivers/spi/spi_flash: Use boot_device_spi_flash to obtain spi_flash structure | 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-06 | spi_flash: Make a deep copy of spi_slave 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-08-19 | drivers/spi: ensure SPI flash is boot device for coreboot tables | Aaron Durbin |
2015-07-29 | arm, arm64, mips: Add rough static stack size checks with -Wstack-usage | Julius Werner |
2015-06-02 | cbfs: new API and better program loading | Aaron Durbin |
2015-05-28 | Remove leftover tseg_relocate | Vladimir Serbinenko |
2015-05-04 | spi: Change 'page' to 'sector' in log message | David Imhoff |
2015-04-17 | spi: Add function to read flash status register | Duncan Laurie |
2015-04-17 | drivers/spi: Pass flash parameters from coreboot to payload | Dan Ehrenberg |
2015-04-13 | spi: support controllers with limited transfer size capabilities | Vadim Bendebury |
2014-12-17 | spi_flash: Move (de-)assertion of /CS to single location | David Hendricks |
2014-12-17 | spi_flash: Differentiate between atomic/manual sequencing | David Hendricks |
2014-12-16 | spi: Make idcode debug print more useful | David Hendricks |
2014-12-03 | SPI: Add vendor Atmel | Kyösti Mälkki |
2014-07-17 | drivers/spi: Sanitize headers from preprocessor abuse | Edward O'Callaghan |
2014-07-05 | spi: Change spi_xfer to work in units of bytes instead of bits. | Gabe Black |
2014-07-05 | spi: Remove unused parameters from spi_flash_probe and setup_spi_slave. | Gabe Black |
2014-07-05 | drivers/spi: Reduce the per loop delay of spi_flash_cmd_poll_bit() | Dave Frodin |
2014-03-12 | drivers/spi: Add support for adesto SPI flash parts | Chris Douglass |
2014-02-17 | src/drivers/spi: introduce AMIC support | Idwer Vollering |
2014-01-23 | SPI: Add API for programmer-specific flashing. | Vladimir Serbinenko |
2013-02-11 | spi.h: Rename the spi.h to spi-generic.h | Zheng Bao |
2012-12-12 | Claim the SPI bus before writes if the IMC ROM is present | Martin Roth |
2012-12-08 | Limit SPI device debug prints with CONFIG_DEBUG_SPI_FLASH | Marc Jones |
2012-11-12 | SPI: Fix and enable Fast Read support | Duncan Laurie |
2012-11-09 | Add Gigadevice SPI rom support | Martin Roth |
2012-07-24 | SMM: Add option for SPI driver to be available in SMM | Duncan Laurie |
2012-07-24 | SPI flash layer: remove unused function spi_flash_free() | Stefan Reinauer |
2012-05-29 | Fix compilation with CONFIG_DEBUG_SPI_FLASH enabled | Stefan Reinauer |
2012-05-14 | SPI driver: style fix | Patrick Georgi |