1. 5f5c721 drivers/spi/spi_flash.c: Print the flash ID when find_match fails by Fred Reitberger · 1 year, 3 months ago
  2. 3b5d9ee drivers/spi/spi_flash.c: Prefer 'if' over '#if" by Fred Reitberger · 1 year, 5 months ago
  3. 52be7f6 drivers/spi: Add SPI_FLASH_FORCE_4_BYTE_ADDR_MODE by Fred Reitberger · 1 year, 5 months ago
  4. d522f38 timer: Change timer util functions to 64-bit by Rob Barnes · 2 years ago
  5. b90e251 drivers/spi: Add better error reporting to spi_flash_cmd_poll_bit by Raul E Rangel · 2 years, 4 months ago
  6. b10cbd0 drivers/spi: Convert spi_flash_cmd_poll_bit to use stopwatch API by Raul E Rangel · 2 years, 4 months ago
  7. d43e688 drivers: spi_flash: Addressing mode change for SPI NOR by T Michael Turney · 2 years, 7 months ago
  8. df50622 drivers: spi_flash: Add Fast Read Dual I/O support by Julius Werner · 3 years, 1 month ago
  9. df40ca9 Revert "drivers/spi: Stop using a variable-length array" by Angel Pons · 3 years, 4 months ago
  10. 59626b8 drivers/spi: Stop using a variable-length array by Angel Pons · 3 years, 6 months ago
  11. f7a7e65 src: Remove unused <boot_device.h> by Elyes HAOUAS · 3 years, 7 months ago
  12. 493937e coreboot tables: Add SPI flash memory map windows to coreboot tables by Furquan Shaikh · 3 years, 9 months ago
  13. d161a2f src/drivers: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  14. 0d0b2f4 spi: Remove non_volatile flag from block protection interface by Daniel Gröber · 4 years, 3 months ago
  15. abf51ab src: Remove unused '#include <cpu/x86/smm.h>' by Elyes HAOUAS · 4 years, 3 months ago
  16. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  17. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 4 months ago
  18. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 4 months ago
  19. fc7b953 drivers/spi/spi_flash: remove spi flash names by Aaron Durbin · 4 years, 7 months ago
  20. 5abeb06 drivers/spi/spi_flash: organize spi flash by sector topology by Aaron Durbin · 4 years, 7 months ago
  21. ae43f32 drivers/spi/spi_flash: remove continuation byte support by Aaron Durbin · 4 years, 7 months ago
  22. f584f19 drivers/spi/spi_flash: separate out protection ops by Aaron Durbin · 4 years, 7 months ago
  23. cb01aa5 drivers/spi/spi_flash: assume spi_flash read callback exists by Aaron Durbin · 4 years, 7 months ago
  24. 1c3086a drivers/spi/spi_flash: explicitly handle STMicro deep power state by Aaron Durbin · 4 years, 8 months ago
  25. d701ef7 drives/spi_flash: add spi_flash_cmd_write_page_program() by Aaron Durbin · 4 years, 8 months ago
  26. c2a9c42 drivers/spi/spi_flash.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 9 months ago
  27. ede8dd0 src/{device,drivers}: Use 'include <stdlib.h>' when appropriate by Elyes HAOUAS · 5 years ago
  28. 0edf6a5 src: Use 'include <boot/coreboot_tables.h>' when appropriate by Elyes HAOUAS · 4 years, 10 months ago
  29. effaf8f AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS file by Martin Roth · 4 years, 10 months ago
  30. 1c3dbdb drivers/spi: ignore -Wvla on clang too by Greg V · 4 years, 11 months ago
  31. 563b869 drivers/spi/spi_flash.c: Add SPI vendor IDs by Richard Spiegel · 5 years ago
  32. 9172b69 src: Remove variable length arrays by Jacob Garber · 5 years ago
  33. 17362be include/spi-generic: Append unit to macro names by Uwe Poeche · 5 years ago
  34. 99e45ce spi_flash: Add Dual SPI support by Julius Werner · 5 years ago
  35. 1b7f99b spi_flash: Make .read() callback optional by Julius Werner · 5 years ago
  36. 7c712bb Fix code that would trip -Wtype-limits by Julius Werner · 5 years ago
  37. 20eaef0 src: Add missing include 'console.h' by Elyes HAOUAS · 5 years ago
  38. bf0970e src: Use include <delay.h> when appropriate by Elyes HAOUAS · 5 years ago
  39. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  40. 22ba205 drivers/spi/spi_flash.c: Avoid static scan false positive by Richard Spiegel · 6 years ago
  41. f9f5093 drivers/spi: Add controller protection type by Rizwan Qureshi · 6 years ago
  42. 5c29daa buildsystem: Promote rules.h to default include by Kyösti Mälkki · 8 years ago
  43. 630a418 drivers/spi: store detected flash IDs by Stefan Tauner · 6 years ago
  44. 55d6238 src: Remove unneeded include <cbfs.h> by Elyes HAOUAS · 6 years ago
  45. b66907a drivers/spi: Return error in failure case by Patrick Rudolph · 6 years ago
  46. e63a5f1 drivers/spi: Winbond specific write-protection enable by Patrick Rudolph · 6 years ago
  47. 0f8bf02 drivers/spi: Read Winbond's flash protection bits by Patrick Rudolph · 6 years ago
  48. 2415196 Revert "drivers/spi/spi_flash: don't allocate unbounded stack memory" by Patrick Georgi · 6 years ago
  49. c5ee35f drivers/spi/spi_flash: don't allocate unbounded stack memory by Patrick Georgi · 6 years ago
  50. d87a9b8 drivers/spi/spi_flash.c: Check input parameter by Richard Spiegel · 6 years ago
  51. 851dde8 drivers/spi: reduce confusion in the API by Aaron Durbin · 6 years ago
  52. 950332b driver/spi: Warn when probed SF size differs from CONFIG_ROM_SIZE by Arthur Heymans · 7 years ago
  53. 3a649ee drivers/spi/spi_flash: honor spi controller fifo size for reads by Aaron Durbin · 7 years ago
  54. 10d65b0 drivers/spi/spi_flash: add flash region protection to controller by Aaron Durbin · 7 years ago
  55. e7d0a37 drivers/spi: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  56. e06e2fdc drivers/spi: Don't disable non-existent warnings on clang by Stefan Reinauer · 7 years ago
  57. e2fc5e2 drivers/spi/spi_flash: Move flash ops to spi_flash_ops structure by Furquan Shaikh · 7 years ago
  58. a149157 drivers/spi/spi_flash: Clean up SPI flash probe by Furquan Shaikh · 7 years ago
  59. bd9e32e drivers/spi/spi_flash: Pass in spi_slave structure as const to probe functions by Furquan Shaikh · 7 years ago
  60. 30221b4 drivers/spi/spi_flash: Pass in flash structure to fill in probe by Furquan Shaikh · 7 years ago
  61. f422fd2 drivers/spi/spi_flash: Use boot_device_spi_flash to obtain spi_flash structure by Furquan Shaikh · 7 years ago
  62. 85b2b27 SPI: Fix command-response behavior by Kyösti Mälkki · 8 years ago
  63. c2973d1 spi: Get rid of SPI_ATOMIC_SEQUENCING by Furquan Shaikh · 8 years ago
  64. 810e2cd spi_flash: Make a deep copy of spi_slave structure by Furquan Shaikh · 8 years ago
  65. 36b81af spi: Pass pointer to spi_slave structure in spi_setup_slave by Furquan Shaikh · 8 years ago
  66. 0dba025 spi: Fix parameter types for spi functions by Furquan Shaikh · 8 years ago
  67. d2fb6ae spi: Get rid of flash_programmer_probe in spi_slave structure by Furquan Shaikh · 8 years ago
  68. dc34fb6 spi: Get rid of max_transfer_size parameter in spi_slave structure by Furquan Shaikh · 8 years ago
  69. c28984d spi: Clean up SPI flash driver interface by Furquan Shaikh · 8 years ago
  70. c0a823c drivers/spi: ensure SPI flash is boot device for coreboot tables by Aaron Durbin · 8 years ago
  71. 8d8799a arm, arm64, mips: Add rough static stack size checks with -Wstack-usage by Julius Werner · 10 years ago
  72. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  73. beb4502 Remove leftover tseg_relocate by Vladimir Serbinenko · 9 years ago
  74. 8d4377b spi: Change 'page' to 'sector' in log message by David Imhoff · 9 years ago
  75. fb03239 spi: Add function to read flash status register by Duncan Laurie · 10 years ago
  76. a5aac76 drivers/spi: Pass flash parameters from coreboot to payload by Dan Ehrenberg · 10 years ago
  77. f9ff353 spi: support controllers with limited transfer size capabilities by Vadim Bendebury · 10 years ago
  78. 032c843 spi_flash: Move (de-)assertion of /CS to single location by David Hendricks · 10 years ago
  79. f101bbe spi_flash: Differentiate between atomic/manual sequencing by David Hendricks · 10 years ago
  80. b598bb3 spi: Make idcode debug print more useful by David Hendricks · 10 years ago
  81. 96d9276 SPI: Add vendor Atmel by Kyösti Mälkki · 10 years ago
  82. c4561e2 drivers/spi: Sanitize headers from preprocessor abuse by Edward O'Callaghan · 10 years ago
  83. 93d9f92 spi: Change spi_xfer to work in units of bytes instead of bits. by Gabe Black · 10 years ago
  84. 1e18735 spi: Remove unused parameters from spi_flash_probe and setup_spi_slave. by Gabe Black · 10 years ago
  85. c50c0ab drivers/spi: Reduce the per loop delay of spi_flash_cmd_poll_bit() by Dave Frodin · 10 years ago
  86. b34739b drivers/spi: Add support for adesto SPI flash parts by Chris Douglass · 11 years ago
  87. 73a1018 src/drivers/spi: introduce AMIC support by Idwer Vollering · 11 years ago
  88. e23bd0e SPI: Add API for programmer-specific flashing. by Vladimir Serbinenko · 11 years ago
  89. 600784e spi.h: Rename the spi.h to spi-generic.h by Zheng Bao · 12 years ago
  90. 3316cf2 Claim the SPI bus before writes if the IMC ROM is present by Martin Roth · 12 years ago
  91. 747127d Limit SPI device debug prints with CONFIG_DEBUG_SPI_FLASH by Marc Jones · 12 years ago
  92. 23b0053 SPI: Fix and enable Fast Read support by Duncan Laurie · 12 years ago
  93. bceaf7f Add Gigadevice SPI rom support by Martin Roth · 12 years ago
  94. 181bbdd SMM: Add option for SPI driver to be available in SMM by Duncan Laurie · 12 years ago
  95. 5f3aca3 SPI flash layer: remove unused function spi_flash_free() by Stefan Reinauer · 12 years ago
  96. 14b23a6 Fix compilation with CONFIG_DEBUG_SPI_FLASH enabled by Stefan Reinauer · 12 years ago
  97. 20959ba SPI driver: style fix by Patrick Georgi · 12 years ago
  98. 1c56d9b Add SPI flash driver by Stefan Reinauer · 12 years ago