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. 25 3月, 2008 1 次提交
  3. 20 3月, 2008 1 次提交
  4. 13 3月, 2008 1 次提交
  5. 08 3月, 2008 1 次提交
  6. 07 3月, 2008 3 次提交
  7. 28 2月, 2008 1 次提交
  8. 27 2月, 2008 3 次提交
  9. 20 2月, 2008 1 次提交
  10. 16 2月, 2008 1 次提交
  11. 14 2月, 2008 2 次提交
  12. 07 2月, 2008 3 次提交
    • V
      [POWERPC] 4xx: Add 440EPx Sequoia ehci dts entry · 3c0c6cb5
      Valentine Barshak 提交于
      Adds USB EHCI entry to PowerPC 440EPx Sequoia DTS.
      Signed-off-by: NValentine Barshak <vbarshak@ru.mvista.com>
      Signed-off-by: NJosh Boyer <jwboyer@linux.vnet.ibm.com>
      3c0c6cb5
    • G
      [POWERPC] bootwrapper: Build multiple cuImages · 25431333
      Grant Likely 提交于
      Currently, the kernel uses CONFIG_DEVICE_TREE to wrap a kernel image
      with a fdt blob which means for any given configuration only one dts
      file can be selected and so support for only one board can be built
      
      This moves the selection of the default .dts file out of the kernel
      config and into the bootwrapper makefile.  The makefile chooses which
      images to build based on the kernel config and the dts source file
      name is taken directly from the image name.  For example "cuImage.ebony"
      will use "ebony.dts" as the device tree source file.
      
      In addition, this patch allows a specific image to be requested from the
      command line by adding "cuImage.%" and "treeImage.%" targets to the list
      of valid built targets in arch/powerpc/Makefile.  This allows the default
      dts selection to be overridden.
      
      Another advantage to this change is it allows a single defconfig to be
      supplied for all boards using the same chip family and only differing in
      the device tree.
      
      Important note: This patch adds two new zImage targets; zImage.dtb.% and
      zImage.dtb.initrd.% for zImages with embedded dtb files.  Currently
      there are 5 platforms which require this: ps3, ep405, mpc885ads, ep88xc,
      adder875-redboot and ep8248e.  This patch *changes the zImage filenames*
      for those platforms.  ie. 'zImage.ps3' is now 'zImage.dtb.ps3'.
      
      This new zImage.dtb targets were added so that the .dts file could be
      part of the dependancies list for building them.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      25431333
    • J
      [POWERPC] mpc512x: Device tree for MPC5121 ADS · bd05f91f
      John Rigby 提交于
      Minimal /dts-v1/ device tree for mpc5121 ads.
      
      port-number property in uart nodes
      will go away after the driver learns to use aliases
      Signed-off-by: NJohn Rigby <jrigby@freescale.com>
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      bd05f91f
  13. 06 2月, 2008 6 次提交
  14. 29 1月, 2008 3 次提交
  15. 28 1月, 2008 12 次提交