1. 11 2月, 2009 1 次提交
  2. 24 1月, 2008 2 次提交
  3. 11 12月, 2007 1 次提交
    • D
      [POWERPC] Use embedded libfdt in the bootwrapper · 2f0dfeaa
      David Gibson 提交于
      This incorporates libfdt (from the source embedded in an earlier
      commit) into the wrapper.a library used by the bootwrapper.  This
      includes adding a libfdt_env.h file, which the libfdt sources need in
      order to integrate into the bootwrapper environment, and a
      libfdt-wrapper.c which provides glue to connect the bootwrapper's
      abstract device tree callbacks to the libfdt functions.
      
      In addition, this changes the various wrapper and platform files to
      use libfdt functions instead of the older flatdevtree.c library.
      Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      2f0dfeaa
  4. 22 8月, 2007 1 次提交
  5. 14 6月, 2007 1 次提交
    • D
      [POWERPC] Consolidate cuboot initialization code · 85aecac8
      David Gibson 提交于
      The various cuboot platforms (i.e. pre-device tree aware u-boot for
      83xx, 85xx and Ebony) share a certain amount of code for parsing the
      boot parameters.  To a certain extent that's inevitable, since they
      platforms have different definitions of the bd_t structure.  However,
      with some macro work and a helper function, this patch improves the
      situation a bit.
      
      In the process, this fixes a bug on Ebony, which was incorrectly
      handling the parameters passed form u-boot for the command line (the
      bug was copied from 83xx and 85xx which have subsequently been fixed).
      Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      85aecac8
  6. 12 5月, 2007 1 次提交
  7. 27 4月, 2007 1 次提交
  8. 24 4月, 2007 1 次提交