1. f7504a9 dummyflasher.c: Make entry struct names consistent by Edward O'Callaghan · 3 years, 4 months ago
  2. a738915 programmer: Make use of new register_par_master() API by Anastasia Klimchuk · 3 years, 4 months ago
  3. b91a203 programmer: Smoothen register_par_master API by Anastasia Klimchuk · 3 years, 4 months ago
  4. 03f3a6d programmer: Make use of new register_spi_master() API by Nico Huber · 3 years, 4 months ago
  5. 5e08e3e programmer: Smoothen register_spi_master() API by Nico Huber · 3 years, 4 months ago
  6. 2fb53b1 dummyflasher.c: Retype appropriate variables and attributes with bool by Felix Singer · 2 years, 1 month ago
  7. 43040f2 tree: indent struct *_master consistently with tabs by Thomas Heijligen · 2 years, 3 months ago
  8. 4203a47 dummyflasher: Add emulation for S25FL128L by Nico Huber · 2 years, 4 months ago
  9. bbccdb2 spi25_statusreg: Allow WRSR_EXT for Status Register 3 (dummy part) by Nico Huber · 2 years, 4 months ago
  10. 2fc70dc dummyflasher: enforce write protection for W25Q128FV by Sergii Dmytruk · 2 years, 11 months ago
  11. 27835ea dummyflasher: emulate SR2 and SR3 for W25Q128FV by Sergii Dmytruk · 2 years, 11 months ago
  12. 59151a4 dummyflasher: add SR2 and SR3 emulation harness by Sergii Dmytruk · 2 years, 11 months ago
  13. ab69629 dummyflasher: Re-arrange includes by Nico Huber · 3 years, 3 months ago
  14. cc853d8 programmer_table: move each entry to the associated programmer source by Thomas Heijligen · 3 years, 5 months ago
  15. c40ca20 dummyflasher.c: Drop useless macros by Angel Pons · 3 years, 4 months ago
  16. 3c55c79 dummyflasher.c: Fix data leak in params processing error paths by Anastasia Klimchuk · 3 years, 4 months ago
  17. c248464 dummyflasher.c: Prevent use-after-free bug by Angel Pons · 3 years, 4 months ago
  18. 328898a dummyflasher.c: Move `flashchip_contents` allocation by Angel Pons · 3 years, 4 months ago
  19. 02b9ae2 dummyflasher.c: Don't leak `emu_persistent_image` by Angel Pons · 3 years, 4 months ago
  20. c785f88 dummyflasher.c: Replace atoi() with strtoul() by Edward O'Callaghan · 3 years, 4 months ago
  21. 9425022 dummyflasher.c: Move 'flashchip_contents' into emu_data by Edward O'Callaghan · 3 years, 4 months ago
  22. 3fa321d dummyflasher.c: Use BUS_NONSPI where appropriate by Edward O'Callaghan · 3 years, 4 months ago
  23. c753c40 dummyflasher.c: Factor out global state by Lachlan Bishop · 4 years ago
  24. 3531123 dummyflasher.c: Only write back emulated image if modified by Namyoon Woo · 4 years, 1 month ago
  25. 5eca427 const'ify flashctx to align signatures with cros flashrom by Edward O'Callaghan · 4 years, 5 months ago
  26. 961f4a1 Fix more sign-compare issues by Nico Huber · 5 years ago
  27. ca598da dummyflasher: Add error check for file read by Jacob Garber · 5 years ago
  28. 519be66 Fix -Wsign-compare trouble by Nico Huber · 6 years ago
  29. deeac7e spi: Drop spi_controller type by Nico Huber · 7 years ago
  30. afc3ad6 tree: Make internal variables static by Jacob Garber · 5 years ago
  31. f9632d8 dummyflasher: Add emulation for Winbond W25Q128FV by Nico Huber · 6 years ago
  32. e083880 Remove address from GPLv2 headers by Elyes HAOUAS · 6 years ago
  33. 1cf407b spi_master: Introduce SPI_MASTER_4BA feature flag by Nico Huber · 7 years ago
  34. 23e10b8 Add a bunch of new/tested stuff and various small changes 24 by Stefan Tauner · 9 years ago
  35. a5bcbce Rename programmer registration functions by Carl-Daniel Hailfinger · 10 years ago
  36. f20b7be Add 'const' keyword to chip write and other function prototypes by Mark Marshall · 10 years ago
  37. c2eec2c Add a bunch of new/tested stuff and various small changes 20 by Stefan Tauner · 10 years ago
  38. 0554ca5 Add a bunch of new/tested stuff and various small changes 18 by Stefan Tauner · 11 years ago
  39. 305e0b9 Uintptr_t-ify map_flash_region functions by Stefan Tauner · 11 years ago
  40. c233375 Use uintptr_t for chipaddr instead of unsigned long by Stefan Tauner · 11 years ago
  41. 67d163d Fix duplicate 'const' declaration specifiers by Stefan Tauner · 12 years ago
  42. e0ff165 Fix a memleak in the dummyflasher by Stefan Tauner · 12 years ago
  43. af2cac0 Add RES/REMS support to all dummyflasher emulated chips as a test case by Carl-Daniel Hailfinger · 12 years ago
  44. 7bca126 Let the programmer driver decide how to do AAI transfers by Nico Huber · 12 years ago
  45. 0b9df97 dummyflasher.c: add support for SFDP by adding a new emulator chip: MX25L6436 by Stefan Tauner · 12 years ago
  46. 5e695ab dummyflasher: Add a status register to SPI chips by Stefan Tauner · 12 years ago
  47. ac427b2 Add a bunch of new/tested stuff and various small changes 10 by Paul Menzel · 13 years ago
  48. 5b55471 Workaround missing %hhx support in MinGW sscanf by Carl-Daniel Hailfinger · 13 years ago
  49. 1b83be5 SPI command black-/ignorelisting for the flash chip emulator in the dummy programmer by Carl-Daniel Hailfinger · 13 years ago
  50. 8a3c60c Add struct flashctx * parameter to all functions accessing flash chips by Carl-Daniel Hailfinger · 13 years ago
  51. 63fd902 Use struct flashctx instead of struct flashchip for flash chip access by Carl-Daniel Hailfinger · 13 years ago
  52. c69c9c8 Unsignify lengths and addresses in chip functions and structs by Stefan Tauner · 13 years ago
  53. eaacd2d Register Parallel/LPC/FWH programmers the same way SPI programmers are registered by Carl-Daniel Hailfinger · 13 years ago
  54. 8c35745 Revert "Unsignify lengths and addresses in chip functions and structs" by Stefan Tauner · 13 years ago
  55. d196e7c Unsignify lengths and addresses in chip functions and structs by Stefan Tauner · 13 years ago
  56. 91f4afa Random whitespace and coding-style fixes by Uwe Hermann · 13 years ago
  57. 1a22795 Rename CHIP_BUSTYPE_FOO to BUS_FOO by Carl-Daniel Hailfinger · 13 years ago
  58. 8bb2021 Use shutdown callback mechanism to shutdown programmers by David Hendricks · 13 years ago
  59. b9dbe48 Kill central list of SPI programmers by Michael Karcher · 13 years ago
  60. 6279751 Factor out SPI write/read chunking wrappers by Michael Karcher · 13 years ago
  61. 146b77d Improve debugging for unaligned erase in the flash chip emulator by Carl-Daniel Hailfinger · 14 years ago
  62. c244138 Support setting the Dediprog SF100 SPI voltage by Carl-Daniel Hailfinger · 14 years ago
  63. f68aa8a Add SPI flash emulation capability to the dummy programmer by Carl-Daniel Hailfinger · 14 years ago
  64. 18430a0 Remove duplicate includes from the code by Stefan Reinauer · 14 years ago
  65. 5b997c3 Split off programmer.h from flash.h by Carl-Daniel Hailfinger · 14 years ago
  66. 29a1c66 Use generic unlocking infrastructure for SPI chips by Carl-Daniel Hailfinger · 14 years ago
  67. 9a795d8 Convert SPI chips to partial write by Carl-Daniel Hailfinger · 14 years ago
  68. 2b6dcb3 Unify programmer parameter extraction by Carl-Daniel Hailfinger · 14 years ago
  69. 744132a Various places in the flashrom source feature custom parameter extraction from programmer_param by Carl-Daniel Hailfinger · 14 years ago
  70. 1b0ba89 Add SPI chip read support to the dummy flasher by Carl-Daniel Hailfinger · 14 years ago
  71. d8dfc44 More NetBSD fixes (w/ patch) by Jonathan A. Kollasch · 15 years ago
  72. 3ac101c Convert dummyflasher to msg_* and make good use of msg_pspew by Carl-Daniel Hailfinger · 15 years ago
  73. ef58a9c Use a common parameter variable for all programmers by Carl-Daniel Hailfinger · 15 years ago
  74. be72681 Remove unnecessary #include files by Carl-Daniel Hailfinger · 15 years ago
  75. d047829 Add SPI multicommand infrastructure by Carl-Daniel Hailfinger · 15 years ago
  76. 0bd2a2b Sometimes we want to read/write more than 4 bytes of chip content at once by Carl-Daniel Hailfinger · 15 years ago
  77. 945d26a Fix a bug in dummyflasher.c special case where no type parameter is given by Carl-Daniel Hailfinger · 15 years ago
  78. e9d04d4 Mark 3COM "3C905B: Cyclone 10/100/BNC" as fully tested by Uwe Hermann · 15 years ago
  79. 3504b53 Add bus type support to the dummy external programmer by Carl-Daniel Hailfinger · 15 years ago
  80. 1dfe0ff Add bus type annotation to struct flashchips by Carl-Daniel Hailfinger · 15 years ago
  81. 2cac686 Drop unused/duplicated #includes and some dead code by Uwe Hermann · 15 years ago
  82. 5820f42 Introduce a type "chipaddr" to abstract the offsets within flash regions by Carl-Daniel Hailfinger · 15 years ago
  83. bfe2e0c Add a dummy SPI controller driver, similar to the dummy LPC/FWH/Parallel flasher driver by Carl-Daniel Hailfinger · 15 years ago
  84. 1e334e6 Print dummy programmer messages only if verbose mode is selected by Carl-Daniel Hailfinger · 15 years ago
  85. 1455b2b Abstract mapping/unmapping of flash regions by Carl-Daniel Hailfinger · 15 years ago
  86. c312920 Add a dummy external flasher which just prints each operation by Carl-Daniel Hailfinger · 15 years ago