1. 26 3月, 2008 1 次提交
    • D
      [POWERPC] Start removing linux,network-index in favour of aliases · ecc6cd73
      David Gibson 提交于
      This patch alters the bootwrapper for a number of machines (roubhly
      all 4xx based cuboot or treeboot platforms) to use aliases instead of
      the linux,network-index hack to work out which MAC address to attach
      to which ethernet device node.
      
      The now obsolete linux,network-index properties are removed from the
      corresponding device trees.  This won't break backwards compatiblity,
      because in cases where this fixup code is relevant, the device tree is
      part of the kernel image.
      
      The references to linux,network-index are removed from
      booting-without-of.txt.  Not only is it now deprecated, but as a hack
      applicable only when the device tree blob and fixup code were in the
      same image, this property never belonged in booting-without-of.txt
      which describes the interface between the kernel and firmware or
      bootloaders which produce a device tree.  By the time the device tree
      reaches the kernel, all the MAC addresses must be fully filled in.
      Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
      Signed-off-by: NJosh Boyer <jwboyer@linux.vnet.ibm.com>
      ecc6cd73
  2. 24 12月, 2007 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. 20 10月, 2007 2 次提交
  5. 07 9月, 2007 1 次提交