1. 80f3d05 ichspi: try harder to conform to address restrictions by Carl-Daniel Hailfinger · 14 years ago
  2. cceafa2 Handle the following architectures in generic flashrom code by Carl-Daniel Hailfinger · 14 years ago
  3. 5665ef3 Support for Realtek RTL8139 network card flashing by Joerg Fischer · 14 years ago
  4. 8841d3e Fix assorted documentation, frontend and printing bugs by Carl-Daniel Hailfinger · 14 years ago
  5. 2702376 One of the problems is that --force had multiple meanings by Carl-Daniel Hailfinger · 14 years ago
  6. ad0010a Intel 28F004/28F400 support by Michael Karcher · 14 years ago
  7. 408e47a Multibyte SPI write for the Bus Pirate by Carl-Daniel Hailfinger · 15 years ago
  8. e8e369f Write granularity is chip specific by Carl-Daniel Hailfinger · 15 years ago
  9. 0bdc092 Implement tested/untested status for board enables by Michael Karcher · 15 years ago
  10. 8c1df28 Warn if running on laptops by Michael Karcher · 15 years ago
  11. 14ba668 Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h by Sean Nelson · 15 years ago
  12. 8448639 Replace PCI_OK/PCI_NT by OK/NT by Michael Karcher · 15 years ago
  13. ddd5c9e Add initial (non-working) code for Highpoint ATA/RAID controllers by Uwe Hermann · 15 years ago
  14. 6e0b912 Here's a very quick patch to fix the missing unlock code by Sean Nelson · 15 years ago
  15. cc389fc Allow the registration of functions to be called at programmer shutdown by Carl-Daniel Hailfinger · 15 years ago
  16. 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
  17. baaffe0 Create a physical memory mapping function which requests cached readonly memory by Carl-Daniel Hailfinger · 15 years ago
  18. 35727f7 Complete the addition of Feature Bits for all Jedec based chips by Sean Nelson · 15 years ago
  19. 93938c3 Boards: Add max_rom_decode_parallel entry to board enable table by Luc Verhaegen · 15 years ago
  20. 6701ee8 Matching board via DMI by Michael Karcher · 15 years ago
  21. d38fac8 Dediprog SF100 support by Carl-Daniel Hailfinger · 15 years ago
  22. e7f3209 Enable -Wshadow, clean code for that by Michael Karcher · 15 years ago
  23. f8dda68 Change msg_* macros to C99 variadic macros by Carl-Daniel Hailfinger · 15 years ago
  24. 4bf4e79 Use address mask in probe_jedec by Carl-Daniel Hailfinger · 15 years ago
  25. 51e97d7 Converting fprintf(stderr), printf, and printf_debug into a common print interface for flashrom by Sean Nelson · 15 years ago
  26. a84835a Move the CLI related functions main() and cli_usage() to cli_classic.c by Carl-Daniel Hailfinger · 15 years ago
  27. e48654c Buspiratespi support on mingw by Patrick Georgi · 15 years ago
  28. 3b6237d Multiple unrelated changes by Patrick Georgi · 15 years ago
  29. efa151e Move OS-dependent serial code from buspirate_spi.c to serial.c by Carl-Daniel Hailfinger · 15 years ago
  30. cc1802d Move generic programmer function into newly introduced programmer.c by Carl-Daniel Hailfinger · 15 years ago
  31. c57a920 Generify jedec functions by introducing an address mask by Sean Nelson · 15 years ago
  32. 36cc1c8 Internal.c was always compiled in because it hosted the function internal_delay() by Carl-Daniel Hailfinger · 15 years ago
  33. 552420b Factor out CLI code by moving generic stuff out of main() by Carl-Daniel Hailfinger · 15 years ago
  34. 14e100c SuperI/O detection now happens unconditionally and before the chipset enable by Carl-Daniel Hailfinger · 15 years ago
  35. 63ce4bb Clarify comment about how to enter chip erase functions in struct block_eraser by Carl-Daniel Hailfinger · 15 years ago
  36. 5d5c072 Split hardware access, OS abstraction and chip drivers out of flash.h by Carl-Daniel Hailfinger · 15 years ago
  37. 66ef4e5 Internal (onboard) programming was the only feature which could not be disabled by Carl-Daniel Hailfinger · 15 years ago
  38. 1c296ca Use common jedec functionality where appropriate by Michael Karcher · 15 years ago
  39. 972cec2 Refine support for the JEDEC Software Data Protection by Michael Karcher · 15 years ago
  40. d5b28fa Add the ability to set Bus Pirate SPI speed via the command line by Carl-Daniel Hailfinger · 15 years ago
  41. 5cca01f Cleanly validate ICH SPI preopcodes by Carl-Daniel Hailfinger · 15 years ago
  42. e51ea10 Move serial handling from serprog.c to serial.c by Carl-Daniel Hailfinger · 15 years ago
  43. a4a9bfb Bus Pirate support needs serial communication by Carl-Daniel Hailfinger · 15 years ago
  44. f529205 Refactor main loop in preparation of libflashrom by Carl-Daniel Hailfinger · 15 years ago
  45. 9f46cfc Add support for every single SiS chipset out there by Carl-Daniel Hailfinger · 15 years ago
  46. 115d390 Add infrastructure to check the maximum supported flash size of chipsets and mainboards by Carl-Daniel Hailfinger · 15 years ago
  47. 3a4781e Make bitbang_spi naming consistent by Carl-Daniel Hailfinger · 15 years ago
  48. 2bc98f6 Add initial support for flashing some NVIDIA graphics cards by Uwe Hermann · 15 years ago
  49. 547872b This is the bitbanging SPI driver infrastructure by Carl-Daniel Hailfinger · 15 years ago
  50. a06287c Switch SST49LF004A/B to block erase, remove the hack which simulated (unsupported) chip erase by Carl-Daniel Hailfinger · 15 years ago
  51. 26f7e64 The current ICH SPI preop handling is a hack which spews lots of warnings, but still yields correct results by Carl-Daniel Hailfinger · 15 years ago
  52. 4740c6f Allow to exclude each of the external programmer drivers from being compiled in by Carl-Daniel Hailfinger · 15 years ago
  53. f38431a Store block sizes and corresponding erase functions in struct flashchip by Carl-Daniel Hailfinger · 15 years ago
  54. b0912c0 Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devices by TURBO J · 15 years ago
  55. f5fb51c Adept layout handling to new programmer infrastructure and fix off-by-one error by Carl-Daniel Hailfinger · 15 years ago
  56. 3426ef6 If FT2232H SPI is not enabled, it should be compiled out completely by Carl-Daniel Hailfinger · 15 years ago
  57. 173e3ea Support rdmsr/wrmsr operations on FreeBSD by Stefan Reinauer · 15 years ago
  58. 6be7411 Allow to compile out serprog completely by Carl-Daniel Hailfinger · 15 years ago
  59. 37fc469 Add a new field for the names of programmers and use it to match against user input by Carl-Daniel Hailfinger · 15 years ago
  60. ef58a9c Use a common parameter variable for all programmers by Carl-Daniel Hailfinger · 15 years ago
  61. 415e513 Add fallback functions for programmer shutdown and memory mapping and fix FT2232 and IT87 by Carl-Daniel Hailfinger · 15 years ago
  62. 8fa6481 Fix up MSR handling to support more OSes than Linux. by Stefan Reinauer · 15 years ago
  63. 116081a Replace remaining explicit erases in SPI programmer drivers with auto-erases by Carl-Daniel Hailfinger · 15 years ago
  64. db41c59 Releasing IO permissions was done by hand everywhere by Carl-Daniel Hailfinger · 15 years ago
  65. bc25f94 Boards with coreboot have a cbtable containing vendor and board name by Carl-Daniel Hailfinger · 15 years ago
  66. f8555e2 This is a workaround for a bug in SB600 and SB700 by Carl-Daniel Hailfinger · 15 years ago
  67. a80cfbc Eliminate version string duplication by Carl-Daniel Hailfinger · 15 years ago
  68. 02487aa Replace most of the switch cases in the spi code with lookup on a struct instead by Carl-Daniel Hailfinger · 15 years ago
  69. 2f1b36f Convert SPI byte program to use the multicommand infrastructure by Carl-Daniel Hailfinger · 15 years ago
  70. bb297f7 Add an optional flash port parameter for IT87* SPI controllers in standalone programmer mode by Carl-Daniel Hailfinger · 15 years ago
  71. d047829 Add SPI multicommand infrastructure by Carl-Daniel Hailfinger · 15 years ago
  72. feea272 ft2232_spi: Allow runtime selection of FT2232H vs. FT4232H and interface A vs by Carl-Daniel Hailfinger · 15 years ago
  73. 1432a60 Random minor flashrom fixes by Uwe Hermann · 15 years ago
  74. 3431bb7 Check result of all SPI erase functions by Carl-Daniel Hailfinger · 15 years ago
  75. 2291535 Initial commit of an external serial flasher protocol by Urja Rannikko · 15 years ago
  76. a2d0501 Various wiki output changes by Uwe Hermann · 15 years ago
  77. 20a293f Allow to print an auto-generated hardware support list in MediaWiki markup by Uwe Hermann · 15 years ago
  78. e1aa75e Also print the supported/nonsupported laptops in -L output by Uwe Hermann · 15 years ago
  79. ba290d1 Move all printing code to print.c by Uwe Hermann · 15 years ago
  80. 05dfbe6 This patch adds support for a new SPI programmer, based on the FT2232H/4232H chip from FTDI by Paul Fox · 15 years ago
  81. cbf563c Support reads of arbitrary range by Carl-Daniel Hailfinger · 15 years ago
  82. 30f7cb2 Flashrom only checks for very few chips if the erase worked by Carl-Daniel Hailfinger · 15 years ago
  83. 0845464 Split flashchips.h from flash.h by Carl-Daniel Hailfinger · 15 years ago
  84. a0a6ae9 Add or refine support for a number of EON flash chips by Carl-Daniel Hailfinger · 15 years ago
  85. f983d9f Add support for the PMC Pm29F002T/B chips by Uwe Hermann · 15 years ago
  86. 38a059d Every SPI host controller implemented its own way to read flash chips by Carl-Daniel Hailfinger · 15 years ago
  87. e33890d Add #defines for some flash chips by Mateusz Murawski · 15 years ago
  88. eb3acef Add spi_nbyte_program as generic function to the SPI layer by Paul Fox · 15 years ago
  89. 80243c9 Add all Eon EN25* SPI chips by Carl-Daniel Hailfinger · 15 years ago
  90. 0bd2a2b Sometimes we want to read/write more than 4 bytes of chip content at once by Carl-Daniel Hailfinger · 15 years ago
  91. ca8bfc6 Add programmer-specific delay functions by Carl-Daniel Hailfinger · 15 years ago
  92. c6e1111 Add probe_timing information (int uS value) by Maciej Pijanka · 15 years ago
  93. e9d04d4 Mark 3COM "3C905B: Cyclone 10/100/BNC" as fully tested by Uwe Hermann · 15 years ago
  94. bc2bbd2 Add support for the 10b7:9058 3COM NIC (3C905B: Cyclone 10/100/BNC) by Maciej Pijanka · 15 years ago
  95. 5bae438 Unify AMD manufacture_id and model_id by Mateusz Murawski · 15 years ago
  96. 3504b53 Add bus type support to the dummy external programmer by Carl-Daniel Hailfinger · 15 years ago
  97. b8afecd Add IT87xx SPI as external flasher option by Carl-Daniel Hailfinger · 15 years ago
  98. 1dfe0ff Add bus type annotation to struct flashchips by Carl-Daniel Hailfinger · 15 years ago
  99. ebd7b83 Add support for probe and read of Intel 28F001BX-T and BX-B by Urja Rannikko · 15 years ago
  100. d1129ac Random flashrom updates by Uwe Hermann · 15 years ago