1. 5609f9d Generify a25.c's SRWD printing function and move it to spi25.c by Stefan Tauner · 12 years ago
  2. eb58257 Add a bunch of new/tested stuff and various small changes 14 by Stefan Tauner · 12 years ago
  3. 3c0fcd0 Add spi_block_erase_62 by Stefan Tauner · 12 years ago
  4. 14fbc4b Allow to select FTDI device by serial number by Shik Chen · 12 years ago
  5. 5bfef9d Add support for GigaDevice GD25LQ32 by Bryan Freed · 12 years ago
  6. 33366a0 Add board enable for MSI K8N Neo Platinum by Stefan Tauner · 12 years ago
  7. 4d0cde1 Add untested board enable for ASUS P5LD2-VM by Idwer Vollering · 12 years ago
  8. 7145a50 Remove exit calls from sp_sync_read_timeout and sp_synchronize by Niklas Söderlund · 12 years ago
  9. d932fd0 Add support for Eon EN25F64 by Stefan Tauner · 12 years ago
  10. c819000 Try to remove all read and write locks on CK804 (and MCP51) by Jonathan Kollasch · 12 years ago
  11. b66ba1e Nvidia chipset enables: refactor setting bit 0 in 0x6d by Stefan Tauner · 12 years ago
  12. bb4fed7 Fix compilation with MinGW by Stefan Tauner · 12 years ago
  13. dabca20 Add support for AJAWe to pony_spi by Virgil-Adrian Teaca · 12 years ago
  14. af2cac0 Add RES/REMS support to all dummyflasher emulated chips as a test case by Carl-Daniel Hailfinger · 12 years ago
  15. 250c321 Remove potential endless loops from satasii.c by Carl-Daniel Hailfinger · 12 years ago
  16. e3adea0 ichspi: ignore bogus FREGs by Stefan Tauner · 12 years ago
  17. 98f4710 Add support for Realtek RTL8169 by Sergey Lichack · 12 years ago
  18. 1c6d2ff Some ISO C fixes by Carl-Daniel Hailfinger · 12 years ago
  19. 6745d6f Use getpagesize() to determine the physmap's length in nicintel_spi.c by Stefan Tauner · 12 years ago
  20. 7bf4ed9 Rename AT25F512B-specific code by Stefan Tauner · 12 years ago
  21. 62218c3 Clean up enable_flash_ich and attempt to disable SMM write protection by Stefan Reinauer · 12 years ago
  22. 3dcdc03 Add untested board enable for DFI AD77 by Tadas Slotkus · 12 years ago
  23. 61b4cfa Clean up satasii.c by Stefan Tauner · 12 years ago
  24. 5a7cb84 Make struct flashchip a field in struct flashctx instead of a complete copy by Carl-Daniel Hailfinger · 12 years ago
  25. dd73d83 Fix VIA VX*** support by Helge Wagner · 12 years ago
  26. b4e06bd Refactor the -p internal:mainboard handling by Stefan Tauner · 12 years ago
  27. a16a892 Bus Pirate init cleanup and fixes by Carl-Daniel Hailfinger · 12 years ago
  28. a8da224 Allow specifying CPPFLAGS by Carl-Daniel Hailfinger · 12 years ago
  29. b7bce8a Allow the user to specify CFLAGS without breaking the build by Carl-Daniel Hailfinger · 12 years ago
  30. 7c36d52 Call ftdi_set_interface right after ftdi_init and before ftdi_usb_open by Ilya A. Volynets-Evenbakh · 12 years ago
  31. 8dd97f9 Add support for Atmel AT49(H)F010, AT49F080 and AT49F080T by Andrew Morgan · 12 years ago
  32. b98f6eb serprog: Add support for setting the SPI frequency by Stefan Tauner · 12 years ago
  33. a1a14ec Clean up ICH descriptor code by Stefan Tauner · 12 years ago
  34. 37e8686 Move show_id to where it belongs by Stefan Tauner · 12 years ago
  35. 24c38df Fix broken board enables by Stefan Tauner · 12 years ago
  36. 60d9bd2 Portability fixes and cleanups by Carl-Daniel Hailfinger · 12 years ago
  37. b6304c1 Add board enable for Biostar M7VIQ by Stefan Tauner · 12 years ago
  38. 975b706 Simplify processor_enable.c by Peter Lemenkov · 12 years ago
  39. a583853 Increase flashrom release number to 0.9.6.1 by Carl-Daniel Hailfinger · 12 years ago
  40. 06b9efa Fix missing #include hwaccess.h by Carl-Daniel Hailfinger · 12 years ago
  41. 87fbb77 Refine messages of SPI block protection disables by Stefan Tauner · 12 years ago
  42. 1ba08f6 Clean up a25.c, at25.c, spi25.c by Stefan Tauner · 12 years ago
  43. cb30158 Increase flashrom release number to 0.9.6 by Carl-Daniel Hailfinger · 12 years ago
  44. 2a95e87 Remove more exit calls by Niklas Söderlund · 12 years ago
  45. 00ec027 print_wiki: fix columns calculations by Stefan Tauner · 12 years ago
  46. 2c20b28 Introduce enum test_state by Stefan Tauner · 12 years ago
  47. d94d25d Add a bunch of new/tested stuff and various small changes 13 by Stefan Tauner · 12 years ago
  48. a0fce5f Intel 7 Series fixes (addition of QM77, fixed straps printing) by Helge Wagner · 12 years ago
  49. 4e3391f Always require the --programmer parameter if any flash chip access is requested by Carl-Daniel Hailfinger · 12 years ago
  50. d6bb828 Automatically release I/O permissions on shutdown by Carl-Daniel Hailfinger · 12 years ago
  51. 0b9af36 Document --output in the man page by Carl-Daniel Hailfinger · 12 years ago
  52. 32508eb Hide hwaccess.h from public API by Patrick Georgi · 12 years ago
  53. 3834c2d Check vendor_id for PCI based external programmers by Carl-Daniel Hailfinger · 12 years ago
  54. 6e48a02 Add board enable for MSI K9N SLI (MS-7250 VER:2.1) by Joshua Roys · 12 years ago
  55. a4b14f7 Add native SPI AAI write support to the Dediprog SF100 driver by Nico Huber · 12 years ago
  56. 9e42376 Remove exit() call from show_id by Niklas Söderlund · 12 years ago
  57. 4099a8a Add voltage change delays to dediprog driver by Nico Huber · 12 years ago
  58. 7bca126 Let the programmer driver decide how to do AAI transfers by Nico Huber · 12 years ago
  59. 3464d05 Fix setting the divisor in ft2232_spi by Ilya A. Volynets-Evenbakh · 12 years ago
  60. 316fdfb Bus Pirate buffer management revamp by Carl-Daniel Hailfinger · 12 years ago
  61. 1c15548 Add logfile support by Carl-Daniel Hailfinger · 12 years ago
  62. edab1d2 Add support for PMC Pm39LV512 by Kyösti Mälkki · 12 years ago
  63. 27c8c6c Remove sharplhf00l04.c by Michael Karcher · 12 years ago
  64. b482c6d ft2232_spi.c: add frequency divisor parameter by Samir Ibradžić · 12 years ago
  65. 901a3ba Convert printf to msg_* where appropriate by Carl-Daniel Hailfinger · 12 years ago
  66. 2cef916 Add support for Eon EN25QH32 by Stefan Tauner · 12 years ago
  67. 0b9df97 dummyflasher.c: add support for SFDP by adding a new emulator chip: MX25L6436 by Stefan Tauner · 12 years ago
  68. f5e62cb Add Winbond W836xx SuperI/O detection by Carl-Daniel Hailfinger · 12 years ago
  69. 5e695ab dummyflasher: Add a status register to SPI chips by Stefan Tauner · 12 years ago
  70. dc704ed Refine reprogram_opcode_on_the_fly to indicate wrong readcnt/writecnt combinations by Stefan Tauner · 12 years ago
  71. e544939 Add manpage entry for pony_spi by Michael Karcher · 12 years ago
  72. b02c62b Function to enable the flash interface on w83697 family SuperIO chips by David Borg · 12 years ago
  73. 96c2dfc spi25.c: Refactor spi_write_status_register helpers by Stefan Tauner · 12 years ago
  74. 3603a28 Tag all EWSR chips correctly by Steven Zakulec · 12 years ago
  75. 027e018 Add board enable for ASUS P5BV-R by Stefan Tauner · 12 years ago
  76. da7c545 Add serial port bitbanging code by Virgil-Adrian Teaca · 12 years ago
  77. 2abab94 Add a bunch of new/tested stuff and various small changes 12 by Stefan Tauner · 12 years ago
  78. 23bb6d5 Check for duplicate -i arguments by Stefan Tauner · 12 years ago
  79. f5a30f6 Add support for for the Atmel AT49F040 chip by David Borg · 12 years ago
  80. 47eff6b Add support for the Eon EN29LV640B chip by Rudolf Marek · 12 years ago
  81. 1525b2a Add GigaDevice GD25QXX series support by Justin Chevrier · 12 years ago
  82. c1c1125 Minor NetBSD/DragonFly/pkgsrc build instruction update by Jonathan A. Kollasch · 12 years ago
  83. ae4294f Add support for the Numonyx N25Q064 chip by Niklas Söderlund · 12 years ago
  84. 8868db3 Make the presence of Linux SPI headers mandatory for linux_spi by Stefan Tauner · 13 years ago
  85. ded71e5 Add (untested) board enable for ASUS TUSL2-C by Stefan Tauner · 13 years ago
  86. 6259407 Increase flashrom release number to 0.9.5.2 by Carl-Daniel Hailfinger · 13 years ago
  87. 8371d72 Prevent submission of empty read requests in linux_spi by Michael Karcher · 13 years ago
  88. 2c3e9d5 linux_spi.c: set SPI mode, bit order and bits per word on init by Stefan Tauner · 13 years ago
  89. ccd71c2 Fix parallel-style programmer access from ITE IT87/Winbond W83627 SPI by Carl-Daniel Hailfinger · 13 years ago
  90. 8ee180d nicintel_spi.c: check if write enable is really set (and minor comment changes) by Stefan Tauner · 13 years ago
  91. 2b0e5ce Increase flashrom release number to 0.9.5.1 by Carl-Daniel Hailfinger · 13 years ago
  92. a5eecda Support Debian/kFreeBSD by Carl-Daniel Hailfinger · 13 years ago
  93. 2d25124 SFDP: Fetch parameter table in a more portable way by Carl-Daniel Hailfinger · 13 years ago
  94. 75adf32 Fix SFDP probing by Stefan Tauner · 13 years ago
  95. 4335a99 Increase flashrom release number to 0.9.5 by Carl-Daniel Hailfinger · 13 years ago
  96. 4c5665f Add a bunch of new/tested stuff and various small changes 11 by Stefan Tauner · 13 years ago
  97. d708fad Add board enable for ASUS OPLX-M by Joshua Roys · 13 years ago
  98. ac1b4c8 Add support for SFDP (JESD216) by Stefan Tauner · 13 years ago
  99. ac427b2 Add a bunch of new/tested stuff and various small changes 10 by Paul Menzel · 13 years ago
  100. 8541d23 Document and enable the linux_spi driver by Carl-Daniel Hailfinger · 13 years ago