1. 22 May, 2009 2 commits
  2. 21 May, 2009 4 commits
  3. 20 May, 2009 2 commits
  4. 19 May, 2009 2 commits
  5. 18 May, 2009 3 commits
  6. 17 May, 2009 8 commits
  7. 16 May, 2009 7 commits
  8. 15 May, 2009 3 commits
  9. 14 May, 2009 8 commits
  10. 13 May, 2009 1 commit
    • Carl-Daniel Hailfinger's avatar
      Generic status register prettyprinting for SST25* · 5100a8a9
      Carl-Daniel Hailfinger authored
      
      Even if we don't tell the user about the areas the block locking bits
      correspond to, printing a detailed list of which lock bits are set is a
      definite improvement.
      
      Corresponding to flashrom svn r505.
      Signed-off-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      
      Sample output:
      [...]
      Probing for SST SST25VF032B, 4096 KB: RDID returned bf 25 4a.
      probe_spi_rdid_generic: id1 0xbf, id2 0x254a
      Chip status register is 1c
      Chip status register: Block Protect Write Disable (BPL) is not set
      Chip status register: Auto Address Increment Programming (AAI) is not
      set
      Chip status register: Bit 5 / Block Protect 3 (BP3) is not set
      Chip status register: Bit 4 / Block Protect 2 (BP2) is set
      Chip status register: Bit 3 / Block Protect 1 (BP1) is set
      Chip status register: Bit 2 / Block Protect 0 (BP0) is set
      Chip status register: Write Enable Latch (WEL) is not set
      Chip status register: Write In Progress (WIP/BUSY) is not set
      Found chip "SST SST25VF032B" (4096 KB) at physical address 0xffc00000.
      Acked-by: default avatarCristi Magherusan <cristi.magherusan@net.utcluj.ro>
      5100a8a9