]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARMV7: S5P: make s5p-common for sharing the code between s5pc1xx and s5pc2xx
authorMinkyu Kang <mk7.kang@samsung.com>
Thu, 19 Aug 2010 04:48:11 +0000 (13:48 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 23 Aug 2010 06:34:20 +0000 (15:34 +0900)
commit852bd07c80b27f330da8da367989bcd8121569a7
tree31442ab3c8e0f0f6712ed7c2eee01965556cdbf8
parentd93d0f0cfef46293db97cbdc5e72c9e5bceadd02
ARMV7: S5P: make s5p-common for sharing the code between s5pc1xx and s5pc2xx

This patch adds basic support for s5pc210.
s5p-common will be used by all of s5p SoCs.

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Makefile
arch/arm/cpu/armv7/s5p-common/Makefile [new file with mode: 0644]
arch/arm/cpu/armv7/s5p-common/cpu_info.c [moved from arch/arm/cpu/armv7/s5pc1xx/cpu_info.c with 100% similarity]
arch/arm/cpu/armv7/s5p-common/timer.c [moved from arch/arm/cpu/armv7/s5pc1xx/timer.c with 100% similarity]
arch/arm/cpu/armv7/s5pc1xx/Makefile