Home > Kernel > 5PC2XX: Rename S5pc2XX to exynos

5PC2XX: Rename S5pc2XX to exynos

最新的Samsung的 Cortex-A9 和Cortex-A15的目录分别改为Exynos4和Exynos5, 简单记录一下,以免忘记。

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.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Signed-off-by: Chander Kashyap <chander.kashyap@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%)
 
diff --git a/MAINTAINERS b/MAINTAINERS
index 37bbb34..d493e4e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -691,12 +691,12 @@ Minkyu Kang <mk7.kang@samsung.com>
 
       SMDKC100                ARM ARMV7 (S5PC100 SoC)
       s5p_goni                ARM ARMV7 (S5PC110 SoC)
-       s5pc210_universal       ARM ARMV7 (S5PC210 SoC)
+       s5pc210_universal       ARM ARMV7 (EXYNOS4210 SoC)
 
 Chander Kashyap <k.chander@samsung.com>
 
-       origen                  ARM ARMV7 (S5PC210 SoC)
-       SMDKV310                ARM ARMV7 (S5PC210 SoC)
+       origen                  ARM ARMV7 (EXYNOS4210 SoC)
+       SMDKV310                ARM ARMV7 (EXYNOS4210 SoC)
.
.
.

From: linaro-dev@lists.linaro.org
Source: http://lists.linaro.org/pipermail/linaro-dev/2011-December/009015.html

–EOF–

  1. No comments yet.
  1. No trackbacks yet.