1. ca8bfc6 Add programmer-specific delay functions by Carl-Daniel Hailfinger · 15 years ago
  2. 1dfe0ff Add bus type annotation to struct flashchips by Carl-Daniel Hailfinger · 15 years ago
  3. 15aa7c6 Use REMS instead of RES in the ICH SPI default opcode table by Carl-Daniel Hailfinger · 15 years ago
  4. 78185dc Use accessor functions for MMIO by Carl-Daniel Hailfinger · 15 years ago
  5. 09e04f7 Eliminate all 'inline's from the flashrom code by Uwe Hermann · 15 years ago
  6. 2cac686 Drop unused/duplicated #includes and some dead code by Uwe Hermann · 15 years ago
  7. 3e9dbea There are various reasons why a SPI command can fail by Carl-Daniel Hailfinger · 15 years ago
  8. 4c24ad4 Trim default ICH SPI delay from 1000 to 10 microseconds by Carl-Daniel Hailfinger · 15 years ago
  9. 96930c3 Chips like the SST SST25VF080B can only handle single byte writes outside AAI mode by Carl-Daniel Hailfinger · 15 years ago
  10. 7b2969b Some coding style and consistency fixes by Uwe Hermann · 15 years ago
  11. b219ba3 Fix one dead increment and one dead assignment as found by clang by Peter Stuge · 16 years ago
  12. 016d4e1 Add ICH opcode debugging by Peter Stuge · 16 years ago
  13. f041e9b Various ichspi.c refinements by FENG yu ning · 16 years ago
  14. c05a295 Generates OPCODES struct from the ICH7/ICH9/VIA chipset if its SPI configuration is locked down by FENG yu ning · 16 years ago
  15. 738fdff ichspi: use spi_nbyte_read() instead of running the opcode directly by Carl-Daniel Hailfinger · 16 years ago
  16. 6afb613 Add additional SPI sector erase and chip erase command functions by Carl-Daniel Hailfinger · 16 years ago
  17. 4311956 Drop nr/opcode_index parameter from run_opcode and search the opmenu for the opcode instead by Stefan Reinauer · 16 years ago
  18. 394131e Coding-style fixes for flashrom, partly indent-aided by Uwe Hermann · 16 years ago
  19. 6a21416 Trivial indent fix in ichspi.c by Peter Stuge · 16 years ago
  20. 2cb94e1 First attempt to clean up SPI probing and create a common construct: the flash bus by Stefan Reinauer · 16 years ago
  21. 3fdbccf This patch adds support for VIA SPI controller on VT8237S by Rudolf Marek · 16 years ago
  22. 1069335 Add a debug marker after ICH SPI opcode programming by Carl-Daniel Hailfinger · 16 years ago
  23. 7e2c079 Fix ICH7 non-SPI that broke in r3393 by Peter Stuge · 16 years ago
  24. a9424d5 Multiple unrelated changes by Stefan Reinauer · 16 years ago
  25. 325b5d4 Indent according to development guidelines by Stefan Reinauer · 16 years ago
  26. b46acba Add support for SPI chips on ICH9 by Dominik Geyer · 16 years ago