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