1. 2cac686 Drop unused/duplicated #includes and some dead code by Uwe Hermann · 15 years ago
  2. 8403ccb Add proper workaround for 3COM 3C90xB cards, which need special fixups (the 3C90xC ones don't) by Uwe Hermann · 15 years ago
  3. 5820f42 Introduce a type "chipaddr" to abstract the offsets within flash regions by Carl-Daniel Hailfinger · 15 years ago
  4. 4059598 Older libpci versions (e.g by Uwe Hermann · 15 years ago
  5. 9ee1077 Add generic 16 bit and 32 bit chip read/write emulation to the external flasher infrastructure by Carl-Daniel Hailfinger · 15 years ago
  6. 9862251 Uwe tested the recent SB600 SPI commit and notified me of one unexpected problem by Carl-Daniel Hailfinger · 15 years ago
  7. 515ab3d Refactor parts of the 3COM NIC code by Uwe Hermann · 15 years ago
  8. 1e63784 Additionally to WREN also handle WRSR failures gracefully for ICHSPI by Carl-Daniel Hailfinger · 15 years ago
  9. 530cb2d Make the nic3com code check how many supported NICs are found by Uwe Hermann · 15 years ago
  10. 3b7e75a Fix compilation of nic3com on 64bit by Carl-Daniel Hailfinger · 15 years ago
  11. a086932 Unify usage of iopl-like code by introducing get_io_perms() by Uwe Hermann · 15 years ago
  12. 0cdb031 nic3com: allow selection of a particular PCI device to use as programmer by Christian Ruppert · 15 years ago
  13. c2a9c9c Cosmetics and eliminate unneeded vars as per IRC discussion by Uwe Hermann · 15 years ago
  14. db9d9f4 Improve makefile structure a bit by Christian Ruppert · 15 years ago
  15. bfe2e0c Add a dummy SPI controller driver, similar to the dummy LPC/FWH/Parallel flasher driver by Carl-Daniel Hailfinger · 15 years ago
  16. d02b73f Fix spelling error in comment by Daniel McLellan · 15 years ago
  17. 5100a8a Generic status register prettyprinting for SST25* by Carl-Daniel Hailfinger · 15 years ago
  18. 93bb375 SST25 chips do not support page program, only byte program by Carl-Daniel Hailfinger · 15 years ago
  19. c4a61d6 Winbond W39V040A TEST_OK_ PROBE READ by Mateusz Murawski · 15 years ago
  20. e345381 Mark SST 39VF512 as fully tested by Mateusz Murawski · 15 years ago
  21. 92c53ee Fix nic3com.c build issues on *BSD by Uwe Hermann · 15 years ago
  22. 3e9dbea There are various reasons why a SPI command can fail by Carl-Daniel Hailfinger · 15 years ago
  23. b4dcb71 Add support for 3COM NICs as "external programmer" and Atmel AT49BV512 by Uwe Hermann · 15 years ago
  24. 01624f4 Use helper functions chip_{read,write}[bwl] to access flash chips by Carl-Daniel Hailfinger · 15 years ago
  25. 24f9fbe Unify write_39sf020() and write_49f002() functions by Uwe Hermann · 15 years ago
  26. d13775e Rename the STM50FLW register variable flash_addr used for block write protect handling by Carl-Daniel Hailfinger · 15 years ago
  27. 1e334e6 Print dummy programmer messages only if verbose mode is selected by Carl-Daniel Hailfinger · 15 years ago
  28. 8130f2d Check probing results for flash contents by Carl-Daniel Hailfinger · 15 years ago
  29. 1455b2b Abstract mapping/unmapping of flash regions by Carl-Daniel Hailfinger · 15 years ago
  30. d0fc946 Handle (un)locking of SST FWH chips by Carl-Daniel Hailfinger · 15 years ago
  31. dbfa029 Create a SB600 SPI detection heuristic by Carl-Daniel Hailfinger · 15 years ago
  32. add6d9b Add support for EPoX EP-8K5A2 and separate out common VT823x board enable code by Luc Verhaegen · 15 years ago
  33. 8b4f8e0 Kill one superfluous variable and improve code readability by Carl-Daniel Hailfinger · 15 years ago
  34. 97d6b09 Fix Elan SC520 handling by Carl-Daniel Hailfinger · 15 years ago
  35. 4c24ad4 Trim default ICH SPI delay from 1000 to 10 microseconds by Carl-Daniel Hailfinger · 15 years ago
  36. 8d49701 Convert all flashchips.c entries with SPI programing to the 256-byte version by default by Carl-Daniel Hailfinger · 15 years ago
  37. 96930c3 Chips like the SST SST25VF080B can only handle single byte writes outside AAI mode by Carl-Daniel Hailfinger · 15 years ago
  38. 03adbe1 Refine handling of spi_write_enable() failures to fix chip erases on ichspi by Carl-Daniel Hailfinger · 15 years ago
  39. c312920 Add a dummy external flasher which just prints each operation by Carl-Daniel Hailfinger · 15 years ago
  40. a93045c board_enable: split vendor name and board name into two fields by Uwe Hermann · 15 years ago
  41. ce98677 Add --programmer to help text and man page by Carl-Daniel Hailfinger · 15 years ago
  42. 4179d29 Make chipset list alphabetically ordered as the other lists by Uwe Hermann · 15 years ago
  43. 702218d Add external flasher support by Carl-Daniel Hailfinger · 15 years ago
  44. f160a12 Re-add a line which got deleted in r473 by accident by Carl-Daniel Hailfinger · 15 years ago
  45. deeebe2 Keep list of boards alphabetically sorted by Uwe Hermann · 15 years ago
  46. 03b4e71 Don't assume flash is accessible via MMIO for chips with no read function by Carl-Daniel Hailfinger · 15 years ago
  47. b003991 Store and display chipset test status (not only chip status) by Uwe Hermann · 15 years ago
  48. 259fa01 Always print the flashrom version as first output line by Carl-Daniel Hailfinger · 15 years ago
  49. cbdd4f0 Document uncertainty regarding ASD chips by Carl-Daniel Hailfinger · 15 years ago
  50. 19997ae Clarify error message in enable_flash_sb600() a little by Peter Stuge · 15 years ago
  51. 1bfd6c9 Improve SST25 status register routines by Carl-Daniel Hailfinger · 15 years ago
  52. 9bb88ac Revert r466 because of inverted logic by Carl-Daniel Hailfinger · 15 years ago
  53. a66ceba Cleanup redundant condition and clarify message a little by Peter Stuge · 15 years ago
  54. 7725fa8 Touch up some error messages in enable_flash_cs5536() by Peter Stuge · 15 years ago
  55. f6e3efb Clean up the SB400 chipset enable code by Carl-Daniel Hailfinger · 15 years ago
  56. 41d6bd9 Rewrite the SB600 chipset enable function by Carl-Daniel Hailfinger · 15 years ago
  57. b452a91 Here is a fix for chipset_enable.c when there is not /dev/cpu by Bertrand Jacquin · 15 years ago
  58. e612a11 SST25VF080B TEST_OK_ ERASE WRITE by Peter Stuge · 15 years ago
  59. 87c0793 Some cosmetics in README and manpage by Uwe Hermann · 15 years ago
  60. 284a600 Force enabling SPI mode for SB600 is a bad idea and leads to hangs by Zheng Bao · 15 years ago
  61. 98aa032 SST25VF080B TEST_OK_READ by Peter Stuge · 15 years ago
  62. 9e67585 Onwards with development by Carl-Daniel Hailfinger · 15 years ago
  63. 3f8f9b6 Flashrom 0.9.0 by Carl-Daniel Hailfinger · 15 years ago
  64. 5e410de Complement the README file with build instructions for the platforms it currently compiles on by Idwer Vollering · 15 years ago
  65. 9abf529 Allow compilation on Solaris by Carl-Daniel Hailfinger · 15 years ago
  66. 261cafa Mention that flashrom can also verify flash contents by Peter Stuge · 15 years ago
  67. 92ef62c Fix usage to show that vendor: is optional in the -m parameter by Peter Stuge · 15 years ago
  68. 4363439 Some functions take no arguments by Carl-Daniel Hailfinger · 15 years ago
  69. 451dc80 Add Li-Ta (Ollie) Lo to the author list by Carl-Daniel Hailfinger · 15 years ago
  70. 5de9341 Since the command line interface for flashrom will change for 1.0 by Carl-Daniel Hailfinger · 15 years ago
  71. ddb94f7 Macronix MX25L1605 TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 15 years ago
  72. 60622e2 Handle DragonFly BSD definitions in flash.h by Patrick Georgi · 15 years ago
  73. dd315e1 Enable scan-build for flashrom by Patrick Georgi · 15 years ago
  74. c6b7dd1 The flashrom makefile wants to redirect both stdout and stderr to /dev/null for one compile test by Stephan Guilloux · 15 years ago
  75. ad216bf MAX may already be defined by Uwe Hermann · 15 years ago
  76. 70ea9a3 Support MX25L3235D by Stephan Guilloux · 15 years ago
  77. 3d5f96c Don't duplicate option description in README, the manpage already has that info by Uwe Hermann · 15 years ago
  78. 42882fd All "unknown xy SPI chip" entries claim to have status UNTESTED for probe/read/erase/write by Carl-Daniel Hailfinger · 15 years ago
  79. 691568b Add support for Gigabyte GA-MA790FX-DQ6 by Carl-Daniel Hailfinger · 15 years ago
  80. 2f132fe Support Macronix MX2512805D flash chip by Stephan Guilloux · 15 years ago
  81. 72cf565 Trivial indent fix by Stephan Guilloux · 15 years ago
  82. fd31550 After verification in datasheets, all MX25 accept the same opcodes 0x60 and 0xC7 for Chip Erase by Stephan Guilloux · 15 years ago
  83. c521016 board_enables: reconstruct table by Luc Verhaegen · 15 years ago
  84. 44dd304 Trivial README change Flashrom->flashrom by Peter Stuge · 15 years ago
  85. e39631c MX25L1605 and 1635 accept Chip Erase opcodes 60 and C7 by Stephan Guilloux · 15 years ago
  86. f5c7090 Add MX25L1635D support, as discussed on #coreboot by Stephan Guilloux · 15 years ago
  87. 94f221f Add VIA PC3500G board by Peter Stuge · 15 years ago
  88. 7b2969b Some coding style and consistency fixes by Uwe Hermann · 15 years ago
  89. 97e8f22 Fix typo by Uwe Hermann · 15 years ago
  90. d42009c Mention a few more flash chip packages in README/manpage by Uwe Hermann · 15 years ago
  91. a822bd0 Fix typo by Uwe Hermann · 15 years ago
  92. e74b9f8 Various manpage / README fixes by Uwe Hermann · 15 years ago
  93. 197d6cd Fix the typo should indeed be a 0x2e by Mondrian nuessle · 15 years ago
  94. d5df330 Board enable support for HP DL145 G3 by Mondrian Nuessle · 15 years ago
  95. 66afb36 Improve readability of Atmel AT45 comments by Carl-Daniel Hailfinger · 16 years ago
  96. 2d853bb This patch adds "high coreboot table support" to coreboot version 2 by Stefan Reinauer · 16 years ago
  97. 0472f3d FreeBSD definitions of (read|write)[bwl] collide with our own by Carl-Daniel Hailfinger · 16 years ago
  98. b885569 Reduce use of volatile variables by Carl-Daniel Hailfinger · 16 years ago
  99. 61a8bd2 Use helper functions to access flash chips by Carl-Daniel Hailfinger · 16 years ago
  100. 0677dff Add SST25VF040.REMS with TEST_OK_ PROBE READ by Zheng Bao · 16 years ago