blob: 9dc3c4d1c5f3593e1c92e464a4ad6f3cc19d62cc [file] [log] [blame]
Patrick Delaunay85b53972018-03-12 10:46:10 +01001if ARCH_STM32MP
2
3config SPL
4 select SPL_BOARD_INIT
5 select SPL_CLK
6 select SPL_DM
7 select SPL_DM_SEQ_ALIAS
Patrick Delaunay636279a2018-07-09 15:17:21 +02008 select SPL_DRIVERS_MISC_SUPPORT
Patrick Delaunay85b53972018-03-12 10:46:10 +01009 select SPL_FRAMEWORK
10 select SPL_GPIO_SUPPORT
11 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 Tan9caf7122018-06-14 18:45:19 +080017 select SPL_DM_RESET
Patrick Delaunay85b53972018-03-12 10:46:10 +010018 select SPL_SERIAL_SUPPORT
19 select SPL_SYSCON
Patrice Chotard473b2442019-04-30 17:26:22 +020020 select SPL_WATCHDOG_SUPPORT
Patrick Delaunayf8600202019-04-18 17:32:47 +020021 imply BOOTSTAGE_STASH if SPL_BOOTSTAGE
22 imply SPL_BOOTSTAGE if BOOTSTAGE
Patrick Delaunayaa4e6852019-02-27 17:01:14 +010023 imply SPL_DISPLAY_PRINT
Patrick Delaunay85b53972018-03-12 10:46:10 +010024 imply SPL_LIBDISK_SUPPORT
25
26config SYS_SOC
27 default "stm32mp"
28
Patrick Delaunay7e517c62019-04-18 17:32:36 +020029config SYS_MALLOC_LEN
30 default 0x2000000
31
Patrick Delaunay088b6762019-04-18 17:32:37 +020032config ENV_SIZE
Patrice Chotardd83bba42019-05-07 18:40:47 +020033 default 0x2000
Patrick Delaunay088b6762019-04-18 17:32:37 +020034
Patrick Delaunay85b53972018-03-12 10:46:10 +010035config TARGET_STM32MP1
36 bool "Support stm32mp1xx"
Patrick Delaunay5d061412019-02-12 11:44:39 +010037 select ARCH_SUPPORT_PSCI if !STM32MP1_TRUSTED
Lokesh Vutla81b1a672018-04-26 18:21:26 +053038 select CPU_V7A
Patrick Delaunay5d061412019-02-12 11:44:39 +010039 select CPU_V7_HAS_NONSEC if !STM32MP1_TRUSTED
Patrick Delaunaye0207372018-04-16 10:13:24 +020040 select CPU_V7_HAS_VIRT
Patrick Delaunayde98cbf2019-07-02 13:26:07 +020041 select OF_BOARD_SETUP
Patrick Delaunay85b53972018-03-12 10:46:10 +010042 select PINCTRL_STM32
Patrick Delaunayb139a5b2018-07-09 15:17:20 +020043 select STM32_RCC
Patrick Delaunay85b53972018-03-12 10:46:10 +010044 select STM32_RESET
Andre Przywara7b169252018-04-12 04:24:46 +030045 select SYS_ARCH_TIMER
Patrick Delaunay9c07f4a2019-04-18 17:32:45 +020046 imply BOOTCOUNT_LIMIT
Patrick Delaunayf8600202019-04-18 17:32:47 +020047 imply BOOTSTAGE
Patrick Delaunay9c07f4a2019-04-18 17:32:45 +020048 imply CMD_BOOTCOUNT
Patrick Delaunayf8600202019-04-18 17:32:47 +020049 imply CMD_BOOTSTAGE
Patrick Delaunay5d061412019-02-12 11:44:39 +010050 imply SYSRESET_PSCI if STM32MP1_TRUSTED
51 imply SYSRESET_SYSCON if !STM32MP1_TRUSTED
Patrick Delaunay85b53972018-03-12 10:46:10 +010052 help
53 target STMicroelectronics SOC STM32MP1 family
Patrick Delaunay6d3cbf32019-02-27 17:01:15 +010054 STM32MP157, STM32MP153 or STM32MP151
Patrick Delaunay85b53972018-03-12 10:46:10 +010055 STMicroelectronics MPU with core ARMv7
Patrick Delaunay6d3cbf32019-02-27 17:01:15 +010056 dual core A7 for STM32MP157/3, monocore for STM32MP151
Patrick Delaunay85b53972018-03-12 10:46:10 +010057
Patrick Delaunay5d061412019-02-12 11:44:39 +010058config STM32MP1_TRUSTED
59 bool "Support trusted boot with TF-A"
60 default y if !SPL
61 select ARM_SMCCC
62 help
63 Say Y here to enable boot with TF-A
64 Trusted boot chain is :
65 BootRom => TF-A.stm32 (clock & DDR) => U-Boot.stm32
Patrick Delaunayff215a42019-07-02 13:26:06 +020066 TF-A monitor provides proprietary SMC to manage secure devices
67
68config STM32MP1_OPTEE
69 bool "Support trusted boot with TF-A and OP-TEE"
70 depends on STM32MP1_TRUSTED
71 default n
72 help
73 Say Y here to enable boot with TF-A and OP-TEE
74 Trusted boot chain is :
75 BootRom => TF-A.stm32 (clock & DDR) => OP-TEE => U-Boot.stm32
76 OP-TEE monitor provides ST SMC to access to secure resources
Patrick Delaunay5d061412019-02-12 11:44:39 +010077
Patrick Delaunay85b53972018-03-12 10:46:10 +010078config SYS_TEXT_BASE
79 prompt "U-Boot base address"
80 default 0xC0100000
81 help
82 configure the U-Boot base address
83 when DDR driver is used:
84 DDR + 1MB (0xC0100000)
85
Patrick Delaunay6d3cbf32019-02-27 17:01:15 +010086config NR_DRAM_BANKS
87 default 1
88
Patrick Delaunayfc69c682018-03-20 10:54:54 +010089config SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION_MMC2
90 hex "Partition on MMC2 to use to load U-Boot from"
91 depends on SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION
92 default 1
93 help
94 Partition on the second MMC to load U-Boot from when the MMC is being
95 used in raw mode
96
Patrick Delaunay43f214c2019-07-05 17:20:15 +020097config STM32_ETZPC
98 bool "STM32 Extended TrustZone Protection"
99 depends on TARGET_STM32MP1
100 default y
101 help
102 Say y to enable STM32 Extended TrustZone Protection
103
Patrick Delaunay109d13f2019-07-05 17:20:17 +0200104config CMD_STM32KEY
105 bool "command stm32key to fuse public key hash"
106 default y
107 depends on CMD_FUSE
108 help
109 fuse public key hash in corresponding fuse used to authenticate
110 binary.
111
Patrick Delaunayf8600202019-04-18 17:32:47 +0200112config BOOTSTAGE_STASH_ADDR
113 default 0xC3000000
114
Patrick Delaunay9c07f4a2019-04-18 17:32:45 +0200115if BOOTCOUNT_LIMIT
116config SYS_BOOTCOUNT_SINGLEWORD
117 default y
118
119# TAMP_BOOTCOUNT = TAMP_BACKUP_REGISTER(21)
120config SYS_BOOTCOUNT_ADDR
121 default 0x5C00A154
122endif
123
Patrick Delaunay82168e82018-05-17 14:50:46 +0200124if DEBUG_UART
125
126config DEBUG_UART_BOARD_INIT
127 default y
128
129# debug on UART4 by default
130config DEBUG_UART_BASE
131 default 0x40010000
132
133# clock source is HSI on reset
134config DEBUG_UART_CLOCK
135 default 64000000
136endif
137
Patrick Delaunay6d3cbf32019-02-27 17:01:15 +0100138source "board/st/stm32mp1/Kconfig"
139
Patrick Delaunay85b53972018-03-12 10:46:10 +0100140endif