1. 5b14885 Update to TEST_OK for Winbond W39V040FA PROBE READ by Peter Stuge · 16 years ago
  2. e3eb9c1 Mine AMIC flash chip needs 4 bytes RDID by Rudolf Marek · 16 years ago
  3. 43b2281 Winbond W39V080FA: Probe and Read are OK by Jens Kühnel · 16 years ago
  4. e9117f7 Test status OK for ST M50FW040 PROBE READ by Peter Stuge · 16 years ago
  5. e27fc84 Test status OK for Macronix MX25L8005 PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  6. db52c58 Remove dead M-Systems Disk on Chip code by Peter Stuge · 16 years ago
  7. f1614e8 Update test status to TEST_OK_PREW for ST M50FLW080A and SST49LF008A by Peter Stuge · 16 years ago
  8. cd35f77 Uppercase AMIC since that's what they write in datasheets by Peter Stuge · 16 years ago
  9. 0a0a795 Update test status for Atmel AT29C020 and SST29EE010 by Peter Stuge · 16 years ago
  10. b9f6174 Add support for AMIC Technology A49LF040A and do not probe W29EE011 anymore by Jens Kuehnel · 16 years ago
  11. f42b4e2 Add support for Amic Technology A29040B flash chip by Peter Stuge · 16 years ago
  12. 1dbb9af Mark SST SST49LF160C as fully supported.: by Peter Stuge · 16 years ago
  13. 1d3b063 Revert r3357 and fix it as intended to (forgotten header commit instead of typo) by Mart Raudsepp · 16 years ago
  14. 22e4d30 Fix typo introduced in r3356 that breaks build by Mart Raudsepp · 16 years ago
  15. 9c4fa0e MX25L4005, S25FL016A, W39V040B, W39V080A, SST49LF008A tests by Peter Stuge · 16 years ago
  16. 9c0dbcc Mark SST49LF004A/B as tested by Mart Raudsepp · 16 years ago
  17. e4f1a42 Mark the following chips as tested by Uwe Hermann · 16 years ago
  18. bf57948 Mark more chips as tested (all operations), tested on ASUS P4B266 by Uwe Hermann · 16 years ago
  19. dcf4653 Add support for Amic A25L40P SPI flash by Rudolf Marek · 16 years ago
  20. cdbca5b Myles reported SST49LF080A status -> TESTED_PREW by Peter Stuge · 16 years ago
  21. 4784c47 Support Pm49FL004/2 Block Locking Registers by Nikolay Petukhov · 16 years ago
  22. f5430bd Add support for the Atmel AT25DF321 SPI flash (tested) by Dominik Geyer · 16 years ago
  23. 0720292 Lots of new SST flash chip IDs by Carl-Daniel Hailfinger · 16 years ago
  24. 42c5497 Add support for the JEDEC RES by Carl-Daniel Hailfinger · 16 years ago
  25. 09022e5 Fix crash caused by division by zero for unknown flash chips by Carl-Daniel Hailfinger · 16 years ago
  26. 4e84dfb Add lots of ATMEL SPI flash chips to flash.h by Carl-Daniel Hailfinger · 16 years ago
  27. f51c92f MX25L3205 and W25x40 have been confirmed to probe/read/erase/write OK by Harald Gutmann by Carl-Daniel Hailfinger · 16 years ago
  28. 78c6dfe Add SST39VF512, SST39VF010, SST39VF040 support by Carl-Daniel Hailfinger · 16 years ago
  29. fa8c550 Rename generic_spi_*() functions to spi_*() by Peter Stuge · 16 years ago
  30. 1159d58 Add a tested bitmap field to the flash chip table by Peter Stuge · 16 years ago
  31. a7b3551 Separate ST M50FLW support from generic JEDEC code by Claus Gindhart · 16 years ago
  32. 47c94a5 ST M50FW016 and ST M50FW040 support the 82802ab command set, not jedec by Ed Swierk · 16 years ago
  33. ac37897 Support for the Winbond W39V080FA series of chips by Stefan Reinauer · 17 years ago
  34. fc425e8 Sort list of flash chips alphabetically, add comment by Uwe Hermann · 17 years ago
  35. 7615868 Re-add code erroneously removed in r3140 by Uwe Hermann · 17 years ago
  36. 1f3e530 Changes M50FW080 to use 82802ab.c instead of jedec.c by Joseph Smith · 17 years ago
  37. e7162b3 Fix up one forgotten revert in r3140 by Carl-Daniel Hailfinger · 17 years ago
  38. e7bcb19 Revert the delete of 82802ab.c in r3137 by Carl-Daniel Hailfinger · 17 years ago
  39. eac1016 Also print the chip vendor name in --list-supported output by Uwe Hermann · 17 years ago
  40. fe7e929 Drop 82802ab.c as it is identical to sharplhf00l04.c by Carl-Daniel Hailfinger · 17 years ago
  41. 1263d2a Handle JEDEC JEP106W continuation codes in SPI RDID by Carl-Daniel Hailfinger · 17 years ago
  42. 10e091b Add ids and chip entry for Spansion S25FL016A, tested, working by Peter Stuge · 17 years ago
  43. e5dd6e6 Here is just a little and simple patch to get the MX25L3205D working by Harald Gutmann · 17 years ago
  44. 7ff530b Further abstract SPI functions to allow chips bigger than 512 kB behind IT8716Fs by Ronald Hoogenboom · 17 years ago
  45. e3f3e2e Rename LinuxBIOS to coreboot by Stefan Reinauer · 17 years ago
  46. 9bb1c5d Enable MX25L8005 support by Harald Gutmann · 17 years ago
  47. f9aa3a8 Add support for the SST25VF040B 4 Mbit SPI flash chip by Carl-Daniel Hailfinger · 17 years ago
  48. e973b05 Print at least the vendor for SPI flash chips if the exact chip ID is unknown by Carl-Daniel Hailfinger · 17 years ago
  49. 2736e32 Unfortunately, EN29F002T, EN29F002AT, EN29F002ANT, EN29F002NT all have exactly the same ID by Carl-Daniel Hailfinger · 17 years ago
  50. ae8afa9 Add continuation ID support to jedec.c by Carl-Daniel Hailfinger · 17 years ago
  51. c2a1845 Refine various vendor ID annotations by Carl-Daniel Hailfinger · 17 years ago
  52. a3c977a All SPI chips mentioned in flashchips.c had their sector size listed as page size by Carl-Daniel Hailfinger · 17 years ago
  53. e431827 Add 25VF016B support by Carl-Daniel Hailfinger · 17 years ago
  54. d8cc58c Add support for various ST M25P* chips by Carl-Daniel Hailfinger · 17 years ago
  55. 21c7890 Rename SPI erase functions to include opcode by Carl-Daniel Hailfinger · 17 years ago
  56. f5df46f Add support for ST M25P80 chips by Carl-Daniel Hailfinger · 17 years ago
  57. 4bcf175 Add support for more atmel chips by Frederico Silva · 17 years ago
  58. 97a6470 Add support for Intel 440MX and Fujitsu MBM29F400TC by Uwe Hermann · 17 years ago
  59. 220e26b Add Am29LV040B by Peter Lemenkov · 17 years ago
  60. 5b1c6ed Introduce block and sector erase routines, but do not use them yet by Carl-Daniel Hailfinger · 17 years ago
  61. 6b44496 Add generic SPI flash erase and write support by Carl-Daniel Hailfinger · 17 years ago
  62. e151499 This patch aims to restructure SPI flash support in a more reasonable way by Carl-Daniel Hailfinger · 17 years ago
  63. d22a1d4 Add '(C)' where it's missing (for consistency reasons) by Uwe Hermann · 17 years ago
  64. d2ac6fc Add support for the Winbond W29EE011 by Markus Boas · 17 years ago
  65. 05e7f45 Add support for the Winbond W29C040P by Markus Boas · 17 years ago
  66. d110764 Change all flashrom license headers to use our standard format by Uwe Hermann · 17 years ago
  67. ffec5f3 Cosmetic fixes by Uwe Hermann · 17 years ago
  68. 0846f89 Drop a bunch of useless header files, merge them into flash.h by Uwe Hermann · 17 years ago
  69. f41c66f Add various ST flash chips by Carl-Daniel Hailfinger · 17 years ago
  70. e087fa2 This patch adds support for ST M50FW040 and ST M29W040B by Carl-Daniel Hailfinger · 17 years ago
  71. ce53297 Big cosmetic offensive on flashrom by Stefan Reinauer · 17 years ago
  72. bc1f1a0 Add support for the Winbond W39V040FA chip by Uwe Hermann · 17 years ago
  73. d7f4806 Add initial support for the following flash chips by Uwe Hermann · 17 years ago
  74. 71437d0 Add Winbond W39V080A support by David Hendricks · 18 years ago
  75. 474230a Add support for the SST 49LF160C by Alan Carvalho de Assis · 18 years ago
  76. ca78297 Add support for the SST-49LF004C, SST-49LF008C, SST-49LF016C by Yinghai Lu · 18 years ago
  77. ef54aba Add support for ASD AE49F2008 by Stefan Reinauer · 18 years ago
  78. 566820d Rename SM_ID to SYNCMOS_ID by Uwe Hermann · 18 years ago
  79. 838c769 Add support for the SyncMOS S29C51001T, S29C51004T, and S29C31004T by Uwe Hermann · 18 years ago
  80. a8c8082 Support for the 256K SyncMos S29C51002T flash by Giampiero Giancipoli · 18 years ago
  81. e205d98 Here's a small patch to add support for the SST 49LF020A by Uwe Hermann · 18 years ago
  82. 41c4767 Fix flashrom for sst49lf080a and small print bug by Roman Kononov · 18 years ago
  83. e807d82 Add support for SST39SF040, SST39SF010A and W39V040B by Stefan Reinauer · 18 years ago
  84. 64f05bb Signed-off-by: Scott Tsai <scott.tsai@arima.com.tw> by Stefan Reinauer · 18 years ago
  85. af2c2b5 Add support for EFST F49B002UA (untested) by Stefan Reinauer · 18 years ago
  86. 6424faf Add support for PMC 49FL002 as used in the RD1-PMC2 by Stefan Reinauer · 18 years ago
  87. db8b13a Add support for Winbond W49V002A by Stefan Reinauer · 18 years ago
  88. 023af76 Multiple unrelated changes by Scott Tsai · 18 years ago
  89. 86de283 Multiple unrelated changes by Stefan Reinauer · 18 years ago
  90. d918daa Support for Am29F016D by Stefan Reinauer · 19 years ago
  91. 5eaed68 Add preliminary (non-working) support for Sharp LHF00L04 by Ronald G. Minnich · 19 years ago
  92. fc7fbdd A few new items and mods for ollie by Ronald G. Minnich · 19 years ago
  93. 9d3d93e Add support for ST M29F040B by Stefan Reinauer · 19 years ago
  94. 5b582f2 Add sharp flash by Ronald G. Minnich · 19 years ago
  95. 184a404 Flashrom update from Stefan, resolve issue 21 by Ollie Lho · 19 years ago