blob: 06ac349e2e7ad0baa36fc641a22cd65102e927ec [file] [log] [blame]
Patrick Delaunay2514c2d2018-03-12 10:46:10 +01001if ARCH_STM32MP
2
3config SPL
Patrick Delaunay97f7e392020-07-24 11:13:31 +02004 select SPL_BOARD_INIT
Patrick Delaunay2514c2d2018-03-12 10:46:10 +01005 select SPL_CLK
6 select SPL_DM
7 select SPL_DM_SEQ_ALIAS
Simon Glass9ca00682021-07-10 21:14:31 -06008 select SPL_DRIVERS_MISC
Patrick Delaunay2514c2d2018-03-12 10:46:10 +01009 select SPL_FRAMEWORK
Simon Glass83061db2021-07-10 21:14:30 -060010 select SPL_GPIO
Patrick Delaunay2514c2d2018-03-12 10:46:10 +010011 select SPL_LIBCOMMON_SUPPORT
12 select SPL_LIBGENERIC_SUPPORT
13 select SPL_OF_CONTROL
14 select SPL_OF_TRANSLATE
15 select SPL_PINCTRL
16 select SPL_REGMAP
Ley Foon Tanbfc6bae2018-06-14 18:45:19 +080017 select SPL_DM_RESET
Simon Glass2a736062021-08-08 12:20:12 -060018 select SPL_SERIAL
Patrick Delaunay2514c2d2018-03-12 10:46:10 +010019 select SPL_SYSCON
Simon Glass078111b2021-07-10 21:14:28 -060020 select SPL_WATCHDOG if WATCHDOG
Patrick Delaunay27a986d2019-04-18 17:32:47 +020021 imply BOOTSTAGE_STASH if SPL_BOOTSTAGE
22 imply SPL_BOOTSTAGE if BOOTSTAGE
Patrick Delaunay006ea182019-02-27 17:01:14 +010023 imply SPL_DISPLAY_PRINT
Patrick Delaunay2514c2d2018-03-12 10:46:10 +010024 imply SPL_LIBDISK_SUPPORT
Simon Glassea2ca7e2021-08-08 12:20:14 -060025 imply SPL_SPI_LOAD if SPL_SPI
Patrick Delaunay2514c2d2018-03-12 10:46:10 +010026
27config SYS_SOC
28 default "stm32mp"
29
Patrick Delaunayef84ddd2019-04-18 17:32:36 +020030config SYS_MALLOC_LEN
31 default 0x2000000
32
Patrick Delaunay579a3e72019-04-18 17:32:37 +020033config ENV_SIZE
Patrice Chotard1538e1a2019-05-07 18:40:47 +020034 default 0x2000
Patrick Delaunay579a3e72019-04-18 17:32:37 +020035
Patrick Delaunay84625482020-01-13 15:17:42 +010036config STM32MP15x
37 bool "Support STMicroelectronics STM32MP15x Soc"
Patrick Delaunay17aeb582021-10-11 09:52:49 +020038 select ARCH_SUPPORT_PSCI
Patrick Delaunay5564b4c2021-10-13 15:11:18 +020039 select BINMAN
Lokesh Vutlaacf15002018-04-26 18:21:26 +053040 select CPU_V7A
Patrick Delaunay17aeb582021-10-11 09:52:49 +020041 select CPU_V7_HAS_NONSEC
Patrick Delaunay41c79772018-04-16 10:13:24 +020042 select CPU_V7_HAS_VIRT
Patrick Delaunaye81f8d12019-07-02 13:26:07 +020043 select OF_BOARD_SETUP
Patrick Delaunay2514c2d2018-03-12 10:46:10 +010044 select PINCTRL_STM32
Patrick Delaunayd090cba2018-07-09 15:17:20 +020045 select STM32_RCC
Patrick Delaunay2514c2d2018-03-12 10:46:10 +010046 select STM32_RESET
Patrick Delaunay16a07222019-07-30 19:16:25 +020047 select STM32_SERIAL
Andre Przywara7842b6a2018-04-12 04:24:46 +030048 select SYS_ARCH_TIMER
Patrick Delaunayc16cba82020-07-02 17:43:45 +020049 imply CMD_NVEDIT_INFO
Patrick Delaunay84625482020-01-13 15:17:42 +010050 help
51 support of STMicroelectronics SOC STM32MP15x family
52 STM32MP157, STM32MP153 or STM32MP151
53 STMicroelectronics MPU with core ARMv7
54 dual core A7 for STM32MP157/3, monocore for STM32MP151
55 target all the STMicroelectronics board with SOC STM32MP1 family
56
Patrick Delaunay6de57b42021-07-26 11:21:34 +020057config STM32MP15x_STM32IMAGE
58 bool "Support STM32 image for generated U-Boot image"
59 depends on STM32MP15x && TFABOOT
60 help
61 Support of STM32 image generation for SOC STM32MP15x
62 for TF-A boot when FIP container is not used
63
Patrick Delaunay84625482020-01-13 15:17:42 +010064choice
65 prompt "STM32MP15x board select"
66 optional
67
68config TARGET_ST_STM32MP15x
69 bool "STMicroelectronics STM32MP15x boards"
70 select STM32MP15x
Patrick Delaunay34199822019-04-18 17:32:45 +020071 imply BOOTCOUNT_LIMIT
Patrick Delaunay15ac0c72020-03-10 10:15:03 +010072 imply BOOTSTAGE
Patrick Delaunay34199822019-04-18 17:32:45 +020073 imply CMD_BOOTCOUNT
Patrick Delaunay15ac0c72020-03-10 10:15:03 +010074 imply CMD_BOOTSTAGE
Patrick Delaunayeee15802019-12-03 09:38:58 +010075 imply CMD_CLS if CMD_BMP
Patrick Delaunaya67d9582019-07-30 19:16:26 +020076 imply DISABLE_CONSOLE
Patrick Delaunay67551982019-07-30 19:16:23 +020077 imply PRE_CONSOLE_BUFFER
Patrick Delaunayc50c9282019-07-30 19:16:22 +020078 imply SILENT_CONSOLE
Patrick Delaunay2514c2d2018-03-12 10:46:10 +010079 help
Patrick Delaunay84625482020-01-13 15:17:42 +010080 target the STMicroelectronics board with SOC STM32MP15x
81 managed by board/st/stm32mp1:
82 Evalulation board (EV1) or Discovery board (DK1 and DK2).
83 The difference between board are managed with devicetree
84
Jagan Tekifd4dc092021-03-16 21:52:06 +053085config TARGET_MICROGEA_STM32MP1
86 bool "Engicam MicroGEA STM32MP1 SOM"
87 select STM32MP15x
88 imply BOOTCOUNT_LIMIT
89 imply BOOTSTAGE
90 imply CMD_BOOTCOUNT
91 imply CMD_BOOTSTAGE
92 imply CMD_CLS if CMD_BMP
93 imply DISABLE_CONSOLE
94 imply PRE_CONSOLE_BUFFER
95 imply SILENT_CONSOLE
96 help
97 MicroGEA STM32MP1 is a STM32MP157A based Micro SOM.
98
99 MicroGEA STM32MP1 MicroDev 2.0:
100 * MicroDev 2.0 is a general purpose miniature carrier board with CAN,
101 LTE and LVDS panel interfaces.
102 * MicroGEA STM32MP1 needs to mount on top of this MicroDev 2.0 board
103 for creating complete MicroGEA STM32MP1 MicroDev 2.0 Carrier board.
104
Jagan Teki0441b482021-03-16 21:52:07 +0530105 MicroGEA STM32MP1 MicroDev 2.0 7" OF:
106 * 7" OF is a capacitive touch 7" Open Frame panel solutions with LVDS
107 panel and toucscreen.
108 * MicroGEA STM32MP1 needs to mount on top of MicroDev 2.0 board with
109 pluged 7" OF for creating complete MicroGEA STM32MP1 MicroDev 2.0 7"
110 Open Frame Solution board.
111
Jagan Teki30edf402021-03-16 21:52:03 +0530112config TARGET_ICORE_STM32MP1
113 bool "Engicam i.Core STM32MP1 SOM"
114 select STM32MP15x
115 imply BOOTCOUNT_LIMIT
116 imply BOOTSTAGE
117 imply CMD_BOOTCOUNT
118 imply CMD_BOOTSTAGE
119 imply CMD_CLS if CMD_BMP
120 imply DISABLE_CONSOLE
121 imply PRE_CONSOLE_BUFFER
122 imply SILENT_CONSOLE
123 help
124 i.Core STM32MP1 is an EDIMM SOM based on STM32MP157A.
125
126 i.Core STM32MP1 EDIMM2.2:
127 * EDIMM2.2 is a Form Factor Capacitive Evaluation Board.
128 * i.Core STM32MP1 needs to mount on top of EDIMM2.2 for
129 creating complete i.Core STM32MP1 EDIMM2.2 Starter Kit.
130
Jagan Tekib594ec82021-03-16 21:52:04 +0530131 i.Core STM32MP1 C.TOUCH 2.0
132 * C.TOUCH 2.0 is a general purpose Carrier board.
133 * i.Core STM32MP1 needs to mount on top of this Carrier board
134 for creating complete i.Core STM32MP1 C.TOUCH 2.0 board.
135
Marek Vasut19953732020-01-24 18:39:16 +0100136config TARGET_DH_STM32MP1_PDK2
137 bool "DH STM32MP1 PDK2"
138 select STM32MP15x
139 imply BOOTCOUNT_LIMIT
140 imply CMD_BOOTCOUNT
141 help
142 Target the DH PDK2 development kit with STM32MP15x SoM.
143
Patrick Delaunay84625482020-01-13 15:17:42 +0100144endchoice
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100145
146config SYS_TEXT_BASE
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100147 default 0xC0100000
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100148
Patrick Delaunay45ccdb62019-02-27 17:01:15 +0100149config NR_DRAM_BANKS
150 default 1
151
Patrick Delaunay67f9f112020-09-04 12:55:19 +0200152config DDR_CACHEABLE_SIZE
153 hex "Size of the DDR marked cacheable in pre-reloc stage"
Patrick Delaunay67f9f112020-09-04 12:55:19 +0200154 default 0x40000000
155 help
156 Define the size of the DDR marked as cacheable in U-Boot
157 pre-reloc stage.
158 This option can be useful to avoid speculatif access
159 to secured area of DDR used by TF-A or OP-TEE before U-Boot
160 initialization.
161 The areas marked "no-map" in device tree should be located
162 before this limit: STM32_DDR_BASE + DDR_CACHEABLE_SIZE.
163
Patrick Delaunay11dfd1a2018-03-20 10:54:54 +0100164config SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION_MMC2
165 hex "Partition on MMC2 to use to load U-Boot from"
166 depends on SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION
167 default 1
168 help
169 Partition on the second MMC to load U-Boot from when the MMC is being
170 used in raw mode
171
Patrick Delaunayc60f3b32019-07-05 17:20:15 +0200172config STM32_ETZPC
173 bool "STM32 Extended TrustZone Protection"
Patrick Delaunay7a02e4d2020-03-10 16:05:43 +0100174 depends on STM32MP15x
Patrick Delaunayc60f3b32019-07-05 17:20:15 +0200175 default y
Simon Glassd3877fb2021-12-18 11:27:51 -0700176 imply BOOTP_SERVERIP
Patrick Delaunayc60f3b32019-07-05 17:20:15 +0200177 help
178 Say y to enable STM32 Extended TrustZone Protection
179
Alexandru Gagniucee870852021-07-29 11:47:17 -0500180config STM32_ECDSA_VERIFY
181 bool "STM32 ECDSA verification via the ROM API"
182 depends on SPL_ECDSA_VERIFY
183 default y
184 help
185 Say y to enable the uclass driver for ECDSA verification using the
186 ROM API provided on STM32MP.
187 The ROM API is only available during SPL for now.
188
Patrick Delaunayf4cb5d62019-07-05 17:20:17 +0200189config CMD_STM32KEY
190 bool "command stm32key to fuse public key hash"
Patrick Delaunayf4cb5d62019-07-05 17:20:17 +0200191 help
192 fuse public key hash in corresponding fuse used to authenticate
193 binary.
Patrick Delaunay3a994812021-06-28 14:55:57 +0200194 This command is used to evaluate the secure boot on stm32mp SOC,
195 it is deactivated by default in real products.
Patrick Delaunayf4cb5d62019-07-05 17:20:17 +0200196
Patrick Delaunay67551982019-07-30 19:16:23 +0200197config PRE_CON_BUF_ADDR
198 default 0xC02FF000
199
200config PRE_CON_BUF_SZ
201 default 4096
202
Patrick Delaunay27a986d2019-04-18 17:32:47 +0200203config BOOTSTAGE_STASH_ADDR
204 default 0xC3000000
205
Patrick Delaunay34199822019-04-18 17:32:45 +0200206if BOOTCOUNT_LIMIT
207config SYS_BOOTCOUNT_SINGLEWORD
208 default y
209
210# TAMP_BOOTCOUNT = TAMP_BACKUP_REGISTER(21)
211config SYS_BOOTCOUNT_ADDR
212 default 0x5C00A154
213endif
214
Patrick Delaunay320d2662018-05-17 14:50:46 +0200215if DEBUG_UART
216
217config DEBUG_UART_BOARD_INIT
218 default y
219
220# debug on UART4 by default
221config DEBUG_UART_BASE
222 default 0x40010000
223
224# clock source is HSI on reset
225config DEBUG_UART_CLOCK
226 default 64000000
227endif
228
Patrick Delaunay2dc22162021-02-25 13:37:00 +0100229source "arch/arm/mach-stm32mp/cmd_stm32prog/Kconfig"
Marek Vasut19953732020-01-24 18:39:16 +0100230source "board/dhelectronics/dh_stm32mp1/Kconfig"
Jagan Teki30edf402021-03-16 21:52:03 +0530231source "board/engicam/stm32mp1/Kconfig"
232source "board/st/stm32mp1/Kconfig"
Patrick Delaunay45ccdb62019-02-27 17:01:15 +0100233
Patrick Delaunay2514c2d2018-03-12 10:46:10 +0100234endif