All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti] [dunfell/master] PATCH v3 1/3] ti-rtos: update metadata and firmware to 07.01.00.33
@ 2020-11-06 20:07 Dan Murphy
  2020-11-06 20:07 ` [meta-ti] [dunfell/master] PATCH v3 2/3] ti-sci-fw: Update to 2020.08b system firmware Dan Murphy
  2020-11-06 20:07 ` [meta-ti] [dunfell/master] PATCH v3 3/3] u-boot-ti-staging: Update to latest commit SHA Dan Murphy
  0 siblings, 2 replies; 3+ messages in thread
From: Dan Murphy @ 2020-11-06 20:07 UTC (permalink / raw)
  To: meta-ti; +Cc: Dan Murphy

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | 10 +++++-----
 recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
index d40b6a4b5192..38c59936339f 100644
--- a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
+++ b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
@@ -17,8 +17,8 @@ include ${DEPLOY_DIR_IMAGE}/metadata.inc
 
 # Set some defaults for when metadata.inc is not available
 DEFAULT_RTOS_FAMILY = "jacinto"
-DEFAULT_RTOS_VERSION = "07_01_00_25"
-DEFAULT_RTOS_VERSION_DOT = "07.01.00.25"
+DEFAULT_RTOS_VERSION = "07_01_00_33"
+DEFAULT_RTOS_VERSION_DOT = "07.01.00.33"
 
 DEFAULT_RTOS_SOC = "undefined"
 DEFAULT_RTOS_SOC_j7 = "j721e"
@@ -35,9 +35,9 @@ DEFAULT_FIRMWARE_URL = "file://empty"
 DEFAULT_FIRMWARE_URL_k3 = "${CORESDK_RTOS_WEBLINK}/${DEFAULT_FIRMWARE_FILE}"
 
 DEFAULT_FIRMWARE_SHA256SUM = "unknown"
-DEFAULT_FIRMWARE_SHA256SUM_j7 = "f66057d3dcdf9a615f3f10847a7f4ac6aa55a091f8431d0771498990ec11384e"
-DEFAULT_FIRMWARE_SHA256SUM_j7200-evm = "4a7b80748740dc4bdd5894c1bbebd4628ad2a12fa5f233504157c971b2fcfce3"
-DEFAULT_FIRMWARE_SHA256SUM_am65xx = "b7955e46a8da5300c32d391989281406e650ccb09bbdc27d61fa57824e102457"
+DEFAULT_FIRMWARE_SHA256SUM_j7 = "7b0e550c6d962b0868a2277f78720a46c9e69bd6df827186ccd3370db5010395"
+DEFAULT_FIRMWARE_SHA256SUM_j7200-evm = "44fdebe0fb1c8f536e96d00c1d68dc889a54b92402e71cdd901198940b1b8d51"
+DEFAULT_FIRMWARE_SHA256SUM_am65xx = "a0b64ea6c70cef2a38d25a92eaed28a2e87b2ab66e3c706f2995b81bebd64951"
 
 # 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 a7ba38fd5670..205bbd1e3018 100644
--- a/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb
+++ b/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb
@@ -17,7 +17,7 @@ PLAT_SFX_am65xx = "/am65xx"
 # 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 ?= "1dbda7181905cd255c44f2170be83b2466000f8c"
+TI_RTOS_METADATA_SRCREV ?= "6da9722a7126a5834799ed6f7661787edb156198"
 TI_RTOS_METADATA_BRANCH ?= "master"
 TI_RTOS_METADATA_DIR ?= "${PLAT_SFX}"
 TI_RTOS_METADATA_FILE ?= "${S}${TI_RTOS_METADATA_DIR}/metadata.inc"
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [meta-ti] [dunfell/master] PATCH v3 2/3] ti-sci-fw: Update to 2020.08b system firmware
  2020-11-06 20:07 [meta-ti] [dunfell/master] PATCH v3 1/3] ti-rtos: update metadata and firmware to 07.01.00.33 Dan Murphy
@ 2020-11-06 20:07 ` Dan Murphy
  2020-11-06 20:07 ` [meta-ti] [dunfell/master] PATCH v3 3/3] u-boot-ti-staging: Update to latest commit SHA Dan Murphy
  1 sibling, 0 replies; 3+ messages in thread
From: Dan Murphy @ 2020-11-06 20:07 UTC (permalink / raw)
  To: meta-ti; +Cc: Dan Murphy

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 recipes-bsp/ti-sci-fw/ti-sci-fw.inc    | 6 +++---
 recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 2 ++
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw.inc b/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
index 00e611876733..24de33d67008 100644
--- a/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
+++ b/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
@@ -3,11 +3,11 @@ SUMMARY = "TI SCI firmware (SYSFW)"
 LICENSE = "TI-TFL"
 LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
 
-PV = "2020.08-rc3"
+PV = "2020.08b"
 
-SRCREV = "8a22979dc944f6f4f867e2ac637c51a317efaacd"
+SRCREV = "f5685b5980d93709e20466ffa19145ffd83b4ca4"
 BRANCH ?= "ti-linux-firmware"
-SRCREV_imggen = "36fe2d183a734f65b9adbd3097e5d51a6f931521"
+SRCREV_imggen = "7b4fe13d642d69a559724349aede4817891008a7"
 SRCREV_FORMAT = "imggen"
 
 SRC_URI = " \
diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
index 1239b278a1a7..0ba239f24368 100644
--- a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
+++ b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
@@ -19,6 +19,8 @@ SYSFW_SOC ?= "unknown"
 SYSFW_CONFIG ?= "unknown"
 
 SYSFW_PREFIX = "ti-sci-firmware"
+SYSFW_PREFIX_j7-evm-k3r5 = "ti-fs-firmware"
+SYSFW_PREFIX_j7200-evm-k3r5 = "ti-fs-firmware"
 SYSFW_SUFFIX ?= "unknown"
 
 SYSFW_BASE = "${SYSFW_PREFIX}-${SYSFW_SOC}-${SYSFW_SUFFIX}"
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [meta-ti] [dunfell/master] PATCH v3 3/3] u-boot-ti-staging: Update to latest commit SHA
  2020-11-06 20:07 [meta-ti] [dunfell/master] PATCH v3 1/3] ti-rtos: update metadata and firmware to 07.01.00.33 Dan Murphy
  2020-11-06 20:07 ` [meta-ti] [dunfell/master] PATCH v3 2/3] ti-sci-fw: Update to 2020.08b system firmware Dan Murphy
@ 2020-11-06 20:07 ` Dan Murphy
  1 sibling, 0 replies; 3+ messages in thread
From: Dan Murphy @ 2020-11-06 20:07 UTC (permalink / raw)
  To: meta-ti; +Cc: Dan Murphy

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 recipes-bsp/u-boot/u-boot-ti-staging_2020.01.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2020.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2020.01.bb
index 4a1837e3afd4..991ba0ca4482 100644
--- a/recipes-bsp/u-boot/u-boot-ti-staging_2020.01.bb
+++ b/recipes-bsp/u-boot/u-boot-ti-staging_2020.01.bb
@@ -1,7 +1,7 @@
 require u-boot-ti.inc
 
-PR = "r21"
+PR = "r22"
 
 BRANCH = "ti-u-boot-2020.01"
 
-SRCREV = "7c8ae131b5623ff14c1b1ad6702801e39ef9b722"
+SRCREV = "3c9ebdb87d65aacc4ec302be8bef3df15364bacd"
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-11-06 20:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-06 20:07 [meta-ti] [dunfell/master] PATCH v3 1/3] ti-rtos: update metadata and firmware to 07.01.00.33 Dan Murphy
2020-11-06 20:07 ` [meta-ti] [dunfell/master] PATCH v3 2/3] ti-sci-fw: Update to 2020.08b system firmware Dan Murphy
2020-11-06 20:07 ` [meta-ti] [dunfell/master] PATCH v3 3/3] u-boot-ti-staging: Update to latest commit SHA Dan Murphy

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.