1. 504215b spi25: Fix layering violation in default_spi_write_aai() by Nico Huber · 7 years ago
  2. 0cacb11 Remove trailing whitespace by Elyes HAOUAS · 6 years ago
  3. e083880 Remove address from GPLv2 headers by Elyes HAOUAS · 6 years ago
  4. a5bcbce Rename programmer registration functions by Carl-Daniel Hailfinger · 10 years ago
  5. f20b7be Add 'const' keyword to chip write and other function prototypes by Mark Marshall · 10 years ago
  6. c2eec2c Add a bunch of new/tested stuff and various small changes 20 by Stefan Tauner · 10 years ago
  7. 4dd0f90 IT87: Add ability to select between chips on GIGABYTE DualBIOS boards by Vadim Girlin · 11 years ago
  8. 352e50b Add a bunch of new/tested stuff and various small changes 17 by Stefan Tauner · 12 years ago
  9. 1c6d2ff Some ISO C fixes by Carl-Daniel Hailfinger · 12 years ago
  10. 5a7cb84 Make struct flashchip a field in struct flashctx instead of a complete copy by Carl-Daniel Hailfinger · 12 years ago
  11. 32508eb Hide hwaccess.h from public API by Patrick Georgi · 12 years ago
  12. 7bca126 Let the programmer driver decide how to do AAI transfers by Nico Huber · 12 years ago
  13. 5e695ab dummyflasher: Add a status register to SPI chips by Stefan Tauner · 12 years ago
  14. ccd71c2 Fix parallel-style programmer access from ITE IT87/Winbond W83627 SPI by Carl-Daniel Hailfinger · 13 years ago
  15. 8a3c60c Add struct flashctx * parameter to all functions accessing flash chips by Carl-Daniel Hailfinger · 13 years ago
  16. 63fd902 Use struct flashctx instead of struct flashchip for flash chip access by Carl-Daniel Hailfinger · 13 years ago
  17. c69c9c8 Unsignify lengths and addresses in chip functions and structs by Stefan Tauner · 13 years ago
  18. eaacd2d Register Parallel/LPC/FWH programmers the same way SPI programmers are registered by Carl-Daniel Hailfinger · 13 years ago
  19. 8c35745 Revert "Unsignify lengths and addresses in chip functions and structs" by Stefan Tauner · 13 years ago
  20. d196e7c Unsignify lengths and addresses in chip functions and structs by Stefan Tauner · 13 years ago
  21. 2e68160 Change programmer selection in cli and generic code by Carl-Daniel Hailfinger · 13 years ago
  22. 082c8b5 Fixup of r1397 by Carl-Daniel Hailfinger · 13 years ago
  23. 91f4afa Random whitespace and coding-style fixes by Uwe Hermann · 13 years ago
  24. 1a22795 Rename CHIP_BUSTYPE_FOO to BUS_FOO by Carl-Daniel Hailfinger · 13 years ago
  25. b9dbe48 Kill central list of SPI programmers by Michael Karcher · 13 years ago
  26. bfecef6 Add support for more than one Super I/O or EC per machine by Carl-Daniel Hailfinger · 13 years ago
  27. ccfe0ac Fix internal offset calculations for SPI BYTE PROGRAM and SPI AAI PROGRAM by Carl-Daniel Hailfinger · 14 years ago
  28. 75a58f9 Switch all flash chips to partial write by Carl-Daniel Hailfinger · 14 years ago
  29. 431f4f7 Updates to the board and chips status tables by Uwe Hermann · 14 years ago
  30. 5b997c3 Split off programmer.h from flash.h by Carl-Daniel Hailfinger · 14 years ago
  31. 29a1c66 Use generic unlocking infrastructure for SPI chips by Carl-Daniel Hailfinger · 14 years ago
  32. 9a795d8 Convert SPI chips to partial write by Carl-Daniel Hailfinger · 14 years ago
  33. 76d4b37 Generify support for ITE IT8705 Super I/O by Carl-Daniel Hailfinger · 14 years ago
  34. 2b6dcb3 Unify programmer parameter extraction by Carl-Daniel Hailfinger · 14 years ago
  35. 744132a Various places in the flashrom source feature custom parameter extraction from programmer_param by Carl-Daniel Hailfinger · 14 years ago
  36. ad3cc55 Kill global variables, constants and functions if local scope suffices by Carl-Daniel Hailfinger · 14 years ago
  37. cceafa2 Handle the following architectures in generic flashrom code by Carl-Daniel Hailfinger · 14 years ago
  38. 957d260 Add ITE IT8720 SPI support by Vadim Girlin · 14 years ago
  39. 01f3ef4 Autodetect ITE IT87* LPC->SPI translation on all boards without the need for a board enable by Carl-Daniel Hailfinger · 15 years ago
  40. 4395970 Various coding style and cosmetic changes by Uwe Hermann · 15 years ago
  41. 14ba668 Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h by Sean Nelson · 15 years ago
  42. 01e532d Convert all messages in it87spi.c to the new message infrastructure by Sean Nelson · 15 years ago
  43. 14e100c SuperI/O detection now happens unconditionally and before the chipset enable by Carl-Daniel Hailfinger · 15 years ago
  44. f38431a Store block sizes and corresponding erase functions in struct flashchip by Carl-Daniel Hailfinger · 15 years ago
  45. 04aa59a Standardize on using __func__ instead of __FUNCTION__ by Uwe Hermann · 15 years ago
  46. ef58a9c Use a common parameter variable for all programmers by Carl-Daniel Hailfinger · 15 years ago
  47. 116081a Replace remaining explicit erases in SPI programmer drivers with auto-erases by Carl-Daniel Hailfinger · 15 years ago
  48. 142e30f Use a distinct return code for SPI commands with unsupported/invalid length by Carl-Daniel Hailfinger · 15 years ago
  49. 2f1b36f Convert SPI byte program to use the multicommand infrastructure by Carl-Daniel Hailfinger · 15 years ago
  50. bb297f7 Add an optional flash port parameter for IT87* SPI controllers in standalone programmer mode by Carl-Daniel Hailfinger · 15 years ago
  51. d047829 Add SPI multicommand infrastructure by Carl-Daniel Hailfinger · 15 years ago
  52. 34cc6cc Handle programmer init errors and abort by Carl-Daniel Hailfinger · 15 years ago
  53. cbf563c Support reads of arbitrary range by Carl-Daniel Hailfinger · 15 years ago
  54. 38a059d Every SPI host controller implemented its own way to read flash chips by Carl-Daniel Hailfinger · 15 years ago
  55. ca8bfc6 Add programmer-specific delay functions by Carl-Daniel Hailfinger · 15 years ago
  56. b22918c Only probe for chips with compatible bus protocols by Carl-Daniel Hailfinger · 15 years ago
  57. b8afecd Add IT87xx SPI as external flasher option by Carl-Daniel Hailfinger · 15 years ago
  58. 1dfe0ff Add bus type annotation to struct flashchips by Carl-Daniel Hailfinger · 15 years ago
  59. 24c1a16 Refactor SuperIO accesses by Carl-Daniel Hailfinger · 15 years ago
  60. 2cac686 Drop unused/duplicated #includes and some dead code by Uwe Hermann · 15 years ago
  61. 96930c3 Chips like the SST SST25VF080B can only handle single byte writes outside AAI mode by Carl-Daniel Hailfinger · 15 years ago
  62. 03adbe1 Refine handling of spi_write_enable() failures to fix chip erases on ichspi by Carl-Daniel Hailfinger · 15 years ago
  63. d3bce83 IT8718F works just like IT8716F by Peter Stuge · 16 years ago
  64. 394131e Coding-style fixes for flashrom, partly indent-aided by Uwe Hermann · 16 years ago
  65. f83221b Trivial SPI cleanups by Peter Stuge · 16 years ago
  66. 2cb94e1 First attempt to clean up SPI probing and create a common construct: the flash bus by Stefan Reinauer · 16 years ago
  67. 65c1b86 Changes to make flashrom compile (and work) on FreeBSD by Andriy Gapon · 16 years ago
  68. 337df1d IT8716F: Enable writes if decoding of any SPI addresses is enabled by Carl-Daniel Hailfinger · 16 years ago
  69. bfe5b4a Move all IT87xx specific SPI routines from spi.c to a separate file it87spi.c by Carl-Daniel Hailfinger · 16 years ago