Tom Rini | 8086a82 | 2021-08-24 20:40:59 -0400 | [diff] [blame] | 1 | config MACH_IMX |
| 2 | bool |
| 3 | |
Breno Lima | 998ffd3 | 2017-11-27 21:09:00 -0200 | [diff] [blame] | 4 | config HAS_CAAM |
| 5 | bool |
| 6 | |
Boris BREZILLON | 6b9b9a0 | 2015-03-04 13:13:04 +0100 | [diff] [blame] | 7 | config IMX_CONFIG |
Tom Rini | 57b9381 | 2021-08-24 20:41:00 -0400 | [diff] [blame] | 8 | string "DCD script to use" |
| 9 | depends on MACH_IMX |
| 10 | default "arch/arm/mach-imx/spl_sd.cfg" |
Adrian Alonso | 994d9cf | 2015-10-12 13:48:09 -0500 | [diff] [blame] | 11 | |
| 12 | config ROM_UNIFIED_SECTIONS |
| 13 | bool |
Peng Fan | 1b64ffa | 2016-01-28 16:55:00 +0800 | [diff] [blame] | 14 | |
Stefan Agner | 4296041 | 2018-01-05 15:08:17 +0100 | [diff] [blame] | 15 | config SYSCOUNTER_TIMER |
| 16 | bool |
| 17 | |
Stefan Agner | 4bb73f1 | 2018-01-05 15:08:18 +0100 | [diff] [blame] | 18 | config GPT_TIMER |
| 19 | bool |
| 20 | |
Tom Rini | 599b11b | 2022-12-02 16:42:18 -0500 | [diff] [blame^] | 21 | config MXC_GPT_HCLK |
| 22 | bool |
| 23 | |
Peng Fan | 1b64ffa | 2016-01-28 16:55:00 +0800 | [diff] [blame] | 24 | config IMX_RDC |
| 25 | bool "i.MX Resource domain controller driver" |
| 26 | depends on ARCH_MX6 || ARCH_MX7 |
| 27 | help |
| 28 | i.MX Resource domain controller is used to assign masters |
| 29 | and peripherals to differet domains. This can be used to |
| 30 | isolate resources. |
Peng Fan | fcabb6d | 2016-01-28 16:55:04 +0800 | [diff] [blame] | 31 | |
| 32 | config IMX_BOOTAUX |
| 33 | bool "Support boot auxiliary core" |
Peng Fan | 5ac9b44 | 2020-05-05 20:18:02 +0800 | [diff] [blame] | 34 | depends on ARCH_MX7 || ARCH_MX6 || ARCH_VF610 || ARCH_IMX8M |
Peng Fan | fcabb6d | 2016-01-28 16:55:04 +0800 | [diff] [blame] | 35 | help |
| 36 | bootaux [addr] to boot auxiliary core. |
Gary Bisson | f702c1d | 2016-08-25 19:03:16 +0200 | [diff] [blame] | 37 | |
Peng Fan | 415f895 | 2020-05-01 22:08:34 +0800 | [diff] [blame] | 38 | config IMX_MODULE_FUSE |
| 39 | bool "i.MX Module Fuse" |
| 40 | depends on ARCH_MX6 |
| 41 | help |
| 42 | i.MX module fuse to runtime disable some driver, including |
| 43 | Linux OS device node. |
| 44 | |
Peng Fan | 683cf99 | 2016-10-11 14:29:12 +0800 | [diff] [blame] | 45 | config USE_IMXIMG_PLUGIN |
| 46 | bool "Use imximage plugin code" |
Ye Li | ba604b8 | 2019-05-16 03:18:51 +0000 | [diff] [blame] | 47 | depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX7ULP |
Peng Fan | 683cf99 | 2016-10-11 14:29:12 +0800 | [diff] [blame] | 48 | help |
| 49 | i.MX6/7 supports DCD and Plugin. Enable this configuration |
| 50 | to use Plugin, otherwise DCD will be used. |
| 51 | |
Stefano Babic | f8b509b | 2019-09-20 08:47:53 +0200 | [diff] [blame] | 52 | config IMX_HAB |
Gary Bisson | f702c1d | 2016-08-25 19:03:16 +0200 | [diff] [blame] | 53 | bool "Support i.MX HAB features" |
Ricardo Salveti | a3f9820 | 2021-08-23 14:55:12 +0300 | [diff] [blame] | 54 | depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX5 || ARCH_IMX8M || ARCH_MX7ULP |
Breno Lima | 998ffd3 | 2017-11-27 21:09:00 -0200 | [diff] [blame] | 55 | select FSL_CAAM if HAS_CAAM |
Ye Li | 504c667 | 2021-03-25 17:30:18 +0800 | [diff] [blame] | 56 | imply CMD_DEKBLOB if HAS_CAAM |
Gary Bisson | f702c1d | 2016-08-25 19:03:16 +0200 | [diff] [blame] | 57 | help |
| 58 | This option enables the support for secure boot (HAB). |
Patrick Delaunay | 02ff85e | 2020-02-28 15:18:16 +0100 | [diff] [blame] | 59 | See doc/imx/habv4/* for more details. |
Simon Glass | 3ec09a0 | 2017-04-26 22:27:54 -0600 | [diff] [blame] | 60 | |
Breno Matheus Lima | 13960fd | 2019-07-18 12:34:08 +0000 | [diff] [blame] | 61 | config CSF_SIZE |
| 62 | hex "Maximum size for Command Sequence File (CSF) binary" |
Tom Rini | 6081273 | 2020-06-16 19:06:26 -0400 | [diff] [blame] | 63 | depends on IMX_HAB |
| 64 | default 0x2000 if ARCH_IMX8M |
Breno Matheus Lima | c592c34 | 2019-09-23 18:39:47 +0000 | [diff] [blame] | 65 | default 0x2060 |
Breno Matheus Lima | 13960fd | 2019-07-18 12:34:08 +0000 | [diff] [blame] | 66 | help |
| 67 | Define the maximum size for Command Sequence File (CSF) binary |
| 68 | this information is used to define the image boot data. |
| 69 | |
Simon Glass | 3ec09a0 | 2017-04-26 22:27:54 -0600 | [diff] [blame] | 70 | config CMD_BMODE |
| 71 | bool "Support the 'bmode' command" |
| 72 | default y |
Marek Vasut | 28c0b63 | 2020-08-05 15:34:04 +0200 | [diff] [blame] | 73 | depends on ARCH_MX7 || ARCH_MX6 || ARCH_MX5 |
Simon Glass | 3ec09a0 | 2017-04-26 22:27:54 -0600 | [diff] [blame] | 74 | help |
| 75 | This enables the 'bmode' (bootmode) command for forcing |
| 76 | a boot from specific media. |
| 77 | |
| 78 | This is useful for forcing the ROM's usb downloader to |
| 79 | activate upon a watchdog reset which is nice when iterating |
| 80 | on U-Boot. Using the reset button or running bmode normal |
| 81 | will set it back to normal. This command currently |
| 82 | supports i.MX53 and i.MX6. |
Simon Glass | 8839124 | 2017-04-26 22:28:06 -0600 | [diff] [blame] | 83 | |
| 84 | config CMD_DEKBLOB |
| 85 | bool "Support the 'dek_blob' command" |
Clement Faure | a93b0d9 | 2021-03-25 17:30:33 +0800 | [diff] [blame] | 86 | select IMX_CAAM_DEK_ENCAP if ARCH_MX6 || ARCH_MX7 || ARCH_MX7ULP |
| 87 | select IMX_OPTEE_DEK_ENCAP if ARCH_IMX8M |
Clement Faure | 9cb2f97 | 2021-03-25 17:30:34 +0800 | [diff] [blame] | 88 | select IMX_SECO_DEK_ENCAP if ARCH_IMX8 |
Simon Glass | 8839124 | 2017-04-26 22:28:06 -0600 | [diff] [blame] | 89 | help |
| 90 | This enables the 'dek_blob' command which is used with the |
| 91 | Freescale secure boot mechanism. This command encapsulates and |
Patrick Delaunay | 02ff85e | 2020-02-28 15:18:16 +0100 | [diff] [blame] | 92 | creates a blob of data. See also CMD_BLOB and doc/imx/habv4/* for |
Simon Glass | 8839124 | 2017-04-26 22:28:06 -0600 | [diff] [blame] | 93 | more information. |
Simon Glass | f3a50ee | 2017-05-17 03:25:28 -0600 | [diff] [blame] | 94 | |
Clement Faure | a93b0d9 | 2021-03-25 17:30:33 +0800 | [diff] [blame] | 95 | config IMX_CAAM_DEK_ENCAP |
| 96 | bool "Support the DEK blob encapsulation with CAAM U-Boot driver" |
| 97 | help |
| 98 | This enables the DEK blob encapsulation with the U-Boot CAAM driver. |
| 99 | This option is only available on imx6, imx7 and imx7ulp. |
| 100 | |
| 101 | config IMX_OPTEE_DEK_ENCAP |
| 102 | select TEE |
| 103 | select OPTEE |
| 104 | bool "Support the DEK blob encapsulation with OP-TEE" |
| 105 | help |
| 106 | This enabled the DEK blob encapsulation with OP-TEE. The communication |
| 107 | with OP-TEE is done through a SMC call and OP-TEE shared memory. This |
| 108 | option is available on imx8mm. |
| 109 | |
Clement Faure | 9cb2f97 | 2021-03-25 17:30:34 +0800 | [diff] [blame] | 110 | config IMX_SECO_DEK_ENCAP |
| 111 | bool "Support the DEK blob encapsulation with SECO" |
| 112 | help |
| 113 | This enabled the DEK blob encapsulation with the SECO API. This option |
| 114 | is only available on imx8. |
| 115 | |
Clement Le Marquis | 6abb36e | 2021-03-25 17:30:32 +0800 | [diff] [blame] | 116 | config CMD_PRIBLOB |
| 117 | bool "Support the set_priblob_bitfield command" |
| 118 | depends on HAS_CAAM && IMX_HAB |
| 119 | help |
| 120 | This option enables the priblob command which can be used |
| 121 | to set the priblob setting to 0x3. |
| 122 | |
Simon Glass | f3a50ee | 2017-05-17 03:25:28 -0600 | [diff] [blame] | 123 | config CMD_HDMIDETECT |
| 124 | bool "Support the 'hdmidet' command" |
| 125 | help |
| 126 | This enables the 'hdmidet' command which detects if an HDMI monitor |
| 127 | is connected. |
Fabio Estevam | 49bcdd7 | 2017-11-27 10:25:09 -0200 | [diff] [blame] | 128 | |
Shyam Saini | f63ef49 | 2019-06-14 13:05:33 +0530 | [diff] [blame] | 129 | config CMD_NANDBCB |
| 130 | bool "i.MX6 NAND Boot Control Block(BCB) command" |
Miquel Raynal | d093536 | 2019-10-03 19:50:03 +0200 | [diff] [blame] | 131 | depends on MTD_RAW_NAND && CMD_MTDPARTS |
Parthiban Nallathambi | a99188b | 2019-10-18 11:46:19 +0200 | [diff] [blame] | 132 | select BCH if MX6UL || MX6ULL |
Alice Guo | a3f815b | 2020-05-05 22:04:00 +0800 | [diff] [blame] | 133 | default y if ((ARCH_MX6 || ARCH_MX7 || ARCH_IMX8M) && NAND_MXS) |
Shyam Saini | f63ef49 | 2019-06-14 13:05:33 +0530 | [diff] [blame] | 134 | help |
| 135 | Unlike normal 'nand write/erase' commands, this command update |
| 136 | Boot Control Block(BCB) for i.MX6 platform NAND IP's. |
| 137 | |
| 138 | This is similar to kobs-ng, which is used in Linux as separate |
| 139 | rootfs package. |
| 140 | |
Breno Lima | c89287e | 2021-03-25 17:30:02 +0800 | [diff] [blame] | 141 | config FSL_MFGPROT |
| 142 | bool "Support the 'mfgprot' command" |
Ye Li | 3208169 | 2022-04-19 14:43:24 +0530 | [diff] [blame] | 143 | depends on IMX_HAB && (ARCH_MX7 || ARCH_IMX8M) |
Breno Lima | c89287e | 2021-03-25 17:30:02 +0800 | [diff] [blame] | 144 | help |
| 145 | This option enables the manufacturing protection command |
| 146 | which can be used has a protection feature for Manufacturing |
| 147 | process. With this tool is possible to authenticate the |
| 148 | chip to the OEM's server. |
| 149 | |
Fabio Estevam | 49bcdd7 | 2017-11-27 10:25:09 -0200 | [diff] [blame] | 150 | config NXP_BOARD_REVISION |
| 151 | bool "Read NXP board revision from fuses" |
| 152 | depends on ARCH_MX6 || ARCH_MX7 |
| 153 | help |
| 154 | NXP boards based on i.MX6/7 contain the board revision information |
| 155 | stored in the fuses. Select this option if you want to be able to |
| 156 | retrieve the board revision information. |
Lukasz Majewski | 71d42b3 | 2018-12-05 17:04:02 +0100 | [diff] [blame] | 157 | |
| 158 | config DDRMC_VF610_CALIBRATION |
| 159 | bool "Enable DDRMC (DDR3) on-chip calibration" |
| 160 | depends on ARCH_VF610 |
| 161 | help |
| 162 | Vybrid (vf610) SoC provides some on-chip facility to tune the DDR3 |
| 163 | memory parameters. Select this option if you want to calculate them |
| 164 | at boot time. |
| 165 | NOTE: |
| 166 | NXP does NOT recommend to perform this calibration at each boot. One |
| 167 | shall perform it on a new PCB and then use those values to program |
| 168 | the ddrmc_cr_setting on relevant board file. |
Peng Fan | 3698679 | 2019-09-16 03:09:31 +0000 | [diff] [blame] | 169 | |
Rasmus Villemoes | 120cb85 | 2022-06-20 10:53:17 +0200 | [diff] [blame] | 170 | config IMX8_ROMAPI |
| 171 | def_bool y |
Peng Fan | bbcd2c4 | 2022-07-26 16:40:39 +0800 | [diff] [blame] | 172 | depends on IMX8MN || IMX8MP || IMX8ULP || IMX9 |
Rasmus Villemoes | 120cb85 | 2022-06-20 10:53:17 +0200 | [diff] [blame] | 173 | |
Peng Fan | 3698679 | 2019-09-16 03:09:31 +0000 | [diff] [blame] | 174 | config SPL_IMX_ROMAPI_LOADADDR |
| 175 | hex "Default load address to load image through ROM API" |
Peng Fan | db1f600 | 2022-07-26 16:40:35 +0800 | [diff] [blame] | 176 | depends on IMX8_ROMAPI || SPL_BOOTROM_SUPPORT |
| 177 | default 0 |
Jorge Ramirez-Ortiz | 4b3bfe2 | 2019-12-11 10:42:36 +0100 | [diff] [blame] | 178 | |
| 179 | config IMX_DCD_ADDR |
| 180 | hex "DCD Blocks location on the image" |
| 181 | default 0x00910000 if !ARCH_MX7ULP |
| 182 | default 0x2f010000 if ARCH_MX7ULP |
| 183 | help |
| 184 | Indicates where the Device Configuration Data, a binary table used by |
| 185 | the ROM code to configure the device at early boot stage, is located. |
| 186 | This information is shared with the user via mkimage -l just so the |
| 187 | image can be signed. |
Peng Fan | 718d55d | 2021-08-07 16:00:40 +0800 | [diff] [blame] | 188 | |
| 189 | config SPL_LOAD_IMX_CONTAINER |
| 190 | bool "Enable SPL loading U-Boot as a i.MX Container image" |
| 191 | depends on SPL |
| 192 | help |
| 193 | This is to let SPL could load i.MX Container image |
| 194 | |
| 195 | config IMX_CONTAINER_CFG |
| 196 | string "i.MX Container config file" |
| 197 | depends on SPL |
| 198 | help |
| 199 | This is to specific the cfg file for generating container |
| 200 | image which will be loaded by SPL. |
Tom Rini | 945a668 | 2022-11-19 18:45:22 -0500 | [diff] [blame] | 201 | |
| 202 | config IOMUX_LPSR |
| 203 | bool |
| 204 | |
| 205 | config IOMUX_SHARE_CONF_REG |
| 206 | bool |