1. 552420b Factor out CLI code by moving generic stuff out of main() by Carl-Daniel Hailfinger · 15 years ago
  2. cd8404d Add VIA VT8233A identification, mark as tested by Raúl Soriano · 15 years ago
  3. 6b11ad2 Convert the following chips to use struct eraseblock by Sean Nelson · 15 years ago
  4. bbfeb70 Add blockwise erase to all supported chips of the SST25 family by Carl-Daniel Hailfinger · 15 years ago
  5. 8918729 Convert the following chips to use struct eraseblock by Sean Nelson · 15 years ago
  6. 6c5f733 Board: Add MSI K8N Neo4-F by Luc Verhaegen · 15 years ago
  7. 73d2119 Chipset/Board: vt8237: Set All mem cycles to LPC in chipset enable by Luc Verhaegen · 15 years ago
  8. db53ec5 Add a few FIXME comments to the generic SPI code by Carl-Daniel Hailfinger · 15 years ago
  9. 14e100c SuperI/O detection now happens unconditionally and before the chipset enable by Carl-Daniel Hailfinger · 15 years ago
  10. 72a9a02 Convert the following chips to use struct eraseblock by Sean Nelson · 15 years ago
  11. 63ce4bb Clarify comment about how to enter chip erase functions in struct block_eraser by Carl-Daniel Hailfinger · 15 years ago
  12. 23ebd75 Boards: Fix several issues with nvidia_mcp_gpio_set by Luc Verhaegen · 15 years ago
  13. e498410 Chipset: Add support for Intel Poulsbo chipset by Adam Jurkowski · 15 years ago
  14. b843e20 Boards: Add ECS K7S6A by Luc Verhaegen · 15 years ago
  15. aa00098 jedec: warn if toggle bit is stuck for too long and allow for delays between tries by Carl-Daniel Hailfinger · 15 years ago
  16. 2a9e245 Use the maximum decode size infrastructure by Carl-Daniel Hailfinger · 15 years ago
  17. c12fc71 Skip all delays in probe_jedec() if probe_delay is 0 by Sean Nelson · 15 years ago
  18. d3abc65 Remove nonexisting functions from chipdrivers.h by Carl-Daniel Hailfinger · 15 years ago
  19. f522691 Boards: Formalize intel piix4 gpo setting by Luc Verhaegen · 15 years ago
  20. b87f23b Use pci_fill_info() so device_class is valid by Jonathan A. Kollasch · 15 years ago
  21. 9bd5eec Mark ASRock M3A790GXH/128M as supported, no board enable needed by Zachary O Dillard · 15 years ago
  22. 9d48916 Fix eraseblock walking and add a few more checks to make sure such bugs get caught in the future by Carl-Daniel Hailfinger · 15 years ago
  23. 5d5c072 Split hardware access, OS abstraction and chip drivers out of flash.h by Carl-Daniel Hailfinger · 15 years ago
  24. 516f932 Don't print out supported PCI devices header if all following lines are excluded from build by Adam Jurkowski · 15 years ago
  25. 66ef4e5 Internal (onboard) programming was the only feature which could not be disabled by Carl-Daniel Hailfinger · 15 years ago
  26. a7e3050 Boards: Tighten up ID match list by Luc Verhaegen · 15 years ago
  27. f58d364 Boards: Add Asus M2V-MX by David Bartley · 15 years ago
  28. 9892ca6 Chipset: remove sis630 chipset enable for sis540 by Luc Verhaegen · 15 years ago
  29. a661e15 Intel PIIX* chipsets only support parallel flash (no LPC/FWH/SPI) by Maciej Pijanka · 15 years ago
  30. 96f88fb Boards: Add general nVidia MCP gpio routine by Luc Verhaegen · 15 years ago
  31. fcd070e Mark the following boards as OK (no board-enable needed) by Idwer Vollering · 15 years ago
  32. 0f9221c Board enable for Shuttle AK31 by Luc Verhaegen · 15 years ago
  33. 4802a7b Boards: Fix up MSI KT4V board enable by Luc Verhaegen · 15 years ago
  34. 6c5d4cc Boards: Add Asus P4B266LM (Sony Vaio PCV-RX650) by Luc Verhaegen · 15 years ago
  35. 1265d8d Boards: Add board match for Asrock P4i65GV by Luc Verhaegen · 15 years ago
  36. 60ea7dc Boards: provide enormous intel_ich_gpio_set function by Luc Verhaegen · 15 years ago
  37. 1c296ca Use common jedec functionality where appropriate by Michael Karcher · 15 years ago
  38. 797a834 Add support for Intel 3400 series / 5 series chipset by Carl-Daniel Hailfinger · 15 years ago
  39. 972cec2 Refine support for the JEDEC Software Data Protection by Michael Karcher · 15 years ago
  40. 1db2b75 Add entries of W25x32 and W25x64 by Zheng Bao · 15 years ago
  41. d0250a3 Clarify a comment about verification routine usage by Carl-Daniel Hailfinger · 15 years ago
  42. b7e0145 Reduce realloc syscall overhead for FT2232 and bitbang by Carl-Daniel Hailfinger · 15 years ago
  43. 2925d6f Jedec.c was missing error handling in a few cases by Carl-Daniel Hailfinger · 15 years ago
  44. 411d7c1 Optimized write_sst_fwhub for safety and speed by Adam Jurkowski · 15 years ago
  45. 9612303 Kill hardcoded block erase on ICH SPI by Carl-Daniel Hailfinger · 15 years ago
  46. d5b28fa Add the ability to set Bus Pirate SPI speed via the command line by Carl-Daniel Hailfinger · 15 years ago
  47. d70b09c Add Sanyo LF25FW203A support by Sean Nelson · 15 years ago
  48. 118e1d6 Add Generic SPI RDID detection for Sanyo chips by Sean Nelson · 15 years ago
  49. b2ecf6c Revert debug compilation which was committed in r772 by accident by Carl-Daniel Hailfinger · 15 years ago
  50. 5cca01f Cleanly validate ICH SPI preopcodes by Carl-Daniel Hailfinger · 15 years ago
  51. e51ea10 Move serial handling from serprog.c to serial.c by Carl-Daniel Hailfinger · 15 years ago
  52. eaac68b Add the ability to generate test patterns for write testing by Carl-Daniel Hailfinger · 15 years ago
  53. a2441ce ft2232_spi: add some error handling by Carl-Daniel Hailfinger · 15 years ago
  54. a4a9bfb Bus Pirate support needs serial communication by Carl-Daniel Hailfinger · 15 years ago
  55. 01d49ed Add support for generic RDID and REMS matching of unknown chips by Carl-Daniel Hailfinger · 15 years ago
  56. f529205 Refactor main loop in preparation of libflashrom by Carl-Daniel Hailfinger · 15 years ago
  57. 6161ff1 Fix incorrect comment about wiki printing in Makefile by Carl-Daniel Hailfinger · 15 years ago
  58. 3efc51c If a SPI command taking an address does fail, we want to know the address for easier debugging by Carl-Daniel Hailfinger · 15 years ago
  59. 7a0d947 Add URLs for boards ASUS K8V, ASUS K8V SE Deluxe, Elitegroup K7S5A by Idwer Vollering · 15 years ago
  60. 8776db2 Retrieve linker flags for libftdi with pkg-config by Jörg Mayer · 15 years ago
  61. 754580e svn:ignore .libdeps by Carl-Daniel Hailfinger · 15 years ago
  62. 6a0269e Mark Elitegroup K7S5A as supported by Carl-Daniel Hailfinger · 15 years ago
  63. 9f46cfc Add support for every single SiS chipset out there by Carl-Daniel Hailfinger · 15 years ago
  64. 964f274 Mark "Asus K8V" as supported by Carl-Daniel Hailfinger · 15 years ago
  65. 8a8a226 Retry correct range in write_page_write_jedec() by Carl-Daniel Hailfinger · 15 years ago
  66. 11c9e68 Fix incorrect comment in SST49LF004A/B description by Carl-Daniel Hailfinger · 15 years ago
  67. 115d390 Add infrastructure to check the maximum supported flash size of chipsets and mainboards by Carl-Daniel Hailfinger · 15 years ago
  68. 3291030 Adjust a help text for external PCI programmers to the new parameter scheme by Carl-Daniel Hailfinger · 15 years ago
  69. 0709a78 ichspi: remove obnoxious debug message by Carl-Daniel Hailfinger · 15 years ago
  70. 20fdce1 Board enable for Shuttle FN25 (SN25P) by Luc Verhaegen · 15 years ago
  71. 5dfd384 Remove confusing out-of-date comment by Carl-Daniel Hailfinger · 15 years ago
  72. 2b5cb51 Add missing NVIDIA PCI IDs to wiki output by Uwe Hermann · 15 years ago
  73. 14b3e1e Mark the following boards as supported (no board-enable needed) by Uwe Hermann · 15 years ago
  74. d0e347d Upon popular request, move board support tables to print.c by Uwe Hermann · 15 years ago
  75. aad7e67 Mark NVIDIA Nforce4/MCP04 as tested by Luc Verhaegen · 15 years ago
  76. 2c04fab Board enable for EPoX EP-8RDA3+ by Luc Verhaegen · 15 years ago
  77. 8ff741e Board enable for ASUS P5ND2-SLI Deluxe by Luc Verhaegen · 15 years ago
  78. cd00e88 Chipset support for the nVidia nForce 4 by Luc Verhaegen · 15 years ago
  79. a472b8b There is no need to tell people to install libz if flashrom doesn't need libz by Carl-Daniel Hailfinger · 15 years ago
  80. c67d037 Cosmetics and small coding style fixes by Uwe Hermann · 15 years ago
  81. 3a4781e Make bitbang_spi naming consistent by Carl-Daniel Hailfinger · 15 years ago
  82. 4d67950 Disable NVIDIA flashing support for now, erase/write is not properly working, yet by Uwe Hermann · 15 years ago
  83. de75a5e Introduce proper error checking for SPI programming by Carl-Daniel Hailfinger · 15 years ago
  84. 4010712 Add comments about the meaning of block erase related struct flashchip members by Carl-Daniel Hailfinger · 15 years ago
  85. 2bc98f6 Add initial support for flashing some NVIDIA graphics cards by Uwe Hermann · 15 years ago
  86. 547872b This is the bitbanging SPI driver infrastructure by Carl-Daniel Hailfinger · 15 years ago
  87. 07c54c8 Enable drkaiser programmer support in wiki output by Uwe Hermann · 15 years ago
  88. 5714614 Mark the following boards as OK by Uwe Hermann · 15 years ago
  89. 45835c4 Mark the SST SST49LF003A/B as read-tested by Peter Lemenkov · 15 years ago
  90. 3e0774d Add chipset support for VIA VT82C596 by adding a PCI ID by Uwe Hermann · 15 years ago
  91. a06287c Switch SST49LF004A/B to block erase, remove the hack which simulated (unsupported) chip erase by Carl-Daniel Hailfinger · 15 years ago
  92. c025268 Change the status of the SST49LF020A to TEST_OK_PREW by Nils Jacobs · 15 years ago
  93. e715c7b Enable flashrom on Wyse Winterm S50 by Nils Jacobs · 15 years ago
  94. 2912426 This enables flashing the Dell S1850 under Linux. by Carl-Daniel Hailfinger · 15 years ago
  95. 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
  96. 707f1eb Fix copy-paste errors by s/CONFIG_PRINT_WIKI/PRINT_WIKI_SUPPORT/ by Uwe Hermann · 15 years ago
  97. 9c8476b Compile out wiki output on request and move wiki stuff into a separate file by Carl-Daniel Hailfinger · 15 years ago
  98. 4740c6f Allow to exclude each of the external programmer drivers from being compiled in by Carl-Daniel Hailfinger · 15 years ago
  99. ab044b2 Fix all remaining issues reported by LLVM/clang's scan-build by Stefan Reinauer · 15 years ago
  100. 9e72aa5 Fix some of the issues reported by LLVM/clang's scan-build by Stefan Reinauer · 15 years ago