1. 13 5月, 2011 34 次提交
  2. 12 5月, 2011 6 次提交
    • S
      PPC405EX CHIP_21 erratum · 644362c4
      Steven A. Falco 提交于
      APM errata CHIP_21 for the 405EX/EXr (from the rev 1.09 document dated
      4/27/11) states that rev D processors may wake up with the wrong feature
      set.  This patch implements the APM-proposed workaround.
      
      To enable this patch for your board, add the appropriate define for your
      CPU to your board header file.  See kilauea.h for more information.  The
      following variants are supported:
      
      #define CONFIG_SYS_4xx_CHIP_21_405EX_NO_SECURITY
      #define CONFIG_SYS_4xx_CHIP_21_405EX_SECURITY
      #define CONFIG_SYS_4xx_CHIP_21_405EXr_NO_SECURITY
      #define CONFIG_SYS_4xx_CHIP_21_405EXr_SECURITY
      
      Please note that if you select the wrong define, your board will not
      boot, and JTAG will be required to recover.
      
      Tested on custom boards using:
      
      CONFIG_SYS_4xx_CHIP_21_405EX_NO_SECURITY  <sfalco@harris.com>
      CONFIG_SYS_4xx_CHIP_21_405EX_SECURITY     <eibach@gdsys.de>
      Signed-off-by: NSteve Falco <sfalco@harris.com>
      Acked-by: NDirk Eibach <eibach@gdsys.de>
      Signed-off-by: NStefan Roese <sr@denx.de>
      644362c4
    • C
      Enable multiple fs options for Marvell SoC family on OpenRD boards · 2e73808e
      Clint Adams 提交于
      Signed-off-by: NClint Adams <clint@debian.org>
      Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
      Cc: Prafulla Wadaskar <prafulla@marvell.com>
      Cc: Julian Pidancet <julian.pidancet@citrix.com>
      2e73808e
    • C
      Initialize second PHY on OpenRD-Client and OpenRD-Ultimate · 1615db3c
      Clint Adams 提交于
      Though the OpenRD-Base only has one gigabit Ethernet port,
      both the OpenRD-Client and OpenRD-Ultimate each have two.
      
      On the Ultimate, the PHY addresses are consecutive, but
      on the Client they are not.
      
      (based on
      <62a0952ce368acc725063a00a5ec680a639d6c27.1301040318.git.julian.pidancet@citrix.com>
      <ad0a2dc1e422698b005d6f0ceb6dd6f75a87e00a.1301040318.git.julian.pidancet@citrix.com>
      )
      Signed-off-by: NClint Adams <clint@debian.org>
      Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
      Cc: Prafulla Wadaskar <prafulla@marvell.com>
      Cc: Julian Pidancet <julian.pidancet@citrix.com>
      1615db3c
    • C
      Add definitions for OpenRD-Client and OpenRD-Ultimate · 21861f2d
      Clint Adams 提交于
      Signed-off-by: NClint Adams <clint@debian.org>
      Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
      Cc: Prafulla Wadaskar <prafulla@marvell.com>
      Cc: Julian Pidancet <julian.pidancet@citrix.com>
      21861f2d
    • C
      Rename openrd_base files to openrd · f846604f
      Clint Adams 提交于
      Signed-off-by: NClint Adams <clint@debian.org>
      Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
      Cc: Prafulla Wadaskar <prafulla@marvell.com>
      Cc: Julian Pidancet <julian.pidancet@citrix.com>
      f846604f
    • S
      mv-common.h: fix DRAM banks configuration · 2f795ac7
      Simon Guinot 提交于
      The asm/arch/config.h header define CONFIG_NR_DRAM_BANKS_MAX, which is
      needed to configure DRAM banks.
      
      This patch move the asm/arch/config.h header inclusion above the DRAM
      banks configuration.
      
      Additionally this patch fix a typo.
      Signed-off-by: NSimon Guinot <sguinot@lacie.com>
      2f795ac7