summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2022-03-25 16:06:32 -0500
committerRyan Eatmon <reatmon@ti.com>2022-04-07 07:48:39 -0500
commit1ab91bcc154909f5ba8e04a866836773fa9430e4 (patch)
tree23d701e96880acf690e5015dd348540f64adfd56 /recipes-bsp/ti-linux-fw/ti-linux-fw.inc
parent9158c9c1d8990ccc298c09cf553dd7cd4041f98b (diff)
downloadmeta-ti-1ab91bcc154909f5ba8e04a866836773fa9430e4.tar.gz
machine: Add am62xx evm configuration
Lets add the basic AM62xx-evm configuration. - Add configurations. - Add firmware overrides. - Add u-boot overrides. - Update TI_LINUX_FW_SRCREV and K3_IMAGE_GEN_SRCREV to appropriate SHAs. Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Hari Nagalla <hnagalla@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'recipes-bsp/ti-linux-fw/ti-linux-fw.inc')
-rw-r--r--recipes-bsp/ti-linux-fw/ti-linux-fw.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
index faf998dd..a00df108 100644
--- a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
+++ b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
@@ -19,12 +19,12 @@ CADENCE_MHDP_FW_VERSION = "1.2.17"
19IMG_DEC_FW_VERSION = "1.0" 19IMG_DEC_FW_VERSION = "1.0"
20CNM_WAVE521_FW_VERSION = "1.0.00" 20CNM_WAVE521_FW_VERSION = "1.0.00"
21 21
22TI_LINUX_FW_SRCREV ?= "0f4905088d24e474063f33777559149e11538be5" 22TI_LINUX_FW_SRCREV ?= "e13611ff1da6448d80279cc8c43b81cb2275cb0d"
23SRCREV = "${TI_LINUX_FW_SRCREV}" 23SRCREV = "${TI_LINUX_FW_SRCREV}"
24 24
25BRANCH ?= "ti-linux-firmware" 25BRANCH ?= "ti-linux-firmware"
26 26
27K3_IMAGE_GEN_SRCREV ?= "f1db75bdc506287a9d04b0afbbb3d853a0948179" 27K3_IMAGE_GEN_SRCREV ?= "b0386fe221fc9124fda0cd2efb03d62710b1d90f"
28SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}" 28SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}"
29SRCREV_FORMAT = "imggen" 29SRCREV_FORMAT = "imggen"
30 30