1. 25 Aug, 2012 1 commit
  2. 02 May, 2012 1 commit
    • Steven Zakulec's avatar
      Tag all EWSR chips correctly · 3603a28a
      Steven Zakulec authored
      
      All SPI chips without a WRSR feature bit set were evaluated except the
      Sanyo LF25FW203A for which no datasheet is available.
      
      The following list includes all SPI-capable chips that still have no
      WRSR feature bit set:
       - AT26DF041
       - AT45CS1282
       - AT45DB011D
       - AT45DB021D
       - AT45DB041D
       - AT45DB081D
       - AT45DB161D
       - AT45DB321C
       - AT45DB321D
       - AT45DB642D
      
      All of them have no write function set and can be therefore ignored
      for now.
      
      Apart from those the generic chips are also not tagged. The opaque
      flash interface should not be affected. The SFDP dummy chip is
      changed to explicitly set EWSR if it can't deduce it dynamically.
      The vendor detecting generic chips can't write anyway.
      
      Corresponding to flashrom svn r1527.
      Signed-off-by: default avatarSteven Zakulec <spzakulec@gmail.com>
      Acked-by: default avatarStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
      3603a28a
  3. 24 Feb, 2012 1 commit
  4. 22 Feb, 2012 1 commit
    • Stefan Tauner's avatar
      Fix SFDP probing · 75adf32a
      Stefan Tauner authored
      
      Sfdp_add_uniform_eraser checks for existing erasers. Due to a bug it
      looked for eraser slots that have no erase functions set instead of
      those that have one set.
      
      Postpone adding an erase function for the special 4k block erase
      opcode until we know the flash chip size and add an additional check
      to sfdp_add_uniform_eraser.
      
      Fix the output of the parameter table contents.
      
      This patch fixes the index used to retrieve the eraser types, which
      was off one double word.
      
      Refine some messages and add a few further debugging prints.
      
      Corresponding to flashrom svn r1505.
      Signed-off-by: default avatarStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
      Acked-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      75adf32a
  5. 17 Feb, 2012 1 commit