Peng Fan | 6bae1c7 | 2018-10-18 14:28:08 +0200 | [diff] [blame] | 1 | if ARCH_IMX8 |
| 2 | |
Peng Fan | f1e0f9f | 2019-09-25 08:11:14 +0000 | [diff] [blame] | 3 | config AHAB_BOOT |
| 4 | bool "Support i.MX8 AHAB features" |
| 5 | help |
| 6 | This option enables the support for AHAB secure boot. |
| 7 | |
Peng Fan | 6bae1c7 | 2018-10-18 14:28:08 +0200 | [diff] [blame] | 8 | config IMX8 |
| 9 | bool |
| 10 | |
Peng Fan | e6b2c2b | 2018-12-21 06:21:15 +0000 | [diff] [blame] | 11 | config MU_BASE_SPL |
| 12 | hex "MU base address used in SPL" |
| 13 | default 0x5d1b0000 |
| 14 | help |
| 15 | SPL runs in EL3 mode, it use MU0_A to communicate with SCU. |
| 16 | So we could not reuse the one in dts which is for normal U-Boot. |
| 17 | |
Peng Fan | cb9ce01 | 2019-03-05 02:32:28 +0000 | [diff] [blame] | 18 | config IMX8QM |
| 19 | select IMX8 |
| 20 | select SUPPORT_SPL |
| 21 | bool |
| 22 | |
Peng Fan | 6bae1c7 | 2018-10-18 14:28:08 +0200 | [diff] [blame] | 23 | config IMX8QXP |
| 24 | select IMX8 |
Peng Fan | 1df287c | 2018-12-21 06:21:13 +0000 | [diff] [blame] | 25 | select SUPPORT_SPL |
Peng Fan | 6bae1c7 | 2018-10-18 14:28:08 +0200 | [diff] [blame] | 26 | bool |
| 27 | |
| 28 | config SYS_SOC |
| 29 | default "imx8" |
| 30 | |
Peng Fan | 1a7e625 | 2019-08-22 07:42:33 +0000 | [diff] [blame] | 31 | config SPL_LOAD_IMX_CONTAINER |
| 32 | bool "Enable SPL loading U-Boot as a i.MX Container image" |
| 33 | depends on SPL |
| 34 | help |
| 35 | This is to let SPL could load i.MX8 Container image |
| 36 | |
Peng Fan | be3e583 | 2019-08-22 07:42:41 +0000 | [diff] [blame] | 37 | config IMX_CONTAINER_CFG |
| 38 | string "i.MX Container config file" |
| 39 | depends on SPL |
| 40 | help |
| 41 | This is to specific the cfg file for generating container |
| 42 | image which will be loaded by SPL. |
| 43 | |
Peng Fan | ae61797 | 2020-05-05 20:28:37 +0800 | [diff] [blame^] | 44 | config BOOTAUX_RESERVED_MEM_BASE |
| 45 | hex "i.MX auxiliary core dram memory base" |
| 46 | default 0 |
| 47 | |
| 48 | config BOOTAUX_RESERVED_MEM_SIZE |
| 49 | hex "i.MX auxiliary core dram memory size" |
| 50 | default 0 |
| 51 | |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 52 | choice |
| 53 | prompt "i.MX8 board select" |
| 54 | optional |
| 55 | |
Marcel Ziswiler | 475ceff | 2019-05-31 19:00:20 +0300 | [diff] [blame] | 56 | config TARGET_APALIS_IMX8 |
| 57 | bool "Support Apalis iMX8 module" |
| 58 | select BOARD_LATE_INIT |
| 59 | select IMX8QM |
| 60 | |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 61 | config TARGET_COLIBRI_IMX8X |
| 62 | bool "Support Colibri iMX8X module" |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 63 | select BOARD_LATE_INIT |
| 64 | select IMX8QXP |
| 65 | |
Anatolij Gustschin | 79ca947 | 2020-01-07 16:37:43 +0100 | [diff] [blame] | 66 | config TARGET_DENEB |
| 67 | bool "Support i.MX8QXP Capricorn Deneb board" |
| 68 | select BOARD_LATE_INIT |
| 69 | select IMX8QXP |
| 70 | |
Anatolij Gustschin | 49234a3 | 2020-01-07 16:37:42 +0100 | [diff] [blame] | 71 | config TARGET_GIEDI |
| 72 | bool "Support i.MX8QXP Capricorn Giedi board" |
| 73 | select BOARD_LATE_INIT |
| 74 | select IMX8QXP |
| 75 | |
Peng Fan | 203a227 | 2019-03-05 02:32:49 +0000 | [diff] [blame] | 76 | config TARGET_IMX8QM_MEK |
| 77 | bool "Support i.MX8QM MEK board" |
| 78 | select BOARD_LATE_INIT |
| 79 | select IMX8QM |
| 80 | |
Oliver Graute | dafcd99 | 2019-09-20 07:08:41 +0000 | [diff] [blame] | 81 | config TARGET_IMX8QM_ROM7720_A1 |
| 82 | bool "Support i.MX8QM ROM-7720-A1" |
| 83 | select BOARD_LATE_INIT |
| 84 | select SUPPORT_SPL |
| 85 | select IMX8QM |
| 86 | |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 87 | config TARGET_IMX8QXP_MEK |
| 88 | bool "Support i.MX8QXP MEK board" |
| 89 | select BOARD_LATE_INIT |
| 90 | select IMX8QXP |
| 91 | |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 92 | endchoice |
| 93 | |
Peng Fan | 203a227 | 2019-03-05 02:32:49 +0000 | [diff] [blame] | 94 | source "board/freescale/imx8qm_mek/Kconfig" |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 95 | source "board/freescale/imx8qxp_mek/Kconfig" |
Oliver Graute | dafcd99 | 2019-09-20 07:08:41 +0000 | [diff] [blame] | 96 | source "board/advantech/imx8qm_rom7720_a1/Kconfig" |
Marcel Ziswiler | 475ceff | 2019-05-31 19:00:20 +0300 | [diff] [blame] | 97 | source "board/toradex/apalis-imx8/Kconfig" |
Marcel Ziswiler | 99d768b | 2019-05-31 18:56:39 +0300 | [diff] [blame] | 98 | source "board/toradex/colibri-imx8x/Kconfig" |
Anatolij Gustschin | 49234a3 | 2020-01-07 16:37:42 +0100 | [diff] [blame] | 99 | source "board/siemens/capricorn/Kconfig" |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 100 | |
Franck LENORMAND | d3b70ea | 2019-10-09 10:27:43 +0200 | [diff] [blame] | 101 | config IMX_SNVS_SEC_SC |
| 102 | bool "Support SNVS configuration" |
| 103 | help |
| 104 | Allow to configure the SNVS via SCU API to configure tampers and secure |
| 105 | violation. |
| 106 | |
| 107 | config IMX_SNVS_SEC_SC_AUTO |
| 108 | bool "Support SNVS configuration command" |
| 109 | depends on IMX_SNVS_SEC_SC |
| 110 | help |
| 111 | This configuration will apply the selected configurations automatically |
| 112 | at boot. |
| 113 | |
Peng Fan | 6bae1c7 | 2018-10-18 14:28:08 +0200 | [diff] [blame] | 114 | endif |