meta-digi-arm: clean up ccimx9 DDR firmware handling
Move the LPDDR4 firmware list from the shared ccimx9 include into the machine configurations for the ccimx91/93 DVK, allowing the upcoming ccimx95 to utilize its own distinct values. Also, remove the redundant IMXBOOT_TARGETS and BOOTLOADER_SEEK_USERDATA overrides in ccimx91-dvk, as they are duplicated. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
da02008aca
commit
cd56a8ebf7
|
|
@ -8,8 +8,6 @@ MACHINEOVERRIDES =. "mx91:${DIGI_FAMILY}:${DIGI_SOM}:"
|
|||
# Include the machine configuration for Digi's ConnectCore 9 module
|
||||
include conf/machine/include/ccimx9.inc
|
||||
|
||||
IMXBOOT_TARGETS = "flash_singleboot"
|
||||
|
||||
# U-Boot configurations
|
||||
UBOOT_CONFIG ??= "ccimx91-dvk"
|
||||
UBOOT_CONFIG[ccimx91-dvk] = "ccimx91-dvk_defconfig"
|
||||
|
|
@ -25,7 +23,12 @@ IMX_BOOT_SOC_TARGET = "iMX91"
|
|||
IMXBOOT_TARGETS = "flash_singleboot"
|
||||
SECO_FIRMWARE_NAME:ccimx91 = "mx91a0-ahab-container.img"
|
||||
|
||||
BOOTLOADER_SEEK_USERDATA = "32"
|
||||
DDR_FIRMWARE_NAME = " \
|
||||
lpddr4_dmem_1d_v202201.bin \
|
||||
lpddr4_dmem_2d_v202201.bin \
|
||||
lpddr4_imem_1d_v202201.bin \
|
||||
lpddr4_imem_2d_v202201.bin \
|
||||
"
|
||||
|
||||
KERNEL_DEVICETREE ?= " \
|
||||
digi/ccimx91-dvk.dtb \
|
||||
|
|
|
|||
|
|
@ -25,6 +25,13 @@ IMXBOOT_TARGETS = "flash_singleboot flash_singleboot_a0"
|
|||
# one in "use-imx-security-controller-firmware.bbclass" takes precedence)
|
||||
SECO_FIRMWARE_NAME:ccimx93 = "mx93??-ahab-container.img"
|
||||
|
||||
DDR_FIRMWARE_NAME = " \
|
||||
lpddr4_dmem_1d_v202201.bin \
|
||||
lpddr4_dmem_2d_v202201.bin \
|
||||
lpddr4_imem_1d_v202201.bin \
|
||||
lpddr4_imem_2d_v202201.bin \
|
||||
"
|
||||
|
||||
KERNEL_DEVICETREE ?= " \
|
||||
digi/ccimx9_bt-dtm.dtbo \
|
||||
digi/ccimx9_bt.dtbo \
|
||||
|
|
|
|||
|
|
@ -30,13 +30,6 @@ BOOTABLE_FILENAME = "${UBOOT_PREFIX}-${MACHINE}.bin"
|
|||
SDIMG_BOOTLOADER = "${DEPLOY_DIR_IMAGE}/${BOOTABLE_FILENAME}"
|
||||
BOOTLOADER_SEEK_USERDATA = "32"
|
||||
|
||||
DDR_FIRMWARE_NAME = " \
|
||||
lpddr4_dmem_1d_v202201.bin \
|
||||
lpddr4_dmem_2d_v202201.bin \
|
||||
lpddr4_imem_1d_v202201.bin \
|
||||
lpddr4_imem_2d_v202201.bin \
|
||||
"
|
||||
|
||||
MACHINE_FEATURES += "pci wifi bluetooth"
|
||||
MACHINE_FEATURES:append:use-nxp-bsp = " optee jailhouse"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue