1. 91f4afa Random whitespace and coding-style fixes by Uwe Hermann · 13 years ago
  2. 1a22795 Rename CHIP_BUSTYPE_FOO to BUS_FOO by Carl-Daniel Hailfinger · 13 years ago
  3. 93f7023 Add a bunch of new/tested stuff and various small changes 6 by Stefan Tauner · 13 years ago
  4. 84d1968 Fix output of erase_and_write_flash and surroundings by Carl-Daniel Hailfinger · 13 years ago
  5. 716e098 Add a bunch of new/tested stuff and various small changes 5 by Stefan Tauner · 13 years ago
  6. d8334db Fix out-of-bounds access if all erase functions fail by Carl-Daniel Hailfinger · 13 years ago
  7. 269de35 Fix unchecked malloc calls and casts of malloc return values by Stefan Tauner · 13 years ago
  8. 9db4551 Kill unused "log" argument of count_usable_erasers() by Sylvain "ythier" Hitier · 13 years ago
  9. 5368dca Add count_usable_erasers which returns the number of well-defined erasers for a chip by Stefan Tauner · 13 years ago
  10. 0015549 Fix memleaks due to incorrect usage of flashbuses_to_text by Stefan Tauner · 13 years ago
  11. d5b2228 Add a success indicator to the "Reading old flash chip contents..." message by Stefan Tauner · 13 years ago
  12. 6665244 Constify (a few) parameters.c where possible by Stefan Tauner · 13 years ago
  13. b4061f6 Move erase verification to generic code by Carl-Daniel Hailfinger · 13 years ago
  14. 198f277 Fix probe_flash to report new values set by probing functions by Stefan Tauner · 13 years ago
  15. 6573b74 Do not display skipped probe messsages in verbose mode by Carl-Daniel Hailfinger · 13 years ago
  16. 8bb2021 Use shutdown callback mechanism to shutdown programmers by David Hendricks · 13 years ago
  17. 355cbfd Small fixes by Stefan Tauner · 13 years ago
  18. 7bcacb1 Eliminate magic numbers indicating maximum column sizes in print.c by Stefan Tauner · 13 years ago
  19. c0aaf95 Whitespace, documentation and other small stuff by Stefan Tauner · 13 years ago
  20. 77f931a Remove filename parameter from chip_safety_check() by David Hendricks · 13 years ago
  21. b9dbe48 Kill central list of SPI programmers by Michael Karcher · 13 years ago
  22. b713d2e Intel NIC with parallel flash support by Carl-Daniel Hailfinger · 13 years ago
  23. 4c82318 Constify flashchips array by Carl-Daniel Hailfinger · 13 years ago
  24. bfecef6 Add support for more than one Super I/O or EC per machine by Carl-Daniel Hailfinger · 13 years ago
  25. d953558 Fix compilation if CONFIG_INTERNAL=no by Carl-Daniel Hailfinger · 14 years ago
  26. 40446ee Remove vendorid parameter from pcidev_init() by Carl-Daniel Hailfinger · 14 years ago
  27. 9a1105c Support for Angelbird Wings PCIe SSD (solid-state drive) by Carl-Daniel Hailfinger · 14 years ago
  28. 051e236 Avoid printing mapped addresses for programmers that do not map flash chips by Stefan Reinauer · 14 years ago
  29. a60faab Convince compilers to put constant data into the .rodata section by Mathias Krause · 14 years ago
  30. 202bf53 Simplify get_next_write in the partial write code by Carl-Daniel Hailfinger · 14 years ago
  31. dce73ae Clean up erase function checking by Carl-Daniel Hailfinger · 14 years ago
  32. 90021f2 Add support for the Open Graphics Project development card, OGD1, as a SPI flash programmer by Mark Marshall · 14 years ago
  33. 859f3f0 Avoid printing the chip locks if chip detection was forced by Carl-Daniel Hailfinger · 14 years ago
  34. b23b1eb Handle erase failure in partial write by Carl-Daniel Hailfinger · 14 years ago
  35. d836941 Read the to-be-verified area in one go by Carl-Daniel Hailfinger · 14 years ago
  36. 2bee8cf Revert PCI config space writes on shutdown by Carl-Daniel Hailfinger · 14 years ago
  37. c244138 Support setting the Dediprog SF100 SPI voltage by Carl-Daniel Hailfinger · 14 years ago
  38. 12d6d82 Fix two memory leaks in doit() and refine get_next_write() by Carl-Daniel Hailfinger · 14 years ago
  39. 6e2ea32 This patch makes flashrom use real partial writes by Carl-Daniel Hailfinger · 14 years ago
  40. 42d38a9 Always read the flash chip before writing by Carl-Daniel Hailfinger · 14 years ago
  41. 4306944 Refactor doit() by Carl-Daniel Hailfinger · 14 years ago
  42. 75a58f9 Switch all flash chips to partial write by Carl-Daniel Hailfinger · 14 years ago
  43. f52f784 Move implicit erase out of chip drivers by Carl-Daniel Hailfinger · 14 years ago
  44. ab6328f Refine text of requests to send logs by Paul Menzel · 14 years ago
  45. a73fb49 Refine -L output to include all programmer modules by Carl-Daniel Hailfinger · 14 years ago
  46. a9095a9 Add support for building flashrom against libpayload by Patrick Georgi · 14 years ago
  47. 004f4b7 Add Intel Gigabit NIC SPI flashing support by Idwer Vollering · 14 years ago
  48. 48ec1b1 Various cosmetic and coding-style fixes by Uwe Hermann · 14 years ago
  49. 5b997c3 Split off programmer.h from flash.h by Carl-Daniel Hailfinger · 14 years ago
  50. e7fdd6e Add support for RayeR SPIPGM hardware as described in http://rayer.ic.cz/elektro/spipgm.htm by Carl-Daniel Hailfinger · 14 years ago
  51. 62175a0 Use struct pointer instead of enum to set bitbang adapter by Michael Karcher · 14 years ago
  52. b51e58e Use __clang_version__ macro by Carl-Daniel Hailfinger · 14 years ago
  53. 1748c57 Print an error message on read errors and abort instead of proceeding anyway by Carl-Daniel Hailfinger · 14 years ago
  54. 4d3e9ca Wrap a line which was 156 columns wide by Carl-Daniel Hailfinger · 14 years ago
  55. a122341 Split erase region walking out of erase_flash by Carl-Daniel Hailfinger · 14 years ago
  56. 2b6dcb3 Unify programmer parameter extraction by Carl-Daniel Hailfinger · 14 years ago
  57. 744132a Various places in the flashrom source feature custom parameter extraction from programmer_param by Carl-Daniel Hailfinger · 14 years ago
  58. d1be52d Disable writes on default for known bad programmers by Carl-Daniel Hailfinger · 14 years ago
  59. ad3cc55 Kill global variables, constants and functions if local scope suffices by Carl-Daniel Hailfinger · 14 years ago
  60. c29c2e7 National Semiconductor DP83815/DP83816 and DP83820 NIC programmer support by Andrew Morgan · 14 years ago
  61. 9f5f215 Gcc and clang can check format strings of printf-like functions by Carl-Daniel Hailfinger · 14 years ago
  62. 7112772 So far, we have up to 4 different names for the same thing (ignoring capitalization) by Carl-Daniel Hailfinger · 14 years ago
  63. 831e8f4 Remove unneeded #include statements completely by Carl-Daniel Hailfinger · 14 years ago
  64. cceafa2 Handle the following architectures in generic flashrom code by Carl-Daniel Hailfinger · 14 years ago
  65. 5665ef3 Support for Realtek RTL8139 network card flashing by Joerg Fischer · 14 years ago
  66. 8841d3e Fix assorted documentation, frontend and printing bugs by Carl-Daniel Hailfinger · 14 years ago
  67. 316a29f Convert various prints to use msg_p* and msg_g* respectively by Sean Nelson · 14 years ago
  68. 2702376 One of the problems is that --force had multiple meanings by Carl-Daniel Hailfinger · 14 years ago
  69. 132e2ec Add runtime and build environment info to the flashrom version message by Carl-Daniel Hailfinger · 14 years ago
  70. 12575e5 Reduce message severity level for skipped chips by Carl-Daniel Hailfinger · 15 years ago
  71. 4395970 Various coding style and cosmetic changes by Uwe Hermann · 15 years ago
  72. e8e369f Write granularity is chip specific by Carl-Daniel Hailfinger · 15 years ago
  73. ddd5c9e Add initial (non-working) code for Highpoint ATA/RAID controllers by Uwe Hermann · 15 years ago
  74. 6e0b912 Here's a very quick patch to fix the missing unlock code by Sean Nelson · 15 years ago
  75. cc389fc Allow the registration of functions to be called at programmer shutdown by Carl-Daniel Hailfinger · 15 years ago
  76. 48f1d73 At long last, the day has come, and we can bury full-chip erase once and for all by Carl-Daniel Hailfinger · 15 years ago
  77. 0bf842d Open binary files in binary mode by Patrick Georgi · 15 years ago
  78. d38fac8 Dediprog SF100 support by Carl-Daniel Hailfinger · 15 years ago
  79. 415afcf Add eraseblock functions to self-check by Carl-Daniel Hailfinger · 15 years ago
  80. 293adf0 Do sanity checks of block erasers at startup and continue check on errors by Carl-Daniel Hailfinger · 15 years ago
  81. 1a1415c Refine selection of the default programmer by Carl-Daniel Hailfinger · 15 years ago
  82. a84835a Move the CLI related functions main() and cli_usage() to cli_classic.c by Carl-Daniel Hailfinger · 15 years ago
  83. 552420b Factor out CLI code by moving generic stuff out of main() by Carl-Daniel Hailfinger · 15 years ago
  84. 9d48916 Fix eraseblock walking and add a few more checks to make sure such bugs get caught in the future by Carl-Daniel Hailfinger · 15 years ago
  85. 66ef4e5 Internal (onboard) programming was the only feature which could not be disabled by Carl-Daniel Hailfinger · 15 years ago
  86. d0250a3 Clarify a comment about verification routine usage by Carl-Daniel Hailfinger · 15 years ago
  87. d5b28fa Add the ability to set Bus Pirate SPI speed via the command line by Carl-Daniel Hailfinger · 15 years ago
  88. 5cca01f Cleanly validate ICH SPI preopcodes by Carl-Daniel Hailfinger · 15 years ago
  89. eaac68b Add the ability to generate test patterns for write testing by Carl-Daniel Hailfinger · 15 years ago
  90. f529205 Refactor main loop in preparation of libflashrom by Carl-Daniel Hailfinger · 15 years ago
  91. 115d390 Add infrastructure to check the maximum supported flash size of chipsets and mainboards by Carl-Daniel Hailfinger · 15 years ago
  92. c67d037 Cosmetics and small coding style fixes by Uwe Hermann · 15 years ago
  93. 3a4781e Make bitbang_spi naming consistent by Carl-Daniel Hailfinger · 15 years ago
  94. 2bc98f6 Add initial support for flashing some NVIDIA graphics cards by Uwe Hermann · 15 years ago
  95. 547872b This is the bitbanging SPI driver infrastructure by Carl-Daniel Hailfinger · 15 years ago
  96. 707f1eb Fix copy-paste errors by s/CONFIG_PRINT_WIKI/PRINT_WIKI_SUPPORT/ by Uwe Hermann · 15 years ago
  97. 9c8476b Compile out wiki output on request and move wiki stuff into a separate file by Carl-Daniel Hailfinger · 15 years ago
  98. 4740c6f Allow to exclude each of the external programmer drivers from being compiled in by Carl-Daniel Hailfinger · 15 years ago
  99. f38431a Store block sizes and corresponding erase functions in struct flashchip by Carl-Daniel Hailfinger · 15 years ago
  100. b0912c0 Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devices by TURBO J · 15 years ago