blob: 6b597520a24ffa1c5d2017f0c25f21aec388e445 [file] [log] [blame]
Tom Rini0c2729e2021-08-24 20:40:59 -04001config MACH_IMX
2 bool
3
Breno Lima52384b72017-11-27 21:09:00 -02004config HAS_CAAM
5 bool
6
Boris BREZILLONa05a6042015-03-04 13:13:04 +01007config IMX_CONFIG
Tom Rini148b8bb2021-08-24 20:41:00 -04008 string "DCD script to use"
9 depends on MACH_IMX
10 default "arch/arm/mach-imx/spl_sd.cfg"
Adrian Alonsoa89729c2015-10-12 13:48:09 -050011
12config ROM_UNIFIED_SECTIONS
13 bool
Peng Fande09c432016-01-28 16:55:00 +080014
Stefan Agner616aa552018-01-05 15:08:17 +010015config SYSCOUNTER_TIMER
16 bool
17
Stefan Agner23b6a132018-01-05 15:08:18 +010018config GPT_TIMER
19 bool
20
Peng Fande09c432016-01-28 16:55:00 +080021config IMX_RDC
22 bool "i.MX Resource domain controller driver"
23 depends on ARCH_MX6 || ARCH_MX7
24 help
25 i.MX Resource domain controller is used to assign masters
26 and peripherals to differet domains. This can be used to
27 isolate resources.
Peng Fan6f6058b2016-01-28 16:55:04 +080028
29config IMX_BOOTAUX
30 bool "Support boot auxiliary core"
Peng Fanf3e1c532020-05-05 20:18:02 +080031 depends on ARCH_MX7 || ARCH_MX6 || ARCH_VF610 || ARCH_IMX8M
Peng Fan6f6058b2016-01-28 16:55:04 +080032 help
33 bootaux [addr] to boot auxiliary core.
Gary Bisson6e1f4d22016-08-25 19:03:16 +020034
Peng Fan3c42c0f2020-05-01 22:08:34 +080035config IMX_MODULE_FUSE
36 bool "i.MX Module Fuse"
37 depends on ARCH_MX6
38 help
39 i.MX module fuse to runtime disable some driver, including
40 Linux OS device node.
41
Peng Fan8b62d542016-10-11 14:29:12 +080042config USE_IMXIMG_PLUGIN
43 bool "Use imximage plugin code"
Ye Li15bae9a2019-05-16 03:18:51 +000044 depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX7ULP
Peng Fan8b62d542016-10-11 14:29:12 +080045 help
46 i.MX6/7 supports DCD and Plugin. Enable this configuration
47 to use Plugin, otherwise DCD will be used.
48
Stefano Babicd714a752019-09-20 08:47:53 +020049config IMX_HAB
Gary Bisson6e1f4d22016-08-25 19:03:16 +020050 bool "Support i.MX HAB features"
Ricardo Salveti88f4f502021-08-23 14:55:12 +030051 depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX5 || ARCH_IMX8M || ARCH_MX7ULP
Breno Lima52384b72017-11-27 21:09:00 -020052 select FSL_CAAM if HAS_CAAM
Ye Lie149b982021-03-25 17:30:18 +080053 imply CMD_DEKBLOB if HAS_CAAM
Gary Bisson6e1f4d22016-08-25 19:03:16 +020054 help
55 This option enables the support for secure boot (HAB).
Patrick Delaunay9d82cbd2020-02-28 15:18:16 +010056 See doc/imx/habv4/* for more details.
Simon Glass218257b2017-04-26 22:27:54 -060057
Breno Matheus Lima5f2fe3b2019-07-18 12:34:08 +000058config CSF_SIZE
59 hex "Maximum size for Command Sequence File (CSF) binary"
Tom Rini7d80a9c2020-06-16 19:06:26 -040060 depends on IMX_HAB
61 default 0x2000 if ARCH_IMX8M
Breno Matheus Lima5b20d142019-09-23 18:39:47 +000062 default 0x2060
Breno Matheus Lima5f2fe3b2019-07-18 12:34:08 +000063 help
64 Define the maximum size for Command Sequence File (CSF) binary
65 this information is used to define the image boot data.
66
Simon Glass218257b2017-04-26 22:27:54 -060067config CMD_BMODE
68 bool "Support the 'bmode' command"
69 default y
Marek Vasutc72372d2020-08-05 15:34:04 +020070 depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX5
Simon Glass218257b2017-04-26 22:27:54 -060071 help
72 This enables the 'bmode' (bootmode) command for forcing
73 a boot from specific media.
74
75 This is useful for forcing the ROM's usb downloader to
76 activate upon a watchdog reset which is nice when iterating
77 on U-Boot. Using the reset button or running bmode normal
78 will set it back to normal. This command currently
79 supports i.MX53 and i.MX6.
Simon Glassd569c952017-04-26 22:28:06 -060080
81config CMD_DEKBLOB
82 bool "Support the 'dek_blob' command"
Clement Faure56d20502021-03-25 17:30:33 +080083 select IMX_CAAM_DEK_ENCAP if ARCH_MX6 || ARCH_MX7 || ARCH_MX7ULP
84 select IMX_OPTEE_DEK_ENCAP if ARCH_IMX8M
Clement Faure69f542c2021-03-25 17:30:34 +080085 select IMX_SECO_DEK_ENCAP if ARCH_IMX8
Simon Glassd569c952017-04-26 22:28:06 -060086 help
87 This enables the 'dek_blob' command which is used with the
88 Freescale secure boot mechanism. This command encapsulates and
Patrick Delaunay9d82cbd2020-02-28 15:18:16 +010089 creates a blob of data. See also CMD_BLOB and doc/imx/habv4/* for
Simon Glassd569c952017-04-26 22:28:06 -060090 more information.
Simon Glass7a01f3c2017-05-17 03:25:28 -060091
Clement Faure56d20502021-03-25 17:30:33 +080092config IMX_CAAM_DEK_ENCAP
93 bool "Support the DEK blob encapsulation with CAAM U-Boot driver"
94 help
95 This enables the DEK blob encapsulation with the U-Boot CAAM driver.
96 This option is only available on imx6, imx7 and imx7ulp.
97
98config IMX_OPTEE_DEK_ENCAP
99 select TEE
100 select OPTEE
101 bool "Support the DEK blob encapsulation with OP-TEE"
102 help
103 This enabled the DEK blob encapsulation with OP-TEE. The communication
104 with OP-TEE is done through a SMC call and OP-TEE shared memory. This
105 option is available on imx8mm.
106
Clement Faure69f542c2021-03-25 17:30:34 +0800107config IMX_SECO_DEK_ENCAP
108 bool "Support the DEK blob encapsulation with SECO"
109 help
110 This enabled the DEK blob encapsulation with the SECO API. This option
111 is only available on imx8.
112
Clement Le Marquis613cf232021-03-25 17:30:32 +0800113config CMD_PRIBLOB
114 bool "Support the set_priblob_bitfield command"
115 depends on HAS_CAAM && IMX_HAB
116 help
117 This option enables the priblob command which can be used
118 to set the priblob setting to 0x3.
119
Simon Glass7a01f3c2017-05-17 03:25:28 -0600120config CMD_HDMIDETECT
121 bool "Support the 'hdmidet' command"
122 help
123 This enables the 'hdmidet' command which detects if an HDMI monitor
124 is connected.
Fabio Estevam4555c262017-11-27 10:25:09 -0200125
Shyam Saini1d43e242019-06-14 13:05:33 +0530126config CMD_NANDBCB
127 bool "i.MX6 NAND Boot Control Block(BCB) command"
Miquel Raynal88718be2019-10-03 19:50:03 +0200128 depends on MTD_RAW_NAND && CMD_MTDPARTS
Parthiban Nallathambi6aa87492019-10-18 11:46:19 +0200129 select BCH if MX6UL || MX6ULL
Alice Guo66dbd9c2020-05-05 22:04:00 +0800130 default y if ((ARCH_MX6 || ARCH_MX7 || ARCH_IMX8M) && NAND_MXS)
Shyam Saini1d43e242019-06-14 13:05:33 +0530131 help
132 Unlike normal 'nand write/erase' commands, this command update
133 Boot Control Block(BCB) for i.MX6 platform NAND IP's.
134
135 This is similar to kobs-ng, which is used in Linux as separate
136 rootfs package.
137
Breno Lima30e39ac2021-03-25 17:30:02 +0800138config FSL_MFGPROT
139 bool "Support the 'mfgprot' command"
Ye Li92aff902022-04-19 14:43:24 +0530140 depends on IMX_HAB && (ARCH_MX7 || ARCH_IMX8M)
Breno Lima30e39ac2021-03-25 17:30:02 +0800141 help
142 This option enables the manufacturing protection command
143 which can be used has a protection feature for Manufacturing
144 process. With this tool is possible to authenticate the
145 chip to the OEM's server.
146
Fabio Estevam4555c262017-11-27 10:25:09 -0200147config NXP_BOARD_REVISION
148 bool "Read NXP board revision from fuses"
149 depends on ARCH_MX6 || ARCH_MX7
150 help
151 NXP boards based on i.MX6/7 contain the board revision information
152 stored in the fuses. Select this option if you want to be able to
153 retrieve the board revision information.
Lukasz Majewski548cc102018-12-05 17:04:02 +0100154
155config DDRMC_VF610_CALIBRATION
156 bool "Enable DDRMC (DDR3) on-chip calibration"
157 depends on ARCH_VF610
158 help
159 Vybrid (vf610) SoC provides some on-chip facility to tune the DDR3
160 memory parameters. Select this option if you want to calculate them
161 at boot time.
162 NOTE:
163 NXP does NOT recommend to perform this calibration at each boot. One
164 shall perform it on a new PCB and then use those values to program
165 the ddrmc_cr_setting on relevant board file.
Peng Fan1cbebc72019-09-16 03:09:31 +0000166
Rasmus Villemoes8e290152022-06-20 10:53:17 +0200167config IMX8_ROMAPI
168 def_bool y
169 depends on IMX8MN || IMX8MP || IMX8ULP
170
Peng Fan1cbebc72019-09-16 03:09:31 +0000171config SPL_IMX_ROMAPI_LOADADDR
172 hex "Default load address to load image through ROM API"
Peng Fan793b7602022-07-26 16:40:35 +0800173 depends on IMX8_ROMAPI || SPL_BOOTROM_SUPPORT
174 default 0
Jorge Ramirez-Ortize97bdfa2019-12-11 10:42:36 +0100175
176config IMX_DCD_ADDR
177 hex "DCD Blocks location on the image"
178 default 0x00910000 if !ARCH_MX7ULP
179 default 0x2f010000 if ARCH_MX7ULP
180 help
181 Indicates where the Device Configuration Data, a binary table used by
182 the ROM code to configure the device at early boot stage, is located.
183 This information is shared with the user via mkimage -l just so the
184 image can be signed.
Peng Fan3854a062021-08-07 16:00:40 +0800185
186config SPL_LOAD_IMX_CONTAINER
187 bool "Enable SPL loading U-Boot as a i.MX Container image"
188 depends on SPL
189 help
190 This is to let SPL could load i.MX Container image
191
192config IMX_CONTAINER_CFG
193 string "i.MX Container config file"
194 depends on SPL
195 help
196 This is to specific the cfg file for generating container
197 image which will be loaded by SPL.