1. cbe370e Add voltage ranges to the flashchips by Steven Zakulec · 13 years ago
  2. 355cbfd Small fixes by Stefan Tauner · 13 years ago
  3. c0aaf95 Whitespace, documentation and other small stuff by Stefan Tauner · 13 years ago
  4. 4c82318 Constify flashchips array by Carl-Daniel Hailfinger · 13 years ago
  5. a60faab Convince compilers to put constant data into the .rodata section by Mathias Krause · 14 years ago
  6. c244138 Support setting the Dediprog SF100 SPI voltage by Carl-Daniel Hailfinger · 14 years ago
  7. f68aa8a Add SPI flash emulation capability to the dummy programmer by Carl-Daniel Hailfinger · 14 years ago
  8. f59e263 Add a reset to probe_jedec before we read the chip's IDs by Sean Nelson · 14 years ago
  9. 42d38a9 Always read the flash chip before writing by Carl-Daniel Hailfinger · 14 years ago
  10. 75a58f9 Switch all flash chips to partial write by Carl-Daniel Hailfinger · 14 years ago
  11. 174f55b Fix timing of SPI status register writes (WRSR) by Carl-Daniel Hailfinger · 14 years ago
  12. a73fb49 Refine -L output to include all programmer modules by Carl-Daniel Hailfinger · 14 years ago
  13. ed7a964 Implement libpayload support and improve life for DOS based flashrom, too by Patrick Georgi · 14 years ago
  14. fd7075a Add detailed status register printing and unlocking for all ATMEL AT25* chips by Carl-Daniel Hailfinger · 14 years ago
  15. 5b997c3 Split off programmer.h from flash.h by Carl-Daniel Hailfinger · 14 years ago
  16. 1d3a2fe Convert MMIO accesses of non-internal PCI-based programmers to be endian-agnostic by Carl-Daniel Hailfinger · 14 years ago
  17. 9a9b984 Fix compilation for CONFIG_INTERNAL=no by Michael Karcher · 14 years ago
  18. b05b9e1 Move SB600 SPI initialization to sb600spi.c by Michael Karcher · 14 years ago
  19. a4448d9 Move Intel SPI initialisation to ichspi.c by Michael Karcher · 14 years ago
  20. e7fdd6e Add support for RayeR SPIPGM hardware as described in http://rayer.ic.cz/elektro/spipgm.htm by Carl-Daniel Hailfinger · 14 years ago
  21. 17e23ac Check during SPI bitbang init that SPI bitbang master configuration is correct by Carl-Daniel Hailfinger · 14 years ago
  22. 62175a0 Use struct pointer instead of enum to set bitbang adapter by Michael Karcher · 14 years ago
  23. 0d974e7 Refine SPI bitbanging by Carl-Daniel Hailfinger · 14 years ago
  24. ca812d4 Use the max_rom_decode infrastructure for wbsio_spi by Carl-Daniel Hailfinger · 14 years ago
  25. 9a795d8 Convert SPI chips to partial write by Carl-Daniel Hailfinger · 14 years ago
  26. 1748c57 Print an error message on read errors and abort instead of proceeding anyway by Carl-Daniel Hailfinger · 14 years ago
  27. 76d4b37 Generify support for ITE IT8705 Super I/O by Carl-Daniel Hailfinger · 14 years ago
  28. 2b6dcb3 Unify programmer parameter extraction by Carl-Daniel Hailfinger · 14 years ago
  29. 744132a Various places in the flashrom source feature custom parameter extraction from programmer_param by Carl-Daniel Hailfinger · 14 years ago
  30. d1be52d Disable writes on default for known bad programmers by Carl-Daniel Hailfinger · 14 years ago
  31. ad3cc55 Kill global variables, constants and functions if local scope suffices by Carl-Daniel Hailfinger · 14 years ago
  32. 1b0ba89 Add SPI chip read support to the dummy flasher by Carl-Daniel Hailfinger · 14 years ago
  33. c29c2e7 National Semiconductor DP83815/DP83816 and DP83820 NIC programmer support by Andrew Morgan · 14 years ago
  34. 36dec8b board_enable.c: Remove useless 'name' parameter by Uwe Hermann · 14 years ago
  35. 4146ced Fix wiki board enable parameter printing by Carl-Daniel Hailfinger · 14 years ago
  36. 9f5f215 Gcc and clang can check format strings of printf-like functions by Carl-Daniel Hailfinger · 14 years ago
  37. b5b161b Internal: introduce processor enables and abort if top/bottom alignment is unknown by Carl-Daniel Hailfinger · 14 years ago
  38. dd128c9 Fix fallout from r1021 which caused compile failures if only the dummy programmer was selected by Carl-Daniel Hailfinger · 14 years ago
  39. 4adf8a6 Merge print.c and print_wiki.c board/URL tables by Peter Lemenkov · 14 years ago
  40. 7112772 So far, we have up to 4 different names for the same thing (ignoring capitalization) by Carl-Daniel Hailfinger · 14 years ago
  41. 831e8f4 Remove unneeded #include statements completely by Carl-Daniel Hailfinger · 14 years ago
  42. 80f3d05 ichspi: try harder to conform to address restrictions by Carl-Daniel Hailfinger · 14 years ago
  43. cceafa2 Handle the following architectures in generic flashrom code by Carl-Daniel Hailfinger · 14 years ago
  44. 5665ef3 Support for Realtek RTL8139 network card flashing by Joerg Fischer · 14 years ago
  45. 8841d3e Fix assorted documentation, frontend and printing bugs by Carl-Daniel Hailfinger · 14 years ago
  46. 2702376 One of the problems is that --force had multiple meanings by Carl-Daniel Hailfinger · 14 years ago
  47. ad0010a Intel 28F004/28F400 support by Michael Karcher · 14 years ago
  48. 408e47a Multibyte SPI write for the Bus Pirate by Carl-Daniel Hailfinger · 15 years ago
  49. e8e369f Write granularity is chip specific by Carl-Daniel Hailfinger · 15 years ago
  50. 0bdc092 Implement tested/untested status for board enables by Michael Karcher · 15 years ago
  51. 8c1df28 Warn if running on laptops by Michael Karcher · 15 years ago
  52. 14ba668 Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h by Sean Nelson · 15 years ago
  53. 8448639 Replace PCI_OK/PCI_NT by OK/NT by Michael Karcher · 15 years ago
  54. ddd5c9e Add initial (non-working) code for Highpoint ATA/RAID controllers by Uwe Hermann · 15 years ago
  55. 6e0b912 Here's a very quick patch to fix the missing unlock code by Sean Nelson · 15 years ago
  56. cc389fc Allow the registration of functions to be called at programmer shutdown by Carl-Daniel Hailfinger · 15 years ago
  57. 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
  58. baaffe0 Create a physical memory mapping function which requests cached readonly memory by Carl-Daniel Hailfinger · 15 years ago
  59. 35727f7 Complete the addition of Feature Bits for all Jedec based chips by Sean Nelson · 15 years ago
  60. 93938c3 Boards: Add max_rom_decode_parallel entry to board enable table by Luc Verhaegen · 15 years ago
  61. 6701ee8 Matching board via DMI by Michael Karcher · 15 years ago
  62. d38fac8 Dediprog SF100 support by Carl-Daniel Hailfinger · 15 years ago
  63. e7f3209 Enable -Wshadow, clean code for that by Michael Karcher · 15 years ago
  64. f8dda68 Change msg_* macros to C99 variadic macros by Carl-Daniel Hailfinger · 15 years ago
  65. 4bf4e79 Use address mask in probe_jedec by Carl-Daniel Hailfinger · 15 years ago
  66. 51e97d7 Converting fprintf(stderr), printf, and printf_debug into a common print interface for flashrom by Sean Nelson · 15 years ago
  67. a84835a Move the CLI related functions main() and cli_usage() to cli_classic.c by Carl-Daniel Hailfinger · 15 years ago
  68. e48654c Buspiratespi support on mingw by Patrick Georgi · 15 years ago
  69. 3b6237d Multiple unrelated changes by Patrick Georgi · 15 years ago
  70. efa151e Move OS-dependent serial code from buspirate_spi.c to serial.c by Carl-Daniel Hailfinger · 15 years ago
  71. cc1802d Move generic programmer function into newly introduced programmer.c by Carl-Daniel Hailfinger · 15 years ago
  72. c57a920 Generify jedec functions by introducing an address mask by Sean Nelson · 15 years ago
  73. 36cc1c8 Internal.c was always compiled in because it hosted the function internal_delay() by Carl-Daniel Hailfinger · 15 years ago
  74. 552420b Factor out CLI code by moving generic stuff out of main() by Carl-Daniel Hailfinger · 15 years ago
  75. 14e100c SuperI/O detection now happens unconditionally and before the chipset enable by Carl-Daniel Hailfinger · 15 years ago
  76. 63ce4bb Clarify comment about how to enter chip erase functions in struct block_eraser by Carl-Daniel Hailfinger · 15 years ago
  77. 5d5c072 Split hardware access, OS abstraction and chip drivers out of flash.h by Carl-Daniel Hailfinger · 15 years ago
  78. 66ef4e5 Internal (onboard) programming was the only feature which could not be disabled by Carl-Daniel Hailfinger · 15 years ago
  79. 1c296ca Use common jedec functionality where appropriate by Michael Karcher · 15 years ago
  80. 972cec2 Refine support for the JEDEC Software Data Protection by Michael Karcher · 15 years ago
  81. d5b28fa Add the ability to set Bus Pirate SPI speed via the command line by Carl-Daniel Hailfinger · 15 years ago
  82. 5cca01f Cleanly validate ICH SPI preopcodes by Carl-Daniel Hailfinger · 15 years ago
  83. e51ea10 Move serial handling from serprog.c to serial.c by Carl-Daniel Hailfinger · 15 years ago
  84. a4a9bfb Bus Pirate support needs serial communication by Carl-Daniel Hailfinger · 15 years ago
  85. f529205 Refactor main loop in preparation of libflashrom by Carl-Daniel Hailfinger · 15 years ago
  86. 9f46cfc Add support for every single SiS chipset out there by Carl-Daniel Hailfinger · 15 years ago
  87. 115d390 Add infrastructure to check the maximum supported flash size of chipsets and mainboards by Carl-Daniel Hailfinger · 15 years ago
  88. 3a4781e Make bitbang_spi naming consistent by Carl-Daniel Hailfinger · 15 years ago
  89. 2bc98f6 Add initial support for flashing some NVIDIA graphics cards by Uwe Hermann · 15 years ago
  90. 547872b This is the bitbanging SPI driver infrastructure by Carl-Daniel Hailfinger · 15 years ago
  91. a06287c Switch SST49LF004A/B to block erase, remove the hack which simulated (unsupported) chip erase by Carl-Daniel Hailfinger · 15 years ago
  92. 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
  93. 4740c6f Allow to exclude each of the external programmer drivers from being compiled in by Carl-Daniel Hailfinger · 15 years ago
  94. f38431a Store block sizes and corresponding erase functions in struct flashchip by Carl-Daniel Hailfinger · 15 years ago
  95. b0912c0 Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devices by TURBO J · 15 years ago
  96. f5fb51c Adept layout handling to new programmer infrastructure and fix off-by-one error by Carl-Daniel Hailfinger · 15 years ago
  97. 3426ef6 If FT2232H SPI is not enabled, it should be compiled out completely by Carl-Daniel Hailfinger · 15 years ago
  98. 173e3ea Support rdmsr/wrmsr operations on FreeBSD by Stefan Reinauer · 15 years ago
  99. 6be7411 Allow to compile out serprog completely by Carl-Daniel Hailfinger · 15 years ago
  100. 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