1. 16 3月, 2012 2 次提交
  2. 23 2月, 2012 3 次提交
  3. 18 1月, 2012 3 次提交
  4. 15 1月, 2012 1 次提交
    • S
      Kbuild: Use dtc's -d (dependency) option · 7c431851
      Stephen Warren 提交于
      This hooks dtc into Kbuild's dependency system.
      
      Thus, for example, "make dtbs" will rebuild tegra-harmony.dtb if only
      tegra20.dtsi has changed yet tegra-harmony.dts has not. The previous
      lack of this feature recently caused me to have very confusing "git
      bisect" results.
      
      For ARM, it's obvious what to add to $(targets). I'm not familiar enough
      with other architectures to know what to add there. Powerpc appears to
      already add various .dtb files into $(targets), but the other archs may
      need something added to $(targets) to work.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      Acked-by: NShawn Guo <shawn.guo@linaro.org>
      [mmarek: Dropped arch/c6x part to avoid merging commits from the middle
      of the merge window]
      Signed-off-by: NMichal Marek <mmarek@suse.cz>
      7c431851
  5. 05 1月, 2012 3 次提交
  6. 22 12月, 2011 1 次提交
  7. 20 12月, 2011 1 次提交
    • S
      powerpc/boot: Change the load address for the wrapper to fit the kernel · c55aef0e
      Suzuki Poulose 提交于
      The wrapper code which uncompresses the kernel in case of a 'ppc' boot
      is by default loaded at 0x00400000 and the kernel will be uncompressed
      to fit the location 0-0x00400000. But with dynamic relocations, the size
      of the kernel may exceed 0x00400000(4M). This would cause an overlap
      of the uncompressed kernel and the boot wrapper, causing a failure in
      boot.
      
      The message looks like :
      
         zImage starting: loaded at 0x00400000 (sp: 0x0065ffb0)
         Allocating 0x5ce650 bytes for kernel ...
         Insufficient memory for kernel at address 0! (_start=00400000, uncompressed size=00591a20)
      
      This patch shifts the load address of the boot wrapper code to the next
      higher MB, according to the size of  the uncompressed vmlinux.
      
      With the patch, we get the following message while building the image :
      
       WARN: Uncompressed kernel (size 0x5b0344) overlaps the address of the wrapper(0x400000)
       WARN: Fixing the link_address of wrapper to (0x600000)
      Signed-off-by: NSuzuki K. Poulose <suzuki@in.ibm.com>
      Signed-off-by: NJosh Boyer <jwboyer@gmail.com>
      c55aef0e
  8. 09 12月, 2011 3 次提交
  9. 08 12月, 2011 1 次提交
    • B
      powerpc: Add support for OpenBlockS 600 · 11eab297
      Benjamin Herrenschmidt 提交于
      So I've had one of these for a while and it looks like the vendor never
      bothered submitting the support upstream.
      
      This adds it using ppc40x_simple and provides a device-tree.
      
      There are some changes to the boot wrapper because the way u-boot works
      on this thing, it seems to expect a multipart image with the kernel,
      initrd and dtb in it.
      
      The USB support is missing as it needs the yet unmerged driver for
      the DWC OTG part and the GPIOs may need further definition in the dts.
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      11eab297
  10. 02 12月, 2011 1 次提交
  11. 30 11月, 2011 1 次提交
    • T
      powerpc/40x: Add APM8018X SOC support · d5b9ee7b
      Tanmay Inamdar 提交于
      The AppliedMicro APM8018X embedded processor targets embedded applications that
      require low power and a small footprint. It features a PowerPC 405 processor
      core built in a 65nm low-power CMOS process with a five-stage pipeline executing
      up to one instruction per cycle. The family has 128-kbytes of on-chip memory,
      a 128-bit local bus and on-chip DDR2 SDRAM controller with 16-bit interface.
      Signed-off-by: NTanmay Inamdar <tinamdar@apm.com>
      Signed-off-by: NJosh Boyer <jwboyer@gmail.com>
      d5b9ee7b
  12. 24 11月, 2011 20 次提交
    • T
      powerpc/85xx: add pixis indirect mode device tree node · c0019a4d
      Timur Tabi 提交于
      The Freescale P1022 has a unique pin muxing "feature" where the DIU video
      controller's video signals are muxed with 24 of the local bus address signals.
      When the DIU is enabled, the bulk of the local bus is disabled, preventing
      access to memory-mapped devices like NOR flash and the pixis FPGA.
      
      In this situation, the pixis supports "indirect mode", which allows access
      to the pixis itself by reading/writing addresses on specific local bus
      chip selects.  CS0 is used to select which pixis register to access, and
      CS1 is used to read/write the value.
      
      To support this, we introduce another board-control child node of the
      localbus node that contains a 'reg' property for CS0 and CS1.  This will
      produce the correct physical addresses for CS0 and CS1.
      Signed-off-by: NTimur Tabi <timur@freescale.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      c0019a4d
    • K
      powerpc/85xx: Update SRIO device tree nodes · 54986964
      Kumar Gala 提交于
      Update all dts files that support SRIO controllers to match the new
      fsl,srio device tree binding.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      54986964
    • K
      powerpc/85xx: Rework P5020DS device tree · 03f4201b
      Kumar Gala 提交于
      Utilize new split between board & SoC, and new SoC device trees split
      into pre & post utilizing 'template' includes for SoC IP blocks.
      
      Other changes include:
      * Adding of MPIC timer blocks
      * Dropping "fsl,p5020-IP..." from compatibles for standard blocks
      * Removed mpic interrupt-parent from dcsr-epu node, just use top level
      * Removed mpic interrupt-parent from sec nodes, just use top level
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      03f4201b
    • K
      powerpc/85xx: Rework P4080DS device trees · b9db022c
      Kumar Gala 提交于
      Utilize new split between board & SoC, and new SoC device trees split
      into pre & post utilizing 'template' includes for SoC IP blocks.
      
      Other changes include:
      * Adding of MPIC timer blocks
      * Dropping "fsl,p4080-IP..." from compatibles for standard blocks
      * Removed mpic interrupt-parent from dcsr-epu node, just use top level
      * Removed mpic interrupt-parent from sec nodes, just use top level
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      b9db022c
    • K
      powerpc/85xx: Rework P3060QDS device tree · 8389c823
      Kumar Gala 提交于
      Utilize new split between board & SoC, and new SoC device trees split
      into pre & post utilizing 'template' includes for SoC IP blocks.
      
      Other changes include:
      * Adding of MPIC timer blocks
      * Dropping "fsl,p3060-IP..." from compatibles for standard blocks
      * Removed mpic interrupt-parent from dcsr-epu node, just use top level
      * Removed mpic interrupt-parent from sec nodes, just use top level
      * Fixed l3-cache IRQs, we have 2 CPCs, so we should have IRQs for both
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      8389c823
    • K
      powerpc/85xx: Rework P3041DS device tree · b4c3804d
      Kumar Gala 提交于
      Utilize new split between board & SoC, and new SoC device trees split
      into pre & post utilizing 'template' includes for SoC IP blocks.
      
      Other changes include:
      * Adding of MPIC timer blocks
      * Dropping "fsl,p3041-IP..." from compatibles for standard blocks
      * Removed mpic interrupt-parent from dcsr-epu node, just use top level
      * Fixed some dcsr compatiable typo's from 'p43041' to 'p3041'
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      b4c3804d
    • K
      powerpc/85xx: Rework P2041RDB device tree · 8b8673b8
      Kumar Gala 提交于
      Utilize new split between board & SoC, and new SoC device trees split
      into pre & post utilizing 'template' includes for SoC IP blocks.
      
      Other changes include:
      * Adding of MPIC timer blocks
      * Dropping "fsl,p2041-IP..." from compatibles for standard blocks
      * Removed mpic interrupt-parent from dcsr-epu node, just use top level
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      8b8673b8
    • K
      powerpc/85xx: Rework P2020RDB device tree · 941d71c7
      Kumar Gala 提交于
      Utilize new split between board & SoC, and new SoC device trees split
      into pre & post utilizing 'template' includes for SoC IP blocks.
      
      Other changes include:
      
      * Moved to specifying interrupt-parent for mpic at root
      * Moved to 4-cell mpic interrupt cells to support MPIC timers
      * Reworked PCIe nodes to allow supportin IRQs for controller (errors) and
        moved PCI device IRQs down to virtual bridge level
      * Updated spi node to new espi binding specification
      * Renamed 'sdhci' node to 'sdhc'
      * Changed GPIO compatiable from 'fsl,mpc8572-gpio' to 'fsl,pq3-gpio' as the
       'mpc8572' compatiable is to deal with a 'mpc8572' specific to an erratum
      * Fixed wrong reg offsets for mdio nodes associated with etsec2 &
      * etsec3
      * Dropping "fsl,p2020-IP..." from compatibles for standard blocks
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      941d71c7
    • K
      powerpc/85xx: Rework P2020DS device tree · 7f9ce714
      Kumar Gala 提交于
      Utilize new split between board & SoC, and new SoC device trees split
      into pre & post utilizing 'template' includes for SoC IP blocks.
      
      Other changes include:
      
      * Moved to specifying interrupt-parent for mpic at root
      * Moved to 4-cell mpic interrupt cells to support MPIC timers
      * Reworked PCIe nodes to allow supportin IRQs for controller (errors)
        and moved PCI device IRQs down to virtual bridge level
      * Updated spi node to new espi binding specification
      * Renamed 'sdhci' node to 'sdhc'
      * Changed GPIO compatiable from 'fsl,mpc8572-gpio' to 'fsl,pq3-gpio' as the
       'mpc8572' compatiable is to deal with a 'mpc8572' specific to an erratum
      * Fixed wrong reg offsets for mdio nodes associated with etsec2 & etsec3
      * Dropping "fsl,p2020-IP..." from compatibles for standard blocks
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      7f9ce714
    • K
      powerpc/85xx: Rework P1023RDS device tree · b0e2f248
      Kumar Gala 提交于
      Utilize new split between board & SoC, and new SoC device trees split
      into pre & post utilizing 'template' includes for SoC IP blocks.
      
      Other changes include:
      * Moved to specifying interrupt-parent for mpic at root
      * Moved to 4-cell mpic interrupt cells to support MPIC timers
      * Dropping "fsl,p1023-IP..." from compatibles for standard blocks
      * Removed incorrect power/pmc node, there are no etsec on P1023
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      b0e2f248
    • K
      powerpc/85xx: Rework P1022DS device tree · ab827d97
      Kumar Gala 提交于
      Utilize new split between board & SoC, and new SoC device trees split
      into pre & post utilizing 'template' includes for SoC IP blocks.
      
      Other changes include:
      
      * Reworked PCIe nodes to allow supportin IRQs for controller (errors)
        and moved PCI device IRQs down to virtual bridge level
      * Changed GPIO compatiable from 'fsl,mpc8572-gpio' to 'fsl,pq3-gpio' as the
        'mpc8572' compatiable is to deal with a 'mpc8572' specific to an erratum
      * Updated spi node to new espi binding specification
      * Renamed SDHC node from 'sdhci' to 'sdhc'
      * Added usb node for 2nd usb controller
      * Dropping "fsl,p1022-IP..." from compatibles for standard blocks
      * Fixed bug in local bus range node for CS2, was maping to
        0x0 0x0xffa00000 instead of 0xf 0xffa00000
      * Fixed localbus reg property should have been 0xf 0xffe05000
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      Tested-by: NTimur Tabi <timur@freescale.com>
      ab827d97
    • K
      powerpc/85xx: Rework P1021MDS device tree · ffeb33d2
      Kumar Gala 提交于
      Utilize new split between board & SoC, and new SoC device trees split
      into pre & post utilizing 'template' includes for SoC IP blocks.
      
      Other changes include:
      
      * Moved to specifying interrupt-parent for mpic at root
      * Moved to 4-cell mpic interrupt cells to support MPIC timers
      * Reworked PCIe nodes to allow supportin IRQs for controller (errors) and
        moved PCI device IRQs down to virtual bridge level
      * Renamed SDHC node from 'sdhci' to 'sdhc'
      * Added usb node for 2nd usb controller
      * Dropping "fsl,p1021-IP..." from compatibles for standard blocks
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      ffeb33d2
    • K
      3316a83c
    • K
      powerpc/85xx: Rework P1020RDB device tree · 4e36afa7
      Kumar Gala 提交于
      Utilize new split between board & SoC, and new SoC device trees split
      into pre & post utilizing 'template' includes for SoC IP blocks.
      
      Other changes include:
      * Dropping "fsl,p1020-IP..." from compatibles for standard blocks
      * Fixed PCIe interrupt-maps to have proper number of cells
      * Added mdio node for etsec@26000
      * Added usb node for 2nd usb controller
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      4e36afa7
    • K
      4de0e39c
    • K
      396a5a56
    • K
      powerpc/85xx: Add RTC to P1010RDB device tree · ae744b41
      Kumar Gala 提交于
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      ae744b41
    • K
      powerpc/85xx: Rework P1010RDB and P1010 device tree · 96488746
      Kumar Gala 提交于
      Utilize new split between board & SoC, and new SoC device trees split
      into pre & post utilizing 'template' includes for SoC IP blocks.
      
      Other changes include:
      * Moved to specifying interrupt-parent for mpic at root
      * Moved to 4-cell mpic interrupt cells to support MPIC timers
      * Dropping "fsl,p1010-IP..." from compatibles for standard blocks
      * PCI interrupt map - wrong IRQs for PCI-0 controller
      * SDHC interrupt sense was wrong
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      96488746
    • K
      powerpc/85xx: Rework MPC8572DS device tree · 53291959
      Kumar Gala 提交于
      Utilize new split between board & SoC, and new SoC device trees split
      into pre & post utilizing 'template' includes for SoC IP blocks.
      
      Other changes include:
      
      * Moved to specifying interrupt-parent for mpic at root
      * Moved to 4-cell mpic interrupt cells to support MPIC timers
      * Removed CPU properties setup by u-boot to match other .dts
      * Reworked PCIe nodes to allow supportin IRQs for controller (errors) and
        moved PCI device IRQs down to virtual bridge level
      * Moved mdio nodes up one level instead of under tsec nodes
      * Added GPIO controller node to MPC8572 SoC template
      * Dropping "fsl,mpc8572-IP..." from compatibles for standard blocks
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      53291959
    • K
      powerpc/85xx: Rework MPC8569MDS device tree · e7a7b329
      Kumar Gala 提交于
      Utilize new split between board & SoC, and new SoC device trees split
      into pre & post utilizing 'template' includes for SoC IP blocks.
      
      Other changes include:
      * Moved to a standard 2 #address-cells & #size-cells at top-level
      * Moved to specifying interrupt-parent for mpic at root
      * Moved to 4-cell mpic interrupt cells to support MPIC timers
      * Removed CPU properties setup by u-boot to match other .dts
      * Reworked PCIe nodes to allow supportin IRQs for controller (errors)
        and moved PCI device IRQs down to virtual bridge level
      * Renamed SDHC node from 'sdhci' to 'sdhc'
      * Dropping "fsl,mpc8569-IP..." from compatibles for standard blocks
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      e7a7b329