Skip to content
  1. Mar 18, 2013
    • Simon Horman's avatar
      ARM: shmobile: kzm9g: Reference DT implementation · b8b82b29
      Simon Horman authored
      
      
      Provide alternate board code for the kzm9g to demonstrate
      how DT may be used given the current state of driver
      device tree support. This is intended to act as a reference
      for mach-shmobile developers.
      
      Some notes:
      
      * Brings up the GIC interrupt handler using device tree
      * Brings up the following device using device tree:
        - MMCIF (MMC)
      * Does not bring up the INTC interrupt controller at all,
        thus external devices may not be used. In particular,
        the SMSC ethernet device may not be used and thus
        NFS root may not be used.
      * Uses existing C code and not device tree to initialise the following,
        which are needed for a working board:
        - SCIF (Serial)
        - CMT (Clock)
        - PFC (GPIO)
      
      To use this alternate board code instead of the normal board code,
      CONFIG_MACH_KZM9G_REFERENCE should be selected in the kernel config.
      And the sh73a0-kzm9g-reference.dtb flattened device tree blob should be used.
      
      Includes fix by Thierry Reding to no longer use gic_handle_irq()
      
      Includes fixes by Guennadi Liakhovetski for recent pinmux changes.
      
      Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
      Cc: Thierry Reding <thierry.reding@avionic-design.de>
      Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
      b8b82b29
    • Simon Horman's avatar
      ARM: shmobile: marzen: Reference DT implementation · 73d6a69e
      Simon Horman authored
      
      
      Provide alternate board code for the marzen to demonstrate
      how DT may be used given the current state of driver
      device tree support. This is intended to act as a reference
      for mach-shmobile developers.
      
      Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
      73d6a69e
  2. Mar 01, 2013
  3. Feb 12, 2013
  4. Feb 10, 2013
  5. Jan 29, 2013
  6. Jan 26, 2013
  7. Jan 22, 2013
  8. Jan 14, 2013
  9. Jan 09, 2013
  10. Dec 22, 2012
  11. Dec 18, 2012
  12. Dec 15, 2012
  13. Dec 04, 2012
  14. Nov 27, 2012
  15. Nov 26, 2012
  16. Nov 22, 2012
  17. Nov 21, 2012
    • Doug Anderson's avatar
      ARM: dts: Add board dts file for Snow board (ARM Chromebook) · 95e82941
      Doug Anderson authored
      
      
      This dts file is based on the Snow dts file in the Chromium OS kernel
      tree with the following changes:
      * Some details have been updated to match the exynos5250-smdk5250.dts
        file from linux-next (as of c11068538994430547722dc9fb515a0ceefd5cb9).
      * This file doesn't include references to hardware whose upstream
        support isn't quite there yet.  That includes most i2c devices.
        Note that most i2c busses have been included with no devices.
      
      The Snow dts file is mostly just an include of the "cros5250" dts file
      which describes a class of similar boards. Support for other boards has
      not yet been send upstream.
      
      With this file and a change to use UART3 for serial output I can:
      * Boot to a command line using either SD or EMMC as a root filesystem
      * See the power button and lid switch using evtest.
      
      Signed-off-by: default avatarDoug Anderson <dianders@chromium.org>
      Acked-by: default avatarOlof Johansson <olof@lixom.net>
      Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
      95e82941
  18. Nov 20, 2012
    • Stefan Roese's avatar
      ARM: sunxi: Add sun4i and cubieboard support · f055f1f6
      Stefan Roese authored
      
      
      This patch adds support for the Cubieboard based on the Allwinner
      A10/sun4i SoC. Currently only UART is supported. Other devices
      will eventually follow.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
      f055f1f6
    • Marek Vasut's avatar
      ARM: mxs: Add SchulerControl SPS1 DTS file · 160d5f27
      Marek Vasut authored
      
      
      Add DTS file for this custom board.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
      160d5f27
    • Christian Daudt's avatar
      Add support for generic BCM SoC chipsets · 8ac49e04
      Christian Daudt authored
      
      
      In order to start upstreaming Broadcom SoC support, create
      a starting hierarchy, arch and dts files.
      The first support SoC family that is planned is the
      BCM281XX (BCM11130/11140/11351/28145/28155) family of dual A9 mobile
      SoC cores.
      This code is just the skeleton code for get the machine upstreamed. It
      has been made MULTIPLATFORM compatible.
      Next steps
      ----------
      Upstream a basic set of drivers - sufficient for a console boot to
      ramdisk. These will includer timer, gpio, i2c drivers.
      After this basic set, we will proceed with a more comprehensive set
      of drivers for the 281XX SoC family.
      
      v2 patch mods
      --------
       - Remove l2x0_of_init call as there were problems with the code.
         A separate patch will be submitted with cache init code
       - Rename capri files and refs to bcm281xx-based names
       - Add bcm281xx binding doc
       - various misc cleanups
      
      v3 patch mods
      -------------
       - Remove extra #include lines
       - Remove remaining references to capri
       - dt uart chipset string added
       - cleaned up chip # references
      
      v4 patch mods
      -------------
       - swap order of compatible definitions for uart
       - fix typo
      
      v5 patch mods
      -------------
       - Rename bcm281xx to bcm11351 in dts+code,
         leaving references to bcm281xx only in help+comments.
      
      v6 patch mods
      -------------
       - fix typo in uart 'compatible' string
      
      Signed-off-by: default avatarChristian Daudt <csd@broadcom.com>
      Reviewed-by: default avatarStephen Warren <swarren@nvidia.com>
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      8ac49e04