1. 2cb94e1 First attempt to clean up SPI probing and create a common construct: the flash bus by Stefan Reinauer · 16 years ago
  2. e3eb9c1 Mine AMIC flash chip needs 4 bytes RDID by Rudolf Marek · 16 years ago
  3. 48a85e4 Mine AMIC flash chip needs 4 bytes RDID by Rudolf Marek · 16 years ago
  4. 3fdbccf This patch adds support for VIA SPI controller on VT8237S by Rudolf Marek · 16 years ago
  5. 1069335 Add a debug marker after ICH SPI opcode programming by Carl-Daniel Hailfinger · 16 years ago
  6. 7e2c079 Fix ICH7 non-SPI that broke in r3393 by Peter Stuge · 16 years ago
  7. a0a7919 Use symbolic constants for PCI subsystem probing by Carl-Daniel Hailfinger · 16 years ago
  8. a9424d5 Multiple unrelated changes by Stefan Reinauer · 16 years ago
  9. 325b5d4 Indent according to development guidelines by Stefan Reinauer · 16 years ago
  10. 43b2281 Winbond W39V080FA: Probe and Read are OK by Jens Kühnel · 16 years ago
  11. e9117f7 Test status OK for ST M50FW040 PROBE READ by Peter Stuge · 16 years ago
  12. e27fc84 Test status OK for Macronix MX25L8005 PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  13. 8653b00 Increase delay in probe_jedec() after Product ID Entry to 10ms by Peter Stuge · 16 years ago
  14. da4e5f3 Slight restructure of SPI probe_ functions by Peter Stuge · 16 years ago
  15. f8a49fe Some flashrom documentation fixes, and removal of duplicated info by Uwe Hermann · 16 years ago
  16. 87d51fb A few changes were committed before the DoC remove, update README by Peter Stuge · 16 years ago
  17. db52c58 Remove dead M-Systems Disk on Chip code by Peter Stuge · 16 years ago
  18. f1614e8 Update test status to TEST_OK_PREW for ST M50FLW080A and SST49LF008A by Peter Stuge · 16 years ago
  19. 681b190 Some Makefile cleaning by Peter Stuge · 16 years ago
  20. 08c2b02 Fix OBJS in Makefile to compile stm50flw0x0x.c like the others by Peter Stuge · 16 years ago
  21. cd35f77 Uppercase AMIC since that's what they write in datasheets by Peter Stuge · 16 years ago
  22. bc0d857 Update comment to match delay change in probe_jedec() r3373 by Peter Stuge · 16 years ago
  23. 0a0a795 Update test status for Atmel AT29C020 and SST29EE010 by Peter Stuge · 16 years ago
  24. 6a9fd1d Increase delay in probe_jedec() to 2ms to reliably detect AT29C020 by Peter Stuge · 16 years ago
  25. cb5c211 Show expected and read byte on verify failure by Peter Stuge · 16 years ago
  26. b9f6174 Add support for AMIC Technology A49LF040A and do not probe W29EE011 anymore by Jens Kuehnel · 16 years ago
  27. 7ffbc6f Force read unknown flash chips by Peter Stuge · 16 years ago
  28. 663f171 Board enable and autodetection for GIGABYTE GA-7VT600 by Peter Stuge · 16 years ago
  29. f42b4e2 Add support for Amic Technology A29040B flash chip by Peter Stuge · 16 years ago
  30. 4aa7156 Board enable and autodetection for BioStar P4M80-M4 by Peter Stuge · 16 years ago
  31. 1dbb9af Mark SST SST49LF160C as fully supported.: by Peter Stuge · 16 years ago
  32. 1d3b063 Revert r3357 and fix it as intended to (forgotten header commit instead of typo) by Mart Raudsepp · 16 years ago
  33. 22e4d30 Fix typo introduced in r3356 that breaks build by Mart Raudsepp · 16 years ago
  34. 9c4fa0e MX25L4005, S25FL016A, W39V040B, W39V080A, SST49LF008A tests by Peter Stuge · 16 years ago
  35. 9c0dbcc Mark SST49LF004A/B as tested by Mart Raudsepp · 16 years ago
  36. e4f1a42 Mark the following chips as tested by Uwe Hermann · 16 years ago
  37. 793bdcd A bunch of cosmetic improvements by Uwe Hermann · 16 years ago
  38. bf57948 Mark more chips as tested (all operations), tested on ASUS P4B266 by Uwe Hermann · 16 years ago
  39. 93f66db Add support for the ASUS P4B266 board by Uwe Hermann · 16 years ago
  40. dcf4653 Add support for Amic A25L40P SPI flash by Rudolf Marek · 16 years ago
  41. 65c1b86 Changes to make flashrom compile (and work) on FreeBSD by Andriy Gapon · 16 years ago
  42. cdbca5b Myles reported SST49LF080A status -> TESTED_PREW by Peter Stuge · 16 years ago
  43. 4784c47 Support Pm49FL004/2 Block Locking Registers by Nikolay Petukhov · 16 years ago
  44. fc52409 I looked at the datasheet and erase_sector_39sf020() is totally and completely wrong by Carl-Daniel Hailfinger · 16 years ago
  45. 1b18b3c ICH8 and ICH9 have an almost identical SPI interface, only the location of the SPIBAR differs by Carl-Daniel Hailfinger · 16 years ago
  46. f5430bd Add support for the Atmel AT25DF321 SPI flash (tested) by Dominik Geyer · 16 years ago
  47. b46acba Add support for SPI chips on ICH9 by Dominik Geyer · 16 years ago
  48. 337df1d IT8716F: Enable writes if decoding of any SPI addresses is enabled by Carl-Daniel Hailfinger · 16 years ago
  49. f43e642 Print detailed status register information for SST25VF series flash by Carl-Daniel Hailfinger · 16 years ago
  50. 0720292 Lots of new SST flash chip IDs by Carl-Daniel Hailfinger · 16 years ago
  51. 42c5497 Add support for the JEDEC RES by Carl-Daniel Hailfinger · 16 years ago
  52. 6dc1d3b Add more infrastructure for flashrom ICH9 support by Carl-Daniel Hailfinger · 16 years ago
  53. a00e2a0 Add the Intel 6300ESB as known chipset to the chipset struct enables by Claus Gindhart · 16 years ago
  54. 09022e5 Fix crash caused by division by zero for unknown flash chips by Carl-Daniel Hailfinger · 16 years ago
  55. a758f51 Check the JEDEC vendor ID for correct parity by Carl-Daniel Hailfinger · 16 years ago
  56. 4e84dfb Add lots of ATMEL SPI flash chips to flash.h by Carl-Daniel Hailfinger · 16 years ago
  57. bfe5b4a Move all IT87xx specific SPI routines from spi.c to a separate file it87spi.c by Carl-Daniel Hailfinger · 16 years ago
  58. d6cbf76 Move the SPI #defines from spi.c to spi.h by Carl-Daniel Hailfinger · 16 years ago
  59. 228231f Change the SPI parts of flashrom to prepare for a merge of ICH9 SPI support by Carl-Daniel Hailfinger · 16 years ago
  60. f51c92f MX25L3205 and W25x40 have been confirmed to probe/read/erase/write OK by Harald Gutmann by Carl-Daniel Hailfinger · 16 years ago
  61. 78c6dfe Add SST39VF512, SST39VF010, SST39VF040 support by Carl-Daniel Hailfinger · 16 years ago
  62. a5b8efd Improve flashrom SPI abstraction, second step by Carl-Daniel Hailfinger · 16 years ago
  63. fa8c550 Rename generic_spi_*() functions to spi_*() by Peter Stuge · 16 years ago
  64. 2fd11d6 Probe for up to 3 flash chips by Claus Gindhart · 16 years ago
  65. 1159d58 Add a tested bitmap field to the flash chip table by Peter Stuge · 16 years ago
  66. 9477c4e Enable ROM decode range to 1MB for vt8237r by Bari Ari · 16 years ago
  67. a7b3551 Separate ST M50FLW support from generic JEDEC code by Claus Gindhart · 16 years ago
  68. f31104c Handle NULL probe, erase and write function pointers in the flashchips table by Peter Stuge · 16 years ago
  69. ef30023 82802ab: touch only blocks that need updating by Claus Gindhart · 16 years ago
  70. 47c94a5 ST M50FW016 and ST M50FW040 support the 82802ab command set, not jedec by Ed Swierk · 16 years ago
  71. b36a071 Add ICH9 detection by Carl-Daniel Hailfinger · 16 years ago
  72. c34ce2e Oops by Stefan Reinauer · 16 years ago
  73. ac37897 Support for the Winbond W39V080FA series of chips by Stefan Reinauer · 16 years ago
  74. b7c8323 Check whether SST FWH chip was successfully erased on flashchip -E, too by Stefan Reinauer · 16 years ago
  75. fc425e8 Sort list of flash chips alphabetically, add comment by Uwe Hermann · 16 years ago
  76. 72123a5 Remove nasty warning that happened due to our vendor detection by Stefan Reinauer · 16 years ago
  77. 7615868 Re-add code erroneously removed in r3140 by Uwe Hermann · 16 years ago
  78. 1f3e530 Changes M50FW080 to use 82802ab.c instead of jedec.c by Joseph Smith · 16 years ago
  79. 67f9ea3 Prepare for ICH7/ICH8 SPI support by adding some debugging for all ICH* chipsets by Carl-Daniel Hailfinger · 16 years ago
  80. 55bf8df Fix broken flashrom build by Uwe Hermann · 16 years ago
  81. e7162b3 Fix up one forgotten revert in r3140 by Carl-Daniel Hailfinger · 16 years ago
  82. e7bcb19 Revert the delete of 82802ab.c in r3137 by Carl-Daniel Hailfinger · 16 years ago
  83. eac1016 Also print the chip vendor name in --list-supported output by Uwe Hermann · 16 years ago
  84. 23c3d95 Also print the required -m option in --list-supported output by Uwe Hermann · 16 years ago
  85. fe7e929 Drop 82802ab.c as it is identical to sharplhf00l04.c by Carl-Daniel Hailfinger · 16 years ago
  86. 7bd2f83 Drop the useless rom.layout file by Uwe Hermann · 16 years ago
  87. e5ac164 Add --list-supported option which lists the supported ROM chips, chipsets, and mainboards by Uwe Hermann · 16 years ago
  88. 75f5107 Add missing license header to layout.c by Uwe Hermann · 16 years ago
  89. faa62fb Add board_enable for Artec Group DBE61 and DBE62 by Mart Raudsepp · 16 years ago
  90. 02016f7 Fix compilation with custom CFLAGS by Clark Rawlins · 16 years ago
  91. 3697ac7 Further cleanups to enable_flash_cs5536 by Mart Raudsepp · 16 years ago
  92. 9786608 Add board enable for VIA EPIA SP by Luc Verhaegen · 16 years ago
  93. e1344da Improve error handling and make RCONF_DEFAULT_MSR address be a constant by Mart Raudsepp · 16 years ago
  94. 0514a5f Write enable flash chips attached to CS3 of CS5536 chipsets (AMD Geode) by Mart Raudsepp · 16 years ago
  95. 1263d2a Handle JEDEC JEP106W continuation codes in SPI RDID by Carl-Daniel Hailfinger · 16 years ago
  96. 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
  97. 79fd6d2 Forgot to add Spansion S25FL016A to README, trivial by Peter Stuge · 17 years ago
  98. 3ac76af Correctly disable the ROM area Write Protect bit in the Geode LX by Marc Jones · 17 years ago
  99. 10e091b Add ids and chip entry for Spansion S25FL016A, tested, working by Peter Stuge · 17 years ago
  100. e5dd6e6 Here is just a little and simple patch to get the MX25L3205D working by Harald Gutmann · 17 years ago