]> Git Repo - u-boot.git/commit - Makefile
ARMV7: S5P: make s5p-common for sharing the code between s5pc1xx and s5pc2xx
authorMinkyu Kang <[email protected]>
Thu, 19 Aug 2010 04:48:11 +0000 (13:48 +0900)
committerMinkyu Kang <[email protected]>
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 <[email protected]>
Signed-off-by: Kyungmin Park <[email protected]>
Makefile
arch/arm/cpu/armv7/s5p-common/Makefile [new file with mode: 0644]
arch/arm/cpu/armv7/s5p-common/cpu_info.c [new file with mode: 0644]
arch/arm/cpu/armv7/s5p-common/timer.c [new file with mode: 0644]
arch/arm/cpu/armv7/s5pc1xx/Makefile
arch/arm/cpu/armv7/s5pc1xx/cpu_info.c [deleted file]
arch/arm/cpu/armv7/s5pc1xx/timer.c [deleted file]
This page took 0.033562 seconds and 4 git commands to generate.