1. 8edcd15 layout: Introduce get_default_layout() by Nico Huber · 5 years ago
  2. 5bd990c layout: Introduce flashrom_layout_new() by Nico Huber · 5 years ago
  3. 92e0b62 layout: Introduce flashrom_layout_add_region() by Nico Huber · 5 years ago
  4. 3a97fd5 layout: Add `capacity` field by Nico Huber · 5 years ago
  5. 354766b layout: Introduce layout_next() by Nico Huber · 5 years ago
  6. 346d54d buspirate_spi.c: Drop bp_ prefix for spi data struct members by Anastasia Klimchuk · 3 years, 3 months ago
  7. d8f8c99 buspirate_spi.c: Refactor singleton states into reentrant pattern by Anastasia Klimchuk · 3 years, 5 months ago
  8. 4e9e99c dummyflasher: Replace another case of `sizeof(struct ...)` by Nico Huber · 3 years, 3 months ago
  9. c6ff17b serprog.c: Separate shutdown from failed init cleanup by Anastasia Klimchuk · 3 years, 4 months ago
  10. b131342 dummyflasher.c: Move 'spi_write_256_chunksize' into emu_data by Edward O'Callaghan · 3 years, 4 months ago
  11. f7504a9 dummyflasher.c: Make entry struct names consistent by Edward O'Callaghan · 3 years, 4 months ago
  12. a738915 programmer: Make use of new register_par_master() API by Anastasia Klimchuk · 3 years, 4 months ago
  13. 842b4ee programmer: Make use of new register_opaque_master() API by Anastasia Klimchuk · 3 years, 4 months ago
  14. 21b2021 programmer: Smoothen register_opaque_master() API by Anastasia Klimchuk · 3 years, 4 months ago
  15. b91a203 programmer: Smoothen register_par_master API by Anastasia Klimchuk · 3 years, 4 months ago
  16. 03f3a6d programmer: Make use of new register_spi_master() API by Nico Huber · 3 years, 4 months ago
  17. 5e08e3e programmer: Smoothen register_spi_master() API by Nico Huber · 3 years, 4 months ago
  18. 6c33185 linux_mtd: drop 'mtd_' prefix from variable/field names by Nikolai Artemiev · 3 years, 5 months ago
  19. 3b32edb linux_mtd: move global state into programmer data field by Nikolai Artemiev · 3 years, 5 months ago
  20. 47e7d47 pickit2_spi.c: Refactor singleton states into reentrant pattern by Anastasia Klimchuk · 3 years, 5 months ago
  21. 1c9c73a pickit2_spi.c: Separate shutdown from failed init cleanup by Anastasia Klimchuk · 3 years, 5 months ago
  22. 340b20f hwaccess.h: Split hwaccess.h and extract hwaccess_x86_io.h out of it by Anastasia Klimchuk · 3 years, 5 months ago
  23. e4a9791 jlink_spi.c: Drop jaylink_ prefix for spi data struct members by Anastasia Klimchuk · 3 years, 5 months ago
  24. 2a32966 linux_spi.c: Drop some unnecessary initialisations and checks by Anastasia Klimchuk · 3 years, 5 months ago
  25. 9e698f9 jlink_spi.c: Refactor singleton states into reentrant pattern by Anastasia Klimchuk · 3 years, 5 months ago
  26. 00c2e80 jlink_spi.c: Separate shutdown from failed init cleanup by Anastasia Klimchuk · 3 years, 5 months ago
  27. 84f0392 linux_spi.c: Refactor singleton states into reentrant pattern by Anastasia Klimchuk · 3 years, 5 months ago
  28. f876c0f linux_spi.c: Separate shutdown from failed init cleanup by Anastasia Klimchuk · 3 years, 5 months ago
  29. c19ef9b linux_spi.c: Extract get_max_kernel_buf_size() as a function by Anastasia Klimchuk · 3 years, 5 months ago
  30. 8577756 cli_classic: prevent corruption of flash when stdout/stderr is closed by Jack Rosenthal · 3 years, 5 months ago
  31. d1fbc46 chipdrivers.h: Trivial fix style of write_28sf040() signature by Edward O'Callaghan · 3 years, 9 months ago
  32. 405e72a layout.h,c: Use 'false' over '0' for bool type by Edward O'Callaghan · 3 years, 9 months ago
  33. 354c9d9 fmap.{c,h}: update copyright year and name by Nikolai Artemiev · 4 years ago
  34. 30aba34 spi25.c: Replace tab with space after '=' symbol by Edward O'Callaghan · 4 years ago
  35. 518674c ft2232_spi.c: align with Chrome OS flashrom by Nikolai Artemiev · 4 years, 3 months ago
  36. f7a84fd meson: Add print_wiki option by Daniel Campello · 3 years, 6 months ago
  37. 1d58a90 Makefile: Update $(RELEASENAME) to `flashrom-stable-xxx` by Nico Huber · 1 year, 8 months ago
  38. 26c2c4d Makefile: Add helper targets for `branch` and `tag` by Nico Huber · 1 year, 8 months ago
  39. 5f245a2 Makefile: Add `versioninfo` target, compare during export by Nico Huber · 1 year, 8 months ago
  40. 4bcc9a3 meson: Generalise libflashrom product to link as static or dyn by Daniel Campello · 3 years, 6 months ago
  41. 5b2e5cb meson: remove rayer_spi dependency on libpci by Daniel Campello · 3 years, 6 months ago
  42. 21bcfa9 meson.build: Don't depend on getrevision.sh by Samuel R. Messner · 2 years, 7 months ago
  43. 924e631 meson: fix dependency on raw access by Daniel Campello · 3 years, 6 months ago
  44. 3064943 meson.build: Require at least meson 0.50.0 by Angel Pons · 3 years, 8 months ago
  45. 7ec2d63 meson: Add missing config option for J-Link SPI by Marc Schink · 3 years, 10 months ago
  46. 566193f meson: fix compilation under uClibc-ng by Rosen Penev · 4 years, 2 months ago
  47. e2d61cd meson: Do not compile with -DSTANDALONE by Richard Hughes · 4 years, 3 months ago
  48. dad3a16 Install the man file when using meson as a buildsystem by Richard Hughes · 4 years, 7 months ago
  49. 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
  50. 332fdab amd_imc.c: Fix unusual typo in log message by Angel Pons · 1 year, 9 months ago
  51. c92f687 spi25.c: Add a null check by Angel Pons · 4 years, 6 months ago
  52. a60f641 cli_classic.c: Prevent memory leak by Angel Pons · 4 years, 6 months ago
  53. 7213968 flashrom.8: replace `svn changelog` with `git history` by Michael Niewöhner · 3 years ago
  54. ac90af6 Change references to flashrom-stable by Nico Huber · 1 year, 9 months ago
  55. bb4f3b0 cli_common: Skip printing WP test status by Nico Huber · 1 year, 9 months ago
  56. f60f64f flashrom.c: Position heap alloc along side check in compare_range() by Edward O'Callaghan · 1 year, 10 months ago
  57. 245973b cbtables.c/search_lb_records: Drop unused variable `count` by Felix Singer · 1 year, 10 months ago
  58. a31a572 tree/: Make heap alloc checks err msg consistent by Edward O'Callaghan · 1 year, 10 months ago
  59. bd27581 internal.c: laptop_ok global state can become stale by Edward O'Callaghan · 1 year, 10 months ago
  60. 7db7059 flashrom.c: Drop redundant chip read validation in verify_range() by Edward O'Callaghan · 1 year, 10 months ago
  61. 9441c6e Makefile: Don't install git hooks automatically by Felix Singer · 1 year, 11 months ago
  62. 0c8221b chipset_enable.c: Mark Intel C246 as DEP by Angel Pons · 1 year, 11 months ago
  63. e28d8e4 dirtyjtag: Add DirtyJTAG programmer by Jean THOMAS · 2 years ago
  64. 6a2ebeb programmer_init: Work on a mutable copy of programmer params by Nico Huber · 2 years, 1 month ago
  65. dd5f693 dmi.c: Retype variable `anchored` with bool by Felix Singer · 2 years, 1 month ago
  66. 2fb53b1 dummyflasher.c: Retype appropriate variables and attributes with bool by Felix Singer · 2 years, 1 month ago
  67. d68a0ec ich_descriptors.c: Retype variable `has_forbidden_opcode` with bool by Felix Singer · 2 years, 1 month ago
  68. 0855728 fmap.c: Retype appropriate variables with bool by Felix Singer · 2 years, 1 month ago
  69. 7b83f3c ft2232_spi.c: Retype variable `clock_5x` with bool by Felix Singer · 2 years, 1 month ago
  70. d1ab7d2 tree: Retype variable `laptop_ok` with bool by Felix Singer · 2 years, 1 month ago
  71. 8cfc737 ichspi.c: Retype appropriate variables with bool by Felix Singer · 2 years, 1 month ago
  72. 980d6b8 tree: Retype variable `programmer_may_write` with bool by Felix Singer · 2 years, 1 month ago
  73. f25447e flashrom.c: Retype appropriate variables with bool by Felix Singer · 2 years, 1 month ago
  74. 2e003a0 82802ab.c: Retype appropriate variables with bool by Felix Singer · 2 years, 1 month ago
  75. 815eb79 serprog.c: Retype variable `have_device` with bool by Felix Singer · 2 years, 1 month ago
  76. cf6b708 buspirate_spi.c: Retype appropriate variables with bool by Felix Singer · 2 years, 1 month ago
  77. 316ef01 nicintel_eeprom: handle errors using goto for i210's shutdown by Alexander Goncharov · 2 years, 2 months ago
  78. 494fa83 Add support for motherboard Jetway P4MDPT by direstraits96 · 2 years, 7 months ago
  79. d42f1f6 nic3com: mark PCI id 9006 as supported by Adrien Destugues · 3 years, 1 month ago
  80. 88e87c5 tree: Check properly if libusb is initialized by Thomas Heijligen · 2 years, 2 months ago
  81. 927c1f0 include/ich_descriptors.h: Add missing include by Edward O'Callaghan · 2 years, 2 months ago
  82. 48c3f18 pickit2_spi.c: Use a variable to store the total packetsize by Felix Singer · 2 years, 2 months ago
  83. d07c4a4 pickit2_spi.c: Replace hard-coded value with define in msg_perr() by Felix Singer · 2 years, 2 months ago
  84. 75d6ec6 pickit2_spi.c: Add `pickit2_interrupt_transfer()` helper by Angel Pons · 2 years, 2 months ago
  85. 9beddb6 stlinkv3_spi: add support for more product variants by Miklós Márton · 2 years, 3 months ago
  86. 24e1bbb ft2232_spi.c: Add support for kt-link jtag interface by Jacek Naglak · 2 years, 4 months ago
  87. 5dc7d94 it87spi.c: Enable probing of IT8686E by Pete Smith · 2 years, 4 months ago
  88. 2ab6bba it85spi: EOL support by Edward O'Callaghan · 2 years, 3 months ago
  89. 43040f2 tree: indent struct *_master consistently with tabs by Thomas Heijligen · 2 years, 3 months ago
  90. 4203a47 dummyflasher: Add emulation for S25FL128L by Nico Huber · 2 years, 4 months ago
  91. bbccdb2 spi25_statusreg: Allow WRSR_EXT for Status Register 3 (dummy part) by Nico Huber · 2 years, 4 months ago
  92. 58cf519 board_enable: Add ASUS P5W DH Deluxe by Tasos Sahanidis · 2 years, 5 months ago
  93. c50f4ae atavia: fix BYTE_OFFSET's macro argument value by Alexander Goncharov · 2 years, 3 months ago
  94. a180509 flashrom.c: Make need_erase() helper static local by Edward O'Callaghan · 2 years, 4 months ago
  95. 2fc70dc dummyflasher: enforce write protection for W25Q128FV by Sergii Dmytruk · 2 years, 11 months ago
  96. 27835ea dummyflasher: emulate SR2 and SR3 for W25Q128FV by Sergii Dmytruk · 2 years, 11 months ago
  97. 59151a4 dummyflasher: add SR2 and SR3 emulation harness by Sergii Dmytruk · 2 years, 11 months ago
  98. 885917c serprog.c: Avoid calling memcpy with NULL pointer arguments by aarya · 2 years, 7 months ago
  99. f6c1cb1 Global cleanup: Fix a few spelling errors by Martin Roth · 2 years, 6 months ago
  100. 137f02f jlink_spi: Add option to enable target power by Marc Schink · 4 years, 1 month ago