Skip to content
  1. 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
  2. Nov 07, 2012
  3. Oct 16, 2012
  4. Oct 09, 2012
  5. Oct 07, 2012
  6. Sep 23, 2012
  7. Sep 21, 2012
    • Olof Johansson's avatar
      ARM: dtb: move all dtb targets to common Makefile · 85594df2
      Olof Johansson authored
      
      
      Since the dtb targets have moved to arch/arm/boot/dts/Makefile, sweep
      the platforms that have had new targets added recently and move them over.
      
      While I was at it, I also made the dtb generation more generic, i.e. if
      the platform is enabled then all dtbs for that platform will be created.
      
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      Cc: Tony Lindgren <tony@atomide.com>
      Cc: David Brown <davidb@codeaurora.com>
      Cc: Barry Song <Baohua.Song@csr.com>
      Cc: Simon Horman <horms@verge.net.au>
      Cc: Rob Herring <rob.herring@calxeda.com>
      Cc: Stephen Warren <swarren@wwwdotorg.org>
      85594df2
  8. Sep 14, 2012
    • Rob Herring's avatar
      ARM: move all dtb targets out of Makefile.boot · 360a0cab
      Rob Herring authored
      
      
      In preparation to support multi-platform kernels, move all the dtb targets
      out of the mach Makefile.boot and into the arch/arm/boot/dts/Makefile
      which is closer to the sources.
      
      DTBs are only built when CONFIG_OF is enabled and now use top level
      CONFIG_ARCH_xxx instead of chip or board specific config options.
      
      Signed-off-by: default avatarRob Herring <rob.herring@calxeda.com>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Andrew Victor <linux@maxim.org.za>
      Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
      Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
      Cc: Kukjin Kim <kgene.kim@samsung.com>
      Cc: Sascha Hauer <kernel@pengutronix.de>
      Cc: Jason Cooper <jason@lakedaemon.net>
      Cc: Andrew Lunn <andrew@lunn.ch>
      Cc: Gregory Clement <gregory.clement@free-electrons.com>
      Acked-by: default avatarShawn Guo <shawn.guo@linaro.org>
      Cc: Viresh Kumar <viresh.linux@gmail.com>
      Cc: Shiraz Hashim <shiraz.hashim@st.com>
      Cc: Rajeev Kumar <rajeev-dlh.kumar@st.com>
      Cc: Stephen Warren <swarren@wwwdotorg.org>
      Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      360a0cab