blob: a054c0e9c0342f4c290c812d17ecd66d7233d480 [file] [log] [blame]
Thomas Gleixnerd2912cb2019-06-04 10:11:33 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Hyok S. Choi43f5f012006-09-26 17:38:05 +09002/*
3 * linux/arch/arm/mm/proc-arm9tdmi.S: utility functions for ARM9TDMI
4 *
5 * Copyright (C) 2003-2006 Hyok S. Choi <hyok.choi@samsung.com>
Hyok S. Choi43f5f012006-09-26 17:38:05 +09006 */
7#include <linux/linkage.h>
8#include <linux/init.h>
Mike Rapoport65fddcf2020-06-08 21:32:42 -07009#include <linux/pgtable.h>
Hyok S. Choi43f5f012006-09-26 17:38:05 +090010#include <asm/assembler.h>
11#include <asm/asm-offsets.h>
Russell King5ec94072008-09-07 19:15:31 +010012#include <asm/hwcap.h>
Hyok S. Choi43f5f012006-09-26 17:38:05 +090013#include <asm/pgtable-hwdef.h>
Hyok S. Choi43f5f012006-09-26 17:38:05 +090014#include <asm/ptrace.h>
15
Dave Martinb4a19f02011-06-23 17:21:28 +010016#include "proc-macros.S"
17
Hyok S. Choi43f5f012006-09-26 17:38:05 +090018 .text
19/*
20 * cpu_arm9tdmi_proc_init()
21 * cpu_arm9tdmi_do_idle()
22 * cpu_arm9tdmi_dcache_clean_area()
23 * cpu_arm9tdmi_switch_mm()
24 *
25 * These are not required.
26 */
27ENTRY(cpu_arm9tdmi_proc_init)
28ENTRY(cpu_arm9tdmi_do_idle)
29ENTRY(cpu_arm9tdmi_dcache_clean_area)
30ENTRY(cpu_arm9tdmi_switch_mm)
Russell King6ebbf2c2014-06-30 16:29:12 +010031 ret lr
Hyok S. Choi43f5f012006-09-26 17:38:05 +090032
33/*
34 * cpu_arm9tdmi_proc_fin()
35 */
36ENTRY(cpu_arm9tdmi_proc_fin)
Russell King6ebbf2c2014-06-30 16:29:12 +010037 ret lr
Hyok S. Choi43f5f012006-09-26 17:38:05 +090038
39/*
40 * Function: cpu_arm9tdmi_reset(loc)
41 * Params : loc(r0) address to jump to
42 * Purpose : Sets up everything for a reset and jump to the location for soft reset.
43 */
Will Deacon1a4baaf2011-11-15 13:25:04 +000044 .pushsection .idmap.text, "ax"
Hyok S. Choi43f5f012006-09-26 17:38:05 +090045ENTRY(cpu_arm9tdmi_reset)
Russell King6ebbf2c2014-06-30 16:29:12 +010046 ret r0
Will Deacon1a4baaf2011-11-15 13:25:04 +000047ENDPROC(cpu_arm9tdmi_reset)
48 .popsection
Hyok S. Choi43f5f012006-09-26 17:38:05 +090049
Hyok S. Choi43f5f012006-09-26 17:38:05 +090050 .type __arm9tdmi_setup, #function
51__arm9tdmi_setup:
Russell King6ebbf2c2014-06-30 16:29:12 +010052 ret lr
Hyok S. Choi43f5f012006-09-26 17:38:05 +090053 .size __arm9tdmi_setup, . - __arm9tdmi_setup
54
55 __INITDATA
56
Dave Martinb4a19f02011-06-23 17:21:28 +010057 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
58 define_processor_functions arm9tdmi, dabort=nommu_early_abort, pabort=legacy_pabort, nommu=1
Hyok S. Choi43f5f012006-09-26 17:38:05 +090059
60 .section ".rodata"
61
Dave Martinb4a19f02011-06-23 17:21:28 +010062 string cpu_arch_name, "armv4t"
63 string cpu_elf_name, "v4"
64 string cpu_arm9tdmi_name, "ARM9TDMI"
65 string cpu_p2001_name, "P2001"
Hyok S. Choi43f5f012006-09-26 17:38:05 +090066
67 .align
68
Nick Desaulniers790756c2019-11-04 19:31:45 +010069 .section ".proc.info.init", "a"
Hyok S. Choi43f5f012006-09-26 17:38:05 +090070
Dave Martinb4a19f02011-06-23 17:21:28 +010071.macro arm9tdmi_proc_info name:req, cpu_val:req, cpu_mask:req, cpu_name:req
72 .type __\name\()_proc_info, #object
73__\name\()_proc_info:
74 .long \cpu_val
75 .long \cpu_mask
Hyok S. Choi43f5f012006-09-26 17:38:05 +090076 .long 0
77 .long 0
Ard Biesheuvelbf357062015-03-18 07:29:32 +010078 initfn __arm9tdmi_setup, __\name\()_proc_info
Hyok S. Choi43f5f012006-09-26 17:38:05 +090079 .long cpu_arch_name
80 .long cpu_elf_name
81 .long HWCAP_SWP | HWCAP_THUMB | HWCAP_26BIT
Dave Martinb4a19f02011-06-23 17:21:28 +010082 .long \cpu_name
Hyok S. Choi43f5f012006-09-26 17:38:05 +090083 .long arm9tdmi_processor_functions
84 .long 0
85 .long 0
86 .long v4_cache_fns
Dave Martinb4a19f02011-06-23 17:21:28 +010087 .size __\name\()_proc_info, . - __\name\()_proc_info
88.endm
Hyok S. Choi43f5f012006-09-26 17:38:05 +090089
Dave Martinb4a19f02011-06-23 17:21:28 +010090 arm9tdmi_proc_info arm9tdmi, 0x41009900, 0xfff8ff00, cpu_arm9tdmi_name
91 arm9tdmi_proc_info p2001, 0x41029000, 0xffffffff, cpu_p2001_name