[U-Boot] [PATCH v2 19/19] exynos: Add support for spring
Simon Glass
sjg at chromium.org
Sun Aug 9 17:04:56 CEST 2015
On 3 August 2015 at 08:19, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> ---
>
> Changes in v2:
> - Rebase to dm/master
>
> arch/arm/cpu/armv7/exynos/Kconfig | 6 +
> arch/arm/dts/Makefile | 1 +
> arch/arm/dts/exynos5250-spring.dts | 588 +++++++++++++++++++++++++++++++++++++
> board/samsung/smdk5250/Kconfig | 13 +
> board/samsung/smdk5250/MAINTAINERS | 6 +
> configs/spring_defconfig | 42 +++
> include/configs/spring.h | 20 ++
> 7 files changed, 676 insertions(+)
> create mode 100644 arch/arm/dts/exynos5250-spring.dts
> create mode 100644 configs/spring_defconfig
> create mode 100644 include/configs/spring.h
Applied to u-boot-dm.
More information about the U-Boot
mailing list