1. 13 Aug, 2012 1 commit
  2. 14 May, 2012 1 commit
  3. 15 Apr, 2012 1 commit
  4. 14 Apr, 2012 3 commits
  5. 17 Feb, 2012 1 commit
  6. 16 Feb, 2012 1 commit
  7. 04 Nov, 2011 1 commit
  8. 13 Sep, 2011 1 commit
  9. 08 Sep, 2011 1 commit
  10. 03 Sep, 2011 1 commit
  11. 24 Jul, 2011 1 commit
  12. 19 May, 2011 1 commit
  13. 06 Mar, 2011 1 commit
  14. 05 Feb, 2011 1 commit
  15. 29 Nov, 2010 1 commit
  16. 05 Oct, 2010 1 commit
    • Mattias Mattsson's avatar
      Make sure all chip variants are present in .name strings in flashchips.c · cbee4a72
      Mattias Mattsson authored
      
      Strip package prefix in constant names (everything before "28F").
      
      Prefix every constant name with INTEL_
      
      Sort intel chip constants by ID.
      
      Rename the following constants to their "canonical" name:
      
      P28F400BT (0x70  -> INTEL_28F400T (28F400BV/BX/CE/CV-T)
      P28F400BB (0x71) -> INTEL_28F400B (28F400BV/BX/CE/CV-B)
      P28F004BT (0x78) -> INTEL_28F004T (28F004B5/BE/BV/BX-T)
      P28F004BB (0x79) -> INTEL_28F004B (28F004B5/BE/BV/BX-B)
      E_28F008S5 (0xA6) -> INTEL_28F008S3 (28F008S3/S5/SC)
      E_28F004S5 (0xA7) -> INTEL_28F004S3 (28F008S3/S5/SC)
      P28F001BXT (0x94) -> INTEL_28F001T (28F001BN/BX-T)
      P28F001BXB (0x95) -> INTEL_28F001B (28F001BN/BX-B)
      E_28F016S5 (0xAA) -> INTEL_28F016S3 (28F016S3/S5/SC)
      
      Add chip IDs for the following chips:
      
      28F320J5
      28F640J5
      28F320J3
      28F640J3
      28F128J3
      28F256J3
      28F200BL/BV/BX/CV-T
      28F200BL/BV/BX/CV-B
      28F002BL/BV/BX-B
      28F008BE/BV-T
      28F008BE/BV-B
      28F800B5/BV/CE/CV-T
      28F800B5/BV/CE/CV-B
      28F016SA/SV
      28F008SA
      28F008S3/S5/SC
      28F008S3/S5/SC
      28F016XS
      28F010
      28F512
      28F256A
      28F020
      28F016B3-T
      28F016B3-B
      28F008B3-T
      28F008B3-B
      28F004B3-T
      28F004B3-B
      
      Corresponding to flashrom svn r1189.
      Signed-off-by: default avatarMattias Mattsson <vitplister@gmail.com>
      Acked-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      cbee4a72
  17. 18 Sep, 2010 1 commit
  18. 16 Sep, 2010 1 commit
  19. 15 Sep, 2010 1 commit
  20. 14 Sep, 2010 2 commits
    • Mattias Mattsson's avatar
      Various style/consistency fixes mainly for Winbond chips · a745cf46
      Mattias Mattsson authored
      Rename constants W_nnnn -> WINBOND_Wnnnn W_25nnn -> WINBOND_NEX_W25nnn.
      
      Kill incorrect ASD chip and vendor id.
      
      Group Winbond SPI and parallel chips separately (they have different
      vendor IDs).
      
      Change constant names to the "canonical" chip name for the following
      ids:
      
      W_29C020C (0x45)
       -> WINBOND_W29C020 (Same as W29C020C, W29C022 and ASD AE29F2008)
      
      W_29C040P (0x46)
       -> WINBOND_W29C040 ("P" is for package type [32-pin PLCC], irrelevant)
      
      W_29C011 + W_29EE011 (0xC1)
       -> WINBOND_W29C010 (Same as W29C010M, W29C011A, W29EE011, W29EE012,
          and ASD AE29F1008)
      
      
      List all chip variants in the .name strings in flashchips.c
      
      
      Have two identical entries for Winbond
      W29C010(M)/W29C011A/W29EE011/W29EE012 but with different probe functions
      in flashchips.c as sometimes (for newer revisions of these chips?) the
      standard jedec probe seems to work. E.g. see test report here:
      http://patchwork.coreboot.org/patch/1476/
      
      
      
      
      Also add ids for the following Winbond chips:
      W25Q40
      W25Q128
      W19B160BB
      W19B160BT
      W19B320SB/W19L320SB
      W19B320ST/W19L320ST
      W19B322MB
      W19B322MT
      W19B323MB
      W19B323MT
      W19B324MB
      W19B324MT
      W29C512A/W29EE512
      W39L010
      W39L040A
      W39L512
      W49F002/W49F002B
      
      Corresponding to flashrom svn r1168.
      Signed-off-by: default avatarMattias Mattsson <vitplister@gmail.com>
      Acked-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
      a745cf46
    • Jason Shriver's avatar
      Add support for ST M25PX32 and M25PX64 flash chips · 4119e9b6
      Jason Shriver authored
      
      Probe, read, erase and write have been tested and all are functional.
      
      Corresponding to flashrom svn r1165.
      Signed-off-by: default avatarJason Shriver <j.shriver@f5.com>
      Acked-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
      4119e9b6
  21. 13 Sep, 2010 1 commit
  22. 29 Jul, 2010 3 commits
  23. 22 Jul, 2010 2 commits
  24. 21 Jul, 2010 1 commit
  25. 11 Jul, 2010 1 commit
  26. 24 Jun, 2010 1 commit
  27. 21 Jun, 2010 1 commit
  28. 19 Jun, 2010 1 commit
  29. 14 Jun, 2010 1 commit
  30. 07 Jun, 2010 1 commit
  31. 20 Apr, 2010 1 commit
  32. 03 Apr, 2010 1 commit
  33. 05 Mar, 2010 1 commit
  34. 13 Feb, 2010 1 commit