1. 957d260 Add ITE IT8720 SPI support by Vadim Girlin · 14 years ago
  2. dfdc56f Add PMC Pm39LV020 and Pm39LV040 by Anders Juel Jensen · 14 years ago
  3. 132e2ec Add runtime and build environment info to the flashrom version message by Carl-Daniel Hailfinger · 14 years ago
  4. b811461 The delay loop is probably one of the oldest pieces of code by Carl-Daniel Hailfinger · 14 years ago
  5. 4e3d0b3 Polish the flashrom code comments and outputs a bit by Uwe Hermann · 15 years ago
  6. d4e5359 Add success reports by Michael Karcher · 15 years ago
  7. 01f3ef4 Autodetect ITE IT87* LPC->SPI translation on all boards without the need for a board enable by Carl-Daniel Hailfinger · 15 years ago
  8. ed479d2 Convert chips' message printing to msg_c* Fixed suggestions by Carl-Daniel by Sean Nelson · 15 years ago
  9. 93539da Fix copy/paste error in print.c preventing compilation by Michael Karcher · 15 years ago
  10. 3355f06 Flashrom works on Acer Aspire 1520 (Laptop) with W39V040A by Michael Karcher · 15 years ago
  11. c85fa45 Shuttle FD37 and MSI K9A2 Platinum are supported by Michael Karcher · 15 years ago
  12. b90c221 MSI MS6330 tested with W49F002U and EN29F002 by Michael Karcher · 15 years ago
  13. e06a9c8 ASUS P6T Deluxe is OK by Michael Karcher · 15 years ago
  14. 25a3c53 Clean up manufacturer mainboard links by Michael Karcher · 15 years ago
  15. 98eff46 Abit VT6X4 + Winbond W29C020C and Asus A7V133 + Atmel AT29C010A work by Michael Karcher · 15 years ago
  16. e2343e0 Probe/Read tested for SST29EE020A by Michael Karcher · 15 years ago
  17. 45f79cb Fix handling of empty dmidecode output by Michael Karcher · 15 years ago
  18. 69e5811 Sst49lfxxxc chips are functionally the same as 82802ab chips by Sean Nelson · 15 years ago
  19. 12aa0be Check 82802AB probing results for flash contents too by Carl-Daniel Hailfinger · 15 years ago
  20. 12575e5 Reduce message severity level for skipped chips by Carl-Daniel Hailfinger · 15 years ago
  21. ed3eae6 Clang complains loudly when there are duplicate printlock_sst_fwhub, gcc ignores them by Sean Nelson · 15 years ago
  22. 9979eac Refine compile-time checks for libpci by Carl-Daniel Hailfinger · 15 years ago
  23. 4e54de9 In unlock_28f004s5, variable 'i' needs to be int... by Sean Nelson · 15 years ago
  24. 8864710 Fix a few typos from the last commit by Sean Nelson · 15 years ago
  25. dee4a83 To access/read the lock bits, we use the same mode to read the chip id by Sean Nelson · 15 years ago
  26. 408e47a Multibyte SPI write for the Bus Pirate by Carl-Daniel Hailfinger · 15 years ago
  27. 50415d2 Add DOS cross-compilation support to the Makefile by Carl-Daniel Hailfinger · 15 years ago
  28. 4ad4c74 Adds board enable to Termtek TK-3370 thin client motherboard by Daniel Brandt · 15 years ago
  29. 4631319 Unlock fixup by Sean Nelson · 15 years ago
  30. fcc4f74 Fix some problems introduced in commit r948 brought up by carldani by Sean Nelson · 15 years ago
  31. f63c436 Rebased Board Enable Patch: iBase MB899 by Luc Verhaegen · 15 years ago
  32. c94746d Rebased Board Enable Patch: Abit AN-M2 by Sean Nelson · 15 years ago
  33. 392e05a Reversed-engineered board enable for the ASUS A8N-LA by Sean Nelson · 15 years ago
  34. 064f166 Rebased Board Enable Patch: 2nd attempt to fix board detection on GA-MA74GM-S2H by Peter Lemenkov · 15 years ago
  35. 255a9e0 Rebased Board Enable Patch: Asus P4B533-E by Michael Karcher · 15 years ago
  36. 0647733 Rebased Board Enable Patch: Factor out Via Apollo GPO setting by Michael Karcher · 15 years ago
  37. 998c9dc Rebased Board Enable Patch: A8JM board_enable patch by James Lancaster · 15 years ago
  38. 92bc6bd Rebased Board Enable Patch: Abit KN8 Ultra by Sean Nelson · 15 years ago
  39. 51cd0c9 Rebased Board Enable Patch: Intel SE440BX-2 by Michael Karcher · 15 years ago
  40. 187a46a Rebased Board Enable Patch: Abit VT6X4 by Michael Karcher · 15 years ago
  41. 49146c1 Rebased Board Enable Patch: Add Asus A8N by Luc Verhaegen · 15 years ago
  42. 28accc2 Various JEDEC refactorings touching 82802ab.c, sharplhf00l04.c and stm50flw0x0x.c by Sean Nelson · 15 years ago
  43. 6499d5a Add board enable for P4C800-E by Michael Karcher · 15 years ago
  44. 295b3af PCI device BARs of all types had only bits 1:0 cleared while reading the address by Carl-Daniel Hailfinger · 15 years ago
  45. 6093969 Mark a bunch of parallel chips I tested as TEST_OK_PRW by Uwe Hermann · 15 years ago
  46. 03ae5c1 Add MS-DOS crosscompilation support by Rudolf Marek · 15 years ago
  47. ccf7a2a Further cleanup after JEDEC refactorings by Sean Nelson · 15 years ago
  48. b3289c9 Clean up sst28sf040.c after JEDEC refactorings by Sean Nelson · 15 years ago
  49. e4446e4 Clean up sharplhf00l04.c after JEDEC refactorings by Sean Nelson · 15 years ago
  50. ffae6ca Kill dead w39v080fa.c functions by Sean Nelson · 15 years ago
  51. ba966f6 Kill dead w39v040c.c functions by Sean Nelson · 15 years ago
  52. 2f9374b Kill dead pm49fl00x.c functions by Sean Nelson · 15 years ago
  53. 81449a2 Add FEATURE_REGISTERMAP to some more chips and change the use of various probing functions by Carl-Daniel Hailfinger · 15 years ago
  54. fd41670 Skip DMI laptop check if DMI doesn't work by Michael Karcher · 15 years ago
  55. 8111e7f Enabling Gigabyte GA-MA69VM-S2 by Raúl Soriano · 15 years ago
  56. e3cb0a1 Fix EN29F002 Top/Bottom Boot Block by Michael Karcher · 15 years ago
  57. 4395970 Various coding style and cosmetic changes by Uwe Hermann · 15 years ago
  58. 645c6df Patch: Manpage: Move description of layout file into the right place by Joerg Mayer · 15 years ago
  59. 31fd825 Tell users to probe/backup first by Michael Karcher · 15 years ago
  60. 0b9e2a7 Fix NULL pointer reference in board_flash_enable by Michael Karcher · 15 years ago
  61. bd622d1 Add ASUS A7V8X-X write-enable by Russ Dill · 15 years ago
  62. 8c7c468 Mark PMC Pm49FL002 as tested by Russ Dill · 15 years ago
  63. e8e369f Write granularity is chip specific by Carl-Daniel Hailfinger · 15 years ago
  64. 7f0c3ec Move untested board enable documentation to manpage by Michael Karcher · 15 years ago
  65. 5fdf270 Board enable for MS-7202 (K8N GM2-L) by Michael Karcher · 15 years ago
  66. b2184c1 Board enable for Asus M2NBP-VM CSM by Michael Karcher · 15 years ago
  67. 03b80e9 Board enable for HP Vectra VL420SFF by Michael Karcher · 15 years ago
  68. e5eafb2 Refactor man page by Michael Karcher · 15 years ago
  69. 3cd5a12 Add support for Eon EN29F010 by Russ Dill · 15 years ago
  70. b4a3d1c Board enable for Abit IP35 Pro by Michael Karcher · 15 years ago
  71. 0bdc092 Implement tested/untested status for board enables by Michael Karcher · 15 years ago
  72. 5fbd18d Board enable for HP Vectra VL400 by Michael Karcher · 15 years ago
  73. 3617234 Convert the remaining references to *_49fl00x by Sean Nelson · 15 years ago
  74. 8c1df28 Warn if running on laptops by Michael Karcher · 15 years ago
  75. 0d7fb7c Factor out DMI string reading into subfunction by Michael Karcher · 15 years ago
  76. 14ba668 Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h by Sean Nelson · 15 years ago
  77. cfa674f Rename identifiers called 'byte' by Michael Karcher · 15 years ago
  78. f6498d7 Remove unused short IDs by Michael Karcher · 15 years ago
  79. 8448639 Replace PCI_OK/PCI_NT by OK/NT by Michael Karcher · 15 years ago
  80. 01f6d7d Fix PIIX4 GPO set by Michael Karcher · 15 years ago
  81. c351992 Patch to remove all references to dead chipdrivers by Sean Nelson · 15 years ago
  82. ddd5c9e Add initial (non-working) code for Highpoint ATA/RAID controllers by Uwe Hermann · 15 years ago
  83. 6e0b912 Here's a very quick patch to fix the missing unlock code by Sean Nelson · 15 years ago
  84. ce5fad0 Refactor MCP SPI detection by Carl-Daniel Hailfinger · 15 years ago
  85. d8dfc44 More NetBSD fixes (w/ patch) by Jonathan A. Kollasch · 15 years ago
  86. cc389fc Allow the registration of functions to be called at programmer shutdown by Carl-Daniel Hailfinger · 15 years ago
  87. 879b351 Use uname -p instead of -m on NetBSD so we get the right architecture library name by Jonathan A. Kollasch · 15 years ago
  88. ea3b1b4 Add SPI mode diagnostics for all post-MCP55 (nForce 5) chipsets from Nvidia by Carl-Daniel Hailfinger · 15 years ago
  89. cd446f4 Kill an erroneous .erase introduced in r900 by Carl-Daniel Hailfinger · 15 years ago
  90. f5ae4d4 Adds support for the Intel E28F004S5 flash chip by Sean Nelson · 15 years ago
  91. e4edb06 Ignore RES (1 byte) if chip replied to REMS (2 bytes) by Carl-Daniel Hailfinger · 15 years ago
  92. fb0828f Split internal.c into internal.c and hwaccess.c by Carl-Daniel Hailfinger · 15 years ago
  93. ca33140 Fix erase blocks for Winbond W25X{10,20,40,80} SPI chips by Sean Nelson · 15 years ago
  94. 4dfa093 Fix DMI match logic by Michael Karcher · 15 years ago
  95. 48f1d73 At long last, the day has come, and we can bury full-chip erase once and for all by Carl-Daniel Hailfinger · 15 years ago
  96. f15e1ab Rewrite substantial parts of the ICH SPI support by Carl-Daniel Hailfinger · 15 years ago
  97. 7a788f5 Document the rules for DMI matching with PCI subsystem IDs by Carl-Daniel Hailfinger · 15 years ago
  98. 2eab70d Allow DMI supported board enables with subsystem ID zero by Michael Karcher · 15 years ago
  99. 975aa7e Properly initialize USB device in dediprog driver by Patrick Georgi · 15 years ago
  100. 873599d Add a second set of PCI IDs for the Tekram P6Pro-A5 by Uwe Hermann · 15 years ago