1. 04 4月, 2016 4 次提交
    • L
      ARM: dts: realview: support all the RealView EB board variants · 2440d29d
      Linus Walleij 提交于
      The ARM RealView Evaluation Baseboards are basically these:
      
      - The original ARMv5 EB board with an ARM926EJ-S, ARM1136 or
        ARM1176 core tile here described in arm-realview-eb.dts
        no matter which of these core tiles is being used. This
        can be emulated by QEMU "realview-eb" machine, which by
        default will have the ARM926EJ-S core tile.
      
      - The same board with one of three MPCore Core tiles:
        ARM11MPCore, not to be confused with the similar ARM
        PB11MPCore ARM11MPCore test system. This exist in
        two revisions:
        - Revision A modeled in arm-realview-eb-11mp.dts
        - Revision B modeled arm-realview-eb-11mp-revb.dts
          Revision B can be emulated by the QEMU
          "realview-eb-mpcore" machine, but to match the hardware
          also the argument -smp cpus=4 must be passed so that
          it has four CPU cores, like the hardware.
      
        There is also evidently from the code in the kernel a
        Cortex-A9 core tile for the EB, and this is modeled in
        arm-realview-eb-a9mp.dts based on the kernel boardfile.
        I have not found a user guide for this EB core tile on
        the ARM website and it seems uncommon. It is however
        included for completeness.
      
      Cc: Pawel Moll <pawel.moll@arm.com>
      Cc: Peter Maydell <peter.maydell@linaro.org>
      Cc: Marc Zyngier <marc.zyngier@arm.com>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      2440d29d
    • L
      ARM: dts: realview: PB1176: define a standard VGA panel · 95109b8b
      Linus Walleij 提交于
      This defines the CLCD block in the PB1176 and adds a standard
      640x480 VGA panel to the device tree.
      
      Cc: Pawel Moll <pawel.moll@arm.com>
      Cc: Rob Herring <robh@kernel.org>
      Cc: Russell King <linux@arm.linux.org.uk>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      95109b8b
    • L
      ARM: dts: realview: PB11MPCore: define a standard VGA panel · 6096188a
      Linus Walleij 提交于
      Let's supply a standard VGA panel by default on the PB11MPCore,
      this will work with most monitors. If more screen real estate is
      desired, users can update the DPI definition.
      
      Cc: Pawel Moll <pawel.moll@arm.com>
      Cc: Rob Herring <robh@kernel.org>
      Cc: Russell King <linux@arm.linux.org.uk>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      6096188a
    • L
      Documentation/DT: add blurb for IB2 syscon to Versatile · 1a66ab2d
      Linus Walleij 提交于
      The ARM Versatile has an optional daughterboard, if this is
      mounted, we need to be able to access its system controller.
      Put in a documentation blurb for this.
      
      Cc: Pawel Moll <pawel.moll@arm.com>
      Cc: Rob Herring <robh@kernel.org>
      Cc: Russell King <linux@arm.linux.org.uk>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      1a66ab2d
  2. 03 4月, 2016 9 次提交
  3. 02 4月, 2016 27 次提交