ae6d1f7375
The 09.02.00.009 release of ti-linux-firmware has the latest updates to TI's TIFS, DM and DMSC firmware needed for the K3 generation of processors. Update to pull in these latest updates. Reviewed-by: Heiko Thiery <heiko.thiery@gmail.com> Tested-by: Andreas Dannenberg <dannenberg@ti.com> Signed-off-by: Bryan Brattlof <bb@ti.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
20 lines
710 B
Makefile
20 lines
710 B
Makefile
################################################################################
|
|
#
|
|
# ti-k3-boot-firmware
|
|
#
|
|
################################################################################
|
|
|
|
TI_K3_BOOT_FIRMWARE_VERSION = 09.02.00.009
|
|
TI_K3_BOOT_FIRMWARE_SITE = https://git.ti.com/cgit/processor-firmware/ti-linux-firmware/snapshot
|
|
TI_K3_BOOT_FIRMWARE_SOURCE = ti-linux-firmware-$(TI_K3_BOOT_FIRMWARE_VERSION).tar.xz
|
|
TI_K3_BOOT_FIRMWARE_INSTALL_IMAGES = YES
|
|
TI_K3_BOOT_FIRMWARE_LICENSE = TI Proprietary
|
|
TI_K3_BOOT_FIRMWARE_LICENSE_FILES = LICENSE.ti
|
|
|
|
define TI_K3_BOOT_FIRMWARE_INSTALL_IMAGES_CMDS
|
|
cp -dpfr $(@D)/ti-sysfw $(BINARIES_DIR)/
|
|
cp -dpfr $(@D)/ti-dm $(BINARIES_DIR)/
|
|
endef
|
|
|
|
$(eval $(generic-package))
|