diff options
| author | Yogesh Siraswar <yogeshs@ti.com> | 2021-11-01 15:32:59 -0400 |
|---|---|---|
| committer | Yogesh Siraswar <yogeshs@ti.com> | 2021-11-05 23:48:09 +0000 |
| commit | 82ed77e4d6d5dddb9282fa4b66adfbba8c24891f (patch) | |
| tree | 2b79a4dd4fdf1930ffb24a66a9585ae8d7cc4ee8 /recipes-bsp/ti-linux-fw | |
| parent | 9f3bff164241fd4d89e503ee610faf2d3341039e (diff) | |
| download | meta-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.inc | 41 |
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 @@ | |||
| 1 | SUMMARY = "TI SCI firmware (SYSFW)" | ||
| 2 | |||
| 3 | LICENSE = "TI-TFL" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" | ||
| 5 | |||
| 6 | PV = "2021.05" | ||
| 7 | INC_PR = "r1" | ||
| 8 | |||
| 9 | # Firmware versions | ||
| 10 | CORESDK_RTOS_VERSION = "08.00.00.32" | ||
| 11 | SERDES_FW_VERSION = "3.3.0.2c" | ||
| 12 | NETCP_SA_FW_VERSION = "1.0.0" | ||
| 13 | NETCP_PA_FW_VERSION = "3.0.2.3" | ||
| 14 | QMSS_PDSP_FW_VERSION = "1.0.0.9" | ||
| 15 | PRUETH_FW_AM65X_VERSION = "08.00.00.20" | ||
| 16 | PRUETH_FW_AM65X_SR2_VERSION = "02.02.09.03" | ||
| 17 | GOODIX_FW_VERSION = "1.0.0.0" | ||
| 18 | CADENCE_MHDP_FW_VERSION = "1.2.17" | ||
| 19 | |||
| 20 | SRCREV = "793309716bce2e443f798dd5c5f0d8dd310970c0" | ||
| 21 | BRANCH ?= "ti-linux-firmware" | ||
| 22 | SRCREV_imggen = "b65ae80847f5a0d1885ed6e4de4d9d635544053c" | ||
| 23 | SRCREV_FORMAT = "imggen" | ||
| 24 | |||
| 25 | SRC_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. | ||
| 31 | ARAGO_BRAND ?= "" | ||
| 32 | |||
| 33 | # Mainline u_boot 2021.07 and upstream kernel v5.13 tag cannot use new SPL address | ||
| 34 | # in K3-Imagegen | ||
| 35 | SRC_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 | |||
| 41 | S = "${WORKDIR}/git" | ||
