blob: a46e8438f7c2bf91ae0cc65bed98bfaf1d7941bf [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>
Patrick Delaunay320d2662018-05-17 14:50:46 +02007#include <debug_uart.h>
Simon Glass9fb625c2019-08-01 09:46:51 -06008#include <env.h>
Patrick Delaunay7f7deb02018-05-17 15:24:07 +02009#include <misc.h>
Patrick Delaunay2514c2d2018-03-12 10:46:10 +010010#include <asm/io.h>
11#include <asm/arch/stm32.h>
Patrick Delaunay96583cd2018-03-19 19:09:21 +010012#include <asm/arch/sys_proto.h>
Patrick Delaunay7f7deb02018-05-17 15:24:07 +020013#include <dm/device.h>
Patrick Delaunay08772f62018-03-20 10:54:53 +010014#include <dm/uclass.h>
Patrick Delaunay2514c2d2018-03-12 10:46:10 +010015
Patrick Delaunaycda3dcb2018-03-19 19:09:20 +010016/* RCC register */
17#define RCC_TZCR (STM32_RCC_BASE + 0x00)
18#define RCC_DBGCFGR (STM32_RCC_BASE + 0x080C)
19#define RCC_BDCR (STM32_RCC_BASE + 0x0140)
20#define RCC_MP_APB5ENSETR (STM32_RCC_BASE + 0x0208)
Patrick Delaunay59a54e32019-02-27 17:01:26 +010021#define RCC_MP_AHB5ENSETR (STM32_RCC_BASE + 0x0210)
Patrick Delaunaycda3dcb2018-03-19 19:09:20 +010022#define RCC_BDCR_VSWRST BIT(31)
23#define RCC_BDCR_RTCSRC GENMASK(17, 16)
24#define RCC_DBGCFGR_DBGCKEN BIT(8)
Patrick Delaunay2514c2d2018-03-12 10:46:10 +010025
Patrick Delaunaycda3dcb2018-03-19 19:09:20 +010026/* Security register */
Patrick Delaunay2514c2d2018-03-12 10:46:10 +010027#define ETZPC_TZMA1_SIZE (STM32_ETZPC_BASE + 0x04)
28#define ETZPC_DECPROT0 (STM32_ETZPC_BASE + 0x10)
29
30#define TZC_GATE_KEEPER (STM32_TZC_BASE + 0x008)
31#define TZC_REGION_ATTRIBUTE0 (STM32_TZC_BASE + 0x110)
32#define TZC_REGION_ID_ACCESS0 (STM32_TZC_BASE + 0x114)
33
34#define TAMP_CR1 (STM32_TAMP_BASE + 0x00)
35
36#define PWR_CR1 (STM32_PWR_BASE + 0x00)
37#define PWR_CR1_DBP BIT(8)
38
Patrick Delaunaycda3dcb2018-03-19 19:09:20 +010039/* DBGMCU register */
Patrick Delaunay96583cd2018-03-19 19:09:21 +010040#define DBGMCU_IDC (STM32_DBGMCU_BASE + 0x00)
Patrick Delaunaycda3dcb2018-03-19 19:09:20 +010041#define DBGMCU_APB4FZ1 (STM32_DBGMCU_BASE + 0x2C)
42#define DBGMCU_APB4FZ1_IWDG2 BIT(2)
Patrick Delaunay96583cd2018-03-19 19:09:21 +010043#define DBGMCU_IDC_DEV_ID_MASK GENMASK(11, 0)
44#define DBGMCU_IDC_DEV_ID_SHIFT 0
45#define DBGMCU_IDC_REV_ID_MASK GENMASK(31, 16)
46#define DBGMCU_IDC_REV_ID_SHIFT 16
Patrick Delaunay2514c2d2018-03-12 10:46:10 +010047
Patrick Delaunay59a54e32019-02-27 17:01:26 +010048/* GPIOZ registers */
49#define GPIOZ_SECCFGR 0x54004030
50
Patrick Delaunay08772f62018-03-20 10:54:53 +010051/* boot interface from Bootrom
52 * - boot instance = bit 31:16
53 * - boot device = bit 15:0
54 */
55#define BOOTROM_PARAM_ADDR 0x2FFC0078
56#define BOOTROM_MODE_MASK GENMASK(15, 0)
57#define BOOTROM_MODE_SHIFT 0
58#define BOOTROM_INSTANCE_MASK GENMASK(31, 16)
59#define BOOTROM_INSTANCE_SHIFT 16
60
Patrick Delaunay7f7deb02018-05-17 15:24:07 +020061/* BSEC OTP index */
Patrick Delaunay35d568f2019-02-27 17:01:13 +010062#define BSEC_OTP_RPN 1
Patrick Delaunay7f7deb02018-05-17 15:24:07 +020063#define BSEC_OTP_SERIAL 13
Patrick Delaunay35d568f2019-02-27 17:01:13 +010064#define BSEC_OTP_PKG 16
Patrick Delaunay7f7deb02018-05-17 15:24:07 +020065#define BSEC_OTP_MAC 57
66
Patrick Delaunay35d568f2019-02-27 17:01:13 +010067/* Device Part Number (RPN) = OTP_DATA1 lower 8 bits */
68#define RPN_SHIFT 0
69#define RPN_MASK GENMASK(7, 0)
70
71/* Package = bit 27:29 of OTP16
72 * - 100: LBGA448 (FFI) => AA = LFBGA 18x18mm 448 balls p. 0.8mm
73 * - 011: LBGA354 (LCI) => AB = LFBGA 16x16mm 359 balls p. 0.8mm
74 * - 010: TFBGA361 (FFC) => AC = TFBGA 12x12mm 361 balls p. 0.5mm
75 * - 001: TFBGA257 (LCC) => AD = TFBGA 10x10mm 257 balls p. 0.5mm
76 * - others: Reserved
77 */
78#define PKG_SHIFT 27
79#define PKG_MASK GENMASK(2, 0)
80
Patrick Delaunaycda3dcb2018-03-19 19:09:20 +010081#if !defined(CONFIG_SPL) || defined(CONFIG_SPL_BUILD)
Patrick Delaunayabf26782019-02-12 11:44:39 +010082#ifndef CONFIG_STM32MP1_TRUSTED
Patrick Delaunay2514c2d2018-03-12 10:46:10 +010083static void security_init(void)
84{
85 /* Disable the backup domain write protection */
86 /* the protection is enable at each reset by hardware */
87 /* And must be disable by software */
88 setbits_le32(PWR_CR1, PWR_CR1_DBP);
89
90 while (!(readl(PWR_CR1) & PWR_CR1_DBP))
91 ;
92
93 /* If RTC clock isn't enable so this is a cold boot then we need
94 * to reset the backup domain
95 */
96 if (!(readl(RCC_BDCR) & RCC_BDCR_RTCSRC)) {
97 setbits_le32(RCC_BDCR, RCC_BDCR_VSWRST);
98 while (!(readl(RCC_BDCR) & RCC_BDCR_VSWRST))
99 ;
100 clrbits_le32(RCC_BDCR, RCC_BDCR_VSWRST);
101 }
102
103 /* allow non secure access in Write/Read for all peripheral */
104 writel(GENMASK(25, 0), ETZPC_DECPROT0);
105
106 /* Open SYSRAM for no secure access */
107 writel(0x0, ETZPC_TZMA1_SIZE);
108
109 /* enable TZC1 TZC2 clock */
110 writel(BIT(11) | BIT(12), RCC_MP_APB5ENSETR);
111
112 /* Region 0 set to no access by default */
113 /* bit 0 / 16 => nsaid0 read/write Enable
114 * bit 1 / 17 => nsaid1 read/write Enable
115 * ...
116 * bit 15 / 31 => nsaid15 read/write Enable
117 */
118 writel(0xFFFFFFFF, TZC_REGION_ID_ACCESS0);
119 /* bit 30 / 31 => Secure Global Enable : write/read */
120 /* bit 0 / 1 => Region Enable for filter 0/1 */
121 writel(BIT(0) | BIT(1) | BIT(30) | BIT(31), TZC_REGION_ATTRIBUTE0);
122
123 /* Enable Filter 0 and 1 */
124 setbits_le32(TZC_GATE_KEEPER, BIT(0) | BIT(1));
125
126 /* RCC trust zone deactivated */
127 writel(0x0, RCC_TZCR);
128
129 /* TAMP: deactivate the internal tamper
130 * Bit 23 ITAMP8E: monotonic counter overflow
131 * Bit 20 ITAMP5E: RTC calendar overflow
132 * Bit 19 ITAMP4E: HSE monitoring
133 * Bit 18 ITAMP3E: LSE monitoring
134 * Bit 16 ITAMP1E: RTC power domain supply monitoring
135 */
136 writel(0x0, TAMP_CR1);
Patrick Delaunay59a54e32019-02-27 17:01:26 +0100137
138 /* GPIOZ: deactivate the security */
139 writel(BIT(0), RCC_MP_AHB5ENSETR);
140 writel(0x0, GPIOZ_SECCFGR);
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100141}
Patrick Delaunayabf26782019-02-12 11:44:39 +0100142#endif /* CONFIG_STM32MP1_TRUSTED */
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100143
Patrick Delaunaycda3dcb2018-03-19 19:09:20 +0100144/*
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100145 * Debug init
Patrick Delaunaycda3dcb2018-03-19 19:09:20 +0100146 */
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100147static void dbgmcu_init(void)
148{
149 setbits_le32(RCC_DBGCFGR, RCC_DBGCFGR_DBGCKEN);
150
151 /* Freeze IWDG2 if Cortex-A7 is in debug mode */
152 setbits_le32(DBGMCU_APB4FZ1, DBGMCU_APB4FZ1_IWDG2);
153}
154#endif /* !defined(CONFIG_SPL) || defined(CONFIG_SPL_BUILD) */
155
Patrick Delaunayabf26782019-02-12 11:44:39 +0100156#if !defined(CONFIG_STM32MP1_TRUSTED) && \
157 (!defined(CONFIG_SPL) || defined(CONFIG_SPL_BUILD))
Patrick Delaunay7f63c1e2019-02-27 17:01:12 +0100158/* get bootmode from ROM code boot context: saved in TAMP register */
159static void update_bootmode(void)
160{
161 u32 boot_mode;
Patrick Delaunay08772f62018-03-20 10:54:53 +0100162 u32 bootrom_itf = readl(BOOTROM_PARAM_ADDR);
163 u32 bootrom_device, bootrom_instance;
164
Patrick Delaunay7f63c1e2019-02-27 17:01:12 +0100165 /* enable TAMP clock = RTCAPBEN */
166 writel(BIT(8), RCC_MP_APB5ENSETR);
167
168 /* read bootrom context */
Patrick Delaunay08772f62018-03-20 10:54:53 +0100169 bootrom_device =
170 (bootrom_itf & BOOTROM_MODE_MASK) >> BOOTROM_MODE_SHIFT;
171 bootrom_instance =
172 (bootrom_itf & BOOTROM_INSTANCE_MASK) >> BOOTROM_INSTANCE_SHIFT;
173 boot_mode =
174 ((bootrom_device << BOOT_TYPE_SHIFT) & BOOT_TYPE_MASK) |
175 ((bootrom_instance << BOOT_INSTANCE_SHIFT) &
176 BOOT_INSTANCE_MASK);
177
178 /* save the boot mode in TAMP backup register */
179 clrsetbits_le32(TAMP_BOOT_CONTEXT,
180 TAMP_BOOT_MODE_MASK,
181 boot_mode << TAMP_BOOT_MODE_SHIFT);
Patrick Delaunay7f63c1e2019-02-27 17:01:12 +0100182}
Patrick Delaunay08772f62018-03-20 10:54:53 +0100183#endif
Patrick Delaunay7f63c1e2019-02-27 17:01:12 +0100184
185u32 get_bootmode(void)
186{
187 /* read bootmode from TAMP backup register */
188 return (readl(TAMP_BOOT_CONTEXT) & TAMP_BOOT_MODE_MASK) >>
189 TAMP_BOOT_MODE_SHIFT;
Patrick Delaunay08772f62018-03-20 10:54:53 +0100190}
191
192/*
193 * Early system init
194 */
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100195int arch_cpu_init(void)
196{
Patrick Delaunay320d2662018-05-17 14:50:46 +0200197 u32 boot_mode;
198
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100199 /* early armv7 timer init: needed for polling */
200 timer_init();
201
202#if !defined(CONFIG_SPL) || defined(CONFIG_SPL_BUILD)
203 dbgmcu_init();
Patrick Delaunayabf26782019-02-12 11:44:39 +0100204#ifndef CONFIG_STM32MP1_TRUSTED
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100205 security_init();
Patrick Delaunay7f63c1e2019-02-27 17:01:12 +0100206 update_bootmode();
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100207#endif
Patrick Delaunayabf26782019-02-12 11:44:39 +0100208#endif
Patrick Delaunay320d2662018-05-17 14:50:46 +0200209
Patrick Delaunay320d2662018-05-17 14:50:46 +0200210 boot_mode = get_bootmode();
211
212 if ((boot_mode & TAMP_BOOT_DEVICE_MASK) == BOOT_SERIAL_UART)
213 gd->flags |= GD_FLG_SILENT | GD_FLG_DISABLE_CONSOLE;
214#if defined(CONFIG_DEBUG_UART) && \
Patrick Delaunayabf26782019-02-12 11:44:39 +0100215 !defined(CONFIG_STM32MP1_TRUSTED) && \
Patrick Delaunay320d2662018-05-17 14:50:46 +0200216 (!defined(CONFIG_SPL) || defined(CONFIG_SPL_BUILD))
217 else
218 debug_uart_init();
219#endif
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100220
221 return 0;
222}
223
Patrick Delaunaycda3dcb2018-03-19 19:09:20 +0100224void enable_caches(void)
225{
226 /* Enable D-cache. I-cache is already enabled in start.S */
227 dcache_enable();
228}
229
Patrick Delaunay96583cd2018-03-19 19:09:21 +0100230static u32 read_idc(void)
231{
232 setbits_le32(RCC_DBGCFGR, RCC_DBGCFGR_DBGCKEN);
233
234 return readl(DBGMCU_IDC);
235}
236
237u32 get_cpu_rev(void)
238{
239 return (read_idc() & DBGMCU_IDC_REV_ID_MASK) >> DBGMCU_IDC_REV_ID_SHIFT;
240}
241
Patrick Delaunay35d568f2019-02-27 17:01:13 +0100242static u32 get_otp(int index, int shift, int mask)
243{
244 int ret;
245 struct udevice *dev;
246 u32 otp = 0;
247
248 ret = uclass_get_device_by_driver(UCLASS_MISC,
249 DM_GET_DRIVER(stm32mp_bsec),
250 &dev);
251
252 if (!ret)
253 ret = misc_read(dev, STM32_BSEC_SHADOW(index),
254 &otp, sizeof(otp));
255
256 return (otp >> shift) & mask;
257}
258
259/* Get Device Part Number (RPN) from OTP */
260static u32 get_cpu_rpn(void)
261{
262 return get_otp(BSEC_OTP_RPN, RPN_SHIFT, RPN_MASK);
263}
264
Patrick Delaunay96583cd2018-03-19 19:09:21 +0100265u32 get_cpu_type(void)
266{
Patrick Delaunay35d568f2019-02-27 17:01:13 +0100267 u32 id;
268
269 id = (read_idc() & DBGMCU_IDC_DEV_ID_MASK) >> DBGMCU_IDC_DEV_ID_SHIFT;
270
271 return (id << 16) | get_cpu_rpn();
272}
273
274/* Get Package options from OTP */
Patrick Delaunay24cb4582019-07-05 17:20:13 +0200275u32 get_cpu_package(void)
Patrick Delaunay35d568f2019-02-27 17:01:13 +0100276{
277 return get_otp(BSEC_OTP_PKG, PKG_SHIFT, PKG_MASK);
Patrick Delaunay96583cd2018-03-19 19:09:21 +0100278}
279
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100280#if defined(CONFIG_DISPLAY_CPUINFO)
281int print_cpuinfo(void)
282{
Patrick Delaunay35d568f2019-02-27 17:01:13 +0100283 char *cpu_s, *cpu_r, *pkg;
Patrick Delaunay96583cd2018-03-19 19:09:21 +0100284
Patrick Delaunay35d568f2019-02-27 17:01:13 +0100285 /* MPUs Part Numbers */
Patrick Delaunay96583cd2018-03-19 19:09:21 +0100286 switch (get_cpu_type()) {
Patrick Delaunay35d568f2019-02-27 17:01:13 +0100287 case CPU_STM32MP157Cxx:
288 cpu_s = "157C";
289 break;
290 case CPU_STM32MP157Axx:
291 cpu_s = "157A";
292 break;
293 case CPU_STM32MP153Cxx:
294 cpu_s = "153C";
295 break;
296 case CPU_STM32MP153Axx:
297 cpu_s = "153A";
298 break;
299 case CPU_STM32MP151Cxx:
300 cpu_s = "151C";
301 break;
302 case CPU_STM32MP151Axx:
303 cpu_s = "151A";
Patrick Delaunay96583cd2018-03-19 19:09:21 +0100304 break;
305 default:
Patrick Delaunay35d568f2019-02-27 17:01:13 +0100306 cpu_s = "????";
Patrick Delaunay96583cd2018-03-19 19:09:21 +0100307 break;
308 }
309
Patrick Delaunay35d568f2019-02-27 17:01:13 +0100310 /* Package */
311 switch (get_cpu_package()) {
312 case PKG_AA_LBGA448:
313 pkg = "AA";
314 break;
315 case PKG_AB_LBGA354:
316 pkg = "AB";
317 break;
318 case PKG_AC_TFBGA361:
319 pkg = "AC";
320 break;
321 case PKG_AD_TFBGA257:
322 pkg = "AD";
323 break;
324 default:
325 pkg = "??";
326 break;
327 }
328
329 /* REVISION */
Patrick Delaunay96583cd2018-03-19 19:09:21 +0100330 switch (get_cpu_rev()) {
331 case CPU_REVA:
332 cpu_r = "A";
333 break;
334 case CPU_REVB:
335 cpu_r = "B";
336 break;
337 default:
338 cpu_r = "?";
339 break;
340 }
341
Patrick Delaunay35d568f2019-02-27 17:01:13 +0100342 printf("CPU: STM32MP%s%s Rev.%s\n", cpu_s, pkg, cpu_r);
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100343
344 return 0;
345}
346#endif /* CONFIG_DISPLAY_CPUINFO */
347
Patrick Delaunay08772f62018-03-20 10:54:53 +0100348static void setup_boot_mode(void)
349{
Patrick Delaunay7f63c1e2019-02-27 17:01:12 +0100350 const u32 serial_addr[] = {
351 STM32_USART1_BASE,
352 STM32_USART2_BASE,
353 STM32_USART3_BASE,
354 STM32_UART4_BASE,
355 STM32_UART5_BASE,
356 STM32_USART6_BASE,
357 STM32_UART7_BASE,
358 STM32_UART8_BASE
359 };
Patrick Delaunay08772f62018-03-20 10:54:53 +0100360 char cmd[60];
361 u32 boot_ctx = readl(TAMP_BOOT_CONTEXT);
362 u32 boot_mode =
363 (boot_ctx & TAMP_BOOT_MODE_MASK) >> TAMP_BOOT_MODE_SHIFT;
Patrick Delaunaye609e132019-06-21 15:26:39 +0200364 unsigned int instance = (boot_mode & TAMP_BOOT_INSTANCE_MASK) - 1;
Patrick Delaunay9a2ba282019-02-27 17:01:20 +0100365 u32 forced_mode = (boot_ctx & TAMP_BOOT_FORCED_MASK);
Patrick Delaunay7f63c1e2019-02-27 17:01:12 +0100366 struct udevice *dev;
367 int alias;
Patrick Delaunay08772f62018-03-20 10:54:53 +0100368
Patrick Delaunay9a2ba282019-02-27 17:01:20 +0100369 pr_debug("%s: boot_ctx=0x%x => boot_mode=%x, instance=%d forced=%x\n",
370 __func__, boot_ctx, boot_mode, instance, forced_mode);
Patrick Delaunay08772f62018-03-20 10:54:53 +0100371 switch (boot_mode & TAMP_BOOT_DEVICE_MASK) {
372 case BOOT_SERIAL_UART:
Patrick Delaunay7f63c1e2019-02-27 17:01:12 +0100373 if (instance > ARRAY_SIZE(serial_addr))
374 break;
375 /* serial : search associated alias in devicetree */
376 sprintf(cmd, "serial@%x", serial_addr[instance]);
377 if (uclass_get_device_by_name(UCLASS_SERIAL, cmd, &dev))
378 break;
379 if (fdtdec_get_alias_seq(gd->fdt_blob, "serial",
380 dev_of_offset(dev), &alias))
381 break;
382 sprintf(cmd, "%d", alias);
383 env_set("boot_device", "serial");
Patrick Delaunay08772f62018-03-20 10:54:53 +0100384 env_set("boot_instance", cmd);
Patrick Delaunay7f63c1e2019-02-27 17:01:12 +0100385
386 /* restore console on uart when not used */
387 if (gd->cur_serial_dev != dev) {
388 gd->flags &= ~(GD_FLG_SILENT |
389 GD_FLG_DISABLE_CONSOLE);
390 printf("serial boot with console enabled!\n");
391 }
Patrick Delaunay08772f62018-03-20 10:54:53 +0100392 break;
393 case BOOT_SERIAL_USB:
394 env_set("boot_device", "usb");
395 env_set("boot_instance", "0");
396 break;
397 case BOOT_FLASH_SD:
398 case BOOT_FLASH_EMMC:
399 sprintf(cmd, "%d", instance);
400 env_set("boot_device", "mmc");
401 env_set("boot_instance", cmd);
402 break;
403 case BOOT_FLASH_NAND:
404 env_set("boot_device", "nand");
405 env_set("boot_instance", "0");
406 break;
407 case BOOT_FLASH_NOR:
408 env_set("boot_device", "nor");
409 env_set("boot_instance", "0");
410 break;
411 default:
412 pr_debug("unexpected boot mode = %x\n", boot_mode);
413 break;
414 }
Patrick Delaunay9a2ba282019-02-27 17:01:20 +0100415
416 switch (forced_mode) {
417 case BOOT_FASTBOOT:
418 printf("Enter fastboot!\n");
419 env_set("preboot", "env set preboot; fastboot 0");
420 break;
421 case BOOT_STM32PROG:
422 env_set("boot_device", "usb");
423 env_set("boot_instance", "0");
424 break;
425 case BOOT_UMS_MMC0:
426 case BOOT_UMS_MMC1:
427 case BOOT_UMS_MMC2:
428 printf("Enter UMS!\n");
429 instance = forced_mode - BOOT_UMS_MMC0;
430 sprintf(cmd, "env set preboot; ums 0 mmc %d", instance);
431 env_set("preboot", cmd);
432 break;
433 case BOOT_RECOVERY:
434 env_set("preboot", "env set preboot; run altbootcmd");
435 break;
436 case BOOT_NORMAL:
437 break;
438 default:
439 pr_debug("unexpected forced boot mode = %x\n", forced_mode);
440 break;
441 }
442
443 /* clear TAMP for next reboot */
444 clrsetbits_le32(TAMP_BOOT_CONTEXT, TAMP_BOOT_FORCED_MASK, BOOT_NORMAL);
Patrick Delaunay08772f62018-03-20 10:54:53 +0100445}
446
Patrick Delaunay7f7deb02018-05-17 15:24:07 +0200447/*
448 * If there is no MAC address in the environment, then it will be initialized
449 * (silently) from the value in the OTP.
450 */
451static int setup_mac_address(void)
452{
453#if defined(CONFIG_NET)
454 int ret;
455 int i;
456 u32 otp[2];
457 uchar enetaddr[6];
458 struct udevice *dev;
459
460 /* MAC already in environment */
461 if (eth_env_get_enetaddr("ethaddr", enetaddr))
462 return 0;
463
464 ret = uclass_get_device_by_driver(UCLASS_MISC,
465 DM_GET_DRIVER(stm32mp_bsec),
466 &dev);
467 if (ret)
468 return ret;
469
Patrick Delaunay17f1f9b2019-02-27 17:01:29 +0100470 ret = misc_read(dev, STM32_BSEC_SHADOW(BSEC_OTP_MAC),
Patrick Delaunay7f7deb02018-05-17 15:24:07 +0200471 otp, sizeof(otp));
Simon Glass8729b1a2018-11-06 15:21:39 -0700472 if (ret < 0)
Patrick Delaunay7f7deb02018-05-17 15:24:07 +0200473 return ret;
474
475 for (i = 0; i < 6; i++)
476 enetaddr[i] = ((uint8_t *)&otp)[i];
477
478 if (!is_valid_ethaddr(enetaddr)) {
Manivannan Sadhasivambc9487d2019-05-02 13:26:45 +0530479 pr_err("invalid MAC address in OTP %pM\n", enetaddr);
Patrick Delaunay7f7deb02018-05-17 15:24:07 +0200480 return -EINVAL;
481 }
482 pr_debug("OTP MAC address = %pM\n", enetaddr);
483 ret = !eth_env_set_enetaddr("ethaddr", enetaddr);
484 if (!ret)
485 pr_err("Failed to set mac address %pM from OTP: %d\n",
486 enetaddr, ret);
487#endif
488
489 return 0;
490}
491
492static int setup_serial_number(void)
493{
494 char serial_string[25];
495 u32 otp[3] = {0, 0, 0 };
496 struct udevice *dev;
497 int ret;
498
499 if (env_get("serial#"))
500 return 0;
501
502 ret = uclass_get_device_by_driver(UCLASS_MISC,
503 DM_GET_DRIVER(stm32mp_bsec),
504 &dev);
505 if (ret)
506 return ret;
507
Patrick Delaunay17f1f9b2019-02-27 17:01:29 +0100508 ret = misc_read(dev, STM32_BSEC_SHADOW(BSEC_OTP_SERIAL),
Patrick Delaunay7f7deb02018-05-17 15:24:07 +0200509 otp, sizeof(otp));
Simon Glass8729b1a2018-11-06 15:21:39 -0700510 if (ret < 0)
Patrick Delaunay7f7deb02018-05-17 15:24:07 +0200511 return ret;
512
Patrick Delaunay8983ba22019-02-27 17:01:25 +0100513 sprintf(serial_string, "%08X%08X%08X", otp[0], otp[1], otp[2]);
Patrick Delaunay7f7deb02018-05-17 15:24:07 +0200514 env_set("serial#", serial_string);
515
516 return 0;
517}
518
Patrick Delaunay08772f62018-03-20 10:54:53 +0100519int arch_misc_init(void)
520{
521 setup_boot_mode();
Patrick Delaunay7f7deb02018-05-17 15:24:07 +0200522 setup_mac_address();
523 setup_serial_number();
Patrick Delaunay08772f62018-03-20 10:54:53 +0100524
525 return 0;
526}