1. 29 11月, 2010 11 次提交
  2. 28 11月, 2010 26 次提交
  3. 27 11月, 2010 3 次提交
    • S
      ppc4xx: Fix build problems of IBM DDR2 NAND booting targets · c56f84ca
      Stefan Roese 提交于
      This change is needed to compile the PPC4xx NAND booting targets
      equipped with the IBM DDR2 SDRAM controller.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Wolfgang Denk <wd@denx.de>
      Acked-by: NStefan Roese <sr@denx.de>
      c56f84ca
    • W
      PPChameleonEVB and CATcenter need a custom linker script · aa72d8ba
      Wolfgang Denk 提交于
      These boards use an embedded environment, which is not supported by the
      generic arch/powerpc/cpu/ppc4xx/u-boot.lds script.
      
      The breakage was introduced by commit 2cd95a25 "ppc4xx: Remove board
      specific linker scripts from most PPC4xx boards"
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Stefan Roese <sr@denx.de>
      Cc: Andrea Marson <andrea.marson@dave-tech.it>
      Acked-by: NStefan Roese <sr@denx.de>
      aa72d8ba
    • W
      arch/powerpc/*/config.mk: make CONFIG_SYS_LDSCRIPT settings work · fa11dbe5
      Wolfgang Denk 提交于
      As we try to get rid of board specific config.mk files we must
      provide a way for board specific settings of the LDSCRIPT variable
      (path to the linker script) where needed.
      
      We now implement the following hierarchy:
      
      - Highest priority has a "#define CONFIG_SYS_LDCONFIG" in the board
        config file.
      - If CONFIG_SYS_LDCONFIG is not set, and the system is booting from
        NAND (CONFIG_NAND_SPL is set), then a board specific linker
        script board/$(BOARDDIR)/u-boot-nand.lds gets used.
      - If we are not booting from NAND, we test if a processor specific
        linker script arch/powerpc/cpu/$(CPU)/u-boot.lds exists; if so we
        use that.
      - As default, arch/powerpc/config.mk gets used.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Stefan Roese <sr@denx.de>
      Cc: Kim Phillips <kim.phillips@freescale.com>
      Cc: Kumar Gala <kumar.gala@freescale.com>
      Cc: Andy Fleming <afleming@gmail.com>
      Acked-by: NStefan Roese <sr@denx.de>
      fa11dbe5