1. 79088ab print.c: use static string for internal programmer name by Thomas Heijligen · 3 years, 4 months ago
  2. d45cb59 programmer_table: replace PROGRAMMER_INVALID with programmer_table_size by Thomas Heijligen · 3 years, 4 months ago
  3. cc853d8 programmer_table: move each entry to the associated programmer source by Thomas Heijligen · 3 years, 5 months ago
  4. 7e13456 treewide: Drop unnecessary uses of memset/memcpy by Angel Pons · 3 years, 4 months ago
  5. 690a944 treewide: Drop most cases of `sizeof(struct ...)` by Angel Pons · 3 years, 4 months ago
  6. c40ca20 dummyflasher.c: Drop useless macros by Angel Pons · 3 years, 4 months ago
  7. 633d6db programmer_table: convert entries to pointers by Thomas Heijligen · 3 years, 6 months ago
  8. bbfacff programmer_table: move array content to an own file by Thomas Heijligen · 3 years, 6 months ago
  9. d0fcce2 programmer_table: add table size constant by Thomas Heijligen · 3 years, 4 months ago
  10. b707636 programmer_table: remove null termination by Thomas Heijligen · 3 years, 4 months ago
  11. 3c55c79 dummyflasher.c: Fix data leak in params processing error paths by Anastasia Klimchuk · 3 years, 4 months ago
  12. 69d09ba platform: Fix endianness detection for Apple Silicon Macs by Ivan V · 3 years, 4 months ago
  13. c248464 dummyflasher.c: Prevent use-after-free bug by Angel Pons · 3 years, 4 months ago
  14. 328898a dummyflasher.c: Move `flashchip_contents` allocation by Angel Pons · 3 years, 4 months ago
  15. 02b9ae2 dummyflasher.c: Don't leak `emu_persistent_image` by Angel Pons · 3 years, 4 months ago
  16. f02db80 serprog.c: Use braces in both branches of conditional statement by Anastasia Klimchuk · 3 years, 4 months ago
  17. c785f88 dummyflasher.c: Replace atoi() with strtoul() by Edward O'Callaghan · 3 years, 4 months ago
  18. 9425022 dummyflasher.c: Move 'flashchip_contents' into emu_data by Edward O'Callaghan · 3 years, 4 months ago
  19. 3fa321d dummyflasher.c: Use BUS_NONSPI where appropriate by Edward O'Callaghan · 3 years, 4 months ago
  20. 67aaed7 stlinkv3_spi.c: Clean up properly on all init error paths by Anastasia Klimchuk · 3 years, 4 months ago
  21. 1c7297f chipset_enable.c: Add Gemini Lake eSPI PCI device ID by Angel Pons · 3 years, 4 months ago
  22. 4db0fdf Add Gemini Lake support by Angel Pons · 4 years, 2 months ago
  23. 771bb79 nicintel_eeprom.c: Mark 8086:1531 as tested by Angel Pons · 3 years, 5 months ago
  24. 17d1603 dediprog: Add 4BA support on SF600 protocol version 3 by Patrick Rudolph · 4 years, 1 month ago
  25. a32d47f dediprog: Disable SPI_MASTER_NO_4BA_MODES for additional devices by Patrick Rudolph · 4 years, 1 month ago
  26. 8eaef7d flashrom.c: allow - as filename for stdin by Daniel Campello · 3 years, 5 months ago
  27. b499b67 chipset_enable.c: Add IDs for H310C and B365 PCHs by Angel Pons · 3 years, 5 months ago
  28. bc0285c chipset_enable.c: Add CMP-H IDs by Gaggery Tsai · 4 years, 9 months ago
  29. d493baa chipset_enable: Mark QS67 as DEP by Evgeny Zinoviev · 3 years, 7 months ago
  30. 0be623c Use singular they to refer to "the user" in comments by Angel Pons · 3 years, 5 months ago
  31. 44cfbb0 ft2232_spi.c: Fix typo in comment by Angel Pons · 3 years, 5 months ago
  32. acb24d4 flashrom.c: Fix up stale FIXME comment when doit() was removed by Edward O'Callaghan · 3 years, 5 months ago
  33. 281ed26 jlink_spi.c: Correct some log messages by Angel Pons · 3 years, 5 months ago
  34. e8106ba ft2232_spi.c: Refactor singleton states into reentrant pattern by Anastasia Klimchuk · 3 years, 5 months ago
  35. 7630390 chipset_enable.c: Add PCI ID for Comet Lake U Base by Sam McNally · 3 years, 6 months ago
  36. 198bef3 chipset_enable: Mark Intel C216 as DEP by Jacob Garber · 3 years, 7 months ago
  37. 9eeae33 cbtable.c: don't assume high addresses can fully map 1 MiB by Aaron Durbin · 7 years ago
  38. 460c1c0 ft2232_spi.c: release I/Os on shutdown by Alan Green · 3 years, 9 months ago
  39. 0b1fb92 programmer: remove unused noop_shutdown function by Alan Green · 3 years, 9 months ago
  40. c14e3f6 Makefile: Add a DISABLE_CLOCK_GETTIME option by Martin Lucina · 3 years, 9 months ago
  41. 1cea5c3 Add missing platform.h includes by Miriam Polzer · 3 years, 9 months ago
  42. abb34fe chipset_enable.c: Mark Intel H110 as DEP by Angel Pons · 3 years, 10 months ago
  43. 2bb6792 chipset_enable.c: mark "Broadwell U Base" as DEP by Nikolai Artemiev · 3 years, 11 months ago
  44. 0a84d0d programmer.h,c: Drop dead noop_chip_writeb() fn by Edward O'Callaghan · 3 years, 10 months ago
  45. 3b3fc93 chipset_enable.c: Mark Intel Q67 as DEP by Angel Pons · 3 years, 10 months ago
  46. 55f6564 chipset_enable.c: Add Intel pch7 did=0x1e4{1,2,3} support by Edward O'Callaghan · 3 years, 11 months ago
  47. 0ad1199 Makefile: Fix typo NEED_LIBUSB0 -> NEED_LIBUSB1 by Edward O'Callaghan · 3 years, 11 months ago
  48. 52916f6 it87spi.c: Fix layering violation of default_spi_read by Edward O'Callaghan · 4 years ago
  49. 317c67b dediprog.c: Fix layering violation of default_spi_read by Edward O'Callaghan · 4 years ago
  50. 4f29bb7 Add support for Comet Lake-U/400-series PCH by Matt DeVillier · 4 years, 1 month ago
  51. c753c40 dummyflasher.c: Factor out global state by Lachlan Bishop · 4 years ago
  52. 13f90e6 tree/: Drop const from opaque data ptr in master definitions [alt] by Edward O'Callaghan · 3 years, 9 months ago
  53. e19a41b allow 0x34 as ICCRIBA for CHIPSET_C620_SERIES_LEWISBURG by Jonathan Zhang · 4 years, 1 month ago
  54. 3531123 dummyflasher.c: Only write back emulated image if modified by Namyoon Woo · 4 years, 1 month ago
  55. 1592fe5 chipset_enable: Mark Intel Q77 as DEP by Jacob Garber · 4 years, 1 month ago
  56. c218a05 add PCI IDs for additional c620 series PCH chips by Jonathan Zhang · 4 years, 1 month ago
  57. 9f06419 chipset_enable.c: Add support for Intel C620 Series Chipset SPI Controller by Luka Kovacic · 4 years, 2 months ago
  58. 5c639b3 stlinkv3_spi.c: Improve printed messages by Miklós Márton · 4 years, 2 months ago
  59. dba5fa7 endiantest: Fix #if expression by David Hendricks · 4 years, 2 months ago
  60. 1f967c8 chipset_enable: add PCI ID for APL-I (Broxton) by Jan Samek · 4 years, 9 months ago
  61. 7a6bce6 serial: Fix file read/write error handling for Windows by David Hendricks · 4 years, 3 months ago
  62. c368518 dediprog: Correct REQTYPE_OTHER_OUT macro by David Hendricks · 4 years, 3 months ago
  63. cdb290e tree: Remove unneeded semicolons after loops by David Hendricks · 4 years, 3 months ago
  64. 9148620 Add board enable for ASUS P3B-F by Keith Hui · 4 years, 4 months ago
  65. 68c32db 82802ab.c: Remove duplicated check by Angel Pons · 4 years, 8 months ago
  66. abefc46 chipset_enable.c: Spell `BIOS` in uppercase by Angel Pons · 4 years, 5 months ago
  67. 6d42d2b ft2232_spi.c: Improve handling of static buffer by Angel Pons · 4 years, 6 months ago
  68. 739899a stlinkv3_spi: Fix memory leak by Patrick Georgi · 4 years, 5 months ago
  69. 34e7456 pcidev.c: Drop unused variable by Elyes HAOUAS · 4 years, 5 months ago
  70. eb75123 ft2232_spi.c: change the chunksize from 256 to 270 by el-coderon · 4 years, 6 months ago
  71. 77a2a6e chipset_enable.c: Add more Lewisburg PCH IDs by Angel Pons · 4 years, 6 months ago
  72. a9335cc chipset_enable: Mark Intel HM75 as DEP by Evgeny Zinoviev · 4 years, 7 months ago
  73. 7113d17 chipset_enable.c: Mark Skylake U Premium as DEP by Angel Pons · 4 years, 7 months ago
  74. de307c0 SFDP: make mandatory table length check work with newer SFDP revisions by Michael Niewöhner · 2 years, 9 months ago
  75. 99b5186 sfdp: drop redundant check of the mandatory table size by Michael Niewöhner · 2 years, 8 months ago
  76. abfb70c libflashrom: Drop querying functions by Nico Huber · 1 year, 9 months ago
  77. a97e353 flashchips.c: Mark W25Q128.V WP as tested by Edward O'Callaghan · 1 year, 9 months ago
  78. f5bffd9 flashchips: Add WP settings for Flash Chip `W25Q512NW` by Subrata Banik · 1 year, 9 months ago
  79. 3c9bdb9 flashchips.c: Indent definition of W25Q512NW-IM properly by Felix Singer · 1 year, 9 months ago
  80. b931e7a flashchips.c: remove WREN from GD25Q256D enter 4BA sequence by Nikolai Artemiev · 1 year, 10 months ago
  81. 09dd6ba writeprotect.c: Split register value/mask calculation into pure func by Nikolai Artemiev · 1 year, 10 months ago
  82. d5ba24c flashchips.c: enable WP for MT25QL512, N25Q0{32,64}..{1,3}E by Sergii Dmytruk · 2 years, 2 months ago
  83. b1fb3f7 flashchips.c: enable WP for W25Q32.V, W25Q32.W and W25Q32JW...M by Sergii Dmytruk · 2 years, 2 months ago
  84. c6e8b1a flashchips.c: enable WP for EN25QH32 and EN25QH64 by Sergii Dmytruk · 2 years, 1 month ago
  85. 39687ac writeprotect_ranges.c: add more range functions by Sergii Dmytruk · 2 years, 2 months ago
  86. 081ffba writeprotect.c: refuse to work with chip if OTP WPS == 1 by Sergii Dmytruk · 2 years, 1 month ago
  87. 0b5a707 writeprotect.c: skip unnecessary writes by Sergii Dmytruk · 2 years, 1 month ago
  88. 29c8b5d flashchips: Add write protect bits to W25Q64JW...M by Evan Benn · 2 years ago
  89. d81997c writeprotect: Add some debug logging if wp_verify fails by Evan Benn · 2 years ago
  90. c74eac2 flashchips.c: mark WP of 9 entries as tested by Sergii Dmytruk · 2 years ago
  91. c720b6e flash.h: extend `struct tested` with .wp field by Sergii Dmytruk · 2 years ago
  92. 5905258 flashchips.c: Mark MT25QU256 as tested by Angel Pons · 2 years, 7 months ago
  93. 3ca0af0 flashchips.c: change GD25Q256D to "GD25Q256D/GD25Q256E" by Nikolai Artemiev · 2 years, 3 months ago
  94. bb608ff flashchips: Add missing block eraser for S25FL512S by Nico Huber · 2 years, 4 months ago
  95. 2623792 flashchips: Enable FEATURE_4BA_EAR_1716 for S25FL512S by Nico Huber · 2 years, 3 months ago
  96. ad55d5a flashchips: Enable FEATURE_4BA_EAR_1716 for ISSI chips by Nico Huber · 2 years, 3 months ago
  97. 9bb8a32 flashchips,spi25: Replace `.wrea_override` with FEATURE_4BA_EAR_1716 by Nico Huber · 2 years, 4 months ago
  98. 542b1f0 flashchips: Rename FEATURE_4BA_EXT_ADDR -> _EAR_C5C8 by Nico Huber · 2 years, 4 months ago
  99. a8258d7 flashchips: Drop FOUR_BYTE_ADDR comments by Nico Huber · 2 years, 4 months ago
  100. 5215eab flashchips: Split W25Q256.V by Nico Huber · 2 years, 4 months ago