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