Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/custodians...
[platform/kernel/u-boot.git] / arch / arm / mach-imx / imx8 / Kconfig
index 1f8add0..04b9729 100644 (file)
@@ -18,11 +18,13 @@ config MU_BASE_SPL
 config IMX8QM
        select IMX8
        select SUPPORT_SPL
+       select SPL_RECOVER_DATA_SECTION
        bool
 
 config IMX8QXP
        select IMX8
        select SUPPORT_SPL
+       select SPL_RECOVER_DATA_SECTION
        bool
 
 config SYS_SOC
@@ -41,6 +43,14 @@ config IMX_CONTAINER_CFG
          This is to specific the cfg file for generating container
          image which will be loaded by SPL.
 
+config BOOTAUX_RESERVED_MEM_BASE
+       hex "i.MX auxiliary core dram memory base"
+       default 0
+
+config BOOTAUX_RESERVED_MEM_SIZE
+       hex "i.MX auxiliary core dram memory size"
+       default 0
+
 choice
        prompt "i.MX8 board select"
        optional
@@ -55,6 +65,11 @@ config TARGET_COLIBRI_IMX8X
        select BOARD_LATE_INIT
        select IMX8QXP
 
+config TARGET_APALIS_IMX8X
+       bool "Support Apalis iMX8X module"
+       select BOARD_LATE_INIT
+       select IMX8QXP
+
 config TARGET_DENEB
        bool "Support i.MX8QXP Capricorn Deneb board"
        select BOARD_LATE_INIT
@@ -88,6 +103,7 @@ source "board/freescale/imx8qxp_mek/Kconfig"
 source "board/advantech/imx8qm_rom7720_a1/Kconfig"
 source "board/toradex/apalis-imx8/Kconfig"
 source "board/toradex/colibri-imx8x/Kconfig"
+source "board/toradex/apalis-imx8x/Kconfig"
 source "board/siemens/capricorn/Kconfig"
 
 config IMX_SNVS_SEC_SC