[U-Boot] [PATCH 1/2 v2] ARMV7: S5P: make s5p-common for sharing the code between s5pc1xx and s5pc2xx

Minkyu Kang promsoft at gmail.com
Mon Aug 23 08:39:12 CEST 2010


On 20 August 2010 14:11, Minkyu Kang <mk7.kang at samsung.com> wrote:
> This patch adds basic support for s5pc210.
> s5p-common will be used by all of s5p SoCs.
>
> Signed-off-by: Minkyu Kang <mk7.kang at samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
> ---
> v2: no change
>
>  Makefile                                 |    7 +
>  arch/arm/cpu/armv7/s5p-common/Makefile   |   46 +++++++
>  arch/arm/cpu/armv7/s5p-common/cpu_info.c |   57 +++++++++
>  arch/arm/cpu/armv7/s5p-common/timer.c    |  192 ++++++++++++++++++++++++++++++
>  arch/arm/cpu/armv7/s5pc1xx/Makefile      |    2 -
>  arch/arm/cpu/armv7/s5pc1xx/cpu_info.c    |   57 ---------
>  arch/arm/cpu/armv7/s5pc1xx/timer.c       |  192 ------------------------------
>  7 files changed, 302 insertions(+), 251 deletions(-)
>  create mode 100644 arch/arm/cpu/armv7/s5p-common/Makefile
>  create mode 100644 arch/arm/cpu/armv7/s5p-common/cpu_info.c
>  create mode 100644 arch/arm/cpu/armv7/s5p-common/timer.c
>  delete mode 100644 arch/arm/cpu/armv7/s5pc1xx/cpu_info.c
>  delete mode 100644 arch/arm/cpu/armv7/s5pc1xx/timer.c
>

applied to u-boot-samsung

-- 
from. prom.
www.promsoft.net


More information about the U-Boot mailing list