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