1. a97e353 flashchips.c: Mark W25Q128.V WP as tested by Edward O'Callaghan · 1 year, 9 months ago
  2. f5bffd9 flashchips: Add WP settings for Flash Chip `W25Q512NW` by Subrata Banik · 1 year, 9 months ago
  3. 3c9bdb9 flashchips.c: Indent definition of W25Q512NW-IM properly by Felix Singer · 1 year, 9 months ago
  4. b931e7a flashchips.c: remove WREN from GD25Q256D enter 4BA sequence by Nikolai Artemiev · 1 year, 10 months ago
  5. 09dd6ba writeprotect.c: Split register value/mask calculation into pure func by Nikolai Artemiev · 1 year, 10 months ago
  6. d5ba24c flashchips.c: enable WP for MT25QL512, N25Q0{32,64}..{1,3}E by Sergii Dmytruk · 2 years, 2 months ago
  7. b1fb3f7 flashchips.c: enable WP for W25Q32.V, W25Q32.W and W25Q32JW...M by Sergii Dmytruk · 2 years, 2 months ago
  8. c6e8b1a flashchips.c: enable WP for EN25QH32 and EN25QH64 by Sergii Dmytruk · 2 years, 1 month ago
  9. 39687ac writeprotect_ranges.c: add more range functions by Sergii Dmytruk · 2 years, 2 months ago
  10. 081ffba writeprotect.c: refuse to work with chip if OTP WPS == 1 by Sergii Dmytruk · 2 years, 1 month ago
  11. 0b5a707 writeprotect.c: skip unnecessary writes by Sergii Dmytruk · 2 years, 1 month ago
  12. 29c8b5d flashchips: Add write protect bits to W25Q64JW...M by Evan Benn · 2 years ago
  13. d81997c writeprotect: Add some debug logging if wp_verify fails by Evan Benn · 2 years ago
  14. c74eac2 flashchips.c: mark WP of 9 entries as tested by Sergii Dmytruk · 2 years ago
  15. c720b6e flash.h: extend `struct tested` with .wp field by Sergii Dmytruk · 2 years ago
  16. 5905258 flashchips.c: Mark MT25QU256 as tested by Angel Pons · 2 years, 7 months ago
  17. 3ca0af0 flashchips.c: change GD25Q256D to "GD25Q256D/GD25Q256E" by Nikolai Artemiev · 2 years, 3 months ago
  18. bb608ff flashchips: Add missing block eraser for S25FL512S by Nico Huber · 2 years, 4 months ago
  19. 2623792 flashchips: Enable FEATURE_4BA_EAR_1716 for S25FL512S by Nico Huber · 2 years, 3 months ago
  20. ad55d5a flashchips: Enable FEATURE_4BA_EAR_1716 for ISSI chips by Nico Huber · 2 years, 3 months ago
  21. 9bb8a32 flashchips,spi25: Replace `.wrea_override` with FEATURE_4BA_EAR_1716 by Nico Huber · 2 years, 4 months ago
  22. 542b1f0 flashchips: Rename FEATURE_4BA_EXT_ADDR -> _EAR_C5C8 by Nico Huber · 2 years, 4 months ago
  23. a8258d7 flashchips: Drop FOUR_BYTE_ADDR comments by Nico Huber · 2 years, 4 months ago
  24. 5215eab flashchips: Split W25Q256.V by Nico Huber · 2 years, 4 months ago
  25. fffc48d flashchips: Add Spansion (today Infineon) S25FL128L and S25FL256L by Nico Huber · 2 years, 4 months ago
  26. 3f3c1f3 spi25_statusreg: Allow WRSR_EXT for Status Register 3 by Nico Huber · 2 years, 4 months ago
  27. 478e179 flashrom.c, flashcips.c: Test the order of erase functions by Aarya Chaumal · 2 years, 4 months ago
  28. 1e6aabc writeprotect: Add line-break after each `spew` message by Nico Huber · 2 years, 4 months ago
  29. 2502dbd Add W25Q512NW-IM ID to flashrom by Atul Dhudase · 3 years ago
  30. 8f5bd98 flashchips: Fix W25Q256.W by Patrick Rudolph · 4 years, 1 month ago
  31. d1af307 flashchips: enable write-protection for W25Q{64,128}.V by Sergii Dmytruk · 2 years, 11 months ago
  32. 801fcd0 writeprotect: add WPS bit and always set it to zero by Sergii Dmytruk · 2 years, 9 months ago
  33. 0b2e7dd spi25_statusreg.c: add SR3 read/write support by Sergii Dmytruk · 2 years, 9 months ago
  34. 9bf829d flashchips.c: mark IS25LP064 as TEST_OK_PREW by Simon Buhrow · 3 years ago
  35. 551664c flashchips.c: Mark GD25Q40(B) as tested by Simon Buhrow · 2 years, 7 months ago
  36. ccae68a writeprotect.c: refactor and fix wp_mode functions by Nikolai Artemiev · 2 years, 7 months ago
  37. d32e18b flashchips.c: add writeprotect support for more chips by Nikolai Artemiev · 2 years, 7 months ago
  38. b8a90d0 spi25_statusreg: delete spi_read_status_register() by Nikolai Artemiev · 2 years, 11 months ago
  39. a1d6865 spi25_statusreg: inline spi_write_register_flag() by Nikolai Artemiev · 2 years, 10 months ago
  40. 9e1afb7 writeprotect: add {get,set}_wp_mode() by Nikolai Artemiev · 3 years ago
  41. b6112a5 writeprotect: add set_wp_range() by Nikolai Artemiev · 3 years ago
  42. 077c0d1 libflashrom,writeprotect: add flashrom_wp_get_available_ranges() by Nikolai Artemiev · 3 years ago
  43. 1234d11 writeprotect: add get_wp_range() for decoding ranges by Nikolai Artemiev · 3 years ago
  44. c9feb1b flashchips,writeprotect_ranges: add range decoding function by Nikolai Artemiev · 3 years ago
  45. da1c834 libflashrom,writeprotect: add functions for reading/writing WP configs by Nikolai Artemiev · 3 years ago
  46. e75127a writeprotect.h: add structure to represent chip wp configuration bits by Nikolai Artemiev · 3 years ago
  47. c6c3f28 flash.h,flashchips.c: add writeprotect bit layout map to chips by Nikolai Artemiev · 3 years ago
  48. 9de3f87 spi25_statusreg,flashchips: add SR2 read/write support by Nikolai Artemiev · 3 years ago
  49. 0167522 spi25_statusreg: make register read/write functions generic by Nikolai Artemiev · 3 years ago
  50. 236a38c flashchips: Add W25Q64JV by Simon Buhrow · 2 years, 11 months ago
  51. d173ed4 flashchips.c: mark EN25F10 as TEST_OK_PREW by Simon Buhrow · 3 years ago
  52. 571f6ad flashchips: Add MX25L12833F by Tao Xia · 3 years, 2 months ago
  53. 981a344 flashchips.c: Add 'GD25LQ128E' to match C and D variants by Edward O'Callaghan · 3 years, 3 months ago
  54. 2649dde flashchips: Add MX25L12873F by Nico Huber · 3 years, 3 months ago
  55. 3ba8315 flashchips: Add support for Macronix MX66L1G45G by Patrick Rudolph · 3 years, 4 months ago
  56. b7014f9 flashchips.c: Mark MT25QL256 as tested by Simon Buhrow · 3 years, 7 months ago
  57. 5fa0505 flashchips: change chip name from 'W25Q64JW' to 'W25Q64JW...M' by Nikolai Artemiev · 3 years, 4 months ago
  58. 6ae79b1 flashchips.c: add support for W25Q32JW...M by Nikolai Artemiev · 3 years, 5 months ago
  59. b6683e0 flashchips: Add MX25L3233F by Nico Huber · 3 years, 5 months ago
  60. 6e69e2b flashchips: Correct OTP comment for MX25L3273E by Nico Huber · 3 years, 5 months ago
  61. 475a7ee flashchips: Add support for Boya/BoHong Microelectronics B_25D16A by Christian Kudera · 3 years, 5 months ago
  62. 1ebda78 flashchips: Adapt IDs for Boya Microelectronics by Angel Pons · 3 years, 5 months ago
  63. 148254b flashchips.c: mark MX25U25635F as TESTED_OK_PREW by Nikolai Artemiev · 3 years, 6 months ago
  64. e64ef6d flashchips.c: mark GD25Q256D as TESTED_OK_PREW by Nikolai Artemiev · 3 years, 6 months ago
  65. df889fa flashchips.c: mark EN25S64 as TESTED_OK_PREW by Nikolai Artemiev · 3 years, 6 months ago
  66. bfe149a CHROMIUM: flashrom: update .tested field for EN25QH128 by Tim Chen · 4 years, 3 months ago
  67. c205487 flashchips: Mark Macronix MX25L1635D as tested by Angel Pons · 3 years, 8 months ago
  68. 813a7e2 flashchips.c: Mark GD25LQ128C/D as TEST_OK_PREW by Alan Green · 3 years, 9 months ago
  69. 721a4f3 spi25_statusreg.c: restore SR contents at flashrom exit by Nikolai Artemiev · 3 years, 9 months ago
  70. ef88423 flashchips.c: Add support for XMC new SPI flash types by luke he · 3 years, 9 months ago
  71. e0e8b2b flashchips: Mark Intel 25F640S33B8 as TESTED_PREW by Zoltan HERPAI · 4 years, 1 month ago
  72. 4ad4864 flashrom.c: implement chip restore callback registration by Nikolai Artemiev · 3 years, 11 months ago
  73. 73ae5ef flashchips: Add support for Boya Microelectronics BY25Q128AS by Jack Olsen · 4 years, 1 month ago
  74. 0cf3e12 flashchips: Add support for Fudan SPI flash chips by Jakob Petersson · 6 years ago
  75. 3153260 flashchips: Add W25Q256JW_DTR by David Hendricks · 4 years, 1 month ago
  76. 7e6f3a7 flashchips: Add support for Macronix MX25L5121E by Steve Markgraf · 4 years, 2 months ago
  77. ebbdc02 Add support for Winbond W25X05CL by Jacob Appelbaum · 5 years ago
  78. 0120985 flashchips: Add W25Q256.W by el-coderon · 4 years, 5 months ago
  79. 5eca427 const'ify flashctx to align signatures with cros flashrom by Edward O'Callaghan · 4 years, 5 months ago
  80. 1bbc501 flashchips: Add support for Winbond W25Q64JW by Scott Chao · 4 years, 6 months ago
  81. 5543961 flashchips: Add W25Q512JV by Joel Stanley · 5 years ago
  82. 3214f58 flashchips: add support for GigaDevice GD25WQ80E by Dino Li · 4 years, 6 months ago
  83. f62623c flashchips: Add Macronix MX25R3235F by sibradzic · 4 years, 6 months ago
  84. 9245b88 Makefile: Turn x86-arch comments into `if` by Nico Huber · 3 years, 5 months ago
  85. c0e1c4b Makefile: Use pciutils/pci.h only for older NetBSD packages by Nico Huber · 1 year, 9 months ago
  86. e49c220 manibuilder: Update default tags, based on 1.2.x by Nico Huber · 1 year, 9 months ago
  87. 3ddd603 manibuilder/anita: Move ARGS right before their usage by Nico Huber · 1 year, 9 months ago
  88. 76afdac manibuilder/anita: Install pkg-config by Nico Huber · 1 year, 9 months ago
  89. ea88f21 manibuilder/anita: Use QEMU's -drive option over -hdb by Nico Huber · 1 year, 9 months ago
  90. 48b1fde manibuilder/anita: Enable KVM when running on x86_64 by Nico Huber · 1 year, 9 months ago
  91. d4fbbb4 manibuilder: Let build tests fail with the original error code by Nico Huber · 1 year, 9 months ago
  92. 725a19e manibuilder: Adapt TEST_REMOTE and TEST_REVISION defaults by Nico Huber · 1 year, 10 months ago
  93. fb9c18a manibuilder: Add service container with local Git access by Nico Huber · 1 year, 10 months ago
  94. bfe6484 manibuilder: Automatically create `manibuilder` network bridge by Nico Huber · 1 year, 10 months ago
  95. aa359a7 manibuilder: Make Git remote overridable by Nico Huber · 1 year, 10 months ago
  96. 34846e4 manibuilder: Set $(TEST_REVISION) default in make by Nico Huber · 1 year, 10 months ago
  97. f4a1b5d manibuilder: Add list of 1.2.x targets by Nico Huber · 2 years ago
  98. c0b52db Import manibuilder from flashrom master by Nico Huber · 1 year, 9 months ago
  99. 7cb4395 ichspi: Unify timeouts across all SPI operations to 30s by Subrata Banik · 2 years, 6 months ago
  100. 4cbc1cb Makefile: Fix dependencies for developerbox_spi by Felix Singer · 2 years, 2 months ago