Skip to content
Snippets Groups Projects
  1. Dec 17, 2010
    • Stefan Roese's avatar
      cfi_flash: Use flash_read32() in sector_erased() · 4d2ca9d6
      Stefan Roese authored
      
      The function sector_erased() is modified to not use pointer
      access, but to use the correct accessor functions. This fixes a
      problem on the t3corp board with the Xilinx DS617 flash chips. Here
      a board specific accessor function is needed to read from flash
      in 32bit mode. This patch enables such an operation mode.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      4d2ca9d6
    • Stefan Roese's avatar
      cfi_flash: Fix problems with status/id read mode · df4e813b
      Stefan Roese authored
      
      This patch adds some calls to set the flash chip in the read-status-
      register- or read-id-mode before the corresponding register is
      read back. This problem was detected while porting the common CFI
      driver to support the Xilinx DS617 flash chips.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      df4e813b
  2. Dec 16, 2010
  3. Dec 15, 2010
  4. Dec 13, 2010
  5. Dec 11, 2010
  6. Dec 09, 2010
Loading