diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2022-02-22 04:13:45 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-22 12:01:38 -0600 |
| commit | 20f3191aeb592dd889eeaf96a31526297de95306 (patch) | |
| tree | aec879b9855ff8a54df171ee808e30ac26f1c80b /recipes-bsp/ti-linux-fw | |
| parent | bea4fd2c401af05b866bd6af1c4e501d31b7b420 (diff) | |
| download | meta-ti-20f3191aeb592dd889eeaf96a31526297de95306.tar.gz | |
meta-ti: create a sub-layer meta-ti-bsp from existing content
Extra sub-layers will be created next and relevant content moved across them.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'recipes-bsp/ti-linux-fw')
| -rw-r--r-- | recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 35 |
1 files changed, 0 insertions, 35 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 f1607686..00000000 --- a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc +++ /dev/null | |||
| @@ -1,35 +0,0 @@ | |||
| 1 | SUMMARY = "TI SCI firmware (SYSFW)" | ||
| 2 | |||
| 3 | LICENSE = "TI-TFL" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" | ||
| 5 | |||
| 6 | PV = "2021.09a" | ||
| 7 | INC_PR = "r1" | ||
| 8 | |||
| 9 | # Firmware versions | ||
| 10 | CORESDK_RTOS_VERSION = "08.01.00.02" | ||
| 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.07" | ||
| 17 | GOODIX_FW_VERSION = "1.0.0.0" | ||
| 18 | CADENCE_MHDP_FW_VERSION = "1.2.17" | ||
| 19 | IMG_DEC_FW_VERSION = "1.0" | ||
| 20 | |||
| 21 | TI_LINUX_FW_SRCREV ?= "c96a734a059889e571dcf30c0638157c690a6e6e" | ||
| 22 | SRCREV = "${TI_LINUX_FW_SRCREV}" | ||
| 23 | |||
| 24 | BRANCH ?= "ti-linux-firmware" | ||
| 25 | |||
| 26 | K3_IMAGE_GEN_SRCREV ?= "489c767a153ff26e9230746e04dd4b1ad0809901" | ||
| 27 | SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}" | ||
| 28 | SRCREV_FORMAT = "imggen" | ||
| 29 | |||
| 30 | SRC_URI = " \ | ||
| 31 | git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH} \ | ||
| 32 | git://git.ti.com/k3-image-gen/k3-image-gen.git;protocol=git;branch=master;destsuffix=imggen;name=imggen \ | ||
| 33 | " | ||
| 34 | |||
| 35 | S = "${WORKDIR}/git" | ||
