blob: 9c5e0448ce5a94dd485190189d909b13010a1e8b [file] [log] [blame]
Tom Rini4549e782018-05-06 18:27:01 -04001// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
Patrick Delaunay2514c2d2018-03-12 10:46:10 +01002/*
3 * Copyright (C) 2018, STMicroelectronics - All Rights Reserved
Patrick Delaunay2514c2d2018-03-12 10:46:10 +01004 */
5#include <common.h>
6#include <clk.h>
Simon Glass9edefc22019-11-14 12:57:37 -07007#include <cpu_func.h>
Patrick Delaunay320d2662018-05-17 14:50:46 +02008#include <debug_uart.h>
Simon Glass9fb625c2019-08-01 09:46:51 -06009#include <env.h>
Patrick Delaunay7f7deb02018-05-17 15:24:07 +020010#include <misc.h>
Patrick Delaunay2514c2d2018-03-12 10:46:10 +010011#include <asm/io.h>
12#include <asm/arch/stm32.h>
Patrick Delaunay96583cd2018-03-19 19:09:21 +010013#include <asm/arch/sys_proto.h>
Patrick Delaunay7f7deb02018-05-17 15:24:07 +020014#include <dm/device.h>
Patrick Delaunay08772f62018-03-20 10:54:53 +010015#include <dm/uclass.h>
Patrick Delaunay2514c2d2018-03-12 10:46:10 +010016
Patrick Delaunaycda3dcb2018-03-19 19:09:20 +010017/* RCC register */
18#define RCC_TZCR (STM32_RCC_BASE + 0x00)
19#define RCC_DBGCFGR (STM32_RCC_BASE + 0x080C)
20#define RCC_BDCR (STM32_RCC_BASE + 0x0140)
21#define RCC_MP_APB5ENSETR (STM32_RCC_BASE + 0x0208)
Patrick Delaunay59a54e32019-02-27 17:01:26 +010022#define RCC_MP_AHB5ENSETR (STM32_RCC_BASE + 0x0210)
Patrick Delaunaycda3dcb2018-03-19 19:09:20 +010023#define RCC_BDCR_VSWRST BIT(31)
24#define RCC_BDCR_RTCSRC GENMASK(17, 16)
25#define RCC_DBGCFGR_DBGCKEN BIT(8)
Patrick Delaunay2514c2d2018-03-12 10:46:10 +010026
Patrick Delaunaycda3dcb2018-03-19 19:09:20 +010027/* Security register */
Patrick Delaunay2514c2d2018-03-12 10:46:10 +010028#define ETZPC_TZMA1_SIZE (STM32_ETZPC_BASE + 0x04)
29#define ETZPC_DECPROT0 (STM32_ETZPC_BASE + 0x10)
30
31#define TZC_GATE_KEEPER (STM32_TZC_BASE + 0x008)
32#define TZC_REGION_ATTRIBUTE0 (STM32_TZC_BASE + 0x110)
33#define TZC_REGION_ID_ACCESS0 (STM32_TZC_BASE + 0x114)
34
35#define TAMP_CR1 (STM32_TAMP_BASE + 0x00)
36
37#define PWR_CR1 (STM32_PWR_BASE + 0x00)
Fabien Dessenne7bff9712019-10-30 14:38:30 +010038#define PWR_MCUCR (STM32_PWR_BASE + 0x14)
Patrick Delaunay2514c2d2018-03-12 10:46:10 +010039#define PWR_CR1_DBP BIT(8)
Fabien Dessenne7bff9712019-10-30 14:38:30 +010040#define PWR_MCUCR_SBF BIT(6)
Patrick Delaunay2514c2d2018-03-12 10:46:10 +010041
Patrick Delaunaycda3dcb2018-03-19 19:09:20 +010042/* DBGMCU register */
Patrick Delaunay96583cd2018-03-19 19:09:21 +010043#define DBGMCU_IDC (STM32_DBGMCU_BASE + 0x00)
Patrick Delaunaycda3dcb2018-03-19 19:09:20 +010044#define DBGMCU_APB4FZ1 (STM32_DBGMCU_BASE + 0x2C)
45#define DBGMCU_APB4FZ1_IWDG2 BIT(2)
Patrick Delaunay96583cd2018-03-19 19:09:21 +010046#define DBGMCU_IDC_DEV_ID_MASK GENMASK(11, 0)
47#define DBGMCU_IDC_DEV_ID_SHIFT 0
48#define DBGMCU_IDC_REV_ID_MASK GENMASK(31, 16)
49#define DBGMCU_IDC_REV_ID_SHIFT 16
Patrick Delaunay2514c2d2018-03-12 10:46:10 +010050
Patrick Delaunay59a54e32019-02-27 17:01:26 +010051/* GPIOZ registers */
52#define GPIOZ_SECCFGR 0x54004030
53
Patrick Delaunay08772f62018-03-20 10:54:53 +010054/* boot interface from Bootrom
55 * - boot instance = bit 31:16
56 * - boot device = bit 15:0
57 */
58#define BOOTROM_PARAM_ADDR 0x2FFC0078
59#define BOOTROM_MODE_MASK GENMASK(15, 0)
60#define BOOTROM_MODE_SHIFT 0
61#define BOOTROM_INSTANCE_MASK GENMASK(31, 16)
62#define BOOTROM_INSTANCE_SHIFT 16
63
Patrick Delaunay35d568f2019-02-27 17:01:13 +010064/* Device Part Number (RPN) = OTP_DATA1 lower 8 bits */
65#define RPN_SHIFT 0
66#define RPN_MASK GENMASK(7, 0)
67
68/* Package = bit 27:29 of OTP16
69 * - 100: LBGA448 (FFI) => AA = LFBGA 18x18mm 448 balls p. 0.8mm
70 * - 011: LBGA354 (LCI) => AB = LFBGA 16x16mm 359 balls p. 0.8mm
71 * - 010: TFBGA361 (FFC) => AC = TFBGA 12x12mm 361 balls p. 0.5mm
72 * - 001: TFBGA257 (LCC) => AD = TFBGA 10x10mm 257 balls p. 0.5mm
73 * - others: Reserved
74 */
75#define PKG_SHIFT 27
76#define PKG_MASK GENMASK(2, 0)
77
Patrick Delaunaycda3dcb2018-03-19 19:09:20 +010078#if !defined(CONFIG_SPL) || defined(CONFIG_SPL_BUILD)
Patrick Delaunayabf26782019-02-12 11:44:39 +010079#ifndef CONFIG_STM32MP1_TRUSTED
Patrick Delaunay2514c2d2018-03-12 10:46:10 +010080static void security_init(void)
81{
82 /* Disable the backup domain write protection */
83 /* the protection is enable at each reset by hardware */
84 /* And must be disable by software */
85 setbits_le32(PWR_CR1, PWR_CR1_DBP);
86
87 while (!(readl(PWR_CR1) & PWR_CR1_DBP))
88 ;
89
90 /* If RTC clock isn't enable so this is a cold boot then we need
91 * to reset the backup domain
92 */
93 if (!(readl(RCC_BDCR) & RCC_BDCR_RTCSRC)) {
94 setbits_le32(RCC_BDCR, RCC_BDCR_VSWRST);
95 while (!(readl(RCC_BDCR) & RCC_BDCR_VSWRST))
96 ;
97 clrbits_le32(RCC_BDCR, RCC_BDCR_VSWRST);
98 }
99
100 /* allow non secure access in Write/Read for all peripheral */
101 writel(GENMASK(25, 0), ETZPC_DECPROT0);
102
103 /* Open SYSRAM for no secure access */
104 writel(0x0, ETZPC_TZMA1_SIZE);
105
106 /* enable TZC1 TZC2 clock */
107 writel(BIT(11) | BIT(12), RCC_MP_APB5ENSETR);
108
109 /* Region 0 set to no access by default */
110 /* bit 0 / 16 => nsaid0 read/write Enable
111 * bit 1 / 17 => nsaid1 read/write Enable
112 * ...
113 * bit 15 / 31 => nsaid15 read/write Enable
114 */
115 writel(0xFFFFFFFF, TZC_REGION_ID_ACCESS0);
116 /* bit 30 / 31 => Secure Global Enable : write/read */
117 /* bit 0 / 1 => Region Enable for filter 0/1 */
118 writel(BIT(0) | BIT(1) | BIT(30) | BIT(31), TZC_REGION_ATTRIBUTE0);
119
120 /* Enable Filter 0 and 1 */
121 setbits_le32(TZC_GATE_KEEPER, BIT(0) | BIT(1));
122
123 /* RCC trust zone deactivated */
124 writel(0x0, RCC_TZCR);
125
126 /* TAMP: deactivate the internal tamper
127 * Bit 23 ITAMP8E: monotonic counter overflow
128 * Bit 20 ITAMP5E: RTC calendar overflow
129 * Bit 19 ITAMP4E: HSE monitoring
130 * Bit 18 ITAMP3E: LSE monitoring
131 * Bit 16 ITAMP1E: RTC power domain supply monitoring
132 */
133 writel(0x0, TAMP_CR1);
Patrick Delaunay59a54e32019-02-27 17:01:26 +0100134
135 /* GPIOZ: deactivate the security */
136 writel(BIT(0), RCC_MP_AHB5ENSETR);
137 writel(0x0, GPIOZ_SECCFGR);
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100138}
Patrick Delaunayabf26782019-02-12 11:44:39 +0100139#endif /* CONFIG_STM32MP1_TRUSTED */
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100140
Patrick Delaunaycda3dcb2018-03-19 19:09:20 +0100141/*
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100142 * Debug init
Patrick Delaunaycda3dcb2018-03-19 19:09:20 +0100143 */
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100144static void dbgmcu_init(void)
145{
146 setbits_le32(RCC_DBGCFGR, RCC_DBGCFGR_DBGCKEN);
147
148 /* Freeze IWDG2 if Cortex-A7 is in debug mode */
149 setbits_le32(DBGMCU_APB4FZ1, DBGMCU_APB4FZ1_IWDG2);
150}
151#endif /* !defined(CONFIG_SPL) || defined(CONFIG_SPL_BUILD) */
152
Patrick Delaunayabf26782019-02-12 11:44:39 +0100153#if !defined(CONFIG_STM32MP1_TRUSTED) && \
154 (!defined(CONFIG_SPL) || defined(CONFIG_SPL_BUILD))
Patrick Delaunay7f63c1e2019-02-27 17:01:12 +0100155/* get bootmode from ROM code boot context: saved in TAMP register */
156static void update_bootmode(void)
157{
158 u32 boot_mode;
Patrick Delaunay08772f62018-03-20 10:54:53 +0100159 u32 bootrom_itf = readl(BOOTROM_PARAM_ADDR);
160 u32 bootrom_device, bootrom_instance;
161
Patrick Delaunay7f63c1e2019-02-27 17:01:12 +0100162 /* enable TAMP clock = RTCAPBEN */
163 writel(BIT(8), RCC_MP_APB5ENSETR);
164
165 /* read bootrom context */
Patrick Delaunay08772f62018-03-20 10:54:53 +0100166 bootrom_device =
167 (bootrom_itf & BOOTROM_MODE_MASK) >> BOOTROM_MODE_SHIFT;
168 bootrom_instance =
169 (bootrom_itf & BOOTROM_INSTANCE_MASK) >> BOOTROM_INSTANCE_SHIFT;
170 boot_mode =
171 ((bootrom_device << BOOT_TYPE_SHIFT) & BOOT_TYPE_MASK) |
172 ((bootrom_instance << BOOT_INSTANCE_SHIFT) &
173 BOOT_INSTANCE_MASK);
174
175 /* save the boot mode in TAMP backup register */
176 clrsetbits_le32(TAMP_BOOT_CONTEXT,
177 TAMP_BOOT_MODE_MASK,
178 boot_mode << TAMP_BOOT_MODE_SHIFT);
Patrick Delaunay7f63c1e2019-02-27 17:01:12 +0100179}
Patrick Delaunay08772f62018-03-20 10:54:53 +0100180#endif
Patrick Delaunay7f63c1e2019-02-27 17:01:12 +0100181
182u32 get_bootmode(void)
183{
184 /* read bootmode from TAMP backup register */
185 return (readl(TAMP_BOOT_CONTEXT) & TAMP_BOOT_MODE_MASK) >>
186 TAMP_BOOT_MODE_SHIFT;
Patrick Delaunay08772f62018-03-20 10:54:53 +0100187}
188
189/*
190 * Early system init
191 */
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100192int arch_cpu_init(void)
193{
Patrick Delaunay320d2662018-05-17 14:50:46 +0200194 u32 boot_mode;
195
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100196 /* early armv7 timer init: needed for polling */
197 timer_init();
198
199#if !defined(CONFIG_SPL) || defined(CONFIG_SPL_BUILD)
200 dbgmcu_init();
Patrick Delaunayabf26782019-02-12 11:44:39 +0100201#ifndef CONFIG_STM32MP1_TRUSTED
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100202 security_init();
Patrick Delaunay7f63c1e2019-02-27 17:01:12 +0100203 update_bootmode();
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100204#endif
Fabien Dessenne7bff9712019-10-30 14:38:30 +0100205 /* Reset Coprocessor state unless it wakes up from Standby power mode */
206 if (!(readl(PWR_MCUCR) & PWR_MCUCR_SBF)) {
207 writel(TAMP_COPRO_STATE_OFF, TAMP_COPRO_STATE);
208 writel(0, TAMP_COPRO_RSC_TBL_ADDRESS);
209 }
Patrick Delaunayabf26782019-02-12 11:44:39 +0100210#endif
Patrick Delaunay320d2662018-05-17 14:50:46 +0200211
Patrick Delaunay320d2662018-05-17 14:50:46 +0200212 boot_mode = get_bootmode();
213
214 if ((boot_mode & TAMP_BOOT_DEVICE_MASK) == BOOT_SERIAL_UART)
215 gd->flags |= GD_FLG_SILENT | GD_FLG_DISABLE_CONSOLE;
216#if defined(CONFIG_DEBUG_UART) && \
Patrick Delaunayabf26782019-02-12 11:44:39 +0100217 !defined(CONFIG_STM32MP1_TRUSTED) && \
Patrick Delaunay320d2662018-05-17 14:50:46 +0200218 (!defined(CONFIG_SPL) || defined(CONFIG_SPL_BUILD))
219 else
220 debug_uart_init();
221#endif
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100222
223 return 0;
224}
225
Patrick Delaunaycda3dcb2018-03-19 19:09:20 +0100226void enable_caches(void)
227{
228 /* Enable D-cache. I-cache is already enabled in start.S */
229 dcache_enable();
230}
231
Patrick Delaunay96583cd2018-03-19 19:09:21 +0100232static u32 read_idc(void)
233{
234 setbits_le32(RCC_DBGCFGR, RCC_DBGCFGR_DBGCKEN);
235
236 return readl(DBGMCU_IDC);
237}
238
239u32 get_cpu_rev(void)
240{
241 return (read_idc() & DBGMCU_IDC_REV_ID_MASK) >> DBGMCU_IDC_REV_ID_SHIFT;
242}
243
Patrick Delaunay35d568f2019-02-27 17:01:13 +0100244static u32 get_otp(int index, int shift, int mask)
245{
246 int ret;
247 struct udevice *dev;
248 u32 otp = 0;
249
250 ret = uclass_get_device_by_driver(UCLASS_MISC,
251 DM_GET_DRIVER(stm32mp_bsec),
252 &dev);
253
254 if (!ret)
255 ret = misc_read(dev, STM32_BSEC_SHADOW(index),
256 &otp, sizeof(otp));
257
258 return (otp >> shift) & mask;
259}
260
261/* Get Device Part Number (RPN) from OTP */
262static u32 get_cpu_rpn(void)
263{
264 return get_otp(BSEC_OTP_RPN, RPN_SHIFT, RPN_MASK);
265}
266
Patrick Delaunay96583cd2018-03-19 19:09:21 +0100267u32 get_cpu_type(void)
268{
Patrick Delaunay35d568f2019-02-27 17:01:13 +0100269 u32 id;
270
271 id = (read_idc() & DBGMCU_IDC_DEV_ID_MASK) >> DBGMCU_IDC_DEV_ID_SHIFT;
272
273 return (id << 16) | get_cpu_rpn();
274}
275
276/* Get Package options from OTP */
Patrick Delaunay24cb4582019-07-05 17:20:13 +0200277u32 get_cpu_package(void)
Patrick Delaunay35d568f2019-02-27 17:01:13 +0100278{
279 return get_otp(BSEC_OTP_PKG, PKG_SHIFT, PKG_MASK);
Patrick Delaunay96583cd2018-03-19 19:09:21 +0100280}
281
Patrick Delaunayac5e4d82020-02-12 19:37:43 +0100282void get_soc_name(char name[SOC_NAME_SIZE])
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100283{
Patrick Delaunay35d568f2019-02-27 17:01:13 +0100284 char *cpu_s, *cpu_r, *pkg;
Patrick Delaunay96583cd2018-03-19 19:09:21 +0100285
Patrick Delaunay35d568f2019-02-27 17:01:13 +0100286 /* MPUs Part Numbers */
Patrick Delaunay96583cd2018-03-19 19:09:21 +0100287 switch (get_cpu_type()) {
Patrick Delaunay35d568f2019-02-27 17:01:13 +0100288 case CPU_STM32MP157Cxx:
289 cpu_s = "157C";
290 break;
291 case CPU_STM32MP157Axx:
292 cpu_s = "157A";
293 break;
294 case CPU_STM32MP153Cxx:
295 cpu_s = "153C";
296 break;
297 case CPU_STM32MP153Axx:
298 cpu_s = "153A";
299 break;
300 case CPU_STM32MP151Cxx:
301 cpu_s = "151C";
302 break;
303 case CPU_STM32MP151Axx:
304 cpu_s = "151A";
Patrick Delaunay96583cd2018-03-19 19:09:21 +0100305 break;
306 default:
Patrick Delaunay35d568f2019-02-27 17:01:13 +0100307 cpu_s = "????";
Patrick Delaunay96583cd2018-03-19 19:09:21 +0100308 break;
309 }
310
Patrick Delaunay35d568f2019-02-27 17:01:13 +0100311 /* Package */
312 switch (get_cpu_package()) {
313 case PKG_AA_LBGA448:
314 pkg = "AA";
315 break;
316 case PKG_AB_LBGA354:
317 pkg = "AB";
318 break;
319 case PKG_AC_TFBGA361:
320 pkg = "AC";
321 break;
322 case PKG_AD_TFBGA257:
323 pkg = "AD";
324 break;
325 default:
326 pkg = "??";
327 break;
328 }
329
330 /* REVISION */
Patrick Delaunay96583cd2018-03-19 19:09:21 +0100331 switch (get_cpu_rev()) {
332 case CPU_REVA:
333 cpu_r = "A";
334 break;
335 case CPU_REVB:
336 cpu_r = "B";
337 break;
Patrick Delaunaycf0818b2020-01-28 10:11:06 +0100338 case CPU_REVZ:
339 cpu_r = "Z";
340 break;
Patrick Delaunay96583cd2018-03-19 19:09:21 +0100341 default:
342 cpu_r = "?";
343 break;
344 }
345
Patrick Delaunayac5e4d82020-02-12 19:37:43 +0100346 snprintf(name, SOC_NAME_SIZE, "STM32MP%s%s Rev.%s", cpu_s, pkg, cpu_r);
347}
348
349#if defined(CONFIG_DISPLAY_CPUINFO)
350int print_cpuinfo(void)
351{
352 char name[SOC_NAME_SIZE];
353
354 get_soc_name(name);
355 printf("CPU: %s\n", name);
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100356
357 return 0;
358}
359#endif /* CONFIG_DISPLAY_CPUINFO */
360
Patrick Delaunay08772f62018-03-20 10:54:53 +0100361static void setup_boot_mode(void)
362{
Patrick Delaunay7f63c1e2019-02-27 17:01:12 +0100363 const u32 serial_addr[] = {
364 STM32_USART1_BASE,
365 STM32_USART2_BASE,
366 STM32_USART3_BASE,
367 STM32_UART4_BASE,
368 STM32_UART5_BASE,
369 STM32_USART6_BASE,
370 STM32_UART7_BASE,
371 STM32_UART8_BASE
372 };
Patrick Delaunay08772f62018-03-20 10:54:53 +0100373 char cmd[60];
374 u32 boot_ctx = readl(TAMP_BOOT_CONTEXT);
375 u32 boot_mode =
376 (boot_ctx & TAMP_BOOT_MODE_MASK) >> TAMP_BOOT_MODE_SHIFT;
Patrick Delaunaye609e132019-06-21 15:26:39 +0200377 unsigned int instance = (boot_mode & TAMP_BOOT_INSTANCE_MASK) - 1;
Patrick Delaunay9a2ba282019-02-27 17:01:20 +0100378 u32 forced_mode = (boot_ctx & TAMP_BOOT_FORCED_MASK);
Patrick Delaunay7f63c1e2019-02-27 17:01:12 +0100379 struct udevice *dev;
380 int alias;
Patrick Delaunay08772f62018-03-20 10:54:53 +0100381
Patrick Delaunay9a2ba282019-02-27 17:01:20 +0100382 pr_debug("%s: boot_ctx=0x%x => boot_mode=%x, instance=%d forced=%x\n",
383 __func__, boot_ctx, boot_mode, instance, forced_mode);
Patrick Delaunay08772f62018-03-20 10:54:53 +0100384 switch (boot_mode & TAMP_BOOT_DEVICE_MASK) {
385 case BOOT_SERIAL_UART:
Patrick Delaunay7f63c1e2019-02-27 17:01:12 +0100386 if (instance > ARRAY_SIZE(serial_addr))
387 break;
388 /* serial : search associated alias in devicetree */
389 sprintf(cmd, "serial@%x", serial_addr[instance]);
390 if (uclass_get_device_by_name(UCLASS_SERIAL, cmd, &dev))
391 break;
392 if (fdtdec_get_alias_seq(gd->fdt_blob, "serial",
393 dev_of_offset(dev), &alias))
394 break;
395 sprintf(cmd, "%d", alias);
396 env_set("boot_device", "serial");
Patrick Delaunay08772f62018-03-20 10:54:53 +0100397 env_set("boot_instance", cmd);
Patrick Delaunay7f63c1e2019-02-27 17:01:12 +0100398
399 /* restore console on uart when not used */
400 if (gd->cur_serial_dev != dev) {
401 gd->flags &= ~(GD_FLG_SILENT |
402 GD_FLG_DISABLE_CONSOLE);
403 printf("serial boot with console enabled!\n");
404 }
Patrick Delaunay08772f62018-03-20 10:54:53 +0100405 break;
406 case BOOT_SERIAL_USB:
407 env_set("boot_device", "usb");
408 env_set("boot_instance", "0");
409 break;
410 case BOOT_FLASH_SD:
411 case BOOT_FLASH_EMMC:
412 sprintf(cmd, "%d", instance);
413 env_set("boot_device", "mmc");
414 env_set("boot_instance", cmd);
415 break;
416 case BOOT_FLASH_NAND:
417 env_set("boot_device", "nand");
418 env_set("boot_instance", "0");
419 break;
420 case BOOT_FLASH_NOR:
421 env_set("boot_device", "nor");
422 env_set("boot_instance", "0");
423 break;
424 default:
425 pr_debug("unexpected boot mode = %x\n", boot_mode);
426 break;
427 }
Patrick Delaunay9a2ba282019-02-27 17:01:20 +0100428
429 switch (forced_mode) {
430 case BOOT_FASTBOOT:
431 printf("Enter fastboot!\n");
432 env_set("preboot", "env set preboot; fastboot 0");
433 break;
434 case BOOT_STM32PROG:
435 env_set("boot_device", "usb");
436 env_set("boot_instance", "0");
437 break;
438 case BOOT_UMS_MMC0:
439 case BOOT_UMS_MMC1:
440 case BOOT_UMS_MMC2:
441 printf("Enter UMS!\n");
442 instance = forced_mode - BOOT_UMS_MMC0;
443 sprintf(cmd, "env set preboot; ums 0 mmc %d", instance);
444 env_set("preboot", cmd);
445 break;
446 case BOOT_RECOVERY:
447 env_set("preboot", "env set preboot; run altbootcmd");
448 break;
449 case BOOT_NORMAL:
450 break;
451 default:
452 pr_debug("unexpected forced boot mode = %x\n", forced_mode);
453 break;
454 }
455
456 /* clear TAMP for next reboot */
457 clrsetbits_le32(TAMP_BOOT_CONTEXT, TAMP_BOOT_FORCED_MASK, BOOT_NORMAL);
Patrick Delaunay08772f62018-03-20 10:54:53 +0100458}
459
Patrick Delaunay7f7deb02018-05-17 15:24:07 +0200460/*
461 * If there is no MAC address in the environment, then it will be initialized
462 * (silently) from the value in the OTP.
463 */
Marek Vasute71b9a62019-12-18 16:52:19 +0100464__weak int setup_mac_address(void)
Patrick Delaunay7f7deb02018-05-17 15:24:07 +0200465{
466#if defined(CONFIG_NET)
467 int ret;
468 int i;
469 u32 otp[2];
470 uchar enetaddr[6];
471 struct udevice *dev;
472
473 /* MAC already in environment */
474 if (eth_env_get_enetaddr("ethaddr", enetaddr))
475 return 0;
476
477 ret = uclass_get_device_by_driver(UCLASS_MISC,
478 DM_GET_DRIVER(stm32mp_bsec),
479 &dev);
480 if (ret)
481 return ret;
482
Patrick Delaunay17f1f9b2019-02-27 17:01:29 +0100483 ret = misc_read(dev, STM32_BSEC_SHADOW(BSEC_OTP_MAC),
Patrick Delaunay7f7deb02018-05-17 15:24:07 +0200484 otp, sizeof(otp));
Simon Glass8729b1a2018-11-06 15:21:39 -0700485 if (ret < 0)
Patrick Delaunay7f7deb02018-05-17 15:24:07 +0200486 return ret;
487
488 for (i = 0; i < 6; i++)
489 enetaddr[i] = ((uint8_t *)&otp)[i];
490
491 if (!is_valid_ethaddr(enetaddr)) {
Manivannan Sadhasivambc9487d2019-05-02 13:26:45 +0530492 pr_err("invalid MAC address in OTP %pM\n", enetaddr);
Patrick Delaunay7f7deb02018-05-17 15:24:07 +0200493 return -EINVAL;
494 }
495 pr_debug("OTP MAC address = %pM\n", enetaddr);
496 ret = !eth_env_set_enetaddr("ethaddr", enetaddr);
497 if (!ret)
498 pr_err("Failed to set mac address %pM from OTP: %d\n",
499 enetaddr, ret);
500#endif
501
502 return 0;
503}
504
505static int setup_serial_number(void)
506{
507 char serial_string[25];
508 u32 otp[3] = {0, 0, 0 };
509 struct udevice *dev;
510 int ret;
511
512 if (env_get("serial#"))
513 return 0;
514
515 ret = uclass_get_device_by_driver(UCLASS_MISC,
516 DM_GET_DRIVER(stm32mp_bsec),
517 &dev);
518 if (ret)
519 return ret;
520
Patrick Delaunay17f1f9b2019-02-27 17:01:29 +0100521 ret = misc_read(dev, STM32_BSEC_SHADOW(BSEC_OTP_SERIAL),
Patrick Delaunay7f7deb02018-05-17 15:24:07 +0200522 otp, sizeof(otp));
Simon Glass8729b1a2018-11-06 15:21:39 -0700523 if (ret < 0)
Patrick Delaunay7f7deb02018-05-17 15:24:07 +0200524 return ret;
525
Patrick Delaunay8983ba22019-02-27 17:01:25 +0100526 sprintf(serial_string, "%08X%08X%08X", otp[0], otp[1], otp[2]);
Patrick Delaunay7f7deb02018-05-17 15:24:07 +0200527 env_set("serial#", serial_string);
528
529 return 0;
530}
531
Patrick Delaunay08772f62018-03-20 10:54:53 +0100532int arch_misc_init(void)
533{
534 setup_boot_mode();
Patrick Delaunay7f7deb02018-05-17 15:24:07 +0200535 setup_mac_address();
536 setup_serial_number();
Patrick Delaunay08772f62018-03-20 10:54:53 +0100537
538 return 0;
539}