]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
exynos: update tzpc to make it common for exynos4 and exynos5
authorInderpal Singh <inderpal.singh@linaro.org>
Thu, 4 Apr 2013 23:09:20 +0000 (23:09 +0000)
committerMinkyu Kang <mk7.kang@samsung.com>
Tue, 4 Jun 2013 06:23:17 +0000 (15:23 +0900)
commitb5f9756f7f2449cf1b6c3e64dbc40f159f7dcbe2
tree41410111266598c7e69a237fe41ae460fc8c6d00
parent72af2fc8504daccd2f8ae2459e3e225e9c2cc512
exynos: update tzpc to make it common for exynos4 and exynos5

This requires that cpu_is_exynos4/5 should be made available before tzpc_init.
Hence this patch also makes necessary changes to have cpu_info in spl and
invokes arch_cpu_init before tzpc_init in low_level_init.S for smdk5250.

Signed-off-by: Inderpal Singh <inderpal.singh@linaro.org>
Acked-by: Chander Kashyap <chander.kashyap@linaro.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/cpu/armv7/exynos/tzpc.c
arch/arm/cpu/armv7/s5p-common/Makefile
arch/arm/include/asm/arch-exynos/cpu.h
arch/arm/include/asm/arch-exynos/tzpc.h
board/samsung/smdk5250/lowlevel_init.S
spl/Makefile