1. 17 4月, 2008 1 次提交
  2. 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
  3. 05 10月, 2007 1 次提交
    • S
      [POWERPC] Document local bus nodes in the device tree, and update cuboot-pq2. · 96fca1de
      Scott Wood 提交于
      The localbus node is used to describe devices that are connected via a chip
      select or similar mechanism.  The advantages over placing the devices under
      the root node are that it can be probed without probing other random things
      under the root, and that the description of which chip select a given device
      uses can be used to set up mappings if the firmware failed to do so in a
      useful manner.
      
      cuboot-pq2 is updated to match the binding; previously, it called itself
      chipselect rather than localbus, and used phandle linkage between the
      actual bus node and the control node (the current agreement is to simply use
      the fully-qualified address of the control registers, and ignore the overlap
      with the IMMR node).
      Signed-off-by: NScott Wood <scottwood@freescale.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      96fca1de
  4. 04 10月, 2007 3 次提交
  5. 22 8月, 2007 1 次提交