1. 03b4e71 Don't assume flash is accessible via MMIO for chips with no read function by Carl-Daniel Hailfinger · 15 years ago
  2. 259fa01 Always print the flashrom version as first output line by Carl-Daniel Hailfinger · 15 years ago
  3. 3f8f9b6 Flashrom 0.9.0 by Carl-Daniel Hailfinger · 15 years ago
  4. 9abf529 Allow compilation on Solaris by Carl-Daniel Hailfinger · 15 years ago
  5. 5de9341 Since the command line interface for flashrom will change for 1.0 by Carl-Daniel Hailfinger · 15 years ago
  6. 60622e2 Handle DragonFly BSD definitions in flash.h by Patrick Georgi · 15 years ago
  7. ad216bf MAX may already be defined by Uwe Hermann · 15 years ago
  8. 816139e Fix broken flash chip base address logic by Peter Stuge · 16 years ago
  9. 7314cc3 Factor out read and erase functions from flashrom main() by Carl-Daniel Hailfinger · 16 years ago
  10. 0593f21 Abstract mmap() in physmap.c and only open /dev/mem on the first physmap() call by Stefan Reinauer · 16 years ago
  11. 776d202 Change flashrom.c:map_flash_registers() from int to void by Peter Stuge · 16 years ago
  12. 9371dc3 Fix stupid off-by-one error in erase verification by Peter Stuge · 16 years ago
  13. ccf8c6c Check all mmap() calls and print helpful Linux error message by Peter Stuge · 16 years ago
  14. 72c9668 Provide some hints for the user in case /dev/mem mmap fails by Peter Stuge · 16 years ago
  15. f9ad0bb Always print address when verification fails, not only with -V by Peter Stuge · 16 years ago
  16. 1fec0f3 Check return value of fscanf()/fwrite()/fread() by Peter Stuge · 16 years ago
  17. f0ef27b Display test status in -L chip listing by Peter Stuge · 16 years ago
  18. 2fcc0b5 Fix compilation of r3797 with gcc-4.3.2 by Peter Stuge · 16 years ago
  19. f0c811d Check if erase succeeds and exit with error on failure by Peter Stuge · 16 years ago
  20. 7ccce54 Gcc thinks base could be used uninitialized, so shut it up by Peter Stuge · 16 years ago
  21. 73bdb92 Fix bug in r3790 by Peter Stuge · 16 years ago
  22. 9a6d176 Replace #ifdefs for sc520 systems by run time probing by Stefan Reinauer · 16 years ago
  23. 6a0a25c Do not indicate known-bad functions as untested by Carl-Daniel Hailfinger · 16 years ago
  24. a3f04be Add support for the AMD/ATI SB600 southbridge SPI functionality by Jason Wang · 16 years ago
  25. 394131e Coding-style fixes for flashrom, partly indent-aided by Uwe Hermann · 16 years ago
  26. 23dc1df Check that a filename was specified also when using force read by Peter Stuge · 16 years ago
  27. 483b8f0 Only find "unknown .. SPI chip" if no other chip was found by Peter Stuge · 16 years ago
  28. 0d29b60 Fix error -EINVAL on mmap() by Segher Boessenkool · 16 years ago
  29. 566ce1b Update copyright year by Stefan Reinauer · 16 years ago
  30. 27c3e2d Probe_flash() cleanup for better code readability by Peter Stuge · 16 years ago
  31. a0a7919 Use symbolic constants for PCI subsystem probing by Carl-Daniel Hailfinger · 16 years ago
  32. a9424d5 Multiple unrelated changes by Stefan Reinauer · 16 years ago
  33. cb5c211 Show expected and read byte on verify failure by Peter Stuge · 16 years ago
  34. 7ffbc6f Force read unknown flash chips by Peter Stuge · 16 years ago
  35. 793bdcd A bunch of cosmetic improvements by Uwe Hermann · 16 years ago
  36. 65c1b86 Changes to make flashrom compile (and work) on FreeBSD by Andriy Gapon · 16 years ago
  37. 6dc1d3b Add more infrastructure for flashrom ICH9 support by Carl-Daniel Hailfinger · 16 years ago
  38. 2fd11d6 Probe for up to 3 flash chips by Claus Gindhart · 16 years ago
  39. 1159d58 Add a tested bitmap field to the flash chip table by Peter Stuge · 16 years ago
  40. f31104c Handle NULL probe, erase and write function pointers in the flashchips table by Peter Stuge · 16 years ago
  41. ac37897 Support for the Winbond W39V080FA series of chips by Stefan Reinauer · 17 years ago
  42. 72123a5 Remove nasty warning that happened due to our vendor detection by Stefan Reinauer · 17 years ago
  43. 7615868 Re-add code erroneously removed in r3140 by Uwe Hermann · 17 years ago
  44. e7bcb19 Revert the delete of 82802ab.c in r3137 by Carl-Daniel Hailfinger · 17 years ago
  45. eac1016 Also print the chip vendor name in --list-supported output by Uwe Hermann · 17 years ago
  46. e5ac164 Add --list-supported option which lists the supported ROM chips, chipsets, and mainboards by Uwe Hermann · 17 years ago
  47. 6b53fed Make the vendor name optional in the -m flashrom parameter when there's only one board name that matches by Peter Stuge · 17 years ago
  48. d7b5bf3 Flashrom did not use the read function for verifying, it used direct memory access instead by Carl-Daniel Hailfinger · 17 years ago
  49. 201bde3 This patch adds version information by Bernhard Walle · 17 years ago
  50. e3f3e2e Rename LinuxBIOS to coreboot by Stefan Reinauer · 17 years ago
  51. a3f8a64 This patch removes '\n' from the help output since this looks a bit strange by Bernhard Walle · 17 years ago
  52. a502dce Some cosmetic cleanups in the flashrom code and output by Uwe Hermann · 17 years ago
  53. 144ede6 Fix the help, and print a message when nothing happens by Jordan Crouse · 17 years ago
  54. d22a1d4 Add '(C)' where it's missing (for consistency reasons) by Uwe Hermann · 17 years ago
  55. d110764 Change all flashrom license headers to use our standard format by Uwe Hermann · 17 years ago
  56. ffec5f3 Cosmetic fixes by Uwe Hermann · 17 years ago
  57. 0846f89 Drop a bunch of useless header files, merge them into flash.h by Uwe Hermann · 17 years ago
  58. a880885 Minor cosmetics by Uwe Hermann · 17 years ago
  59. ff4f197 Factor out register mapping code by Stefan Reinauer · 17 years ago
  60. 7c1402f Unify mmap error messages by Stefan Reinauer · 17 years ago
  61. ce53297 Big cosmetic offensive on flashrom by Stefan Reinauer · 17 years ago
  62. a7e0548 Fix coding style of flashrom by running indent on all files by Uwe Hermann · 17 years ago
  63. 0a05d67 Exit on return code of read_layout and print error message to stderr instead of stdout by Stefan Reinauer · 17 years ago
  64. 9a37ba6 Rename flash_rom.c.c by Uwe Hermann · 17 years ago[Renamed (99%) from flash_rom.c]
  65. 7038564 Trivial (cosmetic) cleanup by Stefan Reinauer · 17 years ago
  66. 8e3a600 Split flash_enable.c into chipset_enable.c and board_enable.c by Luc Verhaegen · 17 years ago
  67. df8a3c8 This is a trivial cosmetic fix by Stefan Reinauer · 18 years ago
  68. 064b1f2 This patch is a rework of Adam Kaufman's Solaris patch by Adam Kaufman · 18 years ago
  69. 018aca8 Only write the flash if the image has the same size by Stefan Reinauer · 18 years ago
  70. d1915c1 Tiny patch to show the size of the detected flash part by Uwe Hermann · 18 years ago
  71. f8337dd Some documentation updates by Uwe and some smaller ones by me by Stefan Reinauer · 18 years ago
  72. fcb6368 Multiple unrelated changes by Stefan Reinauer · 19 years ago
  73. 143da0b Pass on return values by Stefan Reinauer · 19 years ago
  74. e370528 Multiple unrelated changes by Stefan Reinauer · 19 years ago
  75. 184a404 Flashrom update from Stefan, resolve issue 21 by Ollie Lho · 19 years ago
  76. a1439cf Add dedicated chip erase function for SST49LF040 by Ollie Lho · 20 years ago
  77. efa2858 Add -E option for chip erase, remove duplicated code by Ollie Lho · 20 years ago
  78. 1b8b660 Add retry to write_byte_program_jedec(), 99% success rate by Ollie Lho · 20 years ago
  79. d11f361 Enable LPC decoding for 1 MB more addresss, for supporting SST49LF00xA/B by Ollie Lho · 20 years ago
  80. 98bea8a SST49LF00[2,3,4] should use the same driver as 49LF008 by Ollie Lho · 20 years ago
  81. ad8ffd2 Tyan update to work with new CPU Config by Yinghai Lu · 20 years ago
  82. 1f4d653 Support for sst firmware hub by Ronald G. Minnich · 20 years ago
  83. af47477 Code reformat by Ollie Lho · 20 years ago
  84. 8b8897a Remove false alarm of erase/write, use verify '-v' if you are not sure about the integrity by Ollie Lho · 21 years ago
  85. f51a766 I have no idea what i was trying to show off when I used the while loop rather than for loop by Ollie Lho · 21 years ago
  86. 761bf1b Consolidate more jedec standard code by Ollie Lho · 21 years ago
  87. 73eca80 Remove duplicated code by Ollie Lho · 21 years ago
  88. 180850e Add support for SST49LF0xxA parts by David Hendricks · 21 years ago
  89. 856943d Forgot a semicolon by Ollie Lho · 21 years ago
  90. 789ad3d Fix stupid i++ evalution order bug by Ollie Lho · 21 years ago
  91. cf29de8 Fix 32bit vs. 64bit long int arithematics by Ollie Lho · 21 years ago
  92. cec2879 Use standard product ID exit method for w49f002u by Ollie Lho · 21 years ago
  93. cbbf125 Move utility functions into new source files by Ollie Lho · 21 years ago
  94. 3770a11 Add support for SST49LF040 by David Hendricks · 21 years ago
  95. e3dad01 Now we support 8111 and these parts by Ronald G. Minnich · 21 years ago
  96. eaab50b Changes from NIKI by Ronald G. Minnich · 21 years ago
  97. ceec420 SONE's changes by Ronald G. Minnich · 21 years ago
  98. afe44a9 Add flash enable for sc1100 by Andrew Ip · 21 years ago
  99. 772f645 Add vt8235 for epia-m by Andrew Ip · 21 years ago
  100. 7bd1dee Fix for sis 5595 by Ronald G. Minnich · 21 years ago