1. 8ca8046 flashrom.c: Delete obsolete comment by Simon Buhrow · 4 years, 2 months ago
  2. 060cecc Makefile: remove NEED_LIBUSB1 from FEATURE_CFLAGS by Thomas Heijligen · 4 years, 2 months ago
  3. 5fb9d7e serprog: Move content of programmer specific header to C file by Felix Singer · 4 years, 2 months ago
  4. a15fbf1 gfxnvidia: Fix indents by Felix Singer · 4 years, 2 months ago
  5. e9254c0 ft2232_spi: reintroduce generic GPIOL control by Michael Niewöhner · 4 years, 3 months ago
  6. b7f09bb flashrom.8: carve out `csgpiol` into its own section by Michael Niewöhner · 4 years, 3 months ago
  7. df8060b ft2232_spi: prevent use of reserved pins on some programmers by Michael Niewöhner · 4 years, 3 months ago
  8. 5d6333c nicintel_spi.c: Implement `set_sck_set_mosi` and `set_sck_get_miso` by Angel Pons · 4 years, 6 months ago
  9. 7bcce56 dediprog.c: Split up compound conditional and swap two operations by Angel Pons · 4 years, 9 months ago
  10. fb19290 internal.c: unify the macro for x86 only code by Thomas Heijligen · 4 years, 3 months ago
  11. a306b44 custom_baud: move Linux specific code into own file by Thomas Heijligen · 4 years, 3 months ago
  12. a4cf6a8 ft2232_spi: clarify the comment about gpio configuration by Michael Niewöhner · 4 years, 3 months ago
  13. 8e09b14 dediprog.c: Drop dediprog_ prefix for spi data struct members by Anastasia Klimchuk · 4 years, 5 months ago
  14. 322588c dediprog.c: Refactor singleton states into reentrant pattern by Anastasia Klimchuk · 4 years, 6 months ago
  15. 0082500 chipset_enable.c: Mark Z97 as DEP by Sophie van Soest · 4 years, 6 months ago
  16. d331446 ni845x_spi: add missing const specifier to the spi_transmit function by Miklós Márton · 4 years, 4 months ago
  17. 7aee314 Add support for Intel Emmitsburg PCH by Jonathan Zhang · 4 years, 4 months ago
  18. fb66e06 ich_descriptors: Add explicit checks for all chipsets by David Hendricks · 4 years, 3 months ago
  19. fec4638 ni845x_spi: handle PROGRAMFILES(X86) env var properly by Miklós Márton · 4 years, 5 months ago
  20. c7391de nicintel_eeprom: Delete extra parentheses from if condition by Anastasia Klimchuk · 4 years, 5 months ago
  21. e3afb59 ft2232_spi: Add FTDI search by description. by Harry Johnson · 4 years, 6 months ago
  22. f72ca06 flashrom.c: Make extract_param() static local by Edward O'Callaghan · 4 years, 5 months ago
  23. 37673f0 Makefile: Use dependency lists to generate NEED_<library> vars by Nico Huber · 4 years, 6 months ago
  24. 48e0d59 Makefile: Enable bitbang_spi based on its dependency list by Nico Huber · 4 years, 6 months ago
  25. bdda482 Makefile: Disable libusb/libpci programmers via dependency lists by Nico Huber · 4 years, 6 months ago
  26. ec59b18 Makefile: Deflate per-architecture handling of unsupported programmers by Nico Huber · 4 years, 6 months ago
  27. b5c40f4 Makefile: Deflate handling of Linux-only programmers by Nico Huber · 4 years, 6 months ago
  28. e0ae043 Makefile: Deflate handling of unsupported programmers for libpayload by Nico Huber · 4 years, 6 months ago
  29. bd52b12 Makefile: Deflate handling of unsupported programmers for MinGW by Nico Huber · 4 years, 6 months ago
  30. 1b900db Makefile: Deflate handling of unsupported programmers for DJGPP by Nico Huber · 4 years, 6 months ago
  31. 8d9362b Makefile: Add macro to disable unsupported programmers by Nico Huber · 4 years, 6 months ago
  32. 4e56644 Makefile: Gather lists of dependencies by feature/lib by Nico Huber · 4 years, 6 months ago
  33. e8cf677 Makefile: Move $(NEED_LIBFTDI) block to similar ones by Nico Huber · 4 years, 6 months ago
  34. 9aafc6b Makefile: Move NI845X_SPI default to the other defaults by Nico Huber · 4 years, 6 months ago
  35. 9b4e2cc ich_descriptors: Normalize chipset detection by Nico Huber · 4 years, 6 months ago
  36. 1eda930 ich_descriptors: Don't base chipset detection on `freq_read` by Nico Huber · 4 years, 6 months ago
  37. fd2580a ich_descriptors: Revise detection for chipsets w/ ICCRIBA by Nico Huber · 4 years, 6 months ago
  38. 2f80d4c dediprog: Separate shutdown from failed init cleanup by Anastasia Klimchuk · 4 years, 6 months ago
  39. 0193e68 buspirate_spi: Use non-zero return value from buspirate_sendrecv by Anastasia Klimchuk · 4 years, 6 months ago
  40. e67c720 libflashrom: Free `chip` instance upon flashctx teardown by Nico Huber · 7 years ago
  41. 0bf9d5d ft2232_spi: Revise error message by Nico Huber · 4 years, 6 months ago
  42. 29a7b27 ft2232_spi: Normalize error paths in ft2232_shutdown() by Nico Huber · 4 years, 6 months ago
  43. 366db0b ft2232_spi: Revise comments about output pin states by Nico Huber · 4 years, 6 months ago
  44. 61cbc42 ft2232_spi: Drop ft2232_spi_send_command() by Nico Huber · 4 years, 6 months ago
  45. 516fe93 ft2232_spi: Don't lower write data chunksize by Nico Huber · 4 years, 6 months ago
  46. b16e072 ft2232_spi.c: Implement spi_send_multicommand() by Simon Buhrow · 4 years, 9 months ago
  47. e0ea212 buspirate: Add psus option by Jeremy Kerr · 4 years, 7 months ago
  48. 378b333 buspirate_spi.c: Separate shutdown from failed init cleanup by Anastasia Klimchuk · 4 years, 7 months ago
  49. 4f5c563 programmer.h: sort programmer entries alphabetically by Thomas Heijligen · 4 years, 6 months ago
  50. ace0a39 ich_descriptors: Refactor read_ich_descriptors_from_dump() by Nico Huber · 4 years, 6 months ago
  51. 7cf2036 ich_descriptors: Drop some unnecessary `else` after `return` by Nico Huber · 4 years, 6 months ago
  52. 0e7021d ich_descriptors: Revise descriptor messages by Nico Huber · 4 years, 6 months ago
  53. 0f7da76 programmer.h: remove compile guard from programmer drivers by Thomas Heijligen · 4 years, 7 months ago
  54. 81d3f3e dummyflasher: Re-arrange includes by Nico Huber · 4 years, 7 months ago
  55. 063f1ca enum programmer: not needed anymore. Remove by Thomas Heijligen · 4 years, 7 months ago
  56. e5e125b CONFIG_DEFAULT_PROGRAMMER_NAME: Use programmer name instead of enum by Thomas Heijligen · 4 years, 7 months ago
  57. e6ac448 cli_classic: replace enum programmer with programmer_entry* by Thomas Heijligen · 4 years, 7 months ago
  58. 69bed86 programmer_init: use struct programmer_entry* by Thomas Heijligen · 4 years, 7 months ago
  59. 7ef1192 flashrom.c: replace enum programmer with size_t by Thomas Heijligen · 4 years, 7 months ago
  60. 2250fea flashrom.c: replace enum programmer with struct programmer_entry* by Thomas Heijligen · 4 years, 7 months ago
  61. 3554d7a print.c: use static string for internal programmer name by Thomas Heijligen · 4 years, 7 months ago
  62. 1ca9644 programmer_table: replace PROGRAMMER_INVALID with programmer_table_size by Thomas Heijligen · 4 years, 7 months ago
  63. ddfaff0 programmer_table: move each entry to the associated programmer source by Thomas Heijligen · 4 years, 8 months ago
  64. fcd1830 treewide: Drop unnecessary uses of memset/memcpy by Angel Pons · 4 years, 7 months ago
  65. 81d9053 treewide: Drop most cases of `sizeof(struct ...)` by Angel Pons · 4 years, 7 months ago
  66. d3d0692 dummyflasher.c: Drop useless macros by Angel Pons · 4 years, 7 months ago
  67. 31ae787 programmer_table: convert entries to pointers by Thomas Heijligen · 4 years, 9 months ago
  68. 1a6c6c1 programmer_table: move array content to an own file by Thomas Heijligen · 4 years, 9 months ago
  69. 0d4b923 programmer_table: add table size constant by Thomas Heijligen · 4 years, 7 months ago
  70. 2fdedb0 programmer_table: remove null termination by Thomas Heijligen · 4 years, 7 months ago
  71. a9f2dca dummyflasher.c: Fix data leak in params processing error paths by Anastasia Klimchuk · 4 years, 7 months ago
  72. 99b2bca platform: Fix endianness detection for Apple Silicon Macs by Ivan V · 4 years, 7 months ago
  73. d377fe5 dummyflasher.c: Prevent use-after-free bug by Angel Pons · 4 years, 7 months ago
  74. bb3e4e2 dummyflasher.c: Move `flashchip_contents` allocation by Angel Pons · 4 years, 7 months ago
  75. 8697595 dummyflasher.c: Don't leak `emu_persistent_image` by Angel Pons · 4 years, 7 months ago
  76. 171203b serprog.c: Use braces in both branches of conditional statement by Anastasia Klimchuk · 4 years, 7 months ago
  77. 28868fd dummyflasher.c: Replace atoi() with strtoul() by Edward O'Callaghan · 4 years, 7 months ago
  78. b1a51ab dummyflasher.c: Move 'flashchip_contents' into emu_data by Edward O'Callaghan · 4 years, 7 months ago
  79. cd9d646 dummyflasher.c: Use BUS_NONSPI where appropriate by Edward O'Callaghan · 4 years, 7 months ago
  80. 4048a4e stlinkv3_spi.c: Clean up properly on all init error paths by Anastasia Klimchuk · 4 years, 8 months ago
  81. 2b76a88 chipset_enable.c: Add Gemini Lake eSPI PCI device ID by Angel Pons · 4 years, 7 months ago
  82. d228f61 Add Gemini Lake support by Angel Pons · 5 years ago
  83. c1b3e41 nicintel_eeprom.c: Mark 8086:1531 as tested by Angel Pons · 4 years, 8 months ago
  84. e4f8e4a dediprog: Add 4BA support on SF600 protocol version 3 by Patrick Rudolph · 5 years ago
  85. 053a8b8 dediprog: Disable SPI_MASTER_NO_4BA_MODES for additional devices by Patrick Rudolph · 5 years ago
  86. 3764919 flashrom.c: allow - as filename for stdin by Daniel Campello · 4 years, 8 months ago
  87. 7d5a7a0 chipset_enable.c: Add IDs for H310C and B365 PCHs by Angel Pons · 4 years, 8 months ago
  88. 3c1771a chipset_enable.c: Add CMP-H IDs by Gaggery Tsai · 6 years ago
  89. d3b6b7d chipset_enable: Mark QS67 as DEP by Evgeny Zinoviev · 4 years, 10 months ago
  90. 7ad4742 Use singular they to refer to "the user" in comments by Angel Pons · 4 years, 8 months ago
  91. 44cfbb0 ft2232_spi.c: Fix typo in comment by Angel Pons · 4 years, 8 months ago
  92. acb24d4 flashrom.c: Fix up stale FIXME comment when doit() was removed by Edward O'Callaghan · 4 years, 8 months ago
  93. 281ed26 jlink_spi.c: Correct some log messages by Angel Pons · 4 years, 8 months ago
  94. e8106ba ft2232_spi.c: Refactor singleton states into reentrant pattern by Anastasia Klimchuk · 4 years, 9 months ago
  95. 7630390 chipset_enable.c: Add PCI ID for Comet Lake U Base by Sam McNally · 4 years, 10 months ago
  96. 198bef3 chipset_enable: Mark Intel C216 as DEP by Jacob Garber · 4 years, 10 months ago
  97. 9eeae33 cbtable.c: don't assume high addresses can fully map 1 MiB by Aaron Durbin · 8 years ago
  98. 460c1c0 ft2232_spi.c: release I/Os on shutdown by Alan Green · 5 years ago
  99. 0b1fb92 programmer: remove unused noop_shutdown function by Alan Green · 5 years ago
  100. c14e3f6 Makefile: Add a DISABLE_CLOCK_GETTIME option by Martin Lucina · 5 years ago