aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/ti-linux-fw/ti-linux-fw.inc')
-rw-r--r--recipes-bsp/ti-linux-fw/ti-linux-fw.inc43
1 files changed, 0 insertions, 43 deletions
diff --git a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
deleted file mode 100644
index 56a16e80..00000000
--- a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
+++ /dev/null
@@ -1,43 +0,0 @@
-SUMMARY = "TI SCI firmware (SYSFW)"
-
-LICENSE = "TI-TFL"
-LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
-
-PV = "2021.09"
-INC_PR = "r1"
-
-# Firmware versions
-CORESDK_RTOS_VERSION = "08.01.00.01"
-SERDES_FW_VERSION = "3.3.0.2c"
-NETCP_SA_FW_VERSION = "1.0.0"
-NETCP_PA_FW_VERSION = "3.0.2.3"
-QMSS_PDSP_FW_VERSION = "1.0.0.9"
-PRUETH_FW_AM65X_VERSION = "08.00.00.20"
-PRUETH_FW_AM65X_SR2_VERSION = "02.02.09.06"
-GOODIX_FW_VERSION = "1.0.0.0"
-CADENCE_MHDP_FW_VERSION = "1.2.17"
-
-TI_LINUX_FW_SRCREV ?= "10bcf8564c6e9277e7f402fb02cf941956d0d3eb"
-SRCREV = "${TI_LINUX_FW_SRCREV}"
-
-BRANCH ?= "ti-linux-firmware"
-SRCREV_imggen = "e182c3114f11eea3ec7ebb88cb1ef563a78d4eda"
-SRCREV_FORMAT = "imggen"
-
-SRC_URI = " \
- git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH} \
- git://git.ti.com/k3-image-gen/k3-image-gen.git;protocol=git;branch=master;destsuffix=imggen;name=imggen \
-"
-
-# This is a protection in case the definition is not present in other distros.
-ARAGO_BRAND ?= ""
-
-# Mainline u_boot 2021.07 and upstream kernel v5.13 tag cannot use new SPL address
-# in K3-Imagegen
-SRC_URI += "\
- ${@oe.utils.conditional('ARAGO_BRAND', 'mainline', '\
- file://0001-Revert-soc-am64x-Makefile-Move-the-SPL-Load-address-.patch;patchdir=../imggen \
- ', '', d)} \
-"
-
-S = "${WORKDIR}/git"