All of lore.kernel.org
 help / color / mirror / Atom feed
From: "praneeth" <praneeth@ti.com>
To: Praneeth Bajjuri <praneeth@ti.com>
Cc: Lokesh Vutla <lokeshvutla@ti.com>,
	Shivalingappa Sujith <sujith.s@ti.com>,
	<meta-ti@lists.yoctoproject.org>
Subject: [dunfell/master PATCH] ti-rtos: Update metadata and versions for RTOS firmware
Date: Mon, 1 Mar 2021 17:57:35 -0600	[thread overview]
Message-ID: <20210301235735.24491-1-praneeth@ti.com> (raw)

From: Praneeth Bajjuri <praneeth@ti.com>

updated rtos firmwares
am64xx: 07.03.01.06
am65xx: 07.03.00.16
j721e: 07.03.00.16
j7200: 07.03.00.16

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
 recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | 24 +++++++++++-----------
 recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb |  2 +-
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
index ed62b876..2cd19ac8 100644
--- a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
+++ b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
@@ -17,17 +17,17 @@ include ${DEPLOY_DIR_IMAGE}/metadata.inc
 
 # Set some defaults for when metadata.inc is not available
 DEFAULT_RTOS_FAMILY = "jacinto"
-DEFAULT_RTOS_VERSION = "07_03_00_12"
-DEFAULT_RTOS_VERSION_DOT = "07.03.00.12"
+DEFAULT_RTOS_VERSION = "07_03_00_16"
+DEFAULT_RTOS_VERSION_DOT = "07.03.00.16"
 
-DEFAULT_RTOS_VERSION_j7200 = "07_03_00_10"
-DEFAULT_RTOS_VERSION_DOT_j7200 = "07.03.00.10"
+DEFAULT_RTOS_VERSION_j7200 = "07_03_00_16"
+DEFAULT_RTOS_VERSION_DOT_j7200 = "07.03.00.16"
 
-DEFAULT_RTOS_VERSION_am64xx = "07_03_01_02"
-DEFAULT_RTOS_VERSION_DOT_am64xx = "07.03.01.02"
+DEFAULT_RTOS_VERSION_am64xx = "07_03_01_06"
+DEFAULT_RTOS_VERSION_DOT_am64xx = "07.03.01.06"
 
-DEFAULT_RTOS_VERSION_am65xx = "07_03_00_10"
-DEFAULT_RTOS_VERSION_DOT_am65xx = "07.03.00.10"
+DEFAULT_RTOS_VERSION_am65xx = "07_03_00_16"
+DEFAULT_RTOS_VERSION_DOT_am65xx = "07.03.00.16"
 
 DEFAULT_RTOS_SOC = "undefined"
 DEFAULT_RTOS_SOC_j7 = "j721e"
@@ -46,10 +46,10 @@ DEFAULT_FIRMWARE_URL = "file://empty"
 DEFAULT_FIRMWARE_URL_k3 = "${CORESDK_RTOS_WEBLINK}/${DEFAULT_FIRMWARE_FILE}"
 
 DEFAULT_FIRMWARE_SHA256SUM = "unknown"
-DEFAULT_FIRMWARE_SHA256SUM_j7 = "69cc16c30c895fe813002bd7bdb3d30e6ca622d86b008a6bf6e2a24b86550969"
-DEFAULT_FIRMWARE_SHA256SUM_j7200-evm = "a16865d928b2b00bfca64e0c41b02dcfc0ac8ec1ce125fbfd3581a1c610847f8"
-DEFAULT_FIRMWARE_SHA256SUM_am65xx = "aa121c10d3099dd61ef898717245ecee25b501170607c9a95afd741e05783a5d"
-DEFAULT_FIRMWARE_SHA256SUM_am64xx = "9e9efeef0b1dbb101de97e58cfda8bf052a697f2ea635fdf6ca5158fffdc212b"
+DEFAULT_FIRMWARE_SHA256SUM_j7 = "78f3ab929a0f3c6e2907538061de82e16d8aff7ffb2fac0c3c4d56df8abec3b0"
+DEFAULT_FIRMWARE_SHA256SUM_j7200-evm = "5bae696d35e206bbcd9b26ab6508af59a2c2d72f9b89aa1d3fc1aa808f7a8615"
+DEFAULT_FIRMWARE_SHA256SUM_am65xx = "7bd854dbf96c25683d684ac731fde3edd7fb8a65f8727f7aae3802a2e9a9cab6"
+DEFAULT_FIRMWARE_SHA256SUM_am64xx = "450bf23d659756695d62168fe06eebe4641522293d89692a9eea837426bac0f9"
 
 # Use weak assignment for CORESDK_RTOS_* variables to use defaults if not yet set
 CORESDK_RTOS_FAMILY ?= "${DEFAULT_RTOS_FAMILY}"
diff --git a/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb b/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb
index 1bbe5f22..9bb0d3c5 100644
--- a/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb
+++ b/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb
@@ -18,7 +18,7 @@ PLAT_SFX_am64xx = "/am64x"
 # Use weak assignment to set defaults to TI_RTOS_METADATA_* variables
 TI_RTOS_METADATA_URI ?= "git://git.ti.com/processor-sdk/coresdk_rtos_releases.git"
 TI_RTOS_METADATA_PROTOCOL ?= "git"
-TI_RTOS_METADATA_SRCREV ?= "e15de0d731606abdf112f2910543fd08b781ad64"
+TI_RTOS_METADATA_SRCREV ?= "ba81dc5a9342fc35435920092a0df2cb2ab342ef"
 TI_RTOS_METADATA_BRANCH ?= "master"
 TI_RTOS_METADATA_DIR ?= "${PLAT_SFX}"
 TI_RTOS_METADATA_FILE ?= "${S}${TI_RTOS_METADATA_DIR}/metadata.inc"
-- 
2.17.1


             reply	other threads:[~2021-03-01 23:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-01 23:57 praneeth [this message]
2021-03-02 20:52 ` [meta-ti] [dunfell/master PATCH] ti-rtos: Update metadata and versions for RTOS firmware Denys Dmytriyenko
2021-03-03  4:43   ` praneeth
  -- strict thread matches above, loose matches on Subject: below --
2021-04-05 14:52 praneeth
2021-04-01 20:16 praneeth
2021-03-16  4:50 praneeth
2021-01-20 19:20 [dunfell/master] [PATCH] " Dan Murphy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210301235735.24491-1-praneeth@ti.com \
    --to=praneeth@ti.com \
    --cc=lokeshvutla@ti.com \
    --cc=meta-ti@lists.yoctoproject.org \
    --cc=sujith.s@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.