[U-Boot] [PATCH v2] S5PC2XX: Rename S5pc2XX to exynos4
Minkyu Kang
promsoft at gmail.com
Fri Nov 25 02:44:02 CET 2011
Dear Chander Kashyap,
On 24 November 2011 19:48, Chander Kashyap <chander.kashyap at linaro.org> wrote:
> As per new conventions Samsung SoC's are named as Exynos.
> Cortex-A9 based Soc's are named as exynos4. s5pc2xx is cortex-A9
> based, hence renamed to exynos4. This is done as per kernel
> naming convetions.
>
> Similerly s5pc210 is now exynos4210. Hence S5PC210/s5pc210
> suffix/prefix has been renamed to EXYNOS4210/exynos4210.
>
> Signed-off-by: Chander Kashyap <chander.kashyap at linaro.org>
> ---
> Changes for v2:
> - Removed renaming of s5p-common to exynos4-common
> - Renamed s5pc210 prefixes to exynos4210
>
> MAINTAINERS | 6 +-
> Makefile | 2 +-
> arch/arm/cpu/armv7/{s5pc2xx => exynos4}/Makefile | 0
> arch/arm/cpu/armv7/{s5pc2xx => exynos4}/clock.c | 50 ++++++++--------
> arch/arm/cpu/armv7/{s5pc2xx => exynos4}/soc.c | 0
> .../asm/{arch-s5pc2xx => arch-exynos4}/adc.h | 0
> .../asm/{arch-s5pc2xx => arch-exynos4}/clk.h | 0
> .../asm/{arch-s5pc2xx => arch-exynos4}/clock.h | 2 +-
> .../asm/{arch-s5pc2xx => arch-exynos4}/cpu.h | 62 ++++++++++----------
> .../asm/{arch-s5pc2xx => arch-exynos4}/gpio.h | 28 +++++-----
> .../asm/{arch-s5pc2xx => arch-exynos4}/mmc.h | 0
> .../asm/{arch-s5pc2xx => arch-exynos4}/pwm.h | 0
> .../asm/{arch-s5pc2xx => arch-exynos4}/sromc.h | 0
> .../asm/{arch-s5pc2xx => arch-exynos4}/sys_proto.h | 0
> .../asm/{arch-s5pc2xx => arch-exynos4}/uart.h | 0
> board/samsung/origen/lowlevel_init.S | 26 ++++----
> board/samsung/origen/mem_setup.S | 12 ++--
> board/samsung/origen/origen.c | 8 +-
> board/samsung/origen/origen_setup.h | 8 +-
> board/samsung/smdkv310/lowlevel_init.S | 22 ++++----
> board/samsung/smdkv310/mem_setup.S | 8 +-
> board/samsung/smdkv310/smdkv310.c | 8 +-
> board/samsung/universal_c210/lowlevel_init.S | 24 ++++----
> board/samsung/universal_c210/universal.c | 8 +-
> boards.cfg | 6 +-
> include/configs/origen.h | 6 +-
> include/configs/s5pc210_universal.h | 10 ++--
> include/configs/smdkv310.h | 6 +-
> 28 files changed, 151 insertions(+), 151 deletions(-)
> rename arch/arm/cpu/armv7/{s5pc2xx => exynos4}/Makefile (100%)
> rename arch/arm/cpu/armv7/{s5pc2xx => exynos4}/clock.c (80%)
> rename arch/arm/cpu/armv7/{s5pc2xx => exynos4}/soc.c (100%)
> rename arch/arm/include/asm/{arch-s5pc2xx => arch-exynos4}/adc.h (100%)
> rename arch/arm/include/asm/{arch-s5pc2xx => arch-exynos4}/clk.h (100%)
> rename arch/arm/include/asm/{arch-s5pc2xx => arch-exynos4}/clock.h (99%)
> rename arch/arm/include/asm/{arch-s5pc2xx => arch-exynos4}/cpu.h (64%)
> rename arch/arm/include/asm/{arch-s5pc2xx => arch-exynos4}/gpio.h (83%)
> rename arch/arm/include/asm/{arch-s5pc2xx => arch-exynos4}/mmc.h (100%)
> rename arch/arm/include/asm/{arch-s5pc2xx => arch-exynos4}/pwm.h (100%)
> rename arch/arm/include/asm/{arch-s5pc2xx => arch-exynos4}/sromc.h (100%)
> rename arch/arm/include/asm/{arch-s5pc2xx => arch-exynos4}/sys_proto.h (100%)
> rename arch/arm/include/asm/{arch-s5pc2xx => arch-exynos4}/uart.h (100%)
>
Applying: S5PC2XX: Rename S5pc2XX to exynos4
error: patch failed: boards.cfg:195
error: boards.cfg: patch does not apply
Patch failed at 0001 S5PC2XX: Rename S5pc2XX to exynos4
I couldn't test your patch.
Please remake the patch.
Thanks
Minkyu Kang
--
from. prom.
www.promsoft.net
More information about the U-Boot
mailing list