diff options
-rw-r--r-- | conf/machine/imx95-19x19-verdin.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/machine/imx95-19x19-verdin.conf b/conf/machine/imx95-19x19-verdin.conf index bdd988f4..7cc04afd 100644 --- a/conf/machine/imx95-19x19-verdin.conf +++ b/conf/machine/imx95-19x19-verdin.conf | |||
@@ -54,6 +54,7 @@ UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_fspi_defconfig" | |||
54 | 54 | ||
55 | IMXBOOT_TARGETS = "flash_a55" | 55 | IMXBOOT_TARGETS = "flash_a55" |
56 | 56 | ||
57 | IMXBOOT_TARGETS_BASENAME = "flash" | ||
57 | OEI_BOARD = "mx95lp5" | 58 | OEI_BOARD = "mx95lp5" |
58 | DDR_TYPE = "lpddr5" | 59 | DDR_TYPE = "lpddr5" |
59 | 60 | ||
@@ -65,6 +66,18 @@ DDR_FIRMWARE_NAME = " \ | |||
65 | " | 66 | " |
66 | 67 | ||
67 | IMXBOOT_VARIANT = "" | 68 | IMXBOOT_VARIANT = "" |
69 | M4_DEFAULT_IMAGE_MX95:imx-nxp-bsp = "imx95-verdin-evk_m7_TCM_power_mode_switch.bin" | ||
70 | |||
71 | WKS_FILE_DEPENDS:append:imx-nxp-bsp = " imx-m7-demos" | ||
72 | IMAGE_BOOT_FILES:append:imx-nxp-bsp = " \ | ||
73 | mcore-demos/imx95-verdin-evk_m7_TCM_power_mode_switch.bin \ | ||
74 | mcore-demos/imx95-verdin-evk_m7_TCM_rpmsg_lite_pingpong_rtos_linux_remote.bin \ | ||
75 | mcore-demos/imx95-verdin-evk_m7_TCM_rpmsg_lite_str_echo_rtos.bin \ | ||
76 | mcore-demos/imx95-verdin-evk_m7_TCM_sai_low_power_audio.bin \ | ||
77 | ${@bb.utils.contains('COMBINED_FEATURES', 'xen', 'xen', '', d)} \ | ||
78 | " | ||
79 | |||
80 | #IMXBOOT_VARIANT = "" | ||
68 | 81 | ||
69 | # The System Manager Firmware Name corresponds to a particular binary implementation | 82 | # The System Manager Firmware Name corresponds to a particular binary implementation |
70 | # in the Yocto deploy folder. The name is comprised of the Firmware Basename and the | 83 | # in the Yocto deploy folder. The name is comprised of the Firmware Basename and the |