Age | Commit message (Expand) | Author |
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 |
2016-06-23 | kconfig: allow various tpm type and interface permutations | Vadim Bendebury |
2016-05-09 | spi: Add support for Winbond W25Q256 | Varadarajan Narayanan |
2016-03-11 | spi/SST: fix write support for SST25VF064C | Alexander Couzens |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-05 | Add EM100 'hyper term' spi console support in ramstage & smm | Martin Roth |
2015-09-07 | Drop "See file CREDITS..." comment | Stefan Reinauer |
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-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-05-04 | drivers/spi/stmicro: Rename N25Q256A to N25Q256 | David Imhoff |
2015-05-04 | drivers/spi/stmicro: Add '.op_erase' for N25Q256 | David Imhoff |
2015-05-04 | drivers/spi/stmicro: Add N25Q064 support | David Imhoff |
2015-05-04 | spi: Remove out of date comment and reorder flash table | David Imhoff |
2015-05-04 | spi: Change 'page' to 'sector' in log message | David Imhoff |
2015-04-17 | flash: use two bytes of device ID to identify stmicro chips | Daisuke Nojiri |
2015-04-17 | spi: allow inclusion of Micronix and STM drivers in bootblock | Vadim Bendebury |
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 |
2015-03-20 | verstage should include the CBFS SPI wrapper, when configured | Vadim Bendebury |
2015-03-20 | spi: Add GigaDevice GD25LQ64C/GD25LB64C SPI ROM support | Marc Jones |
2015-03-20 | spi: do not use malloc in Gigadevice driver | David Hendricks |
2015-03-20 | spi: do not use malloc in Winbond driver | Vadim Bendebury |
2015-03-20 | spi_flash: add support for S25FL116K | Daisuke Nojiri |
2015-01-09 | spi: Add Spansion flash S25FL128P | Vadim Bendebury |
2014-12-30 | SPI: Add Eon EN25S64 support. | Marc Jones |
2014-12-30 | SPI: Fix Eon support | Marc Jones |
2014-12-30 | drivers/spi: Prepare Spansion driver for use in CBFS wrapper | Vadim Bendebury |
2014-12-30 | Provide a common CBFS wrapper for SPI storage | Vadim Bendebury |
2014-12-30 | drivers/spi: add support for another Spansion chip | 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: Add support for Winbond W25Q32DW | David Hendricks |
2014-12-16 | spi: Make idcode debug print more useful | David Hendricks |
2014-12-09 | vboot: allow for non-memory-mapped VBOOT regions | Aaron Durbin |
2014-12-09 | spi/macronix: Add support for MX25L3239E | Dave Frodin |
2014-12-03 | SPI: Add vendor Atmel | Kyösti Mälkki |
2014-12-03 | SPI: Add Macronix part MX25U12835F | Kyösti Mälkki |
2014-10-27 | drivers/spi: add Macronix MX25U6435F and MX25L6495F support | Idwer Vollering |
2014-10-17 | drivers/spi: Add support for Micron N25Q128 | Scott Radcliffe |
2014-09-29 | spi: Add support for Winbond W25Q128FW | Mohan D'Costa |
2014-09-17 | spi: add Kconfig variable for dual-output read enable | David Hendricks |
2014-07-17 | drivers/spi: Sanitize headers from preprocessor abuse | Edward O'Callaghan |
2014-07-14 | SPI: Split writes using spi_crop_chunk() | Kyösti Mälkki |
2014-07-14 | SPI flash: Fix alignment checks in Page Program commands | Kyösti Mälkki |
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 | spi flash: Organise options list | Kyösti Mälkki |
2014-07-05 | drivers/spi: Reduce the per loop delay of spi_flash_cmd_poll_bit() | Dave Frodin |
2014-05-18 | drivers/spi/sst.c: Remove unused func to_sst_spi_flash() | Edward O'Callaghan |
2014-04-29 | SPI: Use common dependency in Kconfig | Kyösti Mälkki |
2014-03-12 | drivers/spi: Add support for adesto SPI flash parts | Chris Douglass |
2014-02-28 | drivers/spi: Sort SPI flash files | Chris Douglass |
2014-02-17 | src/drivers/spi: introduce AMIC support | Idwer Vollering |
2014-01-28 | spi: Add support for Winbod W25Q64DW | Aaron Durbin |
2014-01-23 | SPI: Add API for programmer-specific flashing. | Vladimir Serbinenko |
2014-01-12 | drivers/spi/eon: Add EN25Q64 | Vladimir Serbinenko |
2013-08-23 | SPI: Support STMicro partial page write | Kyösti Mälkki |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2013-02-20 | Whitespace: Replace tab character in license text with two spaces | Paul Menzel |
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-12-06 | driver/spi: Add support of MX25L3235D | Zheng Bao |
2012-11-27 | SPI/SST: Add OpCode Enable-Write-Status-Register (EWSR) | Zheng Bao |
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-26 | Reduce default verbosity of SPI flash drivers | Stefan Reinauer |
2012-05-26 | Fix printk types in SPI flash drivers | Stefan Reinauer |
2012-05-14 | SPI driver: style fix | Patrick Georgi |
2012-05-10 | Add SPI flash driver | Stefan Reinauer |