1. 29 May, 2008 3 commits
    • Josh Boyer's avatar
      [POWERPC] 4xx: Fix PCI mem in rainier DTS · 6f031101
      Josh Boyer authored
      This fixes the PCI node in the Rainier to match the spec from AMCC.  A
      similar fix was done for 440EPx, which shares the same values as 440GRx.
      Signed-off-by: default avatarJosh Boyer <jwboyer@linux.vnet.ibm.com>
      6f031101
    • David Gibson's avatar
      [POWERPC] Convert remaining dts-v0 files to v1 · 71f34979
      David Gibson authored
      At the moment we have a mixture of left-over version 0 and new-format
      version 1 files in arch/powerpc/boot/dts.  This is potentially
      confusing to people new to the dts format attempting to figure it out.
      
      So, this patch converts all the as-yet unconverted dts v0 files and
      converts them to v1.  They're mechanically-converted, and not hand
      tweaked so in some cases they're not 100% in keeping with usual v1
      style, but the convertor program does have some heuristics so the
      discrepancies aren't too bad.
      
      I have checked that this patch produces no changes to the resulting
      dtb binaries.
      Signed-off-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
      Acked-by: default avatarJosh Boyer <jwboyer@linux.vnet.ibm.com>
      Acked-by: default avatarGeoff Levand <geoffrey.levand@am.sony.com>
      Signed-off-by: default avatarJosh Boyer <jwboyer@linux.vnet.ibm.com>
      71f34979
    • Stephen Neuendorffer's avatar
      [POWERPC] Refactor DCR code · b786af11
      Stephen Neuendorffer authored
      Previously, DCR support was configured at compile time to either use
      MMIO or native dcr instructions.  Although this works for most
      platforms, it fails on FPGA platforms:
      
      1) Systems may include more than one DCR bus.
      2) Systems may be native DCR capable and still use memory mapped DCR interface.
      
      This patch provides runtime support based on the device trees for the
      case where CONFIG_PPC_DCR_MMIO and CONFIG_PPC_DCR_NATIVE are both
      selected.  Previously, this was a poorly defined configuration, which
      happened to provide NATIVE support.  The runtime selection is made
      based on the dcr-controller having a 'dcr-access-method' attribute
      in the device tree.  If only one of the above options is selected,
      then the code uses #defines to select only the used code in order to
      avoid introducing overhead in existing usage.
      Signed-off-by: default avatarStephen Neuendorffer <stephen.neuendorffer@xilinx.com>
      Signed-off-by: default avatarJosh Boyer <jwboyer@linux.vnet.ibm.com>
      b786af11
  2. 23 May, 2008 11 commits
  3. 22 May, 2008 14 commits
  4. 21 May, 2008 12 commits