1. 30 11月, 2010 2 次提交
  2. 29 11月, 2010 7 次提交
    • D
      OMAP4: SDP4430: Disable CMD_NFS · 35cf884d
      Dirk Behme 提交于
      This patch fixes the SDB4430 build after commit 6d8962e8
      by explicitly disabling CMD_NFS.
      
      >From the commit message for "Switch from archive libraries to partial linking":
      
      This commit reveals board configurations that exclude some features but
      include source files that depend these disabled features in the build,
      resulting in undefined symbols.  Known such cases include:
      
      - disabling CMD_NET but not CMD_NFS;
      - enabling CONFIG_OF_LIBFDT but not CONFIG_QE.
      Signed-off-by: NDirk Behme <dirk.behme@googlemail.com>
      Signed-off-by: NSandeep Paulraj <s-paulraj@ti.com>
      35cf884d
    • W
      Prepare v2010.12-rc2 · d0d2271f
      Wolfgang Denk 提交于
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      d0d2271f
    • A
      cfi_flash: fix bug introduced while recent change to flash_get_size() · 34bbb8fb
      Anatolij Gustschin 提交于
      commit ec50a8e3
      "cfi_flash: handle 'chip size exceeds address window' situation"
      added 3rd argument to flash_get_size() but didn't fix all the
      function calls from the board specific code. Many boards have
      their own flash_get_size() definitions in the board code and
      use them there, but some boards (e.g. tqm834x, tqm85xx, pdm360ng)
      use flash_get_size() from the cfi_flash.c driver.
      
      The bug shows up if the value of the "max_size" argument (which
      is not defined when calling the function with two arguments)
      happens to be less than "info->size". In this case on the
      affected boards we end up with a bank of reduced size and
      in the worst case might even be not able to update U-Boot or
      to boot the kernel from flash:
      
      => fli
      
      Bank # 1: CFI conformant FLASH (32 x 16)  Size: 0 kB in 1 Sectors
        AMD Standard command set, Manufacturer ID: 0x01, Device ID: 0x227E
        Erase timeout: 4096 ms, write timeout: 1 ms
        Buffer write timeout: 3 ms, buffer size: 64 bytes
      
        Sector Start Addresses:
        F0000000   RO
      
      Bank # 2: CFI conformant FLASH (32 x 16)  Size: 128 MB in 512 Sectors
        AMD Standard command set, Manufacturer ID: 0x01, Device ID: 0x227E
        Erase timeout: 4096 ms, write timeout: 1 ms
        Buffer write timeout: 3 ms, buffer size: 64 bytes
      
        Sector Start Addresses:
        F8000000        F8040000        F8080000        F80C0000        F8100000
        F8140000        F8180000        F81C0000        F8200000        F8240000
        ...
      
      E.g., updating U-Boot is not possible now:
      
      => protect off ${u-boot_addr} +${u-boot_size}
      Error: end address (0xf007ffff) not in flash!
      Bad address format
      => era ${u-boot_addr} +${u-boot_size}
      Error: end address (0xf007ffff) not in flash!
      Bad address format
      
      This patch removes the 3rd argument of flash_get_size() again
      and sets "max_size" in the function itself instead of passing
      it as a function argument.
      Signed-off-by: NAnatolij Gustschin <agust@denx.de>
      34bbb8fb
    • S
      DaVinci: DM355 Leopard : Fix for ARM Relocation support · b485faa6
      Sandeep Paulraj 提交于
      Fix for ARM Relocation support
      Signed-off-by: NSandeep Paulraj <s-paulraj@ti.com>
      b485faa6
    • S
      DaVinci DM365: Fix for ARM Relocation support · 47fefac4
      Sandeep Paulraj 提交于
      Fix for ARM Relocation support
      Signed-off-by: NSandeep Paulraj <s-paulraj@ti.com>
      47fefac4
    • S
      DaVinci DM355: Fix for ARM Relocation support · 44df860b
      Sandeep Paulraj 提交于
      Fix for ARM Relocation support
      Signed-off-by: NSandeep Paulraj <s-paulraj@ti.com>
      44df860b
    • W
      d84e19ad
  3. 28 11月, 2010 26 次提交
  4. 27 11月, 2010 5 次提交