1. 30aba34 spi25.c: Replace tab with space after '=' symbol by Edward O'Callaghan · 4 years ago
  2. c92f687 spi25.c: Add a null check by Angel Pons · 4 years, 6 months ago
  3. ac90af6 Change references to flashrom-stable by Nico Huber · 1 year, 9 months ago
  4. 9bb8a32 flashchips,spi25: Replace `.wrea_override` with FEATURE_4BA_EAR_1716 by Nico Huber · 2 years, 4 months ago
  5. 542b1f0 flashchips: Rename FEATURE_4BA_EXT_ADDR -> _EAR_C5C8 by Nico Huber · 2 years, 4 months ago
  6. fffc48d flashchips: Add Spansion (today Infineon) S25FL128L and S25FL256L by Nico Huber · 2 years, 4 months ago
  7. b8a90d0 spi25_statusreg: delete spi_read_status_register() by Nikolai Artemiev · 2 years, 11 months ago
  8. 5800f58 spi25: Remove dead increment by Elyes HAOUAS · 5 years ago
  9. 959aafa spi25: Fix layering violation in probe_spi_rdid4() by Nico Huber · 7 years ago
  10. beeb8bc tree: Make internal functions static by Jacob Garber · 5 years ago
  11. 504215b spi25: Fix layering violation in default_spi_write_aai() by Nico Huber · 7 years ago
  12. d8b2e80 spi: Move 16MiB partitioning up into spi_chip_read() by Nico Huber · 5 years ago
  13. 7eb38aa dediprog: Implement 4BA EAR mode for protocol v1 by Nico Huber · 6 years ago
  14. df49058 Fix several -Wno-missing-field-initializers warnings by Richard Hughes · 6 years ago
  15. 86bddb5 Enable 4BA mode for Spansion 25FL256S by Nico Huber · 7 years ago
  16. 57dbd64 flashchips: Add Spansion 25FL256S......0 by Nico Huber · 7 years ago
  17. e083880 Remove address from GPLv2 headers by Elyes HAOUAS · 6 years ago
  18. fe34d2a spi25: Revise decision when to enter/exit 4BA mode by Nico Huber · 7 years ago
  19. 1cf407b spi_master: Introduce SPI_MASTER_4BA feature flag by Nico Huber · 7 years ago
  20. ed098d6 spi: Move ICH BBAR quirk out of the way by Nico Huber · 7 years ago
  21. 7e3c81a spi25: Merge remainder of spi4ba in by Nico Huber · 7 years ago
  22. 7a07722 spi25: Remove now obsolete `four_bytes_addr_funcs` path by Nico Huber · 7 years ago
  23. a1672f8 spi25: Enable native 4BA read and write using feature bits by Nico Huber · 7 years ago
  24. f43c654 spi25: Integrate 4BA support by Nico Huber · 7 years ago
  25. 0ecbacb spi25: Use common code for nbyte read/write and block erase by Nico Huber · 7 years ago
  26. a3140d0 spi25: Introduce spi_simple_write_cmd() by Nico Huber · 7 years ago
  27. 9912718 4BA: Flashrom integration for the 4-bytes addressing extensions by Boris Baykov · 8 years ago
  28. 731316a Enable continuous SPI reads by Urja Rannikko · 7 years ago
  29. 0a5f6e4 spi25: ignore 0x00 as a manufacturer id in the generic match by Urja Rannikko · 9 years ago
  30. a5bcbce Rename programmer registration functions by Carl-Daniel Hailfinger · 10 years ago
  31. f20b7be Add 'const' keyword to chip write and other function prototypes by Mark Marshall · 10 years ago
  32. 59c4d79 Report if we are not able to disable AAI mode again by Stefan Tauner · 10 years ago
  33. 87ace66 CID1130000: Unchecked return value in default_spi_write_aai() by Stefan Reinauer · 10 years ago
  34. 6f59b0b Add support for remaining Numonyx (Micron) N25Q chips by Nikolay Nikolaev · 11 years ago
  35. 579f1e0 Introduce spi_block_erase_db() by Nikolay Nikolaev · 11 years ago
  36. 730e7e7 Update spi_get_erasefn_from_opcode() by Stefan Tauner · 11 years ago
  37. 3f5e35d Refine PMC Pm25LV series by Stefan Tauner · 11 years ago
  38. 57794ac Add support for Atmel's AT25F series of SPI flash chips by Stefan Tauner · 12 years ago
  39. 6ee37e2 Improve SPI status register pretty printing by Stefan Tauner · 12 years ago
  40. 94b39b4 Add support for Atmel AT26DF041 by Stefan Tauner · 12 years ago
  41. 5609f9d Generify a25.c's SRWD printing function and move it to spi25.c by Stefan Tauner · 12 years ago
  42. 3c0fcd0 Add spi_block_erase_62 by Stefan Tauner · 12 years ago
  43. 5a7cb84 Make struct flashchip a field in struct flashctx instead of a complete copy by Carl-Daniel Hailfinger · 12 years ago
  44. 87fbb77 Refine messages of SPI block protection disables by Stefan Tauner · 12 years ago
  45. 1ba08f6 Clean up a25.c, at25.c, spi25.c by Stefan Tauner · 12 years ago
  46. 7bca126 Let the programmer driver decide how to do AAI transfers by Nico Huber · 12 years ago
  47. 5e695ab dummyflasher: Add a status register to SPI chips by Stefan Tauner · 12 years ago
  48. 96c2dfc spi25.c: Refactor spi_write_status_register helpers by Stefan Tauner · 12 years ago
  49. ac1b4c8 Add support for SFDP (JESD216) by Stefan Tauner · 13 years ago
  50. c40cff7 Have all programmer init functions register bus masters/programmers by Carl-Daniel Hailfinger · 13 years ago
  51. 8a3c60c Add struct flashctx * parameter to all functions accessing flash chips by Carl-Daniel Hailfinger · 13 years ago
  52. 63fd902 Use struct flashctx instead of struct flashchip for flash chip access by Carl-Daniel Hailfinger · 13 years ago
  53. c69c9c8 Unsignify lengths and addresses in chip functions and structs by Stefan Tauner · 13 years ago
  54. 018d482 Add a bunch of new/tested stuff and various small changes 8 by Paul Menzel · 13 years ago
  55. 8c35745 Revert "Unsignify lengths and addresses in chip functions and structs" by Stefan Tauner · 13 years ago
  56. d196e7c Unsignify lengths and addresses in chip functions and structs by Stefan Tauner · 13 years ago
  57. 9932c7b Add a bunch of new/tested stuff and various small changes 4 by Cristian Măgherușan-Stanciu · 13 years ago
  58. b4061f6 Move erase verification to generic code by Carl-Daniel Hailfinger · 13 years ago
  59. db45ab5 Tiny fix for a small fix by Stefan Tauner · 13 years ago
  60. 355cbfd Small fixes by Stefan Tauner · 13 years ago
  61. 7a3bd8f Refine status register and lock printing of Atmel and AMIC SPI chips by Carl-Daniel Hailfinger · 13 years ago
  62. b9dbe48 Kill central list of SPI programmers by Michael Karcher · 13 years ago
  63. a60faab Convince compilers to put constant data into the .rodata section by Mathias Krause · 14 years ago
  64. ccfe0ac Fix internal offset calculations for SPI BYTE PROGRAM and SPI AAI PROGRAM by Carl-Daniel Hailfinger · 14 years ago
  65. 75a58f9 Switch all flash chips to partial write by Carl-Daniel Hailfinger · 14 years ago
  66. f52f784 Move implicit erase out of chip drivers by Carl-Daniel Hailfinger · 14 years ago
  67. 174f55b Fix timing of SPI status register writes (WRSR) by Carl-Daniel Hailfinger · 14 years ago
  68. 1db7a44 Massive speedups for SST25VF032B and SST25VF064C by Helge Wagner · 14 years ago
  69. 6eabe28 This patch changes the prefix of chip constant #defines in the following way by Mattias Mattsson · 14 years ago
  70. fd7075a Add detailed status register printing and unlocking for all ATMEL AT25* chips by Carl-Daniel Hailfinger · 14 years ago
  71. 5b997c3 Split off programmer.h from flash.h by Carl-Daniel Hailfinger · 14 years ago
  72. df90d3a Add support for the following AMIC SPI chips by Daniel Lenski · 14 years ago
  73. 29a1c66 Use generic unlocking infrastructure for SPI chips by Carl-Daniel Hailfinger · 14 years ago
  74. 9a795d8 Convert SPI chips to partial write by Carl-Daniel Hailfinger · 14 years ago
  75. 3a25fea The SPI opcode 0xd8 is not a chip erase opcode on any chip out there by Carl-Daniel Hailfinger · 14 years ago
  76. 9c62d11 Refine SPI AAI support by Carl-Daniel Hailfinger · 14 years ago
  77. 8ae500e Fix message printing for SPI RES on spew level by Carl-Daniel Hailfinger · 14 years ago
  78. 7112772 So far, we have up to 4 different names for the same thing (ignoring capitalization) by Carl-Daniel Hailfinger · 14 years ago
  79. dc1cda1 Add support for two-byte RES probes by Carl-Daniel Hailfinger · 14 years ago
  80. cceafa2 Handle the following architectures in generic flashrom code by Carl-Daniel Hailfinger · 14 years ago
  81. 5824fbf Introduce a generic SPI read function: spi_write_chunked() by Carl-Daniel Hailfinger · 14 years ago
  82. ed479d2 Convert chips' message printing to msg_c* Fixed suggestions by Carl-Daniel by Sean Nelson · 15 years ago
  83. 14ba668 Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h by Sean Nelson · 15 years ago