1. 431f4f7 Updates to the board and chips status tables by Uwe Hermann · 14 years ago
  2. 9017cec Various status updates by Carl-Daniel Hailfinger · 14 years ago
  3. 67db2eb Add FEATURE_WRSR_WREN to all Macronix SPI flash chips by David Hendricks · 14 years ago
  4. 6c51cfd Add FEATURE_WRSR_WREN to all AMIC SPI flash chips by David Hendricks · 14 years ago
  5. d6c5dfc Add FEATURE_WRSR_WREN to all Eon SPI flash chips by David Hendricks · 14 years ago
  6. 2cbb722 Add FEATURE_WRSR_WREN to all Winbond SPI flash chips by David Hendricks · 14 years ago
  7. a84b0bd SST49FL040B: add unlocking by Joshua Roys · 14 years ago
  8. 1e94fa6 Mark the following boards/chips as tested by Uwe Hermann · 14 years ago
  9. 51afebb Further chip and board status updates by Uwe Hermann · 14 years ago
  10. c2521ab Mark the following chips/boards/PCI-cards as OK by Uwe Hermann · 14 years ago
  11. 4c06650 Add definitions for the following chips by Mattias Mattsson · 14 years ago
  12. 1161712 Add support for various AMIC A25L* chips by Dan Lenski · 14 years ago
  13. fd7075a Add detailed status register printing and unlocking for all ATMEL AT25* chips by Carl-Daniel Hailfinger · 14 years ago
  14. f792c7d Cosmetics by Carl-Daniel Hailfinger · 14 years ago
  15. d97c0e0 Add support for the Intel 28F002BC-T by Joshua Roys · 14 years ago
  16. df90d3a Add support for the following AMIC SPI chips by Daniel Lenski · 14 years ago
  17. 86f4e6d Add support for the SST25VF064C SPI flash chip by Ed Swierk · 14 years ago
  18. abebe6b Add Winbond W49F020 support by Carl-Daniel Hailfinger · 14 years ago
  19. 420cf6f Mark Fujitsu MBM29F400BC write as broken (implicit eraseblock layout in write) by Carl-Daniel Hailfinger · 14 years ago
  20. 29a1c66 Use generic unlocking infrastructure for SPI chips by Carl-Daniel Hailfinger · 14 years ago
  21. 9a795d8 Convert SPI chips to partial write by Carl-Daniel Hailfinger · 14 years ago
  22. 550f5c8 Add support for the AMIC A25L80P by Daniel Lenski · 14 years ago
  23. 4497e86 Fix read function for EMST F25L008A by Michael Karcher · 14 years ago
  24. 2bd007a SST39VF010 tested, works by Guenter Knauf · 14 years ago
  25. c4acec9 Add Winbond W25Q64 support by David Hendricks · 14 years ago
  26. c96a8bd Add support for Hyundai HY29F002 and HY29F002B by David Borg · 14 years ago
  27. 80a59ea Add EMST F25L008A SPI chip by Michael Karcher · 14 years ago
  28. 5cacf8c Add SST25LF040A support by Stefan Reinauer · 14 years ago
  29. 1a5eaa1 Support Atmel AT49F020 256kB parallel flash by Andrew Morgan · 14 years ago
  30. 4178760 Mark the following chip as supported by Uwe Hermann · 14 years ago
  31. ea5425b Update the status for the following chips by Uwe Hermann · 14 years ago
  32. c9b6341 Unlocking for W39V040FA by Michael Karcher · 14 years ago
  33. dc1cda1 Add support for two-byte RES probes by Carl-Daniel Hailfinger · 14 years ago
  34. 8d341b5 Mark the following chips as OK by Uwe Hermann · 14 years ago
  35. ce1c798 Add support for Winbond W25Q80, W25Q16 and W25Q32 by Rudolf Marek · 14 years ago
  36. ad0010a Intel 28F004/28F400 support by Michael Karcher · 14 years ago
  37. dfdc56f Add PMC Pm39LV020 and Pm39LV040 by Anders Juel Jensen · 14 years ago
  38. 4e3d0b3 Polish the flashrom code comments and outputs a bit by Uwe Hermann · 15 years ago
  39. d4e5359 Add success reports by Michael Karcher · 15 years ago
  40. 3355f06 Flashrom works on Acer Aspire 1520 (Laptop) with W39V040A by Michael Karcher · 15 years ago
  41. b90c221 MSI MS6330 tested with W49F002U and EN29F002 by Michael Karcher · 15 years ago
  42. 98eff46 Abit VT6X4 + Winbond W29C020C and Asus A7V133 + Atmel AT29C010A work by Michael Karcher · 15 years ago
  43. e2343e0 Probe/Read tested for SST29EE020A by Michael Karcher · 15 years ago
  44. 69e5811 Sst49lfxxxc chips are functionally the same as 82802ab chips by Sean Nelson · 15 years ago
  45. ed3eae6 Clang complains loudly when there are duplicate printlock_sst_fwhub, gcc ignores them by Sean Nelson · 15 years ago
  46. dee4a83 To access/read the lock bits, we use the same mode to read the chip id by Sean Nelson · 15 years ago
  47. fcc4f74 Fix some problems introduced in commit r948 brought up by carldani by Sean Nelson · 15 years ago
  48. 28accc2 Various JEDEC refactorings touching 82802ab.c, sharplhf00l04.c and stm50flw0x0x.c by Sean Nelson · 15 years ago
  49. 6093969 Mark a bunch of parallel chips I tested as TEST_OK_PRW by Uwe Hermann · 15 years ago
  50. ccf7a2a Further cleanup after JEDEC refactorings by Sean Nelson · 15 years ago
  51. 81449a2 Add FEATURE_REGISTERMAP to some more chips and change the use of various probing functions by Carl-Daniel Hailfinger · 15 years ago
  52. e3cb0a1 Fix EN29F002 Top/Bottom Boot Block by Michael Karcher · 15 years ago
  53. 8c7c468 Mark PMC Pm49FL002 as tested by Russ Dill · 15 years ago
  54. 3cd5a12 Add support for Eon EN29F010 by Russ Dill · 15 years ago
  55. 3617234 Convert the remaining references to *_49fl00x by Sean Nelson · 15 years ago
  56. 14ba668 Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h by Sean Nelson · 15 years ago
  57. 6e0b912 Here's a very quick patch to fix the missing unlock code by Sean Nelson · 15 years ago
  58. cd446f4 Kill an erroneous .erase introduced in r900 by Carl-Daniel Hailfinger · 15 years ago
  59. f5ae4d4 Adds support for the Intel E28F004S5 flash chip by Sean Nelson · 15 years ago
  60. ca33140 Fix erase blocks for Winbond W25X{10,20,40,80} SPI chips by Sean Nelson · 15 years ago
  61. 48f1d73 At long last, the day has come, and we can bury full-chip erase once and for all by Carl-Daniel Hailfinger · 15 years ago
  62. ba7c922 Adds support for ST M29W512B by Jeffrey A. Kent · 15 years ago
  63. 35727f7 Complete the addition of Feature Bits for all Jedec based chips by Sean Nelson · 15 years ago
  64. 48da3f9 Add support for the SST39SF512 chip by Uwe Hermann · 15 years ago
  65. 51c83fb Convert various SST chips to use block_erasers by Sean Nelson · 15 years ago
  66. 012a31e Fix SyncMOS S29C51004T, which has 512 uniform 1k sectors by Sean Nelson · 15 years ago
  67. 329bde7 Convert ST to block erasers by Sean Nelson · 15 years ago
  68. 56358aa Block eraser conversions and support for Eon EN25B series by Sean Nelson · 15 years ago
  69. cfc35cd Converted chips to block_erasers by Sean Nelson · 15 years ago
  70. 5643c07 Block eraser conversions and support for Eon EN25B series by Sean Nelson · 15 years ago
  71. 2aff7aa Fix A25L40PU and A2540PT due to incorrect full-chip block size is incorrect by Sean Nelson · 15 years ago
  72. 23ff460 Support for Spansion S25FL008A by Michael Karcher · 15 years ago
  73. 08fa2f3 Change a few probe timings to TIMING_FIXME by Carl-Daniel Hailfinger · 15 years ago
  74. 5459637 Block eraser conversions and support for Eon EN25B series by Sean Nelson · 15 years ago
  75. e940466 Use the register mapping feature bit by Carl-Daniel Hailfinger · 15 years ago
  76. aca1dce Fix Sharp LHF00L04 by Carl-Daniel Hailfinger · 15 years ago
  77. c57a920 Generify jedec functions by introducing an address mask by Sean Nelson · 15 years ago
  78. 6b11ad2 Convert the following chips to use struct eraseblock by Sean Nelson · 15 years ago
  79. bbfeb70 Add blockwise erase to all supported chips of the SST25 family by Carl-Daniel Hailfinger · 15 years ago
  80. 8918729 Convert the following chips to use struct eraseblock by Sean Nelson · 15 years ago
  81. 72a9a02 Convert the following chips to use struct eraseblock by Sean Nelson · 15 years ago
  82. 1c296ca Use common jedec functionality where appropriate by Michael Karcher · 15 years ago
  83. 1db2b75 Add entries of W25x32 and W25x64 by Zheng Bao · 15 years ago
  84. d70b09c Add Sanyo LF25FW203A support by Sean Nelson · 15 years ago
  85. 118e1d6 Add Generic SPI RDID detection for Sanyo chips by Sean Nelson · 15 years ago
  86. 01d49ed Add support for generic RDID and REMS matching of unknown chips by Carl-Daniel Hailfinger · 15 years ago
  87. 8a8a226 Retry correct range in write_page_write_jedec() by Carl-Daniel Hailfinger · 15 years ago
  88. 11c9e68 Fix incorrect comment in SST49LF004A/B description by Carl-Daniel Hailfinger · 15 years ago
  89. 4010712 Add comments about the meaning of block erase related struct flashchip members by Carl-Daniel Hailfinger · 15 years ago
  90. 45835c4 Mark the SST SST49LF003A/B as read-tested by Peter Lemenkov · 15 years ago
  91. a06287c Switch SST49LF004A/B to block erase, remove the hack which simulated (unsupported) chip erase by Carl-Daniel Hailfinger · 15 years ago
  92. c025268 Change the status of the SST49LF020A to TEST_OK_PREW by Nils Jacobs · 15 years ago
  93. b08ee5c Mark Macronix MX29F001B as OK, tested by me on hardware by Uwe Hermann · 15 years ago
  94. f38431a Store block sizes and corresponding erase functions in struct flashchip by Carl-Daniel Hailfinger · 15 years ago
  95. c04ee22 Update probe timings for dozens of flash chips by Udu Ogah · 15 years ago
  96. 502a913 Add support for MX29F001T and MX29F001B flash chips by Mark Panajotovic · 15 years ago
  97. 6d5d253 Add IDs for 25 AMD chips, 11 Hynix chips, 8 Sharp chips, and their variants by Carl-Daniel Hailfinger · 15 years ago
  98. 350a0c3 Add IDs for 51 new flash chips by Carl-Daniel Hailfinger · 15 years ago
  99. 21eedec Improve flashchip comments to be more readable and precise by Carl-Daniel Hailfinger · 15 years ago
  100. da65432 Fix erase for SST49LF020A by Carl-Daniel Hailfinger · 15 years ago