]> Git Repo - J-u-boot.git/commit - configs/snow_defconfig
arm: exynos: realign the code to allow support for newer 64-bit platforms
authorThomas Abraham <[email protected]>
Sat, 23 Apr 2016 16:48:12 +0000 (22:18 +0530)
committerMinkyu Kang <[email protected]>
Wed, 25 May 2016 01:00:19 +0000 (10:00 +0900)
commit36aa893775b809ea3b508a225992311582f6379a
tree8a25a9ab8ee5141f8bf70de3b2809a6bbd5c789a
parentcf75cdf96ef288410222737eca98cf28cdbafbe2
arm: exynos: realign the code to allow support for newer 64-bit platforms

The existing Exynos 32-bit platform support needs to be realigned in
order to support newer 64-bit Exynos platforms. The driver model will
be utlized for drivers on the 64-bit Exynos platforms and so some of
the older platform support code would not be required for the newer
64-bit Exynos platforms.

Cc: Minkyu Kang <[email protected]>
Signed-off-by: Thomas Abraham <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
20 files changed:
arch/arm/Kconfig
arch/arm/mach-exynos/Kconfig
arch/arm/mach-exynos/Makefile
arch/arm/mach-exynos/include/mach/cpu.h
arch/arm/mach-exynos/include/mach/gpio.h
arch/arm/mach-exynos/soc.c
configs/arndale_defconfig
configs/odroid-xu3_defconfig
configs/odroid_defconfig
configs/origen_defconfig
configs/peach-pi_defconfig
configs/peach-pit_defconfig
configs/s5pc210_universal_defconfig
configs/smdk5250_defconfig
configs/smdk5420_defconfig
configs/smdkv310_defconfig
configs/snow_defconfig
configs/spring_defconfig
configs/trats2_defconfig
configs/trats_defconfig
This page took 0.033717 seconds and 4 git commands to generate.