2 * linux/arch/arm/mm/proc-arm7tdmi.S: utility functions for ARM7TDMI
4 * Copyright (C) 2003-2006 Hyok S. Choi <hyok.choi@samsung.com>
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
11 #include <linux/linkage.h>
12 #include <linux/init.h>
13 #include <asm/assembler.h>
14 #include <asm/asm-offsets.h>
15 #include <asm/hwcap.h>
16 #include <asm/pgtable-hwdef.h>
17 #include <asm/pgtable.h>
18 #include <asm/ptrace.h>
22 * cpu_arm7tdmi_proc_init()
23 * cpu_arm7tdmi_do_idle()
24 * cpu_arm7tdmi_dcache_clean_area()
25 * cpu_arm7tdmi_switch_mm()
27 * These are not required.
29 ENTRY(cpu_arm7tdmi_proc_init)
30 ENTRY(cpu_arm7tdmi_do_idle)
31 ENTRY(cpu_arm7tdmi_dcache_clean_area)
32 ENTRY(cpu_arm7tdmi_switch_mm)
36 * cpu_arm7tdmi_proc_fin()
38 ENTRY(cpu_arm7tdmi_proc_fin)
39 mov r0, #PSR_F_BIT | PSR_I_BIT | SVC_MODE
44 * Function: cpu_arm7tdmi_reset(loc)
45 * Params : loc(r0) address to jump to
46 * Purpose : Sets up everything for a reset and jump to the location for soft reset.
48 ENTRY(cpu_arm7tdmi_reset)
53 .type __arm7tdmi_setup, #function
56 .size __arm7tdmi_setup, . - __arm7tdmi_setup
61 * Purpose : Function pointers used to access above functions - all calls
64 .type arm7tdmi_processor_functions, #object
65 ENTRY(arm7tdmi_processor_functions)
68 .word cpu_arm7tdmi_proc_init
69 .word cpu_arm7tdmi_proc_fin
70 .word cpu_arm7tdmi_reset
71 .word cpu_arm7tdmi_do_idle
72 .word cpu_arm7tdmi_dcache_clean_area
73 .word cpu_arm7tdmi_switch_mm
74 .word 0 @ cpu_*_set_pte
75 .size arm7tdmi_processor_functions, . - arm7tdmi_processor_functions
79 .type cpu_arch_name, #object
82 .size cpu_arch_name, . - cpu_arch_name
84 .type cpu_elf_name, #object
87 .size cpu_elf_name, . - cpu_elf_name
89 .type cpu_arm7tdmi_name, #object
92 .size cpu_arm7tdmi_name, . - cpu_arm7tdmi_name
94 .type cpu_triscenda7_name, #object
97 .size cpu_triscenda7_name, . - cpu_triscenda7_name
99 .type cpu_at91_name, #object
101 .asciz "Atmel-AT91M40xxx"
102 .size cpu_at91_name, . - cpu_at91_name
104 .type cpu_s3c3410_name, #object
106 .asciz "Samsung-S3C3410"
107 .size cpu_s3c3410_name, . - cpu_s3c3410_name
109 .type cpu_s3c44b0x_name, #object
111 .asciz "Samsung-S3C44B0x"
112 .size cpu_s3c44b0x_name, . - cpu_s3c44b0x_name
114 .type cpu_s3c4510b, #object
116 .asciz "Samsung-S3C4510B"
117 .size cpu_s3c4510b_name, . - cpu_s3c4510b_name
119 .type cpu_s3c4530_name, #object
121 .asciz "Samsung-S3C4530"
122 .size cpu_s3c4530_name, . - cpu_s3c4530_name
124 .type cpu_netarm_name, #object
127 .size cpu_netarm_name, . - cpu_netarm_name
131 .section ".proc.info.init", #alloc, #execinstr
133 .type __arm7tdmi_proc_info, #object
134 __arm7tdmi_proc_info:
142 .long HWCAP_SWP | HWCAP_26BIT
143 .long cpu_arm7tdmi_name
144 .long arm7tdmi_processor_functions
148 .size __arm7tdmi_proc_info, . - __arm7dmi_proc_info
150 .type __triscenda7_proc_info, #object
151 __triscenda7_proc_info:
159 .long HWCAP_SWP | HWCAP_THUMB | HWCAP_26BIT
160 .long cpu_triscenda7_name
161 .long arm7tdmi_processor_functions
165 .size __triscenda7_proc_info, . - __triscenda7_proc_info
167 .type __at91_proc_info, #object
176 .long HWCAP_SWP | HWCAP_THUMB | HWCAP_26BIT
178 .long arm7tdmi_processor_functions
182 .size __at91_proc_info, . - __at91_proc_info
184 .type __s3c4510b_proc_info, #object
185 __s3c4510b_proc_info:
193 .long HWCAP_SWP | HWCAP_THUMB | HWCAP_26BIT
194 .long cpu_s3c4510b_name
195 .long arm7tdmi_processor_functions
199 .size __s3c4510b_proc_info, . - __s3c4510b_proc_info
201 .type __s3c4530_proc_info, #object
210 .long HWCAP_SWP | HWCAP_THUMB | HWCAP_26BIT
211 .long cpu_s3c4530_name
212 .long arm7tdmi_processor_functions
216 .size __s3c4530_proc_info, . - __s3c4530_proc_info
218 .type __s3c3410_proc_info, #object
227 .long HWCAP_SWP | HWCAP_THUMB | HWCAP_26BIT
228 .long cpu_s3c3410_name
229 .long arm7tdmi_processor_functions
233 .size __s3c3410_proc_info, . - __s3c3410_proc_info
235 .type __s3c44b0x_proc_info, #object
236 __s3c44b0x_proc_info:
244 .long HWCAP_SWP | HWCAP_THUMB | HWCAP_26BIT
245 .long cpu_s3c44b0x_name
246 .long arm7tdmi_processor_functions
250 .size __s3c44b0x_proc_info, . - __s3c44b0x_proc_info