Dear Chander Kashyap, On 7 December 2011 18:34, Chander Kashyap <chander.kash...@linaro.org> wrote: > As per new naming convention for Samsung SoC's, all Cortex-A9 and Cortex-A15 > based SoC's will be classified under the name Exynos. Cortex-A9 and Cortex-A15 > based SoC's will be sub-classified as Exynos4 and Exynos5 respectively. > > In order to better adapt and reuse code across various upcoming Samsung Exynos > based boards, all uses of s5pc210 prefix/suffix/directory-names are renamed in > this patch. s5pc210 is renamed as exynos4210 and S5PC210/s5pc210 suffix/prefix > are renamed as exynos4/EXYNOS4. > > Signed-off-by: Chander Kashyap <chander.kash...@linaro.org> > --- > Changes for v2: > - Removed renaming of s5p-common to exynos4-common > - Renamed s5pc210 prefixes to exynos4210 > Changes for v3: > - Dropped number 4 in exenos4. > > Rebased on following commit. > 19cdfd3e84bff108febb127b598ac3f1634c768c > "Ethernut 5 board support" > > MAINTAINERS | 6 +- > Makefile | 2 +- > arch/arm/cpu/armv7/{s5pc2xx => exynos}/Makefile | 0 > arch/arm/cpu/armv7/{s5pc2xx => exynos}/clock.c | 50 ++++++++-------- > arch/arm/cpu/armv7/{s5pc2xx => exynos}/soc.c | 0 > .../asm/{arch-s5pc2xx => arch-exynos}/adc.h | 0 > .../asm/{arch-s5pc2xx => arch-exynos}/clk.h | 0 > .../asm/{arch-s5pc2xx => arch-exynos}/clock.h | 2 +- > .../asm/{arch-s5pc2xx => arch-exynos}/cpu.h | 64 > ++++++++++---------- > .../asm/{arch-s5pc2xx => arch-exynos}/gpio.h | 28 ++++---- > .../asm/{arch-s5pc2xx => arch-exynos}/mmc.h | 0 > .../asm/{arch-s5pc2xx => arch-exynos}/pwm.h | 0 > .../asm/{arch-s5pc2xx => arch-exynos}/sromc.h | 0 > .../asm/{arch-s5pc2xx => arch-exynos}/sys_proto.h | 0 > .../asm/{arch-s5pc2xx => arch-exynos}/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, 152 insertions(+), 152 deletions(-) > rename arch/arm/cpu/armv7/{s5pc2xx => exynos}/Makefile (100%) > rename arch/arm/cpu/armv7/{s5pc2xx => exynos}/clock.c (81%) > rename arch/arm/cpu/armv7/{s5pc2xx => exynos}/soc.c (100%) > rename arch/arm/include/asm/{arch-s5pc2xx => arch-exynos}/adc.h (100%) > rename arch/arm/include/asm/{arch-s5pc2xx => arch-exynos}/clk.h (100%) > rename arch/arm/include/asm/{arch-s5pc2xx => arch-exynos}/clock.h (99%) > rename arch/arm/include/asm/{arch-s5pc2xx => arch-exynos}/cpu.h (64%) > rename arch/arm/include/asm/{arch-s5pc2xx => arch-exynos}/gpio.h (84%) > rename arch/arm/include/asm/{arch-s5pc2xx => arch-exynos}/mmc.h (100%) > rename arch/arm/include/asm/{arch-s5pc2xx => arch-exynos}/pwm.h (100%) > rename arch/arm/include/asm/{arch-s5pc2xx => arch-exynos}/sromc.h (100%) > rename arch/arm/include/asm/{arch-s5pc2xx => arch-exynos}/sys_proto.h (100%) > rename arch/arm/include/asm/{arch-s5pc2xx => arch-exynos}/uart.h (100%) >
applied to u-boot-samsung Thanks. Minkyu Kang -- from. prom. www.promsoft.net _______________________________________________ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev