package/freescale-imx/imx-sc-firmware: bump to version 1.1 to support i.MX8
Signed-off-by: Maeva Manuel <maeva.manuel@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
e11fec61be
commit
a9c4bb3517
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_IMX_SC_FIRMWARE
|
config BR2_PACKAGE_IMX_SC_FIRMWARE
|
||||||
bool "imx-sc-firmware"
|
bool "imx-sc-firmware"
|
||||||
depends on BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8X
|
depends on BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8 || \
|
||||||
|
BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8X
|
||||||
help
|
help
|
||||||
System Control Unit Firmware blobs for the Freescale i.MX8
|
System Control Unit Firmware blobs for the Freescale i.MX8
|
||||||
SoCs.
|
SoCs.
|
||||||
|
@ -17,11 +17,18 @@ define IMX_SC_FIRMWARE_EXTRACT_CMDS
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
IMX_SC_FIRMWARE_INSTALL_IMAGES = YES
|
IMX_SC_FIRMWARE_INSTALL_IMAGES = YES
|
||||||
|
|
||||||
|
# SCFW firmware is needed when generating imx8-boot-sd.bin which is
|
||||||
|
# done in post-image script.
|
||||||
|
ifeq ($(BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8X),y)
|
||||||
define IMX_SC_FIRMWARE_INSTALL_IMAGES_CMDS
|
define IMX_SC_FIRMWARE_INSTALL_IMAGES_CMDS
|
||||||
# SCFW firmware is needed when generating imx8-boot-sd.bin which
|
|
||||||
# is done in post-image script.
|
|
||||||
cp $(@D)/mx8qx-mek-scfw-tcm.bin $(BINARIES_DIR)/mx8qx-mek-scfw-tcm.bin
|
cp $(@D)/mx8qx-mek-scfw-tcm.bin $(BINARIES_DIR)/mx8qx-mek-scfw-tcm.bin
|
||||||
cp $(@D)/mx8qx-val-scfw-tcm.bin $(BINARIES_DIR)/mx8qx-val-scfw-tcm.bin
|
cp $(@D)/mx8qx-val-scfw-tcm.bin $(BINARIES_DIR)/mx8qx-val-scfw-tcm.bin
|
||||||
endef
|
endef
|
||||||
|
else ifeq ($(BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8),y)
|
||||||
|
define IMX_SC_FIRMWARE_INSTALL_IMAGES_CMDS
|
||||||
|
cp $(@D)/mx8qm-*-scfw-tcm.bin $(BINARIES_DIR)/
|
||||||
|
endef
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(generic-package))
|
$(eval $(generic-package))
|
||||||
|
Loading…
Reference in New Issue
Block a user