1. 20 8月, 2007 1 次提交
  2. 08 5月, 2007 2 次提交
    • D
      [POWERPC] Support for the Ebony 440GP reference board in arch/powerpc · f6dfc805
      David Gibson 提交于
      This adds platform support code for the Ebony (440GP) evaluation
      board.  This includes both code in arch/powerpc/platforms/44x for
      board initialization, and zImage wrapper code to correctly tweak the
      flattened device tree based on information from the firmware.  The
      zImage supports both IBM OpenBIOS (aka "treeboot") and old versions of
      uboot which don't support a flattened device tree.
      Signed-off-by: NDavid Gibson <dwg@au1.ibm.com>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      f6dfc805
    • D
      [POWERPC] Add powerpc/platforms/44x, disable platforms/4xx for now · 2cd97647
      David Gibson 提交于
      This prepares for Ebony/440 support by creating an
      arch/powerpc/platforms/44x directory.  It is populated with a single
      misc_44x.S file, into which is moved the 44x specific reset code from
      head_44x.S (on the grounds that we should really stop clogging up the
      head_* files with random asm helper routines).
      
      At the same time, we disable the (empty save Kconfig and Makefile)
      arch/powerpc/platforms/4xx directory from the arch/powerpc/platforms
      Makefile.  Contrary to the comment in
      arch/powerpc/platforms/4xx/Makefile, attempting to build such an empty
      Makefile will fail, thus breaking compile for the 44x platforms we're
      about to add.  It can go back in once we start porting some of the 40x
      platforms (and thus it becomes non-empty).
      Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      2cd97647