1. db17a46 Makefile: Move NI845X_SPI library detection to hwlibs target by Thomas Heijligen · 3 years ago
  2. ca71c87 Makefile: Revise build options for Linux specific headers by Thomas Heijligen · 3 years ago
  3. 457020a Makefile: Revise utsname and clock_gettime test by Thomas Heijligen · 2 years, 11 months ago
  4. 8cd366d Makefile: compiler target: separate fixed text and value by a colon by Thomas Heijligen · 2 years, 11 months ago
  5. 323ad35 Makefile: Revise C compiler check by Thomas Heijligen · 2 years, 11 months ago
  6. 3976b7e Makefile, ich_descriptors_tool/Makefile: unify behavior by Thomas Heijligen · 3 years ago
  7. 485d2cd Makefile: unify the use of filter by Thomas Heijligen · 3 years ago
  8. 3d5be0b hwaccess: replace flashrom specific macros by compiler defines by Thomas Heijligen · 3 years ago
  9. 433dc1c buildsystem: evaluate the USE_IOPL, USE_DEV_IO, USE_IOPERM macros by Thomas Heijligen · 3 years ago
  10. 847d94b buildsystem: handle the IS_WINDOWS macro by Thomas Heijligen · 3 years ago
  11. 7fd9a7a platform.h: remove IS_LINUX and IS_MACOSX macros by Thomas Heijligen · 3 years ago
  12. d6d96c1 buildsystem: Determine the endianness only in the buildsystem by Thomas Heijligen · 3 years ago
  13. 9a2787b Makefile: move endian test into Makefile.d by Thomas Heijligen · 3 years ago
  14. 6efdfb3 Makefile: move determination test for the architecture to Makefile.d by Thomas Heijligen · 3 years ago
  15. 1e76dc8 Makefile: move determination test for OS to Makefile.d by Thomas Heijligen · 3 years ago
  16. 282a951 Makefile: move determination tests for target systems to one place by Thomas Heijligen · 3 years ago
  17. 0bec7b2 Makefile: summarize systems with the same CPPFLAGS and LDFLAGS by Thomas Heijligen · 3 years ago
  18. f579bba Makefile: use STRIP_ARGS = -s on all systems by Thomas Heijligen · 3 years ago
  19. 8b1b314 ich_descriptors_tool: Fix target specific flags for MinGW/DJGPP by Nico Huber · 1 year, 9 months ago
  20. 90fa815 Makefile: move functions and macros to own file by Thomas Heijligen · 3 years ago
  21. 4b1c8a4 os.h: remove unneeded include by Thomas Heijligen · 3 years ago
  22. c1f2a47 par_master: Fix propagation of register_par_master() return values by Anastasia Klimchuk · 3 years, 1 month ago
  23. d66dded par_master: Use new API to register shutdown function by Anastasia Klimchuk · 3 years, 1 month ago
  24. e6953e5 par_master: Add shutdown function in par_master struct by Anastasia Klimchuk · 3 years, 1 month ago
  25. c63d918 spi_master: Use new API to register shutdown function by Anastasia Klimchuk · 3 years, 3 months ago
  26. 72c02ff opaque_master: Use new API to register shutdown function by Nico Huber · 1 year, 9 months ago
  27. a1fed9f opaque_master: Add shutdown function in opaque_master struct by Anastasia Klimchuk · 3 years, 2 months ago
  28. fd3a225 linux_mtd: Free param right after its last usage by Anastasia Klimchuk · 3 years, 2 months ago
  29. 7a7b25d nicintel_eeprom: Check UNPROG_DEVICE in 82580 shutdown by Anastasia Klimchuk · 3 years, 2 months ago
  30. 7783f2f spi_master: Add shutdown function in spi_master struct by Anastasia Klimchuk · 3 years, 3 months ago
  31. f48ede4 programmer_table: Remove space between address operator and variable by Anastasia Klimchuk · 3 years, 2 months ago
  32. ba9d9fe layout: Tidy up forward declarations by Nico Huber · 3 years, 4 months ago
  33. 345f65a layout: Tidy up the include-args API by Nico Huber · 3 years, 4 months ago
  34. d9b5771 layout: Kill the global layout by Nico Huber · 3 years, 4 months ago
  35. e0ed412 layout: Rework normalize_romentries() API by Nico Huber · 3 years, 4 months ago
  36. efe96a9 libflashrom: Avoid using the global layout by Nico Huber · 3 years, 4 months ago
  37. 6e98544 layout: Make `struct layout_include_args` private to `layout.c` by Nico Huber · 5 years ago
  38. 671c0f0 layout: Drop `count` parameter of flashrom_layout_new() by Nico Huber · 5 years ago
  39. 4925861 layout: Use linked list for `struct romentry` by Nico Huber · 5 years ago
  40. 74d09d4 Pass layout directly to verify_by_layout() by Nico Huber · 5 years ago
  41. 8edcd15 layout: Introduce get_default_layout() by Nico Huber · 5 years ago
  42. 5bd990c layout: Introduce flashrom_layout_new() by Nico Huber · 5 years ago
  43. 92e0b62 layout: Introduce flashrom_layout_add_region() by Nico Huber · 5 years ago
  44. 3a97fd5 layout: Add `capacity` field by Nico Huber · 5 years ago
  45. 354766b layout: Introduce layout_next() by Nico Huber · 5 years ago
  46. 346d54d buspirate_spi.c: Drop bp_ prefix for spi data struct members by Anastasia Klimchuk · 3 years, 3 months ago
  47. d8f8c99 buspirate_spi.c: Refactor singleton states into reentrant pattern by Anastasia Klimchuk · 3 years, 5 months ago
  48. 4e9e99c dummyflasher: Replace another case of `sizeof(struct ...)` by Nico Huber · 3 years, 3 months ago
  49. c6ff17b serprog.c: Separate shutdown from failed init cleanup by Anastasia Klimchuk · 3 years, 4 months ago
  50. b131342 dummyflasher.c: Move 'spi_write_256_chunksize' into emu_data by Edward O'Callaghan · 3 years, 4 months ago
  51. f7504a9 dummyflasher.c: Make entry struct names consistent by Edward O'Callaghan · 3 years, 4 months ago
  52. a738915 programmer: Make use of new register_par_master() API by Anastasia Klimchuk · 3 years, 4 months ago
  53. 842b4ee programmer: Make use of new register_opaque_master() API by Anastasia Klimchuk · 3 years, 4 months ago
  54. 21b2021 programmer: Smoothen register_opaque_master() API by Anastasia Klimchuk · 3 years, 4 months ago
  55. b91a203 programmer: Smoothen register_par_master API by Anastasia Klimchuk · 3 years, 4 months ago
  56. 03f3a6d programmer: Make use of new register_spi_master() API by Nico Huber · 3 years, 4 months ago
  57. 5e08e3e programmer: Smoothen register_spi_master() API by Nico Huber · 3 years, 4 months ago
  58. 6c33185 linux_mtd: drop 'mtd_' prefix from variable/field names by Nikolai Artemiev · 3 years, 5 months ago
  59. 3b32edb linux_mtd: move global state into programmer data field by Nikolai Artemiev · 3 years, 5 months ago
  60. 47e7d47 pickit2_spi.c: Refactor singleton states into reentrant pattern by Anastasia Klimchuk · 3 years, 5 months ago
  61. 1c9c73a pickit2_spi.c: Separate shutdown from failed init cleanup by Anastasia Klimchuk · 3 years, 5 months ago
  62. 340b20f hwaccess.h: Split hwaccess.h and extract hwaccess_x86_io.h out of it by Anastasia Klimchuk · 3 years, 5 months ago
  63. e4a9791 jlink_spi.c: Drop jaylink_ prefix for spi data struct members by Anastasia Klimchuk · 3 years, 5 months ago
  64. 2a32966 linux_spi.c: Drop some unnecessary initialisations and checks by Anastasia Klimchuk · 3 years, 5 months ago
  65. 9e698f9 jlink_spi.c: Refactor singleton states into reentrant pattern by Anastasia Klimchuk · 3 years, 5 months ago
  66. 00c2e80 jlink_spi.c: Separate shutdown from failed init cleanup by Anastasia Klimchuk · 3 years, 5 months ago
  67. 84f0392 linux_spi.c: Refactor singleton states into reentrant pattern by Anastasia Klimchuk · 3 years, 5 months ago
  68. f876c0f linux_spi.c: Separate shutdown from failed init cleanup by Anastasia Klimchuk · 3 years, 5 months ago
  69. c19ef9b linux_spi.c: Extract get_max_kernel_buf_size() as a function by Anastasia Klimchuk · 3 years, 5 months ago
  70. 8577756 cli_classic: prevent corruption of flash when stdout/stderr is closed by Jack Rosenthal · 3 years, 6 months ago
  71. d1fbc46 chipdrivers.h: Trivial fix style of write_28sf040() signature by Edward O'Callaghan · 3 years, 9 months ago
  72. 405e72a layout.h,c: Use 'false' over '0' for bool type by Edward O'Callaghan · 3 years, 9 months ago
  73. 354c9d9 fmap.{c,h}: update copyright year and name by Nikolai Artemiev · 4 years ago
  74. 30aba34 spi25.c: Replace tab with space after '=' symbol by Edward O'Callaghan · 4 years ago
  75. 518674c ft2232_spi.c: align with Chrome OS flashrom by Nikolai Artemiev · 4 years, 3 months ago
  76. f7a84fd meson: Add print_wiki option by Daniel Campello · 3 years, 6 months ago
  77. 1d58a90 Makefile: Update $(RELEASENAME) to `flashrom-stable-xxx` by Nico Huber · 1 year, 8 months ago
  78. 26c2c4d Makefile: Add helper targets for `branch` and `tag` by Nico Huber · 1 year, 8 months ago
  79. 5f245a2 Makefile: Add `versioninfo` target, compare during export by Nico Huber · 1 year, 8 months ago
  80. 4bcc9a3 meson: Generalise libflashrom product to link as static or dyn by Daniel Campello · 3 years, 6 months ago
  81. 5b2e5cb meson: remove rayer_spi dependency on libpci by Daniel Campello · 3 years, 6 months ago
  82. 21bcfa9 meson.build: Don't depend on getrevision.sh by Samuel R. Messner · 2 years, 7 months ago
  83. 924e631 meson: fix dependency on raw access by Daniel Campello · 3 years, 6 months ago
  84. 3064943 meson.build: Require at least meson 0.50.0 by Angel Pons · 3 years, 8 months ago
  85. 7ec2d63 meson: Add missing config option for J-Link SPI by Marc Schink · 3 years, 10 months ago
  86. 566193f meson: fix compilation under uClibc-ng by Rosen Penev · 4 years, 2 months ago
  87. e2d61cd meson: Do not compile with -DSTANDALONE by Richard Hughes · 4 years, 3 months ago
  88. dad3a16 Install the man file when using meson as a buildsystem by Richard Hughes · 4 years, 7 months ago
  89. 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
  90. 332fdab amd_imc.c: Fix unusual typo in log message by Angel Pons · 1 year, 9 months ago
  91. c92f687 spi25.c: Add a null check by Angel Pons · 4 years, 6 months ago
  92. a60f641 cli_classic.c: Prevent memory leak by Angel Pons · 4 years, 6 months ago
  93. 7213968 flashrom.8: replace `svn changelog` with `git history` by Michael Niewöhner · 3 years ago
  94. ac90af6 Change references to flashrom-stable by Nico Huber · 1 year, 9 months ago
  95. bb4f3b0 cli_common: Skip printing WP test status by Nico Huber · 1 year, 9 months ago
  96. f60f64f flashrom.c: Position heap alloc along side check in compare_range() by Edward O'Callaghan · 1 year, 10 months ago
  97. 245973b cbtables.c/search_lb_records: Drop unused variable `count` by Felix Singer · 1 year, 10 months ago
  98. a31a572 tree/: Make heap alloc checks err msg consistent by Edward O'Callaghan · 1 year, 10 months ago
  99. bd27581 internal.c: laptop_ok global state can become stale by Edward O'Callaghan · 1 year, 10 months ago
  100. 7db7059 flashrom.c: Drop redundant chip read validation in verify_range() by Edward O'Callaghan · 1 year, 10 months ago