1. 22 Jan, 2009 1 commit
  2. 18 Jan, 2009 1 commit
  3. 15 Jan, 2009 2 commits
  4. 13 Jan, 2009 1 commit
  5. 12 Jan, 2009 3 commits
  6. 11 Jan, 2009 1 commit
  7. 08 Jan, 2009 3 commits
  8. 07 Jan, 2009 3 commits
  9. 22 Dec, 2008 3 commits
  10. 15 Dec, 2008 1 commit
    • FENG yu ning's avatar
      Various ichspi.c refinements · f041e9b5
      FENG yu ning authored
      
      * add a generic preop-opcode-pair table.
      
      * rename ich_check_opcodes to ich_init_opcodes.
      
      * let ich_init_opcodes do not need to access flashchip structure:
        . move the definition of struct preop_opcode_pair to a better place
        . remove preop_opcode_pairs from 'struct flashchip'
        . modify ich_init_opcodes and generate_opcodes so that they do not access the flashchip structure
      
      * call ich_init_opcodes during chipset enable. Now OPCODES generation mechanism works.
      
      * fix a coding style mistake.
      
      Corresponding to flashrom svn r367 and coreboot v2 svn r3814.
      Signed-off-by: default avatarFENG yu ning <fengyuning1984@gmail.com>
      Acked-by: default avatarPeter Stuge <peter@stuge.se>
      f041e9b5
  11. 10 Dec, 2008 1 commit
  12. 08 Dec, 2008 3 commits
  13. 06 Dec, 2008 1 commit
  14. 05 Dec, 2008 3 commits
  15. 04 Dec, 2008 1 commit
  16. 03 Dec, 2008 3 commits
  17. 29 Nov, 2008 1 commit
  18. 28 Nov, 2008 5 commits
  19. 27 Nov, 2008 1 commit
    • Carl-Daniel Hailfinger's avatar
      Try RES even if RDID fails · 92a54ca0
      Carl-Daniel Hailfinger authored
      
      The existing check in probe_spi_res() was right for SPI controllers
      which support all commands, but may not exist. For controllers which
      support only a subset of commands, it will fail in unexpected ways. Even
      if a command is supported by the controller, it may be unavailable if
      the controller is locked down.
      
      The new logic checks if RDID could be issued and its return values
      made sense (not 0xff 0xff 0xff). In that case, RES probing is not
      performed. Otherwise, we try RES. There is one drawback: If RDID
      returned unexpected values, we don't issue a RES probe. However, in that
      case we should try to match RDID anyway.
      
      Corresponding to flashrom svn r348 and coreboot v2 svn r3774.
      Signed-off-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      Acked-by: default avatarFENG yu ning <fengyuning1984@gmail.com>
      92a54ca0
  20. 24 Nov, 2008 1 commit
  21. 18 Nov, 2008 1 commit