Skip to content
  1. Apr 04, 2013
  2. Mar 21, 2013
  3. Mar 01, 2013
  4. Feb 12, 2013
  5. Feb 10, 2013
  6. Jan 29, 2013
  7. Jan 26, 2013
  8. Jan 22, 2013
  9. Jan 14, 2013
  10. Jan 09, 2013
  11. Dec 22, 2012
  12. Dec 18, 2012
  13. Dec 15, 2012
  14. Dec 04, 2012
  15. Nov 27, 2012
  16. Nov 26, 2012
  17. Nov 22, 2012
  18. 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
  19. 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