1. 28790a2 util/shell.nix: Explicitly install gnumake and GCC packages by Felix Singer · 2 years, 1 month ago
  2. 7c706de util/shell.nix: Add libjaylink by Felix Singer · 2 years, 4 months ago
  3. e255c4c util: Add Nix shell file by Felix Singer · 3 years ago
  4. 12e6ab0 Documentation: Add build instructions for meson by Thomas Heijligen · 2 years, 1 month ago
  5. 6e6cce0 bitbang_spi.c: Pass spi data into bitbang_spi_master functions by Anastasia Klimchuk · 3 years, 4 months ago
  6. 0e78818 bitbang: Extend bitbang_spi_master functions to accept spi data by Anastasia Klimchuk · 3 years, 4 months ago
  7. a447c12 bitbang: Extend register_spi_bitbang_master() API with spi data by Anastasia Klimchuk · 3 years, 4 months ago
  8. cbc5ba0 tree/: Drop const from opaque data ptr in master definitions [alt] by Edward O'Callaghan · 3 years, 9 months ago
  9. 11d8577 flashrom.8.tmpl: add missing chip for ft2232_spi programmer by Alexander Goncharov · 1 year, 7 months ago
  10. 96f964b chipset_enable: Mark AMD Pinnacle/Raven Ridge and Matisse as DEP by Nico Huber · 1 year, 7 months ago
  11. 4d51e07 amd_imc/sb600spi: Move handle_imc() into amd_imc.c by Nico Huber · 1 year, 8 months ago
  12. e3c305d amd_spi100: Implement memory-mapped reads by Nico Huber · 1 year, 8 months ago
  13. 0705878 amd_spi100: Use source-aligned read for the FIFO by Nico Huber · 1 year, 8 months ago
  14. d81637c physmap: Implement source-aligned version of mmio_readn() by Nico Huber · 1 year, 8 months ago
  15. 735b186 amd_spi100: Add new driver for AMD SPI100 controllers by Nico Huber · 1 year, 8 months ago
  16. 197b7c7 ch347_spi: Add initial support for the WCH CH347 by Nicholas Chin · 1 year, 11 months ago
  17. dafd51e libflashrom: Add missing line ending when listing programmers by Nico Huber · 1 year, 7 months ago
  18. 78cd559 chipset_enable: Start new driver for AMD SPI100 by Nico Huber · 1 year, 8 months ago
  19. e604d56 chipset_enable: Split detection for AMD Merlin Falcon and Stoney by Nico Huber · 1 year, 8 months ago
  20. 019810f chipset_enable: Optionally check PCI revision field by Nico Huber · 1 year, 8 months ago
  21. 6d98aec flashrom.c: Update check_block_eraser function to use probe opcode by Aarya Chaumal · 2 years, 1 month ago
  22. e7a41e3 tree/: Make probe_opcode() flashctx argument const by Nikolai Artemiev · 1 year, 10 months ago
  23. b0be320 spi.c: Add AT45 erasefn opcode mapping by Thomas Heijligen · 2 years ago
  24. 3561451 spi25.c: Rename spi_get_erasefn_from_opcode to spi25_get_erasefn_from_opcode by Thomas Heijligen · 2 years ago
  25. e2ff4e9 spi25.c: Move spi_get_opcode_from_erasefn() to spi.c by Thomas Heijligen · 2 years ago
  26. 0cea753 spi: Add function to probe erase command opcode for all spi_master by Aarya Chaumal · 2 years, 3 months ago
  27. ab9f258 spi25.c: Add function to return opcode of passed erase fucntion pointer by Aarya Chaumal · 2 years, 3 months ago
  28. b725c0c spi25.c: Add a list to lookup erasefn and opcode instead of switch case by Aarya Chaumal · 2 years, 3 months ago
  29. a7cb7e9 cli, manpage: Clean up occurrences of old image argument by Anastasia Klimchuk · 1 year, 10 months ago
  30. 0b587f9 spi: Make 'default_spi_write_aai' the default unless defined by Edward O'Callaghan · 2 years ago
  31. 7310f19 layout: Add new line to out of memory error message by Anastasia Klimchuk · 1 year, 9 months ago
  32. 9818b3f meson.build: Rename conf object to config_manfile by Felix Singer · 1 year, 10 months ago
  33. 32392b5 flashrom.8.tmpl: Clarify supported ft2232_spi frequencies by Nicholas Chin · 1 year, 10 months ago
  34. 6edf9f8 flashrom.c: Replace 'exit(1)' leaks with return codes on err paths by Edward O'Callaghan · 1 year, 10 months ago
  35. 92ae5bb cli_classic.c: Make count_max_decode_exceedings() pure by Edward O'Callaghan · 2 years, 1 month ago
  36. d439088 libpayload: Fix compiling bugs by Thomas Heijligen · 1 year, 10 months ago
  37. aba3658 flashrom.c: Move count_max_decode_exceeding() to cli by Edward O'Callaghan · 2 years, 1 month ago
  38. 00ea389 flashrom.c: Separate out default layout init by Edward O'Callaghan · 2 years ago
  39. 621208c drivers/: Make 'fallback_{un}map' the default unless defined by Edward O'Callaghan · 2 years ago
  40. 56684d9 drivers/: Make 'internal_delay' the default unless defined by Edward O'Callaghan · 2 years ago
  41. 78ed668 print.c: Fix format string for Windows by Thomas Heijligen · 2 years, 1 month ago
  42. 3ecf0b6 meson: Refactor the programmer selection by Thomas Heijligen · 2 years, 1 month ago
  43. b975da1 meson: Overhaul the print_wiki option by Thomas Heijligen · 2 years, 1 month ago
  44. a12e010 meson: Build the classic cli / flashrom cli executable as feature by Thomas Heijligen · 2 years, 1 month ago
  45. bd82fa9 linux_mtd.c: Retype appropriate attributes with bool by Felix Singer · 2 years, 1 month ago
  46. b8db74a internal.c: Retype appropriate variables with bool by Felix Singer · 2 years, 1 month ago
  47. f2a1e07 print.c: Move list of known boards to known_boards.c by Edward O'Callaghan · 2 years, 1 month ago
  48. 3b64d81 flashrom.c: Move print logic to print.c by Edward O'Callaghan · 2 years, 1 month ago
  49. 23b2b86 ich_descriptors_tool/Makefile: Add missing `override` for CFLAGS by Nico Huber · 2 years, 1 month ago
  50. 63f6a37 parallel.c: Consoldiate parallel master registration logic by Edward O'Callaghan · 2 years, 1 month ago
  51. ee3fbd7 flashrom.c: Move write_buf_to_file() to helpers_fileio.c by Edward O'Callaghan · 2 years, 1 month ago
  52. 4c76c73 flashrom.c: Move read_buf_from_file() to helpers_fileio.c by Edward O'Callaghan · 2 years, 1 month ago
  53. 7a9daa0 Makefile: print dependency versions by Thomas Heijligen · 2 years, 1 month ago
  54. b7341b1 meson: Build the ich_descriptors_tool as feature by Thomas Heijligen · 2 years, 1 month ago
  55. 2a768e4 cli_classic.c: Make use of bool type in the main function by Felix Singer · 2 years, 4 months ago
  56. 317b4ec Makefile.d/arch_test.h: Add detection for ARC64 architecture by Veronika Kremneva · 3 years ago
  57. e531318 Makefile: Add support for Elbrus (e2k) architecture by Anton Samsonov · 2 years, 2 months ago
  58. 47cb6fc meson: fix various meson build warnings and formatting by Nikolai Artemiev · 2 years, 2 months ago
  59. 91ed99f hwaccess: use __asm__ as it is done elsewhere by Rosen Penev · 2 years, 6 months ago
  60. 582d49a libflashrom.map: Add missing functions from libflashrom.h by Evan Benn · 2 years, 4 months ago
  61. dd9d0c5 tree: Consolidate BIT() macro by Edward O'Callaghan · 2 years, 4 months ago
  62. 4bd966c meson: use files() for srcs list by Thomas Heijligen · 2 years, 4 months ago
  63. 2d17041 flashrom: Drop read_flash_to_file() usage by Edward O'Callaghan · 2 years, 10 months ago
  64. f6a273b meson: link flashrom binary against static libflashrom by Thomas Heijligen · 2 years, 5 months ago
  65. 2ae9bf2 meson: relocate config_print_wiki & config_default_programmer_* by Thomas Heijligen · 2 years, 5 months ago
  66. 454a28c meson: use built-in options for install paths by Thomas Heijligen · 2 years, 5 months ago
  67. 328a64a meson: use `platform/` as subdir() by Thomas Heijligen · 2 years, 5 months ago
  68. be8e38a util/ich_descriptors_tool: Remove unneeded meson dependencies by Thomas Heijligen · 2 years, 5 months ago
  69. c02b1a9 meson: relocate add_project_arguments() for IS_WINDOWS by Thomas Heijligen · 2 years, 5 months ago
  70. 51208f3 meson: relocate source file list by Thomas Heijligen · 2 years, 5 months ago
  71. d2174c5 platform/swap: move swap inline functions & macros into an own header by Thomas Heijligen · 2 years, 5 months ago
  72. 758dc86 Makefile: Align BITBANG_SPI with the other DEPENDS_ and USE_ configs by Thomas Heijligen · 2 years, 5 months ago
  73. c676be9 meson: Treat warnings as errors by Anastasia Klimchuk · 2 years, 5 months ago
  74. 3c50843 meson: Add optimisation level s and disable debug in meson build by Anastasia Klimchuk · 2 years, 5 months ago
  75. cde7011 Add -W options from Makefile into meson warning_flags by Anastasia Klimchuk · 2 years, 11 months ago
  76. 4cc9510 ich_descriptors_tool: Fix -Wsign-compare warnings by Anastasia Klimchuk · 2 years, 6 months ago
  77. 58015c2 Introduce an `include` directory for header files by Thomas Heijligen · 2 years, 5 months ago
  78. e276765 Drop STANDALONE mode by Thomas Heijligen · 2 years, 6 months ago
  79. 17affdc NEED_PCI: remove macro by Thomas Heijligen · 2 years, 6 months ago
  80. 4925d02 print_buildinfo: remove unreachable print of libpci version by Thomas Heijligen · 2 years, 6 months ago
  81. f8d9a27 hwaccess_x86_msr: rename msr function to msr_xxx by Thomas Heijligen · 2 years, 6 months ago
  82. 5194d58 hwaccess: add endianness converting deserialization functions by Thomas Heijligen · 2 years, 7 months ago
  83. c92f94b Endian conversion: move to platform.h and platform/endian*.c by Thomas Heijligen · 2 years, 6 months ago
  84. 5618d5b hwaccess: replace macros by C code by Thomas Heijligen · 2 years, 7 months ago
  85. e0dff11 hwaccess_physmap: add missing DirectHW include by Thomas Heijligen · 2 years, 6 months ago
  86. d1dacf7 libflashrom.c: Fix unintialized value passed to function by aarya · 2 years, 7 months ago
  87. 19ce50d pcidev: Move pci_dev_find() from internal to canonical place by Edward O'Callaghan · 2 years, 10 months ago
  88. 6c73e27 pcidev: Move pci_card_find() from internal to canonical place by Edward O'Callaghan · 2 years, 10 months ago
  89. 4c39c43 hwaccess_x86_io: clean header concept by Thomas Heijligen · 2 years, 8 months ago
  90. 0dfd6f6 Makefile: use HAS_ USE_ pattern for serial support by Thomas Heijligen · 2 years, 7 months ago
  91. ad4f27f hwaccess_x86_io: refactor rget_io_perms() by Thomas Heijligen · 2 years, 8 months ago
  92. 9057934 Makefile: print version info as part of the config target by Thomas Heijligen · 2 years, 7 months ago
  93. 33ff32a Makefile: use libflashrom.a as input to build the flashrom executable by Thomas Heijligen · 2 years, 7 months ago
  94. da11a0d Makefile: Add DEPENDS_ON_LINUX_I2C by Thomas Heijligen · 2 years, 7 months ago
  95. 48a9466 pcidev: Move scandev_inclass logic from internal to pcidev by Edward O'Callaghan · 2 years, 7 months ago
  96. 15004ba pcidev: Avoid internal programmer relying on pacc global by Edward O'Callaghan · 2 years, 10 months ago
  97. d58496b cli_classic: Use flashrom_init() from API by Edward O'Callaghan · 2 years, 8 months ago
  98. dbf6a8a Makefile: Rework the EXEC_SUFFIX determination by Thomas Heijligen · 2 years, 7 months ago
  99. 91eaebc cli_classic: Replace programmer_shutdown() with libflashrom call by Edward O'Callaghan · 2 years, 8 months ago
  100. 136bf43 cli_classic: Use flashrom_flash_getsize() over raw access by Edward O'Callaghan · 2 years, 8 months ago