1. e7fdd6e Add support for RayeR SPIPGM hardware as described in http://rayer.ic.cz/elektro/spipgm.htm by Carl-Daniel Hailfinger · 14 years ago
  2. b63b067 Add OpenBSD support by Carl-Daniel Hailfinger · 14 years ago
  3. 7237683 Work around shadowing warnings in libpci headers by Carl-Daniel Hailfinger · 14 years ago
  4. 5d3fcb9 Makefile: detect unsupported configuration options by Carl-Daniel Hailfinger · 14 years ago
  5. ddbab71 Handle OS where executables have a hardcoded suffix, e.g by Carl-Daniel Hailfinger · 14 years ago
  6. 5bdf298 We already have NEED_PCI in the Makefile to link in PCI support by Carl-Daniel Hailfinger · 14 years ago
  7. c29c2e7 National Semiconductor DP83815/DP83816 and DP83820 NIC programmer support by Andrew Morgan · 14 years ago
  8. e2f0158 Create dependencies on the fly rather than in a separate step by Stefan Reinauer · 14 years ago
  9. 460b282 Fix libpci linkage on NetBSD by Carl-Daniel Hailfinger · 14 years ago
  10. b5b161b Internal: introduce processor enables and abort if top/bottom alignment is unknown by Carl-Daniel Hailfinger · 14 years ago
  11. 2db77a0 Make the 'flashrom --help' output look a bit nicer by Uwe Hermann · 14 years ago
  12. 8b83f55 Fix URLs for GIGABYTE motherboards by Peter Lemenkov · 14 years ago
  13. 7112772 So far, we have up to 4 different names for the same thing (ignoring capitalization) by Carl-Daniel Hailfinger · 14 years ago
  14. a0020df Add flashrom.exe unconditionally to the list of files removed at make clean by Carl-Daniel Hailfinger · 14 years ago
  15. cceafa2 Handle the following architectures in generic flashrom code by Carl-Daniel Hailfinger · 14 years ago
  16. 5665ef3 Support for Realtek RTL8139 network card flashing by Joerg Fischer · 14 years ago
  17. 6d1dea1 Increase flashrom release number to 0.9.2 by Carl-Daniel Hailfinger · 14 years ago
  18. 8841d3e Fix assorted documentation, frontend and printing bugs by Carl-Daniel Hailfinger · 14 years ago
  19. 837d810 Fix the DOS port by Rudolf Marek · 14 years ago
  20. 132e2ec Add runtime and build environment info to the flashrom version message by Carl-Daniel Hailfinger · 14 years ago
  21. 9979eac Refine compile-time checks for libpci by Carl-Daniel Hailfinger · 15 years ago
  22. 50415d2 Add DOS cross-compilation support to the Makefile by Carl-Daniel Hailfinger · 15 years ago
  23. 28accc2 Various JEDEC refactorings touching 82802ab.c, sharplhf00l04.c and stm50flw0x0x.c by Sean Nelson · 15 years ago
  24. 14ba668 Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h by Sean Nelson · 15 years ago
  25. ddd5c9e Add initial (non-working) code for Highpoint ATA/RAID controllers by Uwe Hermann · 15 years ago
  26. 6e0b912 Here's a very quick patch to fix the missing unlock code by Sean Nelson · 15 years ago
  27. 879b351 Use uname -p instead of -m on NetBSD so we get the right architecture library name by Jonathan A. Kollasch · 15 years ago
  28. fb0828f Split internal.c into internal.c and hwaccess.c by Carl-Daniel Hailfinger · 15 years ago
  29. 35727f7 Complete the addition of Feature Bits for all Jedec based chips by Sean Nelson · 15 years ago
  30. e8683b6 Backout unintentional chunk by Stefan Reinauer · 15 years ago
  31. 2fea3f3 This patch fixes the use of CFLAGS and CPPFLAGS in the flashrom makefile by Stefan Reinauer · 15 years ago
  32. 6701ee8 Matching board via DMI by Michael Karcher · 15 years ago
  33. d38fac8 Dediprog SF100 support by Carl-Daniel Hailfinger · 15 years ago
  34. e7f3209 Enable -Wshadow, clean code for that by Michael Karcher · 15 years ago
  35. c1f00c5 Fix Makefile dependencies if FT2232SPI is not selected by Carl-Daniel Hailfinger · 15 years ago
  36. 3646c8f Add support for NetBSD by Jonathan A. Kollasch · 15 years ago
  37. 51e97d7 Converting fprintf(stderr), printf, and printf_debug into a common print interface for flashrom by Sean Nelson · 15 years ago
  38. a84835a Move the CLI related functions main() and cli_usage() to cli_classic.c by Carl-Daniel Hailfinger · 15 years ago
  39. cc1802d Move generic programmer function into newly introduced programmer.c by Carl-Daniel Hailfinger · 15 years ago
  40. 5d13464 This patch shouldn't affect anything else in patchwork by Sean Nelson · 15 years ago
  41. 8a59ff0 Only check for requested features in the Makefile by Carl-Daniel Hailfinger · 15 years ago
  42. 36cc1c8 Internal.c was always compiled in because it hosted the function internal_delay() by Carl-Daniel Hailfinger · 15 years ago
  43. 66ef4e5 Internal (onboard) programming was the only feature which could not be disabled by Carl-Daniel Hailfinger · 15 years ago
  44. b2ecf6c Revert debug compilation which was committed in r772 by accident by Carl-Daniel Hailfinger · 15 years ago
  45. 5cca01f Cleanly validate ICH SPI preopcodes by Carl-Daniel Hailfinger · 15 years ago
  46. e51ea10 Move serial handling from serprog.c to serial.c by Carl-Daniel Hailfinger · 15 years ago
  47. 6161ff1 Fix incorrect comment about wiki printing in Makefile by Carl-Daniel Hailfinger · 15 years ago
  48. 8776db2 Retrieve linker flags for libftdi with pkg-config by Jörg Mayer · 15 years ago
  49. a472b8b There is no need to tell people to install libz if flashrom doesn't need libz by Carl-Daniel Hailfinger · 15 years ago
  50. 4d67950 Disable NVIDIA flashing support for now, erase/write is not properly working, yet by Uwe Hermann · 15 years ago
  51. 2bc98f6 Add initial support for flashing some NVIDIA graphics cards by Uwe Hermann · 15 years ago
  52. 547872b This is the bitbanging SPI driver infrastructure by Carl-Daniel Hailfinger · 15 years ago
  53. 9c8476b Compile out wiki output on request and move wiki stuff into a separate file by Carl-Daniel Hailfinger · 15 years ago
  54. 4740c6f Allow to exclude each of the external programmer drivers from being compiled in by Carl-Daniel Hailfinger · 15 years ago
  55. d271e79 Not all systems have svnversion installed by Carl-Daniel Hailfinger · 15 years ago
  56. b0912c0 Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devices by TURBO J · 15 years ago
  57. 0d5db9a Flashrom 0.9.1 by Carl-Daniel Hailfinger · 15 years ago
  58. 48e5e09 Add the possibility to set the release name directly as makefile parameter by Carl-Daniel Hailfinger · 15 years ago
  59. 10572fa Fix compilation on Nexenta which is Ubuntu with a Solaris kernel by Carl-Daniel Hailfinger · 15 years ago
  60. 6be7411 Allow to compile out serprog completely by Carl-Daniel Hailfinger · 15 years ago
  61. be72681 Remove unnecessary #include files by Carl-Daniel Hailfinger · 15 years ago
  62. 8ef7dce Change tarball compression from gzip to bzip2 by Carl-Daniel Hailfinger · 15 years ago
  63. 9cb867b Add changelog for make export and make tarball by Carl-Daniel Hailfinger · 15 years ago
  64. bdb63dc The makefile rules for %.o and flashrom.o are identical by Carl-Daniel Hailfinger · 15 years ago
  65. 2291535 Initial commit of an external serial flasher protocol by Urja Rannikko · 15 years ago
  66. a2d0501 Various wiki output changes by Uwe Hermann · 15 years ago
  67. b18ecbc Prevent spurious runs of make features introduced by the FT2232 patch by Carl-Daniel Hailfinger · 15 years ago
  68. ba290d1 Move all printing code to print.c by Uwe Hermann · 15 years ago
  69. 05dfbe6 This patch adds support for a new SPI programmer, based on the FT2232H/4232H chip from FTDI by Paul Fox · 15 years ago
  70. 4cb7a96 Check for a working C compiler by Carl-Daniel Hailfinger · 15 years ago
  71. 3b0d664 Fix typo in Makefile by Uwe Hermann · 15 years ago
  72. f983d9f Add support for the PMC Pm29F002T/B chips by Uwe Hermann · 15 years ago
  73. a23041c This patch introduces two new targets which are designed to make the life of packagers easier by Carl-Daniel Hailfinger · 15 years ago
  74. f78cff1 Add missing GPL headers to two files by Uwe Hermann · 15 years ago
  75. 56b2cb0 Make an extra MANDIR variable for easier overriding by Uwe Hermann · 15 years ago
  76. 3def09d Rename sata_sii.c to satasii.c for consistency by Uwe Hermann · 15 years ago
  77. eaefb48 Various smaller flashrom improvements by Uwe Hermann · 15 years ago
  78. 68720c7 This patch adds support for BIOS flashing on the all SiliconImage SATA controllers by Rudolf Marek · 15 years ago
  79. 515ab3d Refactor parts of the 3COM NIC code by Uwe Hermann · 15 years ago
  80. c2a9c9c Cosmetics and eliminate unneeded vars as per IRC discussion by Uwe Hermann · 15 years ago
  81. db9d9f4 Improve makefile structure a bit by Christian Ruppert · 15 years ago
  82. b4dcb71 Add support for 3COM NICs as "external programmer" and Atmel AT49BV512 by Uwe Hermann · 15 years ago
  83. 24f9fbe Unify write_39sf020() and write_49f002() functions by Uwe Hermann · 15 years ago
  84. c312920 Add a dummy external flasher which just prints each operation by Carl-Daniel Hailfinger · 15 years ago
  85. 702218d Add external flasher support by Carl-Daniel Hailfinger · 15 years ago
  86. 9e67585 Onwards with development by Carl-Daniel Hailfinger · 15 years ago
  87. 3f8f9b6 Flashrom 0.9.0 by Carl-Daniel Hailfinger · 15 years ago
  88. dd315e1 Enable scan-build for flashrom by Patrick Georgi · 15 years ago
  89. c6b7dd1 The flashrom makefile wants to redirect both stdout and stderr to /dev/null for one compile test by Stephan Guilloux · 15 years ago
  90. af8ffac Driver for ST M29F002T/NT/B by Peter Stuge · 16 years ago
  91. bf196e9 Winbond SuperIO SPI driver by Peter Stuge · 16 years ago
  92. f79edb9 Darwin / Mac OS X by Stefan Reinauer · 16 years ago
  93. a69c447 Small cleanup in Makefile by Peter Stuge · 16 years ago
  94. 0593f21 Abstract mmap() in physmap.c and only open /dev/mem on the first physmap() call by Stefan Reinauer · 16 years ago
  95. cedb09d Make Makefile a bit more portable by Peter Stuge · 16 years ago
  96. 9a6d176 Replace #ifdefs for sc520 systems by run time probing by Stefan Reinauer · 16 years ago
  97. a3f04be Add support for the AMD/ATI SB600 southbridge SPI functionality by Jason Wang · 16 years ago
  98. 44e1a19 Activate proper support for EN29F002(A)(N)[BT] by Mats Erik Andersson · 16 years ago
  99. cce2682 Winbond W39V040C and MSI K8T Neo2-F by Peter Stuge · 16 years ago
  100. 1110309 Don't rm *~ in make clean, who knows what files that could be by Peter Stuge · 16 years ago