1. d1fbc46 chipdrivers.h: Trivial fix style of write_28sf040() signature by Edward O'Callaghan · 3 years, 9 months ago
  2. 405e72a layout.h,c: Use 'false' over '0' for bool type by Edward O'Callaghan · 3 years, 9 months ago
  3. 354c9d9 fmap.{c,h}: update copyright year and name by Nikolai Artemiev · 4 years ago
  4. 30aba34 spi25.c: Replace tab with space after '=' symbol by Edward O'Callaghan · 4 years ago
  5. 518674c ft2232_spi.c: align with Chrome OS flashrom by Nikolai Artemiev · 4 years, 3 months ago
  6. f7a84fd meson: Add print_wiki option by Daniel Campello · 3 years, 6 months ago
  7. 1d58a90 Makefile: Update $(RELEASENAME) to `flashrom-stable-xxx` by Nico Huber · 1 year, 8 months ago
  8. 26c2c4d Makefile: Add helper targets for `branch` and `tag` by Nico Huber · 1 year, 8 months ago
  9. 5f245a2 Makefile: Add `versioninfo` target, compare during export by Nico Huber · 1 year, 8 months ago
  10. 4bcc9a3 meson: Generalise libflashrom product to link as static or dyn by Daniel Campello · 3 years, 6 months ago
  11. 5b2e5cb meson: remove rayer_spi dependency on libpci by Daniel Campello · 3 years, 6 months ago
  12. 21bcfa9 meson.build: Don't depend on getrevision.sh by Samuel R. Messner · 2 years, 7 months ago
  13. 924e631 meson: fix dependency on raw access by Daniel Campello · 3 years, 6 months ago
  14. 3064943 meson.build: Require at least meson 0.50.0 by Angel Pons · 3 years, 8 months ago
  15. 7ec2d63 meson: Add missing config option for J-Link SPI by Marc Schink · 3 years, 10 months ago
  16. 566193f meson: fix compilation under uClibc-ng by Rosen Penev · 4 years, 2 months ago
  17. e2d61cd meson: Do not compile with -DSTANDALONE by Richard Hughes · 4 years, 3 months ago
  18. dad3a16 Install the man file when using meson as a buildsystem by Richard Hughes · 4 years, 7 months ago
  19. 40407b6 cli_classic.c: fix minor cosmetic bug when support for wiki page generation is not compiled in by Idwer Vollering · 3 years, 10 months ago
  20. 332fdab amd_imc.c: Fix unusual typo in log message by Angel Pons · 1 year, 9 months ago
  21. c92f687 spi25.c: Add a null check by Angel Pons · 4 years, 6 months ago
  22. a60f641 cli_classic.c: Prevent memory leak by Angel Pons · 4 years, 6 months ago
  23. 7213968 flashrom.8: replace `svn changelog` with `git history` by Michael Niewöhner · 3 years ago
  24. ac90af6 Change references to flashrom-stable by Nico Huber · 1 year, 9 months ago
  25. bb4f3b0 cli_common: Skip printing WP test status by Nico Huber · 1 year, 9 months ago
  26. f60f64f flashrom.c: Position heap alloc along side check in compare_range() by Edward O'Callaghan · 1 year, 10 months ago
  27. 245973b cbtables.c/search_lb_records: Drop unused variable `count` by Felix Singer · 1 year, 10 months ago
  28. a31a572 tree/: Make heap alloc checks err msg consistent by Edward O'Callaghan · 1 year, 10 months ago
  29. bd27581 internal.c: laptop_ok global state can become stale by Edward O'Callaghan · 1 year, 10 months ago
  30. 7db7059 flashrom.c: Drop redundant chip read validation in verify_range() by Edward O'Callaghan · 1 year, 10 months ago
  31. 9441c6e Makefile: Don't install git hooks automatically by Felix Singer · 1 year, 11 months ago
  32. 0c8221b chipset_enable.c: Mark Intel C246 as DEP by Angel Pons · 1 year, 11 months ago
  33. e28d8e4 dirtyjtag: Add DirtyJTAG programmer by Jean THOMAS · 2 years ago
  34. 6a2ebeb programmer_init: Work on a mutable copy of programmer params by Nico Huber · 2 years, 1 month ago
  35. dd5f693 dmi.c: Retype variable `anchored` with bool by Felix Singer · 2 years, 1 month ago
  36. 2fb53b1 dummyflasher.c: Retype appropriate variables and attributes with bool by Felix Singer · 2 years, 1 month ago
  37. d68a0ec ich_descriptors.c: Retype variable `has_forbidden_opcode` with bool by Felix Singer · 2 years, 1 month ago
  38. 0855728 fmap.c: Retype appropriate variables with bool by Felix Singer · 2 years, 1 month ago
  39. 7b83f3c ft2232_spi.c: Retype variable `clock_5x` with bool by Felix Singer · 2 years, 1 month ago
  40. d1ab7d2 tree: Retype variable `laptop_ok` with bool by Felix Singer · 2 years, 1 month ago
  41. 8cfc737 ichspi.c: Retype appropriate variables with bool by Felix Singer · 2 years, 1 month ago
  42. 980d6b8 tree: Retype variable `programmer_may_write` with bool by Felix Singer · 2 years, 1 month ago
  43. f25447e flashrom.c: Retype appropriate variables with bool by Felix Singer · 2 years, 1 month ago
  44. 2e003a0 82802ab.c: Retype appropriate variables with bool by Felix Singer · 2 years, 1 month ago
  45. 815eb79 serprog.c: Retype variable `have_device` with bool by Felix Singer · 2 years, 1 month ago
  46. cf6b708 buspirate_spi.c: Retype appropriate variables with bool by Felix Singer · 2 years, 1 month ago
  47. 316ef01 nicintel_eeprom: handle errors using goto for i210's shutdown by Alexander Goncharov · 2 years, 1 month ago
  48. 494fa83 Add support for motherboard Jetway P4MDPT by direstraits96 · 2 years, 7 months ago
  49. d42f1f6 nic3com: mark PCI id 9006 as supported by Adrien Destugues · 3 years, 1 month ago
  50. 88e87c5 tree: Check properly if libusb is initialized by Thomas Heijligen · 2 years, 2 months ago
  51. 927c1f0 include/ich_descriptors.h: Add missing include by Edward O'Callaghan · 2 years, 2 months ago
  52. 48c3f18 pickit2_spi.c: Use a variable to store the total packetsize by Felix Singer · 2 years, 2 months ago
  53. d07c4a4 pickit2_spi.c: Replace hard-coded value with define in msg_perr() by Felix Singer · 2 years, 2 months ago
  54. 75d6ec6 pickit2_spi.c: Add `pickit2_interrupt_transfer()` helper by Angel Pons · 2 years, 2 months ago
  55. 9beddb6 stlinkv3_spi: add support for more product variants by Miklós Márton · 2 years, 3 months ago
  56. 24e1bbb ft2232_spi.c: Add support for kt-link jtag interface by Jacek Naglak · 2 years, 4 months ago
  57. 5dc7d94 it87spi.c: Enable probing of IT8686E by Pete Smith · 2 years, 4 months ago
  58. 2ab6bba it85spi: EOL support by Edward O'Callaghan · 2 years, 3 months ago
  59. 43040f2 tree: indent struct *_master consistently with tabs by Thomas Heijligen · 2 years, 3 months ago
  60. 4203a47 dummyflasher: Add emulation for S25FL128L by Nico Huber · 2 years, 4 months ago
  61. bbccdb2 spi25_statusreg: Allow WRSR_EXT for Status Register 3 (dummy part) by Nico Huber · 2 years, 4 months ago
  62. 58cf519 board_enable: Add ASUS P5W DH Deluxe by Tasos Sahanidis · 2 years, 5 months ago
  63. c50f4ae atavia: fix BYTE_OFFSET's macro argument value by Alexander Goncharov · 2 years, 3 months ago
  64. a180509 flashrom.c: Make need_erase() helper static local by Edward O'Callaghan · 2 years, 4 months ago
  65. 2fc70dc dummyflasher: enforce write protection for W25Q128FV by Sergii Dmytruk · 2 years, 11 months ago
  66. 27835ea dummyflasher: emulate SR2 and SR3 for W25Q128FV by Sergii Dmytruk · 2 years, 11 months ago
  67. 59151a4 dummyflasher: add SR2 and SR3 emulation harness by Sergii Dmytruk · 2 years, 11 months ago
  68. 885917c serprog.c: Avoid calling memcpy with NULL pointer arguments by aarya · 2 years, 7 months ago
  69. f6c1cb1 Global cleanup: Fix a few spelling errors by Martin Roth · 2 years, 6 months ago
  70. 137f02f jlink_spi: Add option to enable target power by Marc Schink · 4 years, 1 month ago
  71. 756b6b3 Add Intel Jasper Lake support by Nico Huber · 1 year, 9 months ago
  72. 15095db flashrom.c: remove unused include by Thomas Heijligen · 2 years, 6 months ago
  73. 0ac2956 ich_descriptors.c: Ensure unsigned types >=0 on to prevent underflow by aarya · 2 years, 6 months ago
  74. c9c7d52 board_enable.c: Remove unnecessary assignment by aarya · 2 years, 6 months ago
  75. d12b6bc flashrom.8.tmpl: Clarify man entries for -w/-v/-x by Daniel Campello · 2 years, 6 months ago
  76. 251e3cd helpers.c: use unsigned int for bit shifts (ASAN) by Daniel Campello · 2 years, 6 months ago
  77. 29c23dd Add Alder Lake support by Nico Huber · 1 year, 9 months ago
  78. 8efb0b3 ft2232_spi.c: Add FTDI FT4233H by Charles Parent · 2 years, 7 months ago
  79. 6fb2f62 libflashrom: Allow NULL-pointer argument in flashrom_flash_release() by Nico Huber · 2 years, 7 months ago
  80. 8f0db7d libflashrom/fmap: Don't use off_t for flash offsets by Julius Werner · 2 years, 7 months ago
  81. d3e8fd9 ich_descriptors.c Invert the meaning of 'dual_output' bit by Werner Zeh · 2 years, 8 months ago
  82. e57d4e4 Add Elkhart Lake support by Werner Zeh · 2 years, 9 months ago
  83. 672bdcf fmap.c: Avoid undefined behaviour with fmap_lsearch([len:=0]) by Edward O'Callaghan · 2 years, 8 months ago
  84. 4f9cd8b dediprog: wait for spi bulk read xfers to finish by Rick Altherr · 2 years, 9 months ago
  85. fafc3d8 chipset_enable.c: Add TGP-H IDs by Tim Crawford · 2 years, 10 months ago
  86. 6ae640b flashrom.c: Validate before allocate in verify_range() by Edward O'Callaghan · 2 years, 10 months ago
  87. 69c324a chipset_enable.c: Mark Intel Z390 as DEP by melvyn2 · 2 years, 11 months ago
  88. 5c9f542 Add Tiger Lake U Premium support by Michał Żygowski · 3 years, 3 months ago
  89. cce1e5b hwaccess.c: move function declarations from programmer.h to hwaccess.h by Thomas Heijligen · 2 years, 11 months ago
  90. fa959ba flashrom.c: Delete obsolete comment by Simon Buhrow · 2 years, 11 months ago
  91. bb37973 Makefile: remove NEED_LIBUSB1 from FEATURE_CFLAGS by Thomas Heijligen · 2 years, 11 months ago
  92. 100be2c serprog: Move content of programmer specific header to C file by Felix Singer · 3 years ago
  93. dd547c7 gfxnvidia: Fix indents by Felix Singer · 3 years ago
  94. ece63c8 ft2232_spi: reintroduce generic GPIOL control by Michael Niewöhner · 3 years ago
  95. 1da0635 flashrom.8: carve out `csgpiol` into its own section by Michael Niewöhner · 3 years ago
  96. b50d9eb ft2232_spi: prevent use of reserved pins on some programmers by Michael Niewöhner · 3 years ago
  97. f0c03fb nicintel_spi.c: Implement `set_sck_set_mosi` and `set_sck_get_miso` by Angel Pons · 3 years, 3 months ago
  98. 116d56d dediprog.c: Split up compound conditional and swap two operations by Angel Pons · 3 years, 6 months ago
  99. 4b918a1 internal.c: unify the macro for x86 only code by Thomas Heijligen · 3 years ago
  100. 140c126 custom_baud: move Linux specific code into own file by Thomas Heijligen · 3 years ago