1. 8a8a226 Retry correct range in write_page_write_jedec() by Carl-Daniel Hailfinger · 15 years ago
  2. 11c9e68 Fix incorrect comment in SST49LF004A/B description by Carl-Daniel Hailfinger · 15 years ago
  3. 4010712 Add comments about the meaning of block erase related struct flashchip members by Carl-Daniel Hailfinger · 15 years ago
  4. 45835c4 Mark the SST SST49LF003A/B as read-tested by Peter Lemenkov · 15 years ago
  5. a06287c Switch SST49LF004A/B to block erase, remove the hack which simulated (unsupported) chip erase by Carl-Daniel Hailfinger · 15 years ago
  6. c025268 Change the status of the SST49LF020A to TEST_OK_PREW by Nils Jacobs · 15 years ago
  7. b08ee5c Mark Macronix MX29F001B as OK, tested by me on hardware by Uwe Hermann · 15 years ago
  8. f38431a Store block sizes and corresponding erase functions in struct flashchip by Carl-Daniel Hailfinger · 15 years ago
  9. c04ee22 Update probe timings for dozens of flash chips by Udu Ogah · 15 years ago
  10. 502a913 Add support for MX29F001T and MX29F001B flash chips by Mark Panajotovic · 15 years ago
  11. 6d5d253 Add IDs for 25 AMD chips, 11 Hynix chips, 8 Sharp chips, and their variants by Carl-Daniel Hailfinger · 15 years ago
  12. 350a0c3 Add IDs for 51 new flash chips by Carl-Daniel Hailfinger · 15 years ago
  13. 21eedec Improve flashchip comments to be more readable and precise by Carl-Daniel Hailfinger · 15 years ago
  14. da65432 Fix erase for SST49LF020A by Carl-Daniel Hailfinger · 15 years ago
  15. 32961be Add support for ST M25P05/M25P10 chips that only respond to RES and not RDID by Carl-Daniel Hailfinger · 15 years ago
  16. a721ae2 Add Winbond W25X16 by Hector Martin · 15 years ago
  17. 8bfb59c W39V040B: Flag Erase/Write as bad by Luc Verhaegen · 15 years ago
  18. 04d5dc4 Mark the following boards as working by Uwe Hermann · 15 years ago
  19. 038a312 Fix all NONSPI bustypes in flashchips.c by Urja Rannikko · 15 years ago
  20. 452b3e3 Mark MX25L6405 as PROBE supported by Carl-Daniel Hailfinger · 15 years ago
  21. b07eac9 Mark the SST49LF003A as PROBE supported by Carl-Daniel Hailfinger · 15 years ago
  22. 5190ec1 Mark ST M25P80 as completely supported by Carl-Daniel Hailfinger · 15 years ago
  23. faaa2b2 Eon EN25F40: Probe is tested by Carl-Daniel Hailfinger · 15 years ago
  24. a8b3727 Add support for the AMD Am29F010A/B chips by Uwe Hermann · 15 years ago
  25. 0845464 Split flashchips.h from flash.h by Carl-Daniel Hailfinger · 15 years ago
  26. a0a6ae9 Add or refine support for a number of EON flash chips by Carl-Daniel Hailfinger · 15 years ago
  27. f983d9f Add support for the PMC Pm29F002T/B chips by Uwe Hermann · 15 years ago
  28. 8b2f46b Add bus type and timing info for some flash chips by Mateusz Murawski · 15 years ago
  29. e33890d Add #defines for some flash chips by Mateusz Murawski · 15 years ago
  30. 80243c9 Add all Eon EN25* SPI chips by Carl-Daniel Hailfinger · 15 years ago
  31. 2bc020b Add probe timings forgotten in r569 by Carl-Daniel Hailfinger · 15 years ago
  32. 161b885 Specify the exact bus type for a number of flash chips by Urja Rannikko · 15 years ago
  33. c6e1111 Add probe_timing information (int uS value) by Maciej Pijanka · 15 years ago
  34. bc2bbd2 Add support for the 10b7:9058 3COM NIC (3C905B: Cyclone 10/100/BNC) by Maciej Pijanka · 15 years ago
  35. 5bae438 Unify AMD manufacture_id and model_id by Mateusz Murawski · 15 years ago
  36. 1dfe0ff Add bus type annotation to struct flashchips by Carl-Daniel Hailfinger · 15 years ago
  37. ebd7b83 Add support for probe and read of Intel 28F001BX-T and BX-B by Urja Rannikko · 15 years ago
  38. a106d15 Change "Texas Instruments" to "TI" in the flash chip table by Uwe Hermann · 15 years ago
  39. 09b4fb7 Add TI TMS29F002RT and TMS29F002RB probe and read support by Carl-Daniel Hailfinger · 15 years ago
  40. 690bcba Mark the following boards as 'known-good' (write/erase works) by Uwe Hermann · 15 years ago
  41. a972040 Improve flashrom test report text a bit by Uwe Hermann · 15 years ago
  42. 66c580c Fix typo by Uwe Hermann · 15 years ago
  43. f89b998 Mark the Macronix MX29F002T as working by Uwe Hermann · 15 years ago
  44. e186da6 Fix a quilt introduced bug in patch by Rudolf Marek · 15 years ago
  45. 50fdf3b [PATCH] flashrom add PMC 39F010 by Rudolf Marek · 15 years ago
  46. 8403ccb Add proper workaround for 3COM 3C90xB cards, which need special fixups (the 3C90xC ones don't) by Uwe Hermann · 15 years ago
  47. 93bb375 SST25 chips do not support page program, only byte program by Carl-Daniel Hailfinger · 15 years ago
  48. c4a61d6 Winbond W39V040A TEST_OK_ PROBE READ by Mateusz Murawski · 15 years ago
  49. e345381 Mark SST 39VF512 as fully tested by Mateusz Murawski · 15 years ago
  50. b4dcb71 Add support for 3COM NICs as "external programmer" and Atmel AT49BV512 by Uwe Hermann · 15 years ago
  51. 24f9fbe Unify write_39sf020() and write_49f002() functions by Uwe Hermann · 15 years ago
  52. 8d49701 Convert all flashchips.c entries with SPI programing to the 256-byte version by default by Carl-Daniel Hailfinger · 15 years ago
  53. 03b4e71 Don't assume flash is accessible via MMIO for chips with no read function by Carl-Daniel Hailfinger · 15 years ago
  54. e612a11 SST25VF080B TEST_OK_ ERASE WRITE by Peter Stuge · 15 years ago
  55. 98aa032 SST25VF080B TEST_OK_READ by Peter Stuge · 15 years ago
  56. ddb94f7 Macronix MX25L1605 TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 15 years ago
  57. 70ea9a3 Support MX25L3235D by Stephan Guilloux · 15 years ago
  58. 42882fd All "unknown xy SPI chip" entries claim to have status UNTESTED for probe/read/erase/write by Carl-Daniel Hailfinger · 15 years ago
  59. 2f132fe Support Macronix MX2512805D flash chip by Stephan Guilloux · 15 years ago
  60. 72cf565 Trivial indent fix by Stephan Guilloux · 15 years ago
  61. fd31550 After verification in datasheets, all MX25 accept the same opcodes 0x60 and 0xC7 for Chip Erase by Stephan Guilloux · 15 years ago
  62. e39631c MX25L1605 and 1635 accept Chip Erase opcodes 60 and C7 by Stephan Guilloux · 15 years ago
  63. f5c7090 Add MX25L1635D support, as discussed on #coreboot by Stephan Guilloux · 15 years ago
  64. 66afb36 Improve readability of Atmel AT45 comments by Carl-Daniel Hailfinger · 16 years ago
  65. 0677dff Add SST25VF040.REMS with TEST_OK_ PROBE READ by Zheng Bao · 16 years ago
  66. b27d0a2 SST29EE020A TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  67. af8ffac Driver for ST M29F002T/NT/B by Peter Stuge · 16 years ago
  68. c6e9055 Fix copypaste error in r3913 by Peter Stuge · 16 years ago
  69. fd9217d SST25VF040B using 0x90 identification and AAI write by Peter Stuge · 16 years ago
  70. 8440cc0 Add dry Am29F080B Am29LV081B SST39VF080 definitions per data sheets by Peter Stuge · 16 years ago
  71. a657e94 ST M50FW080 TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  72. 51f4062 SST25VF080B TEST_OK_PROBE by Peter Stuge · 16 years ago
  73. f8bc28f Add erase and write functions to the following chip definitions by Carl-Daniel Hailfinger · 16 years ago
  74. 5c5b525 This patch improves machine parseability and human readability of flashchips.c by Stephan Guilloux · 16 years ago
  75. c208dfb Add SST49LF020 support by Sven Schnelle · 16 years ago
  76. 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
  77. 90eff15 Kill obsolete and misplaced comment by Carl-Daniel Hailfinger · 16 years ago
  78. ff692fb Breaks chip info into multiple lines by FENG yu ning · 16 years ago
  79. 7f30022 Add SST25VF080B flash chip support by Jason Wang · 16 years ago
  80. ebaffb6 Add support for 32Mbit SPI flash SST25VF032B by Tero O Peippola · 16 years ago
  81. 76c2887 Implement read support for the following Atmel chips by Carl-Daniel Hailfinger · 16 years ago
  82. 986cae6 SST39VF020 TEST_OK_ PROBE READ ERASE WRITE by Mart Raudsepp · 16 years ago
  83. d54ef6e The AT25 and AT26 series SPI chips from Atmel are plain EEPROMs by Carl-Daniel Hailfinger · 16 years ago
  84. fc4a369 SST39SF040 TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  85. 16d9c5b Mark ST M25P16 as fully tested by Carl-Daniel Hailfinger · 16 years ago
  86. 1c2ec28 Add support for 8 new chips and fix up 2 existing chips as well by Carl-Daniel Hailfinger · 16 years ago
  87. 96e1b55 Add support for the ST M50FW002 chip by Carl-Daniel Hailfinger · 16 years ago
  88. 81f730f Mark two more chips as fully tested by Uwe Hermann · 16 years ago
  89. 424ed22 Flashrom support for some Numonyx parts (M25PE) by Stefan Reinauer · 16 years ago
  90. 2bc9f37 Mark Winbond W39V040FA (512 KB) as fully supported by Uwe Hermann · 16 years ago
  91. cbfed28 Support for AM29F002(N)B[BT] by Mats Erik Andersson · 16 years ago
  92. 205633e This patch fixes support for the AT49F002N(T) chip in the flashrom tool by Tim ter Laak · 16 years ago
  93. 9a362c5 ST M29F040B status TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  94. c010e0b Fix typo in r3615 (TEST_PREW -> TEST_OK_PREW) by Peter Stuge · 16 years ago
  95. e8782a6 Mark the SyncMOS S29C51002T as working by Uwe Hermann · 16 years ago
  96. 44e1a19 Activate proper support for EN29F002(A)(N)[BT] by Mats Erik Andersson · 16 years ago
  97. 3d20d90 Winbond W49V002A TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  98. 8d74c1b SST49LF016C TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  99. e7efd4c SST25VF016B TEST_OK_ PROBE READ ERASE WRITE by Peter Stuge · 16 years ago
  100. bff9bf2 ST M50FW040 TEST_OK PROBE READ ERASE WRITE by Peter Stuge · 16 years ago