1. ea5425b Update the status for the following chips by Uwe Hermann · 14 years ago
  2. c9b6341 Unlocking for W39V040FA by Michael Karcher · 14 years ago
  3. dc1cda1 Add support for two-byte RES probes by Carl-Daniel Hailfinger · 14 years ago
  4. 8d341b5 Mark the following chips as OK by Uwe Hermann · 14 years ago
  5. ce1c798 Add support for Winbond W25Q80, W25Q16 and W25Q32 by Rudolf Marek · 14 years ago
  6. ad0010a Intel 28F004/28F400 support by Michael Karcher · 14 years ago
  7. dfdc56f Add PMC Pm39LV020 and Pm39LV040 by Anders Juel Jensen · 14 years ago
  8. 4e3d0b3 Polish the flashrom code comments and outputs a bit by Uwe Hermann · 15 years ago
  9. d4e5359 Add success reports by Michael Karcher · 15 years ago
  10. 3355f06 Flashrom works on Acer Aspire 1520 (Laptop) with W39V040A by Michael Karcher · 15 years ago
  11. b90c221 MSI MS6330 tested with W49F002U and EN29F002 by Michael Karcher · 15 years ago
  12. 98eff46 Abit VT6X4 + Winbond W29C020C and Asus A7V133 + Atmel AT29C010A work by Michael Karcher · 15 years ago
  13. e2343e0 Probe/Read tested for SST29EE020A by Michael Karcher · 15 years ago
  14. 69e5811 Sst49lfxxxc chips are functionally the same as 82802ab chips by Sean Nelson · 15 years ago
  15. ed3eae6 Clang complains loudly when there are duplicate printlock_sst_fwhub, gcc ignores them by Sean Nelson · 15 years ago
  16. dee4a83 To access/read the lock bits, we use the same mode to read the chip id by Sean Nelson · 15 years ago
  17. fcc4f74 Fix some problems introduced in commit r948 brought up by carldani by Sean Nelson · 15 years ago
  18. 28accc2 Various JEDEC refactorings touching 82802ab.c, sharplhf00l04.c and stm50flw0x0x.c by Sean Nelson · 15 years ago
  19. 6093969 Mark a bunch of parallel chips I tested as TEST_OK_PRW by Uwe Hermann · 15 years ago
  20. ccf7a2a Further cleanup after JEDEC refactorings by Sean Nelson · 15 years ago
  21. 81449a2 Add FEATURE_REGISTERMAP to some more chips and change the use of various probing functions by Carl-Daniel Hailfinger · 15 years ago
  22. e3cb0a1 Fix EN29F002 Top/Bottom Boot Block by Michael Karcher · 15 years ago
  23. 8c7c468 Mark PMC Pm49FL002 as tested by Russ Dill · 15 years ago
  24. 3cd5a12 Add support for Eon EN29F010 by Russ Dill · 15 years ago
  25. 3617234 Convert the remaining references to *_49fl00x by Sean Nelson · 15 years ago
  26. 14ba668 Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h by Sean Nelson · 15 years ago
  27. 6e0b912 Here's a very quick patch to fix the missing unlock code by Sean Nelson · 15 years ago
  28. cd446f4 Kill an erroneous .erase introduced in r900 by Carl-Daniel Hailfinger · 15 years ago
  29. f5ae4d4 Adds support for the Intel E28F004S5 flash chip by Sean Nelson · 15 years ago
  30. ca33140 Fix erase blocks for Winbond W25X{10,20,40,80} SPI chips by Sean Nelson · 15 years ago
  31. 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
  32. ba7c922 Adds support for ST M29W512B by Jeffrey A. Kent · 15 years ago
  33. 35727f7 Complete the addition of Feature Bits for all Jedec based chips by Sean Nelson · 15 years ago
  34. 48da3f9 Add support for the SST39SF512 chip by Uwe Hermann · 15 years ago
  35. 51c83fb Convert various SST chips to use block_erasers by Sean Nelson · 15 years ago
  36. 012a31e Fix SyncMOS S29C51004T, which has 512 uniform 1k sectors by Sean Nelson · 15 years ago
  37. 329bde7 Convert ST to block erasers by Sean Nelson · 15 years ago
  38. 56358aa Block eraser conversions and support for Eon EN25B series by Sean Nelson · 15 years ago
  39. cfc35cd Converted chips to block_erasers by Sean Nelson · 15 years ago
  40. 5643c07 Block eraser conversions and support for Eon EN25B series by Sean Nelson · 15 years ago
  41. 2aff7aa Fix A25L40PU and A2540PT due to incorrect full-chip block size is incorrect by Sean Nelson · 15 years ago
  42. 23ff460 Support for Spansion S25FL008A by Michael Karcher · 15 years ago
  43. 08fa2f3 Change a few probe timings to TIMING_FIXME by Carl-Daniel Hailfinger · 15 years ago
  44. 5459637 Block eraser conversions and support for Eon EN25B series by Sean Nelson · 15 years ago
  45. e940466 Use the register mapping feature bit by Carl-Daniel Hailfinger · 15 years ago
  46. aca1dce Fix Sharp LHF00L04 by Carl-Daniel Hailfinger · 15 years ago
  47. c57a920 Generify jedec functions by introducing an address mask by Sean Nelson · 15 years ago
  48. 6b11ad2 Convert the following chips to use struct eraseblock by Sean Nelson · 15 years ago
  49. bbfeb70 Add blockwise erase to all supported chips of the SST25 family by Carl-Daniel Hailfinger · 15 years ago
  50. 8918729 Convert the following chips to use struct eraseblock by Sean Nelson · 15 years ago
  51. 72a9a02 Convert the following chips to use struct eraseblock by Sean Nelson · 15 years ago
  52. 1c296ca Use common jedec functionality where appropriate by Michael Karcher · 15 years ago
  53. 1db2b75 Add entries of W25x32 and W25x64 by Zheng Bao · 15 years ago
  54. d70b09c Add Sanyo LF25FW203A support by Sean Nelson · 15 years ago
  55. 118e1d6 Add Generic SPI RDID detection for Sanyo chips by Sean Nelson · 15 years ago
  56. 01d49ed Add support for generic RDID and REMS matching of unknown chips by Carl-Daniel Hailfinger · 15 years ago
  57. 8a8a226 Retry correct range in write_page_write_jedec() by Carl-Daniel Hailfinger · 15 years ago
  58. 11c9e68 Fix incorrect comment in SST49LF004A/B description by Carl-Daniel Hailfinger · 15 years ago
  59. 4010712 Add comments about the meaning of block erase related struct flashchip members by Carl-Daniel Hailfinger · 15 years ago
  60. 45835c4 Mark the SST SST49LF003A/B as read-tested by Peter Lemenkov · 15 years ago
  61. a06287c Switch SST49LF004A/B to block erase, remove the hack which simulated (unsupported) chip erase by Carl-Daniel Hailfinger · 15 years ago
  62. c025268 Change the status of the SST49LF020A to TEST_OK_PREW by Nils Jacobs · 15 years ago
  63. b08ee5c Mark Macronix MX29F001B as OK, tested by me on hardware by Uwe Hermann · 15 years ago
  64. f38431a Store block sizes and corresponding erase functions in struct flashchip by Carl-Daniel Hailfinger · 15 years ago
  65. c04ee22 Update probe timings for dozens of flash chips by Udu Ogah · 15 years ago
  66. 502a913 Add support for MX29F001T and MX29F001B flash chips by Mark Panajotovic · 15 years ago
  67. 6d5d253 Add IDs for 25 AMD chips, 11 Hynix chips, 8 Sharp chips, and their variants by Carl-Daniel Hailfinger · 15 years ago
  68. 350a0c3 Add IDs for 51 new flash chips by Carl-Daniel Hailfinger · 15 years ago
  69. 21eedec Improve flashchip comments to be more readable and precise by Carl-Daniel Hailfinger · 15 years ago
  70. da65432 Fix erase for SST49LF020A by Carl-Daniel Hailfinger · 15 years ago
  71. 32961be Add support for ST M25P05/M25P10 chips that only respond to RES and not RDID by Carl-Daniel Hailfinger · 15 years ago
  72. a721ae2 Add Winbond W25X16 by Hector Martin · 15 years ago
  73. 8bfb59c W39V040B: Flag Erase/Write as bad by Luc Verhaegen · 15 years ago
  74. 04d5dc4 Mark the following boards as working by Uwe Hermann · 15 years ago
  75. 038a312 Fix all NONSPI bustypes in flashchips.c by Urja Rannikko · 15 years ago
  76. 452b3e3 Mark MX25L6405 as PROBE supported by Carl-Daniel Hailfinger · 15 years ago
  77. b07eac9 Mark the SST49LF003A as PROBE supported by Carl-Daniel Hailfinger · 15 years ago
  78. 5190ec1 Mark ST M25P80 as completely supported by Carl-Daniel Hailfinger · 15 years ago
  79. faaa2b2 Eon EN25F40: Probe is tested by Carl-Daniel Hailfinger · 15 years ago
  80. a8b3727 Add support for the AMD Am29F010A/B chips by Uwe Hermann · 15 years ago
  81. 0845464 Split flashchips.h from flash.h by Carl-Daniel Hailfinger · 15 years ago
  82. a0a6ae9 Add or refine support for a number of EON flash chips by Carl-Daniel Hailfinger · 15 years ago
  83. f983d9f Add support for the PMC Pm29F002T/B chips by Uwe Hermann · 15 years ago
  84. 8b2f46b Add bus type and timing info for some flash chips by Mateusz Murawski · 15 years ago
  85. e33890d Add #defines for some flash chips by Mateusz Murawski · 15 years ago
  86. 80243c9 Add all Eon EN25* SPI chips by Carl-Daniel Hailfinger · 15 years ago
  87. 2bc020b Add probe timings forgotten in r569 by Carl-Daniel Hailfinger · 15 years ago
  88. 161b885 Specify the exact bus type for a number of flash chips by Urja Rannikko · 15 years ago
  89. c6e1111 Add probe_timing information (int uS value) by Maciej Pijanka · 15 years ago
  90. bc2bbd2 Add support for the 10b7:9058 3COM NIC (3C905B: Cyclone 10/100/BNC) by Maciej Pijanka · 15 years ago
  91. 5bae438 Unify AMD manufacture_id and model_id by Mateusz Murawski · 15 years ago
  92. 1dfe0ff Add bus type annotation to struct flashchips by Carl-Daniel Hailfinger · 15 years ago
  93. ebd7b83 Add support for probe and read of Intel 28F001BX-T and BX-B by Urja Rannikko · 15 years ago
  94. a106d15 Change "Texas Instruments" to "TI" in the flash chip table by Uwe Hermann · 15 years ago
  95. 09b4fb7 Add TI TMS29F002RT and TMS29F002RB probe and read support by Carl-Daniel Hailfinger · 15 years ago
  96. 690bcba Mark the following boards as 'known-good' (write/erase works) by Uwe Hermann · 15 years ago
  97. a972040 Improve flashrom test report text a bit by Uwe Hermann · 15 years ago
  98. 66c580c Fix typo by Uwe Hermann · 15 years ago
  99. f89b998 Mark the Macronix MX29F002T as working by Uwe Hermann · 15 years ago
  100. e186da6 Fix a quilt introduced bug in patch by Rudolf Marek · 15 years ago