1. 6e0b912 Here's a very quick patch to fix the missing unlock code by Sean Nelson · 15 years ago
  2. 879b351 Use uname -p instead of -m on NetBSD so we get the right architecture library name by Jonathan A. Kollasch · 15 years ago
  3. fb0828f Split internal.c into internal.c and hwaccess.c by Carl-Daniel Hailfinger · 15 years ago
  4. 35727f7 Complete the addition of Feature Bits for all Jedec based chips by Sean Nelson · 15 years ago
  5. e8683b6 Backout unintentional chunk by Stefan Reinauer · 15 years ago
  6. 2fea3f3 This patch fixes the use of CFLAGS and CPPFLAGS in the flashrom makefile by Stefan Reinauer · 15 years ago
  7. 6701ee8 Matching board via DMI by Michael Karcher · 15 years ago
  8. d38fac8 Dediprog SF100 support by Carl-Daniel Hailfinger · 15 years ago
  9. e7f3209 Enable -Wshadow, clean code for that by Michael Karcher · 15 years ago
  10. c1f00c5 Fix Makefile dependencies if FT2232SPI is not selected by Carl-Daniel Hailfinger · 15 years ago
  11. 3646c8f Add support for NetBSD by Jonathan A. Kollasch · 15 years ago
  12. 51e97d7 Converting fprintf(stderr), printf, and printf_debug into a common print interface for flashrom by Sean Nelson · 15 years ago
  13. a84835a Move the CLI related functions main() and cli_usage() to cli_classic.c by Carl-Daniel Hailfinger · 15 years ago
  14. cc1802d Move generic programmer function into newly introduced programmer.c by Carl-Daniel Hailfinger · 15 years ago
  15. 5d13464 This patch shouldn't affect anything else in patchwork by Sean Nelson · 15 years ago
  16. 8a59ff0 Only check for requested features in the Makefile by Carl-Daniel Hailfinger · 15 years ago
  17. 36cc1c8 Internal.c was always compiled in because it hosted the function internal_delay() by Carl-Daniel Hailfinger · 15 years ago
  18. 66ef4e5 Internal (onboard) programming was the only feature which could not be disabled by Carl-Daniel Hailfinger · 15 years ago
  19. b2ecf6c Revert debug compilation which was committed in r772 by accident by Carl-Daniel Hailfinger · 15 years ago
  20. 5cca01f Cleanly validate ICH SPI preopcodes by Carl-Daniel Hailfinger · 15 years ago
  21. e51ea10 Move serial handling from serprog.c to serial.c by Carl-Daniel Hailfinger · 15 years ago
  22. 6161ff1 Fix incorrect comment about wiki printing in Makefile by Carl-Daniel Hailfinger · 15 years ago
  23. 8776db2 Retrieve linker flags for libftdi with pkg-config by Jörg Mayer · 15 years ago
  24. a472b8b There is no need to tell people to install libz if flashrom doesn't need libz by Carl-Daniel Hailfinger · 15 years ago
  25. 4d67950 Disable NVIDIA flashing support for now, erase/write is not properly working, yet by Uwe Hermann · 15 years ago
  26. 2bc98f6 Add initial support for flashing some NVIDIA graphics cards by Uwe Hermann · 15 years ago
  27. 547872b This is the bitbanging SPI driver infrastructure by Carl-Daniel Hailfinger · 15 years ago
  28. 9c8476b Compile out wiki output on request and move wiki stuff into a separate file by Carl-Daniel Hailfinger · 15 years ago
  29. 4740c6f Allow to exclude each of the external programmer drivers from being compiled in by Carl-Daniel Hailfinger · 15 years ago
  30. d271e79 Not all systems have svnversion installed by Carl-Daniel Hailfinger · 15 years ago
  31. b0912c0 Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devices by TURBO J · 15 years ago
  32. 0d5db9a Flashrom 0.9.1 by Carl-Daniel Hailfinger · 15 years ago
  33. 48e5e09 Add the possibility to set the release name directly as makefile parameter by Carl-Daniel Hailfinger · 15 years ago
  34. 10572fa Fix compilation on Nexenta which is Ubuntu with a Solaris kernel by Carl-Daniel Hailfinger · 15 years ago
  35. 6be7411 Allow to compile out serprog completely by Carl-Daniel Hailfinger · 15 years ago
  36. be72681 Remove unnecessary #include files by Carl-Daniel Hailfinger · 15 years ago
  37. 8ef7dce Change tarball compression from gzip to bzip2 by Carl-Daniel Hailfinger · 15 years ago
  38. 9cb867b Add changelog for make export and make tarball by Carl-Daniel Hailfinger · 15 years ago
  39. bdb63dc The makefile rules for %.o and flashrom.o are identical by Carl-Daniel Hailfinger · 15 years ago
  40. 2291535 Initial commit of an external serial flasher protocol by Urja Rannikko · 15 years ago
  41. a2d0501 Various wiki output changes by Uwe Hermann · 15 years ago
  42. b18ecbc Prevent spurious runs of make features introduced by the FT2232 patch by Carl-Daniel Hailfinger · 15 years ago
  43. ba290d1 Move all printing code to print.c by Uwe Hermann · 15 years ago
  44. 05dfbe6 This patch adds support for a new SPI programmer, based on the FT2232H/4232H chip from FTDI by Paul Fox · 15 years ago
  45. 4cb7a96 Check for a working C compiler by Carl-Daniel Hailfinger · 15 years ago
  46. 3b0d664 Fix typo in Makefile by Uwe Hermann · 15 years ago
  47. f983d9f Add support for the PMC Pm29F002T/B chips by Uwe Hermann · 15 years ago
  48. a23041c This patch introduces two new targets which are designed to make the life of packagers easier by Carl-Daniel Hailfinger · 15 years ago
  49. f78cff1 Add missing GPL headers to two files by Uwe Hermann · 15 years ago
  50. 56b2cb0 Make an extra MANDIR variable for easier overriding by Uwe Hermann · 15 years ago
  51. 3def09d Rename sata_sii.c to satasii.c for consistency by Uwe Hermann · 15 years ago
  52. eaefb48 Various smaller flashrom improvements by Uwe Hermann · 15 years ago
  53. 68720c7 This patch adds support for BIOS flashing on the all SiliconImage SATA controllers by Rudolf Marek · 15 years ago
  54. 515ab3d Refactor parts of the 3COM NIC code by Uwe Hermann · 15 years ago
  55. c2a9c9c Cosmetics and eliminate unneeded vars as per IRC discussion by Uwe Hermann · 15 years ago
  56. db9d9f4 Improve makefile structure a bit by Christian Ruppert · 15 years ago
  57. b4dcb71 Add support for 3COM NICs as "external programmer" and Atmel AT49BV512 by Uwe Hermann · 15 years ago
  58. 24f9fbe Unify write_39sf020() and write_49f002() functions by Uwe Hermann · 15 years ago
  59. c312920 Add a dummy external flasher which just prints each operation by Carl-Daniel Hailfinger · 15 years ago
  60. 702218d Add external flasher support by Carl-Daniel Hailfinger · 15 years ago
  61. 9e67585 Onwards with development by Carl-Daniel Hailfinger · 15 years ago
  62. 3f8f9b6 Flashrom 0.9.0 by Carl-Daniel Hailfinger · 15 years ago
  63. dd315e1 Enable scan-build for flashrom by Patrick Georgi · 15 years ago
  64. c6b7dd1 The flashrom makefile wants to redirect both stdout and stderr to /dev/null for one compile test by Stephan Guilloux · 15 years ago
  65. af8ffac Driver for ST M29F002T/NT/B by Peter Stuge · 16 years ago
  66. bf196e9 Winbond SuperIO SPI driver by Peter Stuge · 16 years ago
  67. f79edb9 Darwin / Mac OS X by Stefan Reinauer · 16 years ago
  68. a69c447 Small cleanup in Makefile by Peter Stuge · 16 years ago
  69. 0593f21 Abstract mmap() in physmap.c and only open /dev/mem on the first physmap() call by Stefan Reinauer · 16 years ago
  70. cedb09d Make Makefile a bit more portable by Peter Stuge · 16 years ago
  71. 9a6d176 Replace #ifdefs for sc520 systems by run time probing by Stefan Reinauer · 16 years ago
  72. a3f04be Add support for the AMD/ATI SB600 southbridge SPI functionality by Jason Wang · 16 years ago
  73. 44e1a19 Activate proper support for EN29F002(A)(N)[BT] by Mats Erik Andersson · 16 years ago
  74. cce2682 Winbond W39V040C and MSI K8T Neo2-F by Peter Stuge · 16 years ago
  75. 1110309 Don't rm *~ in make clean, who knows what files that could be by Peter Stuge · 16 years ago
  76. db52c58 Remove dead M-Systems Disk on Chip code by Peter Stuge · 16 years ago
  77. 681b190 Some Makefile cleaning by Peter Stuge · 16 years ago
  78. 08c2b02 Fix OBJS in Makefile to compile stm50flw0x0x.c like the others by Peter Stuge · 16 years ago
  79. 65c1b86 Changes to make flashrom compile (and work) on FreeBSD by Andriy Gapon · 16 years ago
  80. 4784c47 Support Pm49FL004/2 Block Locking Registers by Nikolay Petukhov · 16 years ago
  81. b46acba Add support for SPI chips on ICH9 by Dominik Geyer · 16 years ago
  82. bfe5b4a Move all IT87xx specific SPI routines from spi.c to a separate file it87spi.c by Carl-Daniel Hailfinger · 16 years ago
  83. a7b3551 Separate ST M50FLW support from generic JEDEC code by Claus Gindhart · 16 years ago
  84. ac37897 Support for the Winbond W39V080FA series of chips by Stefan Reinauer · 17 years ago
  85. 55bf8df Fix broken flashrom build by Uwe Hermann · 17 years ago
  86. fe7e929 Drop 82802ab.c as it is identical to sharplhf00l04.c by Carl-Daniel Hailfinger · 17 years ago
  87. 02016f7 Fix compilation with custom CFLAGS by Clark Rawlins · 17 years ago
  88. 201bde3 This patch adds version information by Bernhard Walle · 17 years ago
  89. 2fbe624 Rename linuxbios_* files in utils repository by Stefan Reinauer · 17 years ago
  90. 2c5d4c6 Multiple flashrom fixes by Uwe Hermann · 17 years ago
  91. 00f911e Move SPI code out of board_enable.c where it started its life by Carl-Daniel Hailfinger · 17 years ago
  92. d2ac6fc Add support for the Winbond W29EE011 by Markus Boas · 17 years ago
  93. 9a37ba6 Rename flash_rom.c.c by Uwe Hermann · 17 years ago
  94. 8e3a600 Split flash_enable.c into chipset_enable.c and board_enable.c by Luc Verhaegen · 17 years ago
  95. e871d1f Note in makefile messages that zlib may be needed for libpci by Ed Swierk · 18 years ago
  96. 064b1f2 This patch is a rework of Adam Kaufman's Solaris patch by Adam Kaufman · 18 years ago
  97. ca78297 Add support for the SST-49LF004C, SST-49LF008C, SST-49LF016C by Yinghai Lu · 18 years ago
  98. c113b57 Add an install target to the flashrom Makefile which installs flashrom into /usr/local/bin by Uwe Hermann · 18 years ago
  99. 8c5299f Fix write_page_write_jedec() in jedec.c by Giampiero Giancipoli · 18 years ago
  100. 8cf74b4 Add ts5300 flag as comment utility Makefile by Stefan Reinauer · 19 years ago