1. ac90af6 Change references to flashrom-stable by Nico Huber · 1 year, 9 months ago
  2. 494fa83 Add support for motherboard Jetway P4MDPT by direstraits96 · 2 years, 7 months ago
  3. 58cf519 board_enable: Add ASUS P5W DH Deluxe by Tasos Sahanidis · 2 years, 5 months ago
  4. 79088ab print.c: use static string for internal programmer name by Thomas Heijligen · 3 years, 4 months ago
  5. d45cb59 programmer_table: replace PROGRAMMER_INVALID with programmer_table_size by Thomas Heijligen · 3 years, 4 months ago
  6. 633d6db programmer_table: convert entries to pointers by Thomas Heijligen · 3 years, 6 months ago
  7. 9148620 Add board enable for ASUS P3B-F by Keith Hui · 4 years, 4 months ago
  8. 5d068dd Revert "print.c: Dedup 'test_state_to_text()' logic" by Nico Huber · 4 years, 10 months ago
  9. 61e16e5 print.c: Dedup 'test_state_to_text()' logic by Edward O'Callaghan · 4 years, 10 months ago
  10. de77ad4 Add board enable for Asus P4P800SE by Miklós Márton · 5 years ago
  11. 4a7970b print: Fix vendor string memory leak by Jacob Garber · 5 years ago
  12. 519be66 Fix -Wsign-compare trouble by Nico Huber · 6 years ago
  13. beeb8bc tree: Make internal functions static by Jacob Garber · 5 years ago
  14. 0373ce3 print: Update Asus URLs to use more secure HTTPS by Paul Menzel · 7 years ago
  15. ac01baa Remove unneeded white spaces by Elyes HAOUAS · 6 years ago
  16. e083880 Remove address from GPLv2 headers by Elyes HAOUAS · 6 years ago
  17. 0be072c Add a bunch of new/tested stuff and various small changes 25 by Stefan Tauner · 9 years ago
  18. 23e10b8 Add a bunch of new/tested stuff and various small changes 24 by Stefan Tauner · 9 years ago
  19. 4c72315 Pimp the manpage to create nicer hyperlinks and HTML output by Stefan Tauner · 9 years ago
  20. 74dc73f Add a bunch of new/tested stuff and various small changes 23 by Stefan Tauner · 10 years ago
  21. 5c316f9 Add a bunch of new/tested stuff and various small changes 22 by Stefan Tauner · 10 years ago
  22. 7fbbbb8 Add board enable for GIGABYTE GA-8SIMLFS 2.0 by Stefan Tauner · 10 years ago
  23. b41d847 Move strtok_r implementation verbatim to helpers.c by Stefan Tauner · 10 years ago
  24. 9b32de9 Refactor some CLI-relevant parts by Stefan Tauner · 10 years ago
  25. 6697f71 Add a bunch of new/tested stuff and various small changes 21 by Stefan Tauner · 10 years ago
  26. 9d8f53d Add Board Enable for ASUS Vintage 2 PH1 (P5LD2-MQ) by Dima Veselov · 10 years ago
  27. 428ba2b Utilize new tested states for chipsets as well by Stefan Tauner · 10 years ago
  28. 1181ee2 print.c: improve device printing by Stefan Tauner · 10 years ago
  29. 6455dff Add two new states to enum test_state and use it for flashchips by Stefan Tauner · 10 years ago
  30. 31402ee sbxxx: Add support for new AMD SPI controller by Wei Hu · 10 years ago
  31. c2eec2c Add a bunch of new/tested stuff and various small changes 20 by Stefan Tauner · 10 years ago
  32. f94d9ce CID1130004: Nesting level does not match indentation by Stefan Reinauer · 10 years ago
  33. 309dd2c Add board enable for ASUS P5LD2-VM DH by Stefan Tauner · 11 years ago
  34. 2c5b65e Add board enable for abit BF6 by Stefan Tauner · 11 years ago
  35. dbac46c Add a bunch of new/tested stuff and various small changes 19 by Stefan Tauner · 11 years ago
  36. 0554ca5 Add a bunch of new/tested stuff and various small changes 18 by Stefan Tauner · 11 years ago
  37. 4a03865 print.c: Fix multiline support by Stefan Tauner · 11 years ago
  38. d3b98fb Add (untested) board enable for ASUS P4PE-X/TE by Stefan Tauner · 12 years ago
  39. 352e50b Add a bunch of new/tested stuff and various small changes 17 by Stefan Tauner · 12 years ago
  40. e34e3e8 Add a bunch of new/tested stuff and various small changes 16 by Stefan Tauner · 12 years ago
  41. 4b24a2d Unify usbdev_status and pcidev_status into dev_entry by Stefan Tauner · 12 years ago
  42. af358d6 Refactor PCI and USB device status printing by Stefan Tauner · 12 years ago
  43. b226cb1 Improve --help and friends by Stefan Tauner · 12 years ago
  44. 98546c9 Add (untested) board enable for Asus DSAN-DX by Stefan Tauner · 12 years ago
  45. ede2fa4 Remove exit calls from print_supported_chips by Niklas Söderlund · 12 years ago
  46. d7d423b Add a bunch of new/tested stuff and various small changes 15 by Stefan Tauner · 12 years ago
  47. eb58257 Add a bunch of new/tested stuff and various small changes 14 by Stefan Tauner · 12 years ago
  48. 33366a0 Add board enable for MSI K8N Neo Platinum by Stefan Tauner · 12 years ago
  49. 4d0cde1 Add untested board enable for ASUS P5LD2-VM by Idwer Vollering · 12 years ago
  50. c819000 Try to remove all read and write locks on CK804 (and MCP51) by Jonathan Kollasch · 12 years ago
  51. dabca20 Add support for AJAWe to pony_spi by Virgil-Adrian Teaca · 12 years ago
  52. 1c6d2ff Some ISO C fixes by Carl-Daniel Hailfinger · 12 years ago
  53. 3dcdc03 Add untested board enable for DFI AD77 by Tadas Slotkus · 12 years ago
  54. 5a7cb84 Make struct flashchip a field in struct flashctx instead of a complete copy by Carl-Daniel Hailfinger · 12 years ago
  55. b6304c1 Add board enable for Biostar M7VIQ by Stefan Tauner · 12 years ago
  56. 2c20b28 Introduce enum test_state by Stefan Tauner · 12 years ago
  57. d94d25d Add a bunch of new/tested stuff and various small changes 13 by Stefan Tauner · 12 years ago
  58. 027e018 Add board enable for ASUS P5BV-R by Stefan Tauner · 12 years ago
  59. da7c545 Add serial port bitbanging code by Virgil-Adrian Teaca · 12 years ago
  60. 2abab94 Add a bunch of new/tested stuff and various small changes 12 by Stefan Tauner · 12 years ago
  61. ded71e5 Add (untested) board enable for ASUS TUSL2-C by Stefan Tauner · 13 years ago
  62. 4c5665f Add a bunch of new/tested stuff and various small changes 11 by Stefan Tauner · 13 years ago
  63. d708fad Add board enable for ASUS OPLX-M by Joshua Roys · 13 years ago
  64. ac427b2 Add a bunch of new/tested stuff and various small changes 10 by Paul Menzel · 13 years ago
  65. 8541d23 Document and enable the linux_spi driver by Carl-Daniel Hailfinger · 13 years ago
  66. bfd89a5 Board enable for TriGem Anaheim-3 by Michael Karcher · 13 years ago
  67. 23907d8 Add support for RDC R6030 chipset by Rudolf Marek · 13 years ago
  68. 035492a print*.c: Refine the do not count nor print generic flash chip entries conditions by Stefan Tauner · 13 years ago
  69. 8a0f9b0 Add board enable for the MSC Q7 Tunnel Creek board by Ingo Feldschmid · 13 years ago
  70. c678218 Add board enable for AOpen i945GMx-VFX (used in FCS ESPRIMO Q5010) by Stefan Tauner · 13 years ago
  71. 2d927fb Replace --mainboard with -p internal:mainboard by Carl-Daniel Hailfinger · 13 years ago
  72. 83c92e9 Update URLs in print.c by Benjamin Bellec · 13 years ago
  73. af2db61 Add a bunch of new/tested stuff and various small changes 9 by Stefan Tauner · 13 years ago
  74. 8ca4255 Add board enable for ASUS A7N8X-VM/400 by Joshua Roys · 13 years ago
  75. ea3aed0 Add board enable for ASRock ConRoeXFire-eSATA2 by Joshua Roys · 13 years ago
  76. a5f5a15 Add board enable for ASUS P4GV-LA (Guppy) by Joshua Roys · 13 years ago
  77. a2f3722 board_enable.c: Make it8712f_gpio_set generic by Joshua Roys · 13 years ago
  78. 532c717 Add opaque programmer registration infrastructure by Carl-Daniel Hailfinger · 13 years ago
  79. b992d34 Add board enable for Sun Ultra 40 M2 by Joshua Roys · 13 years ago
  80. a4f1447 Fix all ASUS P5GD* board enables by Stefan Tauner · 13 years ago
  81. d13a394 Add board enable for ABIT AV8 by Christoph Grenz · 13 years ago
  82. 018d482 Add a bunch of new/tested stuff and various small changes 8 by Paul Menzel · 13 years ago
  83. 29e5d31 Reformat -L output and add printing of chip voltage ranges to print.c by Stefan Tauner · 13 years ago
  84. 4335ec8 Mark the GIGABYTE GA-8I945GZME-RH and SST SST25LF040A as supported by Uwe Hermann · 13 years ago
  85. 3093f8f Add a bunch of new/tested stuff and various small changes 7 by Sylvain "ythier" Hitier · 13 years ago
  86. 97d5b12 Shorten some board enable related function names by Carl-Daniel Hailfinger · 13 years ago
  87. 14ab8d4 Add board enable for ASUS P5LP-LE by Michael Karcher · 13 years ago
  88. a63c7c4 Remove unneeded inclusions of chipdrivers.h by Stefan Tauner · 13 years ago
  89. 1fd4f9e Add board enable for ASUS P5GD2 Premium by Joshua Roys · 13 years ago
  90. ac8b2a1 Add (untested) board enable for Asus P5LD2 by Joshua Roys · 13 years ago
  91. a9cbbac Add a board enable for ASUS A8M2N-LA (HP OEM "NodusM3-GL8E") by Stefan Tauner · 13 years ago
  92. 2414e09 Fix the A8N-SLI Deluxe board enable by Stefan Tauner · 13 years ago
  93. af4b158 Fix the EP-8NPA7I (for the last time hopefully) by Stefan Tauner · 13 years ago
  94. 1a22795 Rename CHIP_BUSTYPE_FOO to BUS_FOO by Carl-Daniel Hailfinger · 13 years ago
  95. 93f7023 Add a bunch of new/tested stuff and various small changes 6 by Stefan Tauner · 13 years ago
  96. 716e098 Add a bunch of new/tested stuff and various small changes 5 by Stefan Tauner · 13 years ago
  97. a08d0f2 Add support for the GIGABYTE GA-8SIMLH board by Michael Karcher · 13 years ago
  98. b86e118 Mark some ck804 boards as not working by Stefan Tauner · 13 years ago
  99. ff56267 Update motherboard URLs in print.c by Benjamin Bellec · 13 years ago
  100. c73e281 Add untested board enable for ASUS M6Ne by Joshua Roys · 13 years ago