]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
exynos: Add support for spring
authorSimon Glass <sjg@chromium.org>
Mon, 3 Aug 2015 14:19:37 +0000 (08:19 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:17 +0000 (08:17 +0200)
commitaa775a0e27f00e1a9045192994248e71c5d9259e
tree24ab12f3629e7dd4c3dc9423eb3a28ab1216502e
parent668bf9b728880be3a013f4bfe4fcfecc15dc1308
exynos: Add support for spring

Spring is the first ARM-based HP Chromebook 11. It is similar to snow
and it uses the same Samsung Exynos5250 chip. But has some unusual
features. Mainline support for it has lagged snow (both in kernel and
U-Boot). Now that the exynos5 code is common we can support spring just
by adding a device tree and a few lines of configuration.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/cpu/armv7/exynos/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/exynos5250-spring.dts [new file with mode: 0644]
board/samsung/smdk5250/Kconfig
board/samsung/smdk5250/MAINTAINERS
configs/spring_defconfig [new file with mode: 0644]
include/configs/spring.h [new file with mode: 0644]