]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/spring_defconfig
exynos: Add support for spring
authorSimon Glass <sjg@chromium.org>
Mon, 3 Aug 2015 14:19:37 +0000 (08:19 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Aug 2015 03:06:17 +0000 (21:06 -0600)
commitd1de41d7fa68b29510da1320d6646fcc19113af2
tree14956fe68f3aa0d491107cec7684726912800223
parenta7a73ef85fc894d52013abf8616c1f9c0aea9d26
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]