1. 31 Dec, 2007 2 commits
    • Carl-Daniel Hailfinger's avatar
      Add continuation ID support to jedec.c · ae8afa9d
      Carl-Daniel Hailfinger authored
      
      The continuation ID code does not go further than checking for IDs of
      the type 0x7fXX, but does this for vendor and product ID. The current
      published JEDEC spec has a list where the largest vendor ID is 7 bytes
      long, but all leading bytes are 0x7f. The list will grow in the future,
      and using a 64bit variable will not be enough anymore.
      Besides that, it seems that the location of the ID byte after the first
      continuation ID byte is very vendor specific, so we may have to revisit
      that code some time in the future.
      
      (Suggestion for a new encoding:
      Use a two-byte data type for the ID, the lower byte contains the only
      non-0x7f byte, the upper byte contains the number of 0x7f bytes used as
      prefix, which is the bank number minus 1 the vendor ID appears in.)
      
      Add support for EON EN29F002AT.
      
      Corresponding to flashrom svn r171 and coreboot v2 svn r3030.
      Signed-off-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      Acked-by: default avatarCorey Osgood <corey.osgood@gmail.com>
      ae8afa9d
    • Carl-Daniel Hailfinger's avatar
      Refine various vendor ID annotations · c2a18452
      Carl-Daniel Hailfinger authored
      
      This fixes a few vendor IDs to conform with JEDEC publication 106W
      (JEP106W), adds some device IDs and provides information about
      non-conforming IDs. The EON change is left to the patch adding EON
      chips.
      
      This patch should have no effect on code generation.
      
      Corresponding to flashrom svn r170 and coreboot v2 svn r3029.
      Signed-off-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      Acked-by: default avatarCorey Osgood <corey.osgood@gmail.com>
      c2a18452
  2. 29 Dec, 2007 3 commits
  3. 17 Dec, 2007 2 commits
  4. 16 Dec, 2007 1 commit
  5. 10 Dec, 2007 1 commit
  6. 04 Dec, 2007 1 commit
  7. 02 Dec, 2007 1 commit
  8. 13 Nov, 2007 2 commits
  9. 30 Oct, 2007 1 commit
  10. 25 Oct, 2007 1 commit
  11. 22 Oct, 2007 2 commits
  12. 18 Oct, 2007 3 commits
  13. 17 Oct, 2007 2 commits
  14. 16 Oct, 2007 3 commits
  15. 15 Oct, 2007 2 commits
  16. 12 Oct, 2007 1 commit
  17. 10 Oct, 2007 2 commits
  18. 04 Oct, 2007 1 commit
  19. 02 Oct, 2007 1 commit
  20. 27 Sep, 2007 1 commit
  21. 11 Sep, 2007 1 commit
  22. 09 Sep, 2007 3 commits
  23. 08 Sep, 2007 1 commit
  24. 30 Aug, 2007 2 commits