1. 682122b Warn if we skipped all blocks while writing by Stefan Tauner · 11 years ago
  2. cecb2c5 Fix unlocking function for most Atmel AT2[56]D* chips by Stefan Tauner · 11 years ago
  3. 0466c81 sbxxx: spibar[0] debug print refinements by Stefan Tauner · 11 years ago
  4. b13d4e6 Add W25Q...W series by Yung-Chieh Lo · 11 years ago
  5. 27cb34b Change warning regarding protected ICH regions by Stefan Tauner · 11 years ago
  6. efe2d43 dediprog: fix SPI clock setting by Patrick Georgi · 11 years ago
  7. e659d2d dediprog: add support for chip select by Stefan Tauner · 11 years ago
  8. 730e7e7 Update spi_get_erasefn_from_opcode() by Stefan Tauner · 11 years ago
  9. f445161 Add support for PMC Pm25LD series by Stefan Tauner · 11 years ago
  10. 3f5e35d Refine PMC Pm25LV series by Stefan Tauner · 11 years ago
  11. e33c40e Initialize sp_fd and fix baud rate setting on windows by Stefan Tauner · 11 years ago
  12. 363fd7e Get rid of perror() by Stefan Tauner · 11 years ago
  13. 73dc0db Usleep() is not found in all versions of MinGW, use Sleep() on Windows by Maksim Kuleshov · 11 years ago
  14. 0243745 Refine granularity handling in preparation of AT45DB series support by Stefan Tauner · 11 years ago
  15. 52b6e9d Enable serprog on Windows by Stefan Tauner · 11 years ago
  16. f966cc4 serial.c: be more pedantic by Stefan Tauner · 11 years ago
  17. 79587f5 Replace native calls in serprog with wrapper calls by Stefan Tauner · 11 years ago
  18. ae3d837 Introduce serialport_write_nonblock() by Stefan Tauner · 11 years ago
  19. 00e1608 Replace sp_sync_read_timeout() with serialport_read_nonblock() by Stefan Tauner · 11 years ago
  20. da5b17c serial.c: round baudrates to valid ones by Stefan Tauner · 11 years ago
  21. bf88be9 serial.c: abstract system error printing by Stefan Tauner · 11 years ago
  22. c60de0e Add Altera USB-Blaster SPI programmer by James Laird · 11 years ago
  23. 226037d Fix evil twins of Macronix MX25L1605, MX25L3205, MX25L6405 by Stefan Tauner · 12 years ago
  24. 90eb226 Add support for Intel Lynx Point low-power and Wellsburg by Duncan Laurie · 12 years ago
  25. f800f55 Add support for Macronix MX25U1635E, MX25U3235E/F and MX25U6435E/F by Vincent Palatin · 12 years ago
  26. bf97bdc Add utility to print all chip names in flashchips.h that are not in flashchips.c by Stefan Tauner · 12 years ago
  27. d3b98fb Add (untested) board enable for ASUS P4PE-X/TE by Stefan Tauner · 12 years ago
  28. c54adc5 Add M25P20-old by Kyösti Mälkki · 12 years ago
  29. 50d67aa Make write granularity a chip attribute by Stefan Tauner · 12 years ago
  30. 352e50b Add a bunch of new/tested stuff and various small changes 17 by Stefan Tauner · 12 years ago
  31. 77fa67d dedirpog: add a parameter 'spispeed' to set the SPI clock rate by Nico Huber · 12 years ago
  32. e038e90 Fix building for MacOSX by Stefan Tauner · 12 years ago
  33. f656e80 Update Macronix MX25L512, MX25L1005, MX25L2005, MX25L4005, MX25L8005 by Stefan Tauner · 12 years ago
  34. 67d163d Fix duplicate 'const' declaration specifiers by Stefan Tauner · 12 years ago
  35. 8225868 Fix compilation for DOS and non-x86 targets by Carl-Daniel Hailfinger · 12 years ago
  36. a2faddf Decouple BAR reading from pci device init, handle errors gracefully by Carl-Daniel Hailfinger · 12 years ago
  37. c6fa32d Introduce msg_*warn by Stefan Tauner · 12 years ago
  38. 5561955 Unify PCI init and let pcidev clean itself up by Stefan Tauner · 12 years ago
  39. 30dfdba Add user interface to activate the Bus Pirate pull-up resistors by Brian Salcedo · 12 years ago
  40. e34e3e8 Add a bunch of new/tested stuff and various small changes 16 by Stefan Tauner · 12 years ago
  41. bcb2e5a Constify parameters and globals by Nico Huber · 12 years ago
  42. 6282966 Simplify hwaccess.c by Peter Lemenkov · 12 years ago
  43. 57794ac Add support for Atmel's AT25F series of SPI flash chips by Stefan Tauner · 12 years ago
  44. 54aaa4a Add support for Intel S33 series flash chips by Stefan Tauner · 12 years ago
  45. 9530a02 Add a generic SPI block unprotect function by Stefan Tauner · 12 years ago
  46. 6ee37e2 Improve SPI status register pretty printing by Stefan Tauner · 12 years ago
  47. 2c42119 print_wiki.c: print programmers of type OTHER too by Stefan Tauner · 12 years ago
  48. 4b24a2d Unify usbdev_status and pcidev_status into dev_entry by Stefan Tauner · 12 years ago
  49. af358d6 Refactor PCI and USB device status printing by Stefan Tauner · 12 years ago
  50. a6d9648 Add general programmer sanity checks by Stefan Tauner · 12 years ago
  51. b8911d6 Fix memleaks in cli_classic.c by Stefan Tauner · 12 years ago
  52. 21541a6 Add a "device" parameter for Dediprog by Nathan Laredo · 12 years ago
  53. acfc4c6 Fix sp_openserport users on Windows by Stefan Tauner · 12 years ago
  54. 62574aa Break endless loop in serialport_write() by Stefan Tauner · 12 years ago
  55. 26148ae Fix linker flag bug introduced in r1623 by Carl-Daniel Hailfinger · 12 years ago
  56. b226cb1 Improve --help and friends by Stefan Tauner · 12 years ago
  57. e7a39bf Explicitly detect libusb-0.1 in the Makefile by Carl-Daniel Hailfinger · 12 years ago
  58. 98546c9 Add (untested) board enable for Asus DSAN-DX by Stefan Tauner · 12 years ago
  59. 64263c7 Support the new fast SPI mode present in Bus Pirate firmware v5.5 or newer by Carl-Daniel Hailfinger · 12 years ago
  60. c31243e Add support for Winbond W39F010/W39L010/W39L020 by Kyösti Mälkki · 12 years ago
  61. 78ffbea Do not read the flash chip twice in verification mode by Stefan Tauner · 12 years ago
  62. 92fefc9 serprog: add opcode to control the programmer's output drivers by Stefan Tauner · 12 years ago
  63. 0d82e95 serprog: move the macro list to its own header file by Stefan Tauner · 12 years ago
  64. 94b39b4 Add support for Atmel AT26DF041 by Stefan Tauner · 12 years ago
  65. d956f82 Add support for Numonyx N25Q016 and N25Q032 by Stefan Tauner · 12 years ago
  66. ede2fa4 Remove exit calls from print_supported_chips by Niklas Söderlund · 12 years ago
  67. d7d423b Add a bunch of new/tested stuff and various small changes 15 by Stefan Tauner · 12 years ago
  68. 99f947d Differentiate Numonyx N25Q064 1.8V and 3.0V versions by David Hendricks · 12 years ago
  69. 9e349e4 Add support for SST's 25WF series of SPI flash chips by Stefan Tauner · 12 years ago
  70. 3e515e2 Cleanup ft2322.c and add more detail to error messages by Stefan Tauner · 12 years ago
  71. 2c714ab Add support for FT232H by Ilya A. Volynets-Evenbakh · 12 years ago
  72. fbc71ac Add support for all 4 possible channels to the ft2232_spi programmer by Stefan Tauner · 12 years ago
  73. fd0d413 Introduce a compile time option to select a default programmer by Stefan Tauner · 12 years ago
  74. 98feaa5 Whitelist known working Thinkpads of the T60 and X60 series by Stefan Tauner · 12 years ago
  75. fa9fa71 Fix flashrom running on boards with coreboot by Stefan Tauner · 12 years ago
  76. 4e6d346 Fix memleaks in dmi.c by Stefan Tauner · 12 years ago
  77. e0ff165 Fix a memleak in the dummyflasher by Stefan Tauner · 12 years ago
  78. 5609f9d Generify a25.c's SRWD printing function and move it to spi25.c by Stefan Tauner · 12 years ago
  79. eb58257 Add a bunch of new/tested stuff and various small changes 14 by Stefan Tauner · 12 years ago
  80. 3c0fcd0 Add spi_block_erase_62 by Stefan Tauner · 12 years ago
  81. 14fbc4b Allow to select FTDI device by serial number by Shik Chen · 12 years ago
  82. 5bfef9d Add support for GigaDevice GD25LQ32 by Bryan Freed · 12 years ago
  83. 33366a0 Add board enable for MSI K8N Neo Platinum by Stefan Tauner · 12 years ago
  84. 4d0cde1 Add untested board enable for ASUS P5LD2-VM by Idwer Vollering · 12 years ago
  85. 7145a50 Remove exit calls from sp_sync_read_timeout and sp_synchronize by Niklas Söderlund · 12 years ago
  86. d932fd0 Add support for Eon EN25F64 by Stefan Tauner · 12 years ago
  87. c819000 Try to remove all read and write locks on CK804 (and MCP51) by Jonathan Kollasch · 12 years ago
  88. b66ba1e Nvidia chipset enables: refactor setting bit 0 in 0x6d by Stefan Tauner · 12 years ago
  89. bb4fed7 Fix compilation with MinGW by Stefan Tauner · 12 years ago
  90. dabca20 Add support for AJAWe to pony_spi by Virgil-Adrian Teaca · 12 years ago
  91. af2cac0 Add RES/REMS support to all dummyflasher emulated chips as a test case by Carl-Daniel Hailfinger · 12 years ago
  92. 250c321 Remove potential endless loops from satasii.c by Carl-Daniel Hailfinger · 12 years ago
  93. e3adea0 ichspi: ignore bogus FREGs by Stefan Tauner · 12 years ago
  94. 98f4710 Add support for Realtek RTL8169 by Sergey Lichack · 12 years ago
  95. 1c6d2ff Some ISO C fixes by Carl-Daniel Hailfinger · 12 years ago
  96. 6745d6f Use getpagesize() to determine the physmap's length in nicintel_spi.c by Stefan Tauner · 12 years ago
  97. 7bf4ed9 Rename AT25F512B-specific code by Stefan Tauner · 12 years ago
  98. 62218c3 Clean up enable_flash_ich and attempt to disable SMM write protection by Stefan Reinauer · 12 years ago
  99. 3dcdc03 Add untested board enable for DFI AD77 by Tadas Slotkus · 12 years ago
  100. 61b4cfa Clean up satasii.c by Stefan Tauner · 12 years ago