1. 0b4ffd5 serprog: Fix FWH/LPC by implementing serprog_map by Urja Rannikko · 9 years ago
  2. 66e554b Add support for the Microchip PICkit2 as an SPI programmer by Justin Chevrier · 10 years ago
  3. 5c316f9 Add a bunch of new/tested stuff and various small changes 22 by Stefan Tauner · 10 years ago
  4. b0eee9b Unify target OS and CPU architecture checks by Stefan Tauner · 10 years ago
  5. 80e6471 Add support for the MSTAR I2C ISP protocol by Alexandre Boeglin · 10 years ago
  6. 73f5bda Make read before write configurable (infrastructure part) by Stefan Tauner · 10 years ago
  7. 2a1ed77 Introduce generic shutdown_free() and remove redundant internal_shutdown() by Stefan Tauner · 10 years ago
  8. 4e32ec1 Refine physical address mapping of flash chips by Stefan Tauner · 10 years ago
  9. 9e3a698 Refine handling chips that exceed maximum programmer sizes by Stefan Tauner · 10 years ago
  10. 9b32de9 Refactor some CLI-relevant parts by Stefan Tauner · 10 years ago
  11. 6697f71 Add a bunch of new/tested stuff and various small changes 21 by Stefan Tauner · 10 years ago
  12. 2a41f0a Add new programmer for SPI EEPROMs attached to Intel 82580 NICs by Ricardo Ribalda Delgado · 10 years ago
  13. a5bcbce Rename programmer registration functions by Carl-Daniel Hailfinger · 10 years ago
  14. 1687854 Improve messages on failed erases with default verbosity by Stefan Tauner · 10 years ago
  15. 1b0e9fc EEPROM support: handle implicit erase by Carl-Daniel Hailfinger · 10 years ago
  16. 600576b Add selfcheck_board_enables() by Stefan Tauner · 10 years ago
  17. 6ad6e01 Introduce helpers.c by Stefan Tauner · 10 years ago
  18. 72d42f8 Add IT8212F as programmer by Kyösti Mälkki · 10 years ago
  19. 7f0f3fa Add VIA VT6421A LPC programmer driver by Jonathan Kollasch · 10 years ago
  20. df64a42 Fix various tiny problems in verify_range() by Stefan Tauner · 10 years ago
  21. 96658be Fix selfcheck of various arrays by Stefan Tauner · 10 years ago
  22. 6455dff Add two new states to enum test_state and use it for flashchips by Stefan Tauner · 10 years ago
  23. a58f6e9 Refine messages related to erase/write recovery by Stefan Tauner · 10 years ago
  24. f20b7be Add 'const' keyword to chip write and other function prototypes by Mark Marshall · 10 years ago
  25. 20da4aa Remove programmer_shutdown() from doit() by Stefan Tauner · 10 years ago
  26. f80419c Make delay values unsigned by Stefan Tauner · 10 years ago
  27. 8d7ec2a programmer_delay: filter 0 usec delays by Urja Rannikko · 11 years ago
  28. 8268fdb layout: Verify layout entries before building a new image using them by Stefan Tauner · 11 years ago
  29. 26e7a15 Add debug output to programmer_map_flash_region() by Stefan Tauner · 11 years ago
  30. 7562f7d libpayload: Remove file I/O.c by Nico Huber · 11 years ago
  31. 20a36ba Abort on unused programmer parameters by Carl-Daniel Hailfinger · 11 years ago
  32. c4f44df Fix verification operation by Stefan Tauner · 11 years ago
  33. 0554ca5 Add a bunch of new/tested stuff and various small changes 18 by Stefan Tauner · 11 years ago
  34. 305e0b9 Uintptr_t-ify map_flash_region functions by Stefan Tauner · 11 years ago
  35. 136388f Differentiate ultimate error messages depending on programmer used by Stefan Tauner · 11 years ago
  36. 11990da Various cross-platform fixes by Carl-Daniel Hailfinger · 11 years ago
  37. 682122b Warn if we skipped all blocks while writing by Stefan Tauner · 11 years ago
  38. 363fd7e Get rid of perror() by Stefan Tauner · 11 years ago
  39. 0243745 Refine granularity handling in preparation of AT45DB series support by Stefan Tauner · 11 years ago
  40. c60de0e Add Altera USB-Blaster SPI programmer by James Laird · 11 years ago
  41. 50d67aa Make write granularity a chip attribute by Stefan Tauner · 12 years ago
  42. e038e90 Fix building for MacOSX by Stefan Tauner · 12 years ago
  43. e34e3e8 Add a bunch of new/tested stuff and various small changes 16 by Stefan Tauner · 12 years ago
  44. bcb2e5a Constify parameters and globals by Nico Huber · 12 years ago
  45. 4b24a2d Unify usbdev_status and pcidev_status into dev_entry by Stefan Tauner · 12 years ago
  46. af358d6 Refactor PCI and USB device status printing by Stefan Tauner · 12 years ago
  47. a6d9648 Add general programmer sanity checks by Stefan Tauner · 12 years ago
  48. b8911d6 Fix memleaks in cli_classic.c by Stefan Tauner · 12 years ago
  49. b226cb1 Improve --help and friends by Stefan Tauner · 12 years ago
  50. 78ffbea Do not read the flash chip twice in verification mode by Stefan Tauner · 12 years ago
  51. d7d423b Add a bunch of new/tested stuff and various small changes 15 by Stefan Tauner · 12 years ago
  52. eb58257 Add a bunch of new/tested stuff and various small changes 14 by Stefan Tauner · 12 years ago
  53. 98f4710 Add support for Realtek RTL8169 by Sergey Lichack · 12 years ago
  54. 1c6d2ff Some ISO C fixes by Carl-Daniel Hailfinger · 12 years ago
  55. 5a7cb84 Make struct flashchip a field in struct flashctx instead of a complete copy by Carl-Daniel Hailfinger · 12 years ago
  56. b4e06bd Refactor the -p internal:mainboard handling by Stefan Tauner · 12 years ago
  57. 37e8686 Move show_id to where it belongs by Stefan Tauner · 12 years ago
  58. 60d9bd2 Portability fixes and cleanups by Carl-Daniel Hailfinger · 12 years ago
  59. 06b9efa Fix missing #include hwaccess.h by Carl-Daniel Hailfinger · 12 years ago
  60. 4e3391f Always require the --programmer parameter if any flash chip access is requested by Carl-Daniel Hailfinger · 12 years ago
  61. 9e42376 Remove exit() call from show_id by Niklas Söderlund · 12 years ago
  62. 1c15548 Add logfile support by Carl-Daniel Hailfinger · 12 years ago
  63. 901a3ba Convert printf to msg_* where appropriate by Carl-Daniel Hailfinger · 12 years ago
  64. da7c545 Add serial port bitbanging code by Virgil-Adrian Teaca · 12 years ago
  65. 2abab94 Add a bunch of new/tested stuff and various small changes 12 by Stefan Tauner · 12 years ago
  66. ac1b4c8 Add support for SFDP (JESD216) by Stefan Tauner · 13 years ago
  67. 65922a3 Warn of one-time programmable (OTP) memory by Daniel Lenski · 13 years ago
  68. e380013 Reorder list of options to test by Paul Menzel · 13 years ago
  69. c40cff7 Have all programmer init functions register bus masters/programmers by Carl-Daniel Hailfinger · 13 years ago
  70. 8a3c60c Add struct flashctx * parameter to all functions accessing flash chips by Carl-Daniel Hailfinger · 13 years ago
  71. 63fd902 Use struct flashctx instead of struct flashchip for flash chip access by Carl-Daniel Hailfinger · 13 years ago
  72. c69c9c8 Unsignify lengths and addresses in chip functions and structs by Stefan Tauner · 13 years ago
  73. eaacd2d Register Parallel/LPC/FWH programmers the same way SPI programmers are registered by Carl-Daniel Hailfinger · 13 years ago
  74. 8c35745 Revert "Unsignify lengths and addresses in chip functions and structs" by Stefan Tauner · 13 years ago
  75. d196e7c Unsignify lengths and addresses in chip functions and structs by Stefan Tauner · 13 years ago
  76. 2e68160 Change programmer selection in cli and generic code by Carl-Daniel Hailfinger · 13 years ago
  77. 5ce5f70 Add support for the Linux SPI subsystem (spidev) by Sven Schnelle · 13 years ago
  78. 97d5b12 Shorten some board enable related function names by Carl-Daniel Hailfinger · 13 years ago
  79. 394ee78 Move the main() function from flashrom.c to cli_classic.c by Uwe Hermann · 13 years ago
  80. 082c8b5 Fixup of r1397 by Carl-Daniel Hailfinger · 13 years ago
  81. 91f4afa Random whitespace and coding-style fixes by Uwe Hermann · 13 years ago
  82. 1a22795 Rename CHIP_BUSTYPE_FOO to BUS_FOO by Carl-Daniel Hailfinger · 13 years ago
  83. 93f7023 Add a bunch of new/tested stuff and various small changes 6 by Stefan Tauner · 13 years ago
  84. 84d1968 Fix output of erase_and_write_flash and surroundings by Carl-Daniel Hailfinger · 13 years ago
  85. 716e098 Add a bunch of new/tested stuff and various small changes 5 by Stefan Tauner · 13 years ago
  86. d8334db Fix out-of-bounds access if all erase functions fail by Carl-Daniel Hailfinger · 13 years ago
  87. 269de35 Fix unchecked malloc calls and casts of malloc return values by Stefan Tauner · 13 years ago
  88. 9db4551 Kill unused "log" argument of count_usable_erasers() by Sylvain "ythier" Hitier · 13 years ago
  89. 5368dca Add count_usable_erasers which returns the number of well-defined erasers for a chip by Stefan Tauner · 13 years ago
  90. 0015549 Fix memleaks due to incorrect usage of flashbuses_to_text by Stefan Tauner · 13 years ago
  91. d5b2228 Add a success indicator to the "Reading old flash chip contents..." message by Stefan Tauner · 13 years ago
  92. 6665244 Constify (a few) parameters.c where possible by Stefan Tauner · 13 years ago
  93. b4061f6 Move erase verification to generic code by Carl-Daniel Hailfinger · 13 years ago
  94. 198f277 Fix probe_flash to report new values set by probing functions by Stefan Tauner · 13 years ago
  95. 6573b74 Do not display skipped probe messsages in verbose mode by Carl-Daniel Hailfinger · 13 years ago
  96. 8bb2021 Use shutdown callback mechanism to shutdown programmers by David Hendricks · 13 years ago
  97. 355cbfd Small fixes by Stefan Tauner · 13 years ago
  98. 7bcacb1 Eliminate magic numbers indicating maximum column sizes in print.c by Stefan Tauner · 13 years ago
  99. c0aaf95 Whitespace, documentation and other small stuff by Stefan Tauner · 13 years ago
  100. 77f931a Remove filename parameter from chip_safety_check() by David Hendricks · 13 years ago