1. c6e1111 Add probe_timing information (int uS value) by Maciej Pijanka · 15 years ago
  2. bc2bbd2 Add support for the 10b7:9058 3COM NIC (3C905B: Cyclone 10/100/BNC) by Maciej Pijanka · 15 years ago
  3. 5bae438 Unify AMD manufacture_id and model_id by Mateusz Murawski · 15 years ago
  4. 1dfe0ff Add bus type annotation to struct flashchips by Carl-Daniel Hailfinger · 15 years ago
  5. ebd7b83 Add support for probe and read of Intel 28F001BX-T and BX-B by Urja Rannikko · 15 years ago
  6. a106d15 Change "Texas Instruments" to "TI" in the flash chip table by Uwe Hermann · 15 years ago
  7. 09b4fb7 Add TI TMS29F002RT and TMS29F002RB probe and read support by Carl-Daniel Hailfinger · 15 years ago
  8. 690bcba Mark the following boards as 'known-good' (write/erase works) by Uwe Hermann · 15 years ago
  9. a972040 Improve flashrom test report text a bit by Uwe Hermann · 15 years ago
  10. 66c580c Fix typo by Uwe Hermann · 15 years ago
  11. f89b998 Mark the Macronix MX29F002T as working by Uwe Hermann · 15 years ago
  12. e186da6 Fix a quilt introduced bug in patch by Rudolf Marek · 15 years ago
  13. 50fdf3b [PATCH] flashrom add PMC 39F010 by Rudolf Marek · 15 years ago
  14. 8403ccb Add proper workaround for 3COM 3C90xB cards, which need special fixups (the 3C90xC ones don't) by Uwe Hermann · 15 years ago
  15. 93bb375 SST25 chips do not support page program, only byte program by Carl-Daniel Hailfinger · 15 years ago
  16. c4a61d6 Winbond W39V040A TEST_OK_ PROBE READ by Mateusz Murawski · 15 years ago
  17. e345381 Mark SST 39VF512 as fully tested by Mateusz Murawski · 15 years ago
  18. b4dcb71 Add support for 3COM NICs as "external programmer" and Atmel AT49BV512 by Uwe Hermann · 15 years ago
  19. 24f9fbe Unify write_39sf020() and write_49f002() functions by Uwe Hermann · 15 years ago
  20. 8d49701 Convert all flashchips.c entries with SPI programing to the 256-byte version by default by Carl-Daniel Hailfinger · 15 years ago
  21. 03b4e71 Don't assume flash is accessible via MMIO for chips with no read function by Carl-Daniel Hailfinger · 15 years ago
  22. e612a11 SST25VF080B TEST_OK_ ERASE WRITE by Peter Stuge · 15 years ago
  23. 98aa032 SST25VF080B TEST_OK_READ by Peter Stuge · 15 years ago
  24. ddb94f7 Macronix MX25L1605 TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 15 years ago
  25. 70ea9a3 Support MX25L3235D by Stephan Guilloux · 15 years ago
  26. 42882fd All "unknown xy SPI chip" entries claim to have status UNTESTED for probe/read/erase/write by Carl-Daniel Hailfinger · 15 years ago
  27. 2f132fe Support Macronix MX2512805D flash chip by Stephan Guilloux · 15 years ago
  28. 72cf565 Trivial indent fix by Stephan Guilloux · 15 years ago
  29. fd31550 After verification in datasheets, all MX25 accept the same opcodes 0x60 and 0xC7 for Chip Erase by Stephan Guilloux · 15 years ago
  30. e39631c MX25L1605 and 1635 accept Chip Erase opcodes 60 and C7 by Stephan Guilloux · 15 years ago
  31. f5c7090 Add MX25L1635D support, as discussed on #coreboot by Stephan Guilloux · 15 years ago
  32. 66afb36 Improve readability of Atmel AT45 comments by Carl-Daniel Hailfinger · 16 years ago
  33. 0677dff Add SST25VF040.REMS with TEST_OK_ PROBE READ by Zheng Bao · 16 years ago
  34. b27d0a2 SST29EE020A TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  35. af8ffac Driver for ST M29F002T/NT/B by Peter Stuge · 16 years ago
  36. c6e9055 Fix copypaste error in r3913 by Peter Stuge · 16 years ago
  37. fd9217d SST25VF040B using 0x90 identification and AAI write by Peter Stuge · 16 years ago
  38. 8440cc0 Add dry Am29F080B Am29LV081B SST39VF080 definitions per data sheets by Peter Stuge · 16 years ago
  39. a657e94 ST M50FW080 TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  40. 51f4062 SST25VF080B TEST_OK_PROBE by Peter Stuge · 16 years ago
  41. f8bc28f Add erase and write functions to the following chip definitions by Carl-Daniel Hailfinger · 16 years ago
  42. 5c5b525 This patch improves machine parseability and human readability of flashchips.c by Stephan Guilloux · 16 years ago
  43. c208dfb Add SST49LF020 support by Sven Schnelle · 16 years ago
  44. 7de8639 Add 28 flash chips of the MX29 series to the flashrom ID table and support the MX29LV040C by Carl-Daniel Hailfinger · 16 years ago
  45. 90eff15 Kill obsolete and misplaced comment by Carl-Daniel Hailfinger · 16 years ago
  46. ff692fb Breaks chip info into multiple lines by FENG yu ning · 16 years ago
  47. 7f30022 Add SST25VF080B flash chip support by Jason Wang · 16 years ago
  48. ebaffb6 Add support for 32Mbit SPI flash SST25VF032B by Tero O Peippola · 16 years ago
  49. 76c2887 Implement read support for the following Atmel chips by Carl-Daniel Hailfinger · 16 years ago
  50. 986cae6 SST39VF020 TEST_OK_ PROBE READ ERASE WRITE by Mart Raudsepp · 16 years ago
  51. d54ef6e The AT25 and AT26 series SPI chips from Atmel are plain EEPROMs by Carl-Daniel Hailfinger · 16 years ago
  52. fc4a369 SST39SF040 TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  53. 16d9c5b Mark ST M25P16 as fully tested by Carl-Daniel Hailfinger · 16 years ago
  54. 1c2ec28 Add support for 8 new chips and fix up 2 existing chips as well by Carl-Daniel Hailfinger · 16 years ago
  55. 96e1b55 Add support for the ST M50FW002 chip by Carl-Daniel Hailfinger · 16 years ago
  56. 81f730f Mark two more chips as fully tested by Uwe Hermann · 16 years ago
  57. 424ed22 Flashrom support for some Numonyx parts (M25PE) by Stefan Reinauer · 16 years ago
  58. 2bc9f37 Mark Winbond W39V040FA (512 KB) as fully supported by Uwe Hermann · 16 years ago
  59. cbfed28 Support for AM29F002(N)B[BT] by Mats Erik Andersson · 16 years ago
  60. 205633e This patch fixes support for the AT49F002N(T) chip in the flashrom tool by Tim ter Laak · 16 years ago
  61. 9a362c5 ST M29F040B status TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  62. c010e0b Fix typo in r3615 (TEST_PREW -> TEST_OK_PREW) by Peter Stuge · 16 years ago
  63. e8782a6 Mark the SyncMOS S29C51002T as working by Uwe Hermann · 16 years ago
  64. 44e1a19 Activate proper support for EN29F002(A)(N)[BT] by Mats Erik Andersson · 16 years ago
  65. 3d20d90 Winbond W49V002A TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  66. 8d74c1b SST49LF016C TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  67. e7efd4c SST25VF016B TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  68. bff9bf2 ST M50FW040 TEST_OK PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  69. ec20a75 Tested another intel chip by Stefan Reinauer · 16 years ago
  70. cce2682 Winbond W39V040C and MSI K8T Neo2-F by Peter Stuge · 16 years ago
  71. 8b11439 r3415 removed symbolic constants for device IDs by accident by Carl-Daniel Hailfinger · 16 years ago
  72. e707d64 Add AMIC A29002 by Andreas Thienemann · 16 years ago
  73. 6c8866c Minor cosmetics, e.g by Uwe Hermann · 16 years ago
  74. 84dcc8b Mark SST49LF040B as tested by Carl-Daniel Hailfinger · 16 years ago
  75. 83af9fb Mark the SST SST49LF040 as OK (tested by me), all operations by Uwe Hermann · 16 years ago
  76. e02c0bb Winbond W25x80 TEST_OK PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  77. 4c390c8 Set w39v080fa to fully supported by Stefan Reinauer · 16 years ago
  78. 5b14885 Update to TEST_OK for Winbond W39V040FA PROBE READ by Peter Stuge · 16 years ago
  79. e3eb9c1 Mine AMIC flash chip needs 4 bytes RDID by Rudolf Marek · 16 years ago
  80. 43b2281 Winbond W39V080FA: Probe and Read are OK by Jens Kühnel · 16 years ago
  81. e9117f7 Test status OK for ST M50FW040 PROBE READ by Peter Stuge · 16 years ago
  82. e27fc84 Test status OK for Macronix MX25L8005 PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  83. db52c58 Remove dead M-Systems Disk on Chip code by Peter Stuge · 16 years ago
  84. f1614e8 Update test status to TEST_OK_PREW for ST M50FLW080A and SST49LF008A by Peter Stuge · 16 years ago
  85. cd35f77 Uppercase AMIC since that's what they write in datasheets by Peter Stuge · 16 years ago
  86. 0a0a795 Update test status for Atmel AT29C020 and SST29EE010 by Peter Stuge · 16 years ago
  87. b9f6174 Add support for AMIC Technology A49LF040A and do not probe W29EE011 anymore by Jens Kuehnel · 16 years ago
  88. f42b4e2 Add support for Amic Technology A29040B flash chip by Peter Stuge · 16 years ago
  89. 1dbb9af Mark SST SST49LF160C as fully supported.: by Peter Stuge · 16 years ago
  90. 1d3b063 Revert r3357 and fix it as intended to (forgotten header commit instead of typo) by Mart Raudsepp · 16 years ago
  91. 22e4d30 Fix typo introduced in r3356 that breaks build by Mart Raudsepp · 16 years ago
  92. 9c4fa0e MX25L4005, S25FL016A, W39V040B, W39V080A, SST49LF008A tests by Peter Stuge · 16 years ago
  93. 9c0dbcc Mark SST49LF004A/B as tested by Mart Raudsepp · 16 years ago
  94. e4f1a42 Mark the following chips as tested by Uwe Hermann · 16 years ago
  95. bf57948 Mark more chips as tested (all operations), tested on ASUS P4B266 by Uwe Hermann · 16 years ago
  96. dcf4653 Add support for Amic A25L40P SPI flash by Rudolf Marek · 16 years ago
  97. cdbca5b Myles reported SST49LF080A status -> TESTED_PREW by Peter Stuge · 16 years ago
  98. 4784c47 Support Pm49FL004/2 Block Locking Registers by Nikolay Petukhov · 16 years ago
  99. f5430bd Add support for the Atmel AT25DF321 SPI flash (tested) by Dominik Geyer · 16 years ago
  100. 0720292 Lots of new SST flash chip IDs by Carl-Daniel Hailfinger · 16 years ago