blob: 245f6dec1ded11a126b9386203eed4e9572a0157 [file] [log] [blame]
Tomasz Figabca28f82012-12-11 13:58:43 +09001/*
2 * Copyright (C) 2012 Samsung Electronics.
3 * Kyungmin Park <kyungmin.park@samsung.com>
4 * Tomasz Figa <t.figa@samsung.com>
5 *
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.
9 */
10
11#include <linux/kernel.h>
12#include <linux/io.h>
13#include <linux/init.h>
14#include <linux/of.h>
15#include <linux/of_address.h>
16
Tomasz Figa2b9d9c32014-09-24 01:24:39 +090017#include <asm/cacheflush.h>
18#include <asm/cputype.h>
Tomasz Figabca28f82012-12-11 13:58:43 +090019#include <asm/firmware.h>
Tomasz Figa5445b642015-01-08 07:53:20 +010020#include <asm/hardware/cache-l2x0.h>
Tomasz Figa2b9d9c32014-09-24 01:24:39 +090021#include <asm/suspend.h>
Tomasz Figabca28f82012-12-11 13:58:43 +090022
23#include <mach/map.h>
24
Sachin Kamatb3205de2014-05-13 07:13:44 +090025#include "common.h"
Tomasz Figabca28f82012-12-11 13:58:43 +090026#include "smc.h"
27
Tomasz Figa2b9d9c32014-09-24 01:24:39 +090028#define EXYNOS_SLEEP_MAGIC 0x00000bad
Bartlomiej Zolnierkiewicza135e202014-09-25 17:59:41 +090029#define EXYNOS_AFTR_MAGIC 0xfcba0d10
Tomasz Figa2b9d9c32014-09-24 01:24:39 +090030#define EXYNOS_BOOT_ADDR 0x8
31#define EXYNOS_BOOT_FLAG 0xc
32
Bartlomiej Zolnierkiewicza135e202014-09-25 17:59:41 +090033static void exynos_save_cp15(void)
34{
35 /* Save Power control and Diagnostic registers */
36 asm ("mrc p15, 0, %0, c15, c0, 0\n"
37 "mrc p15, 0, %1, c15, c0, 1\n"
38 : "=r" (cp15_save_power), "=r" (cp15_save_diag)
39 : : "cc");
40}
41
Bartlomiej Zolnierkiewicz0b7778a2014-09-25 17:59:41 +090042static int exynos_do_idle(unsigned long mode)
Tomasz Figabca28f82012-12-11 13:58:43 +090043{
Bartlomiej Zolnierkiewicz0b7778a2014-09-25 17:59:41 +090044 switch (mode) {
45 case FW_DO_IDLE_AFTR:
Bartlomiej Zolnierkiewicza135e202014-09-25 17:59:41 +090046 if (read_cpuid_part() == ARM_CPU_PART_CORTEX_A9)
47 exynos_save_cp15();
48 __raw_writel(virt_to_phys(exynos_cpu_resume_ns),
49 sysram_ns_base_addr + 0x24);
50 __raw_writel(EXYNOS_AFTR_MAGIC, sysram_ns_base_addr + 0x20);
Bartlomiej Zolnierkiewicz89366402015-03-27 02:35:48 +090051 if (soc_is_exynos3250()) {
Bartlomiej Zolnierkiewiczaf997112015-03-18 14:09:57 +010052 flush_cache_all();
Bartlomiej Zolnierkiewicz89366402015-03-27 02:35:48 +090053 exynos_smc(SMC_CMD_SAVE, OP_TYPE_CORE,
54 SMC_POWERSTATE_IDLE, 0);
55 exynos_smc(SMC_CMD_SHUTDOWN, OP_TYPE_CLUSTER,
56 SMC_POWERSTATE_IDLE, 0);
57 } else
58 exynos_smc(SMC_CMD_CPU0AFTR, 0, 0, 0);
Bartlomiej Zolnierkiewicz0b7778a2014-09-25 17:59:41 +090059 break;
60 case FW_DO_IDLE_SLEEP:
61 exynos_smc(SMC_CMD_SLEEP, 0, 0, 0);
62 }
Tomasz Figabca28f82012-12-11 13:58:43 +090063 return 0;
64}
65
66static int exynos_cpu_boot(int cpu)
67{
Kyungmin Park989ff3f2014-05-09 06:19:18 +090068 /*
Chanwoo Choi64571582014-05-26 04:12:32 +090069 * Exynos3250 doesn't need to send smc command for secondary CPU boot
70 * because Exynos3250 removes WFE in secure mode.
71 */
72 if (soc_is_exynos3250())
73 return 0;
74
75 /*
Kyungmin Park989ff3f2014-05-09 06:19:18 +090076 * The second parameter of SMC_CMD_CPU1BOOT command means CPU id.
77 * But, Exynos4212 has only one secondary CPU so second parameter
78 * isn't used for informing secure firmware about CPU id.
79 */
80 if (soc_is_exynos4212())
81 cpu = 0;
82
Tomasz Figabca28f82012-12-11 13:58:43 +090083 exynos_smc(SMC_CMD_CPU1BOOT, cpu, 0, 0);
84 return 0;
85}
86
87static int exynos_set_cpu_boot_addr(int cpu, unsigned long boot_addr)
88{
Sachin Kamatb3205de2014-05-13 07:13:44 +090089 void __iomem *boot_reg;
90
91 if (!sysram_ns_base_addr)
92 return -ENODEV;
93
Olof Johanssonfe388fa2014-05-30 21:44:32 -070094 boot_reg = sysram_ns_base_addr + 0x1c;
Kyungmin Park989ff3f2014-05-09 06:19:18 +090095
Sachin Kamat35e75642014-07-08 08:03:49 +090096 /*
97 * Almost all Exynos-series of SoCs that run in secure mode don't need
98 * additional offset for every CPU, with Exynos4412 being the only
99 * exception.
100 */
101 if (soc_is_exynos4412())
102 boot_reg += 4 * cpu;
Tomasz Figabca28f82012-12-11 13:58:43 +0900103
104 __raw_writel(boot_addr, boot_reg);
105 return 0;
106}
107
Bartlomiej Zolnierkiewicz1225ad72015-03-18 14:09:56 +0100108static int exynos_get_cpu_boot_addr(int cpu, unsigned long *boot_addr)
109{
110 void __iomem *boot_reg;
111
112 if (!sysram_ns_base_addr)
113 return -ENODEV;
114
115 boot_reg = sysram_ns_base_addr + 0x1c;
116
117 if (soc_is_exynos4412())
118 boot_reg += 4 * cpu;
119
120 *boot_addr = __raw_readl(boot_reg);
121 return 0;
122}
123
Tomasz Figa2b9d9c32014-09-24 01:24:39 +0900124static int exynos_cpu_suspend(unsigned long arg)
125{
126 flush_cache_all();
127 outer_flush_all();
128
129 exynos_smc(SMC_CMD_SLEEP, 0, 0, 0);
130
131 pr_info("Failed to suspend the system\n");
132 writel(0, sysram_ns_base_addr + EXYNOS_BOOT_FLAG);
133 return 1;
134}
135
136static int exynos_suspend(void)
137{
Bartlomiej Zolnierkiewicza135e202014-09-25 17:59:41 +0900138 if (read_cpuid_part() == ARM_CPU_PART_CORTEX_A9)
139 exynos_save_cp15();
Tomasz Figa2b9d9c32014-09-24 01:24:39 +0900140
141 writel(EXYNOS_SLEEP_MAGIC, sysram_ns_base_addr + EXYNOS_BOOT_FLAG);
142 writel(virt_to_phys(exynos_cpu_resume_ns),
143 sysram_ns_base_addr + EXYNOS_BOOT_ADDR);
144
145 return cpu_suspend(0, exynos_cpu_suspend);
146}
147
148static int exynos_resume(void)
149{
150 writel(0, sysram_ns_base_addr + EXYNOS_BOOT_FLAG);
151
152 return 0;
153}
154
Tomasz Figabca28f82012-12-11 13:58:43 +0900155static const struct firmware_ops exynos_firmware_ops = {
Arnd Bergmann03c1b762014-10-28 08:10:21 +0900156 .do_idle = IS_ENABLED(CONFIG_EXYNOS_CPU_SUSPEND) ? exynos_do_idle : NULL,
Tomasz Figabca28f82012-12-11 13:58:43 +0900157 .set_cpu_boot_addr = exynos_set_cpu_boot_addr,
Bartlomiej Zolnierkiewicz1225ad72015-03-18 14:09:56 +0100158 .get_cpu_boot_addr = exynos_get_cpu_boot_addr,
Tomasz Figabca28f82012-12-11 13:58:43 +0900159 .cpu_boot = exynos_cpu_boot,
Arnd Bergmann03c1b762014-10-28 08:10:21 +0900160 .suspend = IS_ENABLED(CONFIG_PM_SLEEP) ? exynos_suspend : NULL,
161 .resume = IS_ENABLED(CONFIG_EXYNOS_CPU_SUSPEND) ? exynos_resume : NULL,
Tomasz Figabca28f82012-12-11 13:58:43 +0900162};
163
Tomasz Figa5445b642015-01-08 07:53:20 +0100164static void exynos_l2_write_sec(unsigned long val, unsigned reg)
165{
166 static int l2cache_enabled;
167
168 switch (reg) {
169 case L2X0_CTRL:
170 if (val & L2X0_CTRL_EN) {
171 /*
172 * Before the cache can be enabled, due to firmware
173 * design, SMC_CMD_L2X0INVALL must be called.
174 */
175 if (!l2cache_enabled) {
176 exynos_smc(SMC_CMD_L2X0INVALL, 0, 0, 0);
177 l2cache_enabled = 1;
178 }
179 } else {
180 l2cache_enabled = 0;
181 }
182 exynos_smc(SMC_CMD_L2X0CTRL, val, 0, 0);
183 break;
184
185 case L2X0_DEBUG_CTRL:
186 exynos_smc(SMC_CMD_L2X0DEBUG, val, 0, 0);
187 break;
188
189 default:
190 WARN_ONCE(1, "%s: ignoring write to reg 0x%x\n", __func__, reg);
191 }
192}
193
194static void exynos_l2_configure(const struct l2x0_regs *regs)
195{
196 exynos_smc(SMC_CMD_L2X0SETUP1, regs->tag_latency, regs->data_latency,
197 regs->prefetch_ctrl);
198 exynos_smc(SMC_CMD_L2X0SETUP2, regs->pwr_ctrl, regs->aux_ctrl, 0);
199}
200
Tomasz Figabca28f82012-12-11 13:58:43 +0900201void __init exynos_firmware_init(void)
202{
Tomasz Figa4ee1cc72013-06-15 09:13:25 +0900203 struct device_node *nd;
204 const __be32 *addr;
Tomasz Figabca28f82012-12-11 13:58:43 +0900205
Tomasz Figa4ee1cc72013-06-15 09:13:25 +0900206 nd = of_find_compatible_node(NULL, NULL,
207 "samsung,secure-firmware");
208 if (!nd)
209 return;
Tomasz Figabca28f82012-12-11 13:58:43 +0900210
Tomasz Figa4ee1cc72013-06-15 09:13:25 +0900211 addr = of_get_address(nd, 0, NULL, NULL);
212 if (!addr) {
213 pr_err("%s: No address specified.\n", __func__);
214 return;
Tomasz Figabca28f82012-12-11 13:58:43 +0900215 }
216
217 pr_info("Running under secure firmware.\n");
218
219 register_firmware_ops(&exynos_firmware_ops);
Tomasz Figa5445b642015-01-08 07:53:20 +0100220
221 /*
222 * Exynos 4 SoCs (based on Cortex A9 and equipped with L2C-310),
223 * running under secure firmware, require certain registers of L2
224 * cache controller to be written in secure mode. Here .write_sec
225 * callback is provided to perform necessary SMC calls.
226 */
227 if (IS_ENABLED(CONFIG_CACHE_L2X0) &&
228 read_cpuid_part() == ARM_CPU_PART_CORTEX_A9) {
229 outer_cache.write_sec = exynos_l2_write_sec;
230 outer_cache.configure = exynos_l2_configure;
231 }
Tomasz Figabca28f82012-12-11 13:58:43 +0900232}
Bartlomiej Zolnierkiewiczdc1b9442015-03-27 02:32:56 +0900233
234#define REG_CPU_STATE_ADDR (sysram_ns_base_addr + 0x28)
235#define BOOT_MODE_MASK 0x1f
236
237void exynos_set_boot_flag(unsigned int cpu, unsigned int mode)
238{
239 unsigned int tmp;
240
241 tmp = __raw_readl(REG_CPU_STATE_ADDR + cpu * 4);
242
243 if (mode & BOOT_MODE_MASK)
244 tmp &= ~BOOT_MODE_MASK;
245
246 tmp |= mode;
247 __raw_writel(tmp, REG_CPU_STATE_ADDR + cpu * 4);
248}
249
250void exynos_clear_boot_flag(unsigned int cpu, unsigned int mode)
251{
252 unsigned int tmp;
253
254 tmp = __raw_readl(REG_CPU_STATE_ADDR + cpu * 4);
255 tmp &= ~mode;
256 __raw_writel(tmp, REG_CPU_STATE_ADDR + cpu * 4);
257}