1. a319be1 Add support for Intel 5 Series / 3400 Series chipsets by Helge Wagner · 14 years ago
  2. 5b997c3 Split off programmer.h from flash.h by Carl-Daniel Hailfinger · 14 years ago
  3. a4448d9 Move Intel SPI initialisation to ichspi.c by Michael Karcher · 14 years ago
  4. 29a1c66 Use generic unlocking infrastructure for SPI chips by Carl-Daniel Hailfinger · 14 years ago
  5. 9a795d8 Convert SPI chips to partial write by Carl-Daniel Hailfinger · 14 years ago
  6. ad3cc55 Kill global variables, constants and functions if local scope suffices by Carl-Daniel Hailfinger · 14 years ago
  7. 80f3d05 ichspi: try harder to conform to address restrictions by Carl-Daniel Hailfinger · 14 years ago
  8. cceafa2 Handle the following architectures in generic flashrom code by Carl-Daniel Hailfinger · 14 years ago
  9. 5824fbf Introduce a generic SPI read function: spi_write_chunked() by Carl-Daniel Hailfinger · 14 years ago
  10. 316a29f Convert various prints to use msg_p* and msg_g* respectively by Sean Nelson · 14 years ago
  11. 4e3d0b3 Polish the flashrom code comments and outputs a bit by Uwe Hermann · 15 years ago
  12. 14ba668 Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h by Sean Nelson · 15 years ago
  13. f15e1ab Rewrite substantial parts of the ICH SPI support by Carl-Daniel Hailfinger · 15 years ago
  14. 5609fa7 Allow one to disable programmer debug messages at compile time by Carl-Daniel Hailfinger · 15 years ago
  15. 9612303 Kill hardcoded block erase on ICH SPI by Carl-Daniel Hailfinger · 15 years ago
  16. 0709a78 ichspi: remove obnoxious debug message by Carl-Daniel Hailfinger · 15 years ago
  17. 26f7e64 The current ICH SPI preop handling is a hack which spews lots of warnings, but still yields correct results by Carl-Daniel Hailfinger · 15 years ago
  18. 04aa59a Standardize on using __func__ instead of __FUNCTION__ by Uwe Hermann · 15 years ago
  19. be72681 Remove unnecessary #include files by Carl-Daniel Hailfinger · 15 years ago
  20. 02487aa Replace most of the switch cases in the spi code with lookup on a struct instead by Carl-Daniel Hailfinger · 15 years ago
  21. 142e30f Use a distinct return code for SPI commands with unsupported/invalid length by Carl-Daniel Hailfinger · 15 years ago
  22. d047829 Add SPI multicommand infrastructure by Carl-Daniel Hailfinger · 15 years ago
  23. 3431bb7 Check result of all SPI erase functions by Carl-Daniel Hailfinger · 15 years ago
  24. d168057 Use spi_nbyte_program in ichspi.c by Carl-Daniel Hailfinger · 15 years ago
  25. cbf563c Support reads of arbitrary range by Carl-Daniel Hailfinger · 15 years ago
  26. 38a059d Every SPI host controller implemented its own way to read flash chips by Carl-Daniel Hailfinger · 15 years ago
  27. ca8bfc6 Add programmer-specific delay functions by Carl-Daniel Hailfinger · 15 years ago
  28. 1dfe0ff Add bus type annotation to struct flashchips by Carl-Daniel Hailfinger · 15 years ago
  29. 15aa7c6 Use REMS instead of RES in the ICH SPI default opcode table by Carl-Daniel Hailfinger · 15 years ago
  30. 78185dc Use accessor functions for MMIO by Carl-Daniel Hailfinger · 15 years ago
  31. 09e04f7 Eliminate all 'inline's from the flashrom code by Uwe Hermann · 15 years ago
  32. 2cac686 Drop unused/duplicated #includes and some dead code by Uwe Hermann · 15 years ago
  33. 3e9dbea There are various reasons why a SPI command can fail by Carl-Daniel Hailfinger · 15 years ago
  34. 4c24ad4 Trim default ICH SPI delay from 1000 to 10 microseconds by Carl-Daniel Hailfinger · 15 years ago
  35. 96930c3 Chips like the SST SST25VF080B can only handle single byte writes outside AAI mode by Carl-Daniel Hailfinger · 15 years ago
  36. 7b2969b Some coding style and consistency fixes by Uwe Hermann · 15 years ago
  37. b219ba3 Fix one dead increment and one dead assignment as found by clang by Peter Stuge · 16 years ago
  38. 016d4e1 Add ICH opcode debugging by Peter Stuge · 16 years ago
  39. f041e9b Various ichspi.c refinements by FENG yu ning · 16 years ago
  40. c05a295 Generates OPCODES struct from the ICH7/ICH9/VIA chipset if its SPI configuration is locked down by FENG yu ning · 16 years ago
  41. 738fdff ichspi: use spi_nbyte_read() instead of running the opcode directly by Carl-Daniel Hailfinger · 16 years ago
  42. 6afb613 Add additional SPI sector erase and chip erase command functions by Carl-Daniel Hailfinger · 16 years ago
  43. 4311956 Drop nr/opcode_index parameter from run_opcode and search the opmenu for the opcode instead by Stefan Reinauer · 16 years ago
  44. 394131e Coding-style fixes for flashrom, partly indent-aided by Uwe Hermann · 16 years ago
  45. 6a21416 Trivial indent fix in ichspi.c by Peter Stuge · 16 years ago
  46. 2cb94e1 First attempt to clean up SPI probing and create a common construct: the flash bus by Stefan Reinauer · 16 years ago
  47. 3fdbccf This patch adds support for VIA SPI controller on VT8237S by Rudolf Marek · 16 years ago
  48. 1069335 Add a debug marker after ICH SPI opcode programming by Carl-Daniel Hailfinger · 16 years ago
  49. 7e2c079 Fix ICH7 non-SPI that broke in r3393 by Peter Stuge · 16 years ago
  50. a9424d5 Multiple unrelated changes by Stefan Reinauer · 16 years ago
  51. 325b5d4 Indent according to development guidelines by Stefan Reinauer · 16 years ago
  52. b46acba Add support for SPI chips on ICH9 by Dominik Geyer · 16 years ago