1. 71c97ee test_build: Use Meson if present by Nico Huber · 1 year, 7 months ago
  2. 819ba50 test_build: Add some simple dummy-flasher tests by Nico Huber · 1 year, 7 months ago
  3. b84f55b test_build: Update make call by Nico Huber · 1 year, 7 months ago
  4. 8c37eaa Add missing Intel B460 flash chip id by Christopher Lentocha · 1 year, 8 months ago
  5. e0b92e0 chipset_enable.c: add PCI ID for TGL-UP3 by Jan Samek · 1 year, 10 months ago
  6. 12d5eb9 chipset_enable: Add PCI ID for Raptor Lake S by Nico Huber · 1 year, 7 months ago
  7. d48318c chipset_enable: Add missing Tiger Lake IDs by Nico Huber · 1 year, 7 months ago
  8. c1fa341 chipset_enable: Add a line break in debug output by Nico Huber · 1 year, 8 months ago
  9. c152f53 Switch default to version info from Git by Nico Huber · 1 year, 8 months ago
  10. d2472e5 amd_spi100: Check IllegalAccess before executing command by Nico Huber · 1 year, 6 months ago
  11. f5fcd74 amd_spi100: Revise 4BA support by Nico Huber · 1 year, 6 months ago
  12. 2d614d6 amd_spi100: Fix memory-mapped reads for partially mapped chips by Nico Huber · 1 year, 6 months ago
  13. 50fb6f1 programmer_table: Clean up stale references by Nico Huber · 1 year, 7 months ago
  14. 5d6cc5d manpage: Fix markup and parameter description for dirtyjtag_spi by Nico Huber · 1 year, 7 months ago
  15. c32e954 ch347_spi: Add simple `spispeed` parameter by Nico Huber · 1 year, 7 months ago
  16. 111c380 flashchips.c: Add reg_bits for W25Q256JW_DTR by Kapil Porwal · 1 year, 10 months ago
  17. b8ee2d6 serial: Add Darwin/macOS support for custom and >230400 baudrates by Peter Stuge · 1 year, 9 months ago
  18. b078ec6 serial: Call set_custom_baudrate() thrice by Peter Stuge · 1 year, 9 months ago
  19. 272b073 meson: Determine custom_baud source file only once by Peter Stuge · 1 year, 9 months ago
  20. 0d929fe dummyflasher: fix propagation of register_*_master() return values by Alexander Goncharov · 1 year, 8 months ago
  21. e03b175 gitignore: add libflashrom.a by Thomas Heijligen · 2 years, 6 months ago
  22. 48dc090 flashchips: Drop FEATURE_4BA_WREN from MT25QU128 by Nico Huber · 1 year, 7 months ago
  23. 1e56360 flashchips: Remove FEATURE_4BA_WREN for MT25QL128 and mark as tested by Rick Altherr · 1 year, 9 months ago
  24. 5d5b122 Makefile: Include .d files for CLI objects by Nico Huber · 1 year, 7 months ago
  25. 6189947 programmer: Add bitbanging programmer driver for Linux libgpiod by Steve Markgraf · 1 year, 8 months ago
  26. 28790a2 util/shell.nix: Explicitly install gnumake and GCC packages by Felix Singer · 2 years, 1 month ago
  27. 7c706de util/shell.nix: Add libjaylink by Felix Singer · 2 years, 4 months ago
  28. e255c4c util: Add Nix shell file by Felix Singer · 3 years ago
  29. 12e6ab0 Documentation: Add build instructions for meson by Thomas Heijligen · 2 years, 1 month ago
  30. 6e6cce0 bitbang_spi.c: Pass spi data into bitbang_spi_master functions by Anastasia Klimchuk · 3 years, 4 months ago
  31. 0e78818 bitbang: Extend bitbang_spi_master functions to accept spi data by Anastasia Klimchuk · 3 years, 4 months ago
  32. a447c12 bitbang: Extend register_spi_bitbang_master() API with spi data by Anastasia Klimchuk · 3 years, 4 months ago
  33. cbc5ba0 tree/: Drop const from opaque data ptr in master definitions [alt] by Edward O'Callaghan · 3 years, 9 months ago
  34. 11d8577 flashrom.8.tmpl: add missing chip for ft2232_spi programmer by Alexander Goncharov · 1 year, 7 months ago
  35. 96f964b chipset_enable: Mark AMD Pinnacle/Raven Ridge and Matisse as DEP by Nico Huber · 1 year, 7 months ago
  36. 4d51e07 amd_imc/sb600spi: Move handle_imc() into amd_imc.c by Nico Huber · 1 year, 8 months ago
  37. e3c305d amd_spi100: Implement memory-mapped reads by Nico Huber · 1 year, 8 months ago
  38. 0705878 amd_spi100: Use source-aligned read for the FIFO by Nico Huber · 1 year, 8 months ago
  39. d81637c physmap: Implement source-aligned version of mmio_readn() by Nico Huber · 1 year, 8 months ago
  40. 735b186 amd_spi100: Add new driver for AMD SPI100 controllers by Nico Huber · 1 year, 8 months ago
  41. 197b7c7 ch347_spi: Add initial support for the WCH CH347 by Nicholas Chin · 1 year, 11 months ago
  42. dafd51e libflashrom: Add missing line ending when listing programmers by Nico Huber · 1 year, 7 months ago
  43. 78cd559 chipset_enable: Start new driver for AMD SPI100 by Nico Huber · 1 year, 8 months ago
  44. e604d56 chipset_enable: Split detection for AMD Merlin Falcon and Stoney by Nico Huber · 1 year, 8 months ago
  45. 019810f chipset_enable: Optionally check PCI revision field by Nico Huber · 1 year, 8 months ago
  46. 6d98aec flashrom.c: Update check_block_eraser function to use probe opcode by Aarya Chaumal · 2 years, 1 month ago
  47. e7a41e3 tree/: Make probe_opcode() flashctx argument const by Nikolai Artemiev · 1 year, 10 months ago
  48. b0be320 spi.c: Add AT45 erasefn opcode mapping by Thomas Heijligen · 2 years ago
  49. 3561451 spi25.c: Rename spi_get_erasefn_from_opcode to spi25_get_erasefn_from_opcode by Thomas Heijligen · 2 years ago
  50. e2ff4e9 spi25.c: Move spi_get_opcode_from_erasefn() to spi.c by Thomas Heijligen · 2 years ago
  51. 0cea753 spi: Add function to probe erase command opcode for all spi_master by Aarya Chaumal · 2 years, 3 months ago
  52. ab9f258 spi25.c: Add function to return opcode of passed erase fucntion pointer by Aarya Chaumal · 2 years, 3 months ago
  53. b725c0c spi25.c: Add a list to lookup erasefn and opcode instead of switch case by Aarya Chaumal · 2 years, 3 months ago
  54. a7cb7e9 cli, manpage: Clean up occurrences of old image argument by Anastasia Klimchuk · 1 year, 10 months ago
  55. 0b587f9 spi: Make 'default_spi_write_aai' the default unless defined by Edward O'Callaghan · 2 years ago
  56. 7310f19 layout: Add new line to out of memory error message by Anastasia Klimchuk · 1 year, 9 months ago
  57. 9818b3f meson.build: Rename conf object to config_manfile by Felix Singer · 1 year, 10 months ago
  58. 32392b5 flashrom.8.tmpl: Clarify supported ft2232_spi frequencies by Nicholas Chin · 1 year, 10 months ago
  59. 6edf9f8 flashrom.c: Replace 'exit(1)' leaks with return codes on err paths by Edward O'Callaghan · 1 year, 10 months ago
  60. 92ae5bb cli_classic.c: Make count_max_decode_exceedings() pure by Edward O'Callaghan · 2 years, 1 month ago
  61. d439088 libpayload: Fix compiling bugs by Thomas Heijligen · 1 year, 10 months ago
  62. aba3658 flashrom.c: Move count_max_decode_exceeding() to cli by Edward O'Callaghan · 2 years, 1 month ago
  63. 00ea389 flashrom.c: Separate out default layout init by Edward O'Callaghan · 2 years ago
  64. 621208c drivers/: Make 'fallback_{un}map' the default unless defined by Edward O'Callaghan · 2 years ago
  65. 56684d9 drivers/: Make 'internal_delay' the default unless defined by Edward O'Callaghan · 2 years ago
  66. 78ed668 print.c: Fix format string for Windows by Thomas Heijligen · 2 years, 1 month ago
  67. 3ecf0b6 meson: Refactor the programmer selection by Thomas Heijligen · 2 years, 1 month ago
  68. b975da1 meson: Overhaul the print_wiki option by Thomas Heijligen · 2 years, 1 month ago
  69. a12e010 meson: Build the classic cli / flashrom cli executable as feature by Thomas Heijligen · 2 years, 1 month ago
  70. bd82fa9 linux_mtd.c: Retype appropriate attributes with bool by Felix Singer · 2 years, 1 month ago
  71. b8db74a internal.c: Retype appropriate variables with bool by Felix Singer · 2 years, 1 month ago
  72. f2a1e07 print.c: Move list of known boards to known_boards.c by Edward O'Callaghan · 2 years, 1 month ago
  73. 3b64d81 flashrom.c: Move print logic to print.c by Edward O'Callaghan · 2 years, 1 month ago
  74. 23b2b86 ich_descriptors_tool/Makefile: Add missing `override` for CFLAGS by Nico Huber · 2 years, 1 month ago
  75. 63f6a37 parallel.c: Consoldiate parallel master registration logic by Edward O'Callaghan · 2 years, 1 month ago
  76. ee3fbd7 flashrom.c: Move write_buf_to_file() to helpers_fileio.c by Edward O'Callaghan · 2 years, 1 month ago
  77. 4c76c73 flashrom.c: Move read_buf_from_file() to helpers_fileio.c by Edward O'Callaghan · 2 years, 1 month ago
  78. 7a9daa0 Makefile: print dependency versions by Thomas Heijligen · 2 years, 1 month ago
  79. b7341b1 meson: Build the ich_descriptors_tool as feature by Thomas Heijligen · 2 years, 1 month ago
  80. 2a768e4 cli_classic.c: Make use of bool type in the main function by Felix Singer · 2 years, 4 months ago
  81. 317b4ec Makefile.d/arch_test.h: Add detection for ARC64 architecture by Veronika Kremneva · 3 years ago
  82. e531318 Makefile: Add support for Elbrus (e2k) architecture by Anton Samsonov · 2 years, 2 months ago
  83. 47cb6fc meson: fix various meson build warnings and formatting by Nikolai Artemiev · 2 years, 2 months ago
  84. 91ed99f hwaccess: use __asm__ as it is done elsewhere by Rosen Penev · 2 years, 6 months ago
  85. 582d49a libflashrom.map: Add missing functions from libflashrom.h by Evan Benn · 2 years, 4 months ago
  86. dd9d0c5 tree: Consolidate BIT() macro by Edward O'Callaghan · 2 years, 4 months ago
  87. 4bd966c meson: use files() for srcs list by Thomas Heijligen · 2 years, 4 months ago
  88. 2d17041 flashrom: Drop read_flash_to_file() usage by Edward O'Callaghan · 2 years, 10 months ago
  89. f6a273b meson: link flashrom binary against static libflashrom by Thomas Heijligen · 2 years, 5 months ago
  90. 2ae9bf2 meson: relocate config_print_wiki & config_default_programmer_* by Thomas Heijligen · 2 years, 5 months ago
  91. 454a28c meson: use built-in options for install paths by Thomas Heijligen · 2 years, 5 months ago
  92. 328a64a meson: use `platform/` as subdir() by Thomas Heijligen · 2 years, 5 months ago
  93. be8e38a util/ich_descriptors_tool: Remove unneeded meson dependencies by Thomas Heijligen · 2 years, 5 months ago
  94. c02b1a9 meson: relocate add_project_arguments() for IS_WINDOWS by Thomas Heijligen · 2 years, 5 months ago
  95. 51208f3 meson: relocate source file list by Thomas Heijligen · 2 years, 5 months ago
  96. d2174c5 platform/swap: move swap inline functions & macros into an own header by Thomas Heijligen · 2 years, 5 months ago
  97. 758dc86 Makefile: Align BITBANG_SPI with the other DEPENDS_ and USE_ configs by Thomas Heijligen · 2 years, 5 months ago
  98. c676be9 meson: Treat warnings as errors by Anastasia Klimchuk · 2 years, 5 months ago
  99. 3c50843 meson: Add optimisation level s and disable debug in meson build by Anastasia Klimchuk · 2 years, 5 months ago
  100. cde7011 Add -W options from Makefile into meson warning_flags by Anastasia Klimchuk · 2 years, 11 months ago