1. 16 3月, 2015 1 次提交
  2. 06 11月, 2008 1 次提交
  3. 22 10月, 2008 1 次提交
  4. 21 10月, 2008 1 次提交
  5. 01 4月, 2008 1 次提交
  6. 28 1月, 2008 1 次提交
  7. 20 12月, 2007 2 次提交
  8. 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