summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ti-linux-fw
diff options
context:
space:
mode:
authorYogesh Siraswar <yogeshs@ti.com>2021-11-01 15:32:59 -0400
committerYogesh Siraswar <yogeshs@ti.com>2021-11-05 23:48:09 +0000
commit82ed77e4d6d5dddb9282fa4b66adfbba8c24891f (patch)
tree2b79a4dd4fdf1930ffb24a66a9585ae8d7cc4ee8 /recipes-bsp/ti-linux-fw
parent9f3bff164241fd4d89e503ee610faf2d3341039e (diff)
downloadmeta-ti-82ed77e4d6d5dddb9282fa4b66adfbba8c24891f.tar.gz
ti-linux-fw: Support common inc for all firmware
Change to support common INC for all firmware This will help with: 1) Eliminating requirement to change multiple recipes for firmware update 2) This will help support AUTOREV Signed-off-by: Yogesh Siraswar <yogeshs@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Diffstat (limited to 'recipes-bsp/ti-linux-fw')
-rw-r--r--recipes-bsp/ti-linux-fw/ti-linux-fw.inc41
1 files changed, 41 insertions, 0 deletions
diff --git a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
new file mode 100644
index 00000000..8d827bd1
--- /dev/null
+++ b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
@@ -0,0 +1,41 @@
1SUMMARY = "TI SCI firmware (SYSFW)"
2
3LICENSE = "TI-TFL"
4LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
5
6PV = "2021.05"
7INC_PR = "r1"
8
9# Firmware versions
10CORESDK_RTOS_VERSION = "08.00.00.32"
11SERDES_FW_VERSION = "3.3.0.2c"
12NETCP_SA_FW_VERSION = "1.0.0"
13NETCP_PA_FW_VERSION = "3.0.2.3"
14QMSS_PDSP_FW_VERSION = "1.0.0.9"
15PRUETH_FW_AM65X_VERSION = "08.00.00.20"
16PRUETH_FW_AM65X_SR2_VERSION = "02.02.09.03"
17GOODIX_FW_VERSION = "1.0.0.0"
18CADENCE_MHDP_FW_VERSION = "1.2.17"
19
20SRCREV = "793309716bce2e443f798dd5c5f0d8dd310970c0"
21BRANCH ?= "ti-linux-firmware"
22SRCREV_imggen = "b65ae80847f5a0d1885ed6e4de4d9d635544053c"
23SRCREV_FORMAT = "imggen"
24
25SRC_URI = " \
26 git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH} \
27 git://git.ti.com/k3-image-gen/k3-image-gen.git;protocol=git;branch=master;destsuffix=imggen;name=imggen \
28"
29
30# This is a protection in case the definition is not present in other distros.
31ARAGO_BRAND ?= ""
32
33# Mainline u_boot 2021.07 and upstream kernel v5.13 tag cannot use new SPL address
34# in K3-Imagegen
35SRC_URI += "\
36 ${@oe.utils.conditional('ARAGO_BRAND', 'mainline', '\
37 file://0001-Revert-soc-am64x-Makefile-Move-the-SPL-Load-address-.patch;patchdir=../imggen \
38 ', '', d)} \
39"
40
41S = "${WORKDIR}/git"