All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell/master] [PATCH v2 00/10] AM64 Cleanup and other updates
@ 2020-12-17 13:32 Dan Murphy
  2020-12-17 13:32 ` [dunfell/master] [PATCH v2 01/10] linux-ti-staging: Update kernel to latest commit sha Dan Murphy
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Dan Murphy @ 2020-12-17 13:32 UTC (permalink / raw)
  To: meta-ti; +Cc: Dan Murphy

Hello

This series of patches updates various SRCREVs for upcoming release candidate
as well as cleans up AM64x hacks and variables that needed to be updated
for AM64

Dan

Dan Murphy (9):
  linux-ti-staging: Update kernel to latest commit sha
  u-boot-ti: Remove unneeded variable for am64xx
  machine: am64xx-evm.conf: Remove commented code and update PDK values
  ti-rtos: Update metadata and versions for RTOS firmware
  ti-uboot-staging: Update to the latest commit
  am64xx-evm-k3r5: Update SYSFW_SOC to am64x from am65x
  k3conf: Update SRCREV to latest
  ti-sci-fw: Update image gen and sysfw commit SHA
  prueth-fw-am65x-sr2: Updating firmware to 02.02.08.02

Praneeth Bajjuri (1):
  trusted-firmware-a: Update SRCREV for AM64X support

 conf/machine/am64xx-evm-k3r5.conf             |  3 +--
 conf/machine/include/am64xx.inc               |  9 ++++----
 .../prueth-fw/prueth-fw-am65x-sr2_git.bb      |  4 ++--
 recipes-bsp/ti-sci-fw/ti-sci-fw.inc           |  5 +++--
 .../trusted-firmware-a_%.bbappend             |  2 +-
 .../u-boot/u-boot-ti-staging_2020.01.bb       |  4 ++--
 recipes-bsp/u-boot/u-boot-ti.inc              |  1 -
 recipes-devtools/k3conf/k3conf_git.bb         |  2 +-
 .../linux/linux-ti-staging-rt_5.4.bb          |  4 ++--
 recipes-kernel/linux/linux-ti-staging_5.4.bb  |  4 ++--
 recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb    | 21 +++++++++++--------
 recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb    |  2 +-
 12 files changed, 31 insertions(+), 30 deletions(-)

-- 
2.29.2


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

* [dunfell/master] [PATCH v2 01/10] linux-ti-staging: Update kernel to latest commit sha
  2020-12-17 13:32 [dunfell/master] [PATCH v2 00/10] AM64 Cleanup and other updates Dan Murphy
@ 2020-12-17 13:32 ` Dan Murphy
  2020-12-17 13:32 ` [dunfell/master] [PATCH v2 02/10] u-boot-ti: Remove unneeded variable for am64xx Dan Murphy
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: Dan Murphy @ 2020-12-17 13:32 UTC (permalink / raw)
  To: meta-ti; +Cc: Dan Murphy

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 recipes-kernel/linux/linux-ti-staging-rt_5.4.bb | 4 ++--
 recipes-kernel/linux/linux-ti-staging_5.4.bb    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-kernel/linux/linux-ti-staging-rt_5.4.bb b/recipes-kernel/linux/linux-ti-staging-rt_5.4.bb
index 2f8fe2bfec9d..faa7f6d8226e 100644
--- a/recipes-kernel/linux/linux-ti-staging-rt_5.4.bb
+++ b/recipes-kernel/linux/linux-ti-staging-rt_5.4.bb
@@ -6,5 +6,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-5.4:"
 
 BRANCH = "ti-rt-linux-5.4.y"
 
-SRCREV = "a59ca20fbcdc436be90ca38c199f9b640671fdb7"
-PV = "5.4.78+git${SRCPV}"
+SRCREV = "058c8ee4e4ae3ae72ca01b5b4b2aea8213561ab9"
+PV = "5.4.82+git${SRCPV}"
diff --git a/recipes-kernel/linux/linux-ti-staging_5.4.bb b/recipes-kernel/linux/linux-ti-staging_5.4.bb
index 8275988bb1a7..cd13d6e33e13 100644
--- a/recipes-kernel/linux/linux-ti-staging_5.4.bb
+++ b/recipes-kernel/linux/linux-ti-staging_5.4.bb
@@ -21,8 +21,8 @@ S = "${WORKDIR}/git"
 
 BRANCH = "ti-linux-5.4.y"
 
-SRCREV = "7a5e2e57a39a097b4dde09bad8f72a2d31dc09c4"
-PV = "5.4.78+git${SRCPV}"
+SRCREV = "73039d258adb0cac813342cc7e746e22295765fe"
+PV = "5.4.82+git${SRCPV}"
 
 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
 MACHINE_KERNEL_PR_append = "a"
-- 
2.29.2


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

* [dunfell/master] [PATCH v2 02/10] u-boot-ti: Remove unneeded variable for am64xx
  2020-12-17 13:32 [dunfell/master] [PATCH v2 00/10] AM64 Cleanup and other updates Dan Murphy
  2020-12-17 13:32 ` [dunfell/master] [PATCH v2 01/10] linux-ti-staging: Update kernel to latest commit sha Dan Murphy
@ 2020-12-17 13:32 ` Dan Murphy
  2020-12-17 13:32 ` [dunfell/master] [PATCH v2 03/10] machine: am64xx-evm.conf: Remove commented code and update PDK values Dan Murphy
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: Dan Murphy @ 2020-12-17 13:32 UTC (permalink / raw)
  To: meta-ti; +Cc: Dan Murphy

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 recipes-bsp/u-boot/u-boot-ti.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc
index 1770c3a1bda8..b7fd246aca6c 100644
--- a/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/recipes-bsp/u-boot/u-boot-ti.inc
@@ -65,7 +65,6 @@ SPL_UART_BINARY_keystone = ""
 SPL_UART_BINARY_k3r5 = ""
 SPL_UART_BINARY_lego-ev3 = ""
 SPL_UART_BINARY_j7200-evm-k3r5 = "u-boot-spl.bin"
-SPL_UART_BINARY_am64xx-evm = ""
 
 SPL_UART_IMAGE ?= "${SPL_UART_BINARY}-${MACHINE}-${PV}-${PR}"
 SPL_UART_SYMLINK ?= "${SPL_UART_BINARY}-${MACHINE}"
-- 
2.29.2


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

* [dunfell/master] [PATCH v2 03/10] machine: am64xx-evm.conf: Remove commented code and update PDK values
  2020-12-17 13:32 [dunfell/master] [PATCH v2 00/10] AM64 Cleanup and other updates Dan Murphy
  2020-12-17 13:32 ` [dunfell/master] [PATCH v2 01/10] linux-ti-staging: Update kernel to latest commit sha Dan Murphy
  2020-12-17 13:32 ` [dunfell/master] [PATCH v2 02/10] u-boot-ti: Remove unneeded variable for am64xx Dan Murphy
@ 2020-12-17 13:32 ` Dan Murphy
  2020-12-17 13:32 ` [dunfell/master] [PATCH v2 04/10] ti-rtos: Update metadata and versions for RTOS firmware Dan Murphy
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: Dan Murphy @ 2020-12-17 13:32 UTC (permalink / raw)
  To: meta-ti; +Cc: Dan Murphy

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 conf/machine/include/am64xx.inc | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/conf/machine/include/am64xx.inc b/conf/machine/include/am64xx.inc
index 79a403a93937..5a04a4388665 100644
--- a/conf/machine/include/am64xx.inc
+++ b/conf/machine/include/am64xx.inc
@@ -1,7 +1,7 @@
 require conf/machine/include/k3.inc
 SOC_FAMILY_append = ":am64xx"
 
-MACHINE_FEATURES += "screen touchscreen gpu"
+MACHINE_FEATURES += "screen touchscreen"
 
 SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1"
 SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
@@ -9,13 +9,10 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
 KERNEL_DEVICETREE = " \
     ti/k3-am642-evm.dtb \
 "
-
-#IMAGE_BOOT_FILES += "sysfw-am64x-evm.itb"
-
 OPTEEMACHINE = "k3-am65x"
 OPTEEOUTPUTMACHINE = "k3"
 
 # Set the list of device targets for ti-pdk class recipes
 TI_PDK_LIMIT_SOCS = "am64x"
-TI_PDK_LIMIT_BOARDS = "am64xx_evm"
-TI_PDK_LIMIT_CORES = "mcu1_0 mpu1_0"
+TI_PDK_LIMIT_BOARDS = "am64x_evm"
+TI_PDK_LIMIT_CORES = "mcu1_0 mpu1_0 mcu1_1 mcu2_0 mcu2_1"
-- 
2.29.2


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

* [dunfell/master] [PATCH v2 04/10] ti-rtos: Update metadata and versions for RTOS firmware
  2020-12-17 13:32 [dunfell/master] [PATCH v2 00/10] AM64 Cleanup and other updates Dan Murphy
                   ` (2 preceding siblings ...)
  2020-12-17 13:32 ` [dunfell/master] [PATCH v2 03/10] machine: am64xx-evm.conf: Remove commented code and update PDK values Dan Murphy
@ 2020-12-17 13:32 ` Dan Murphy
  2020-12-17 13:32 ` [dunfell/master] [PATCH v2 05/10] trusted-firmware-a: Update SRCREV for AM64X support Dan Murphy
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: Dan Murphy @ 2020-12-17 13:32 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 | 21 ++++++++++++---------
 recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb |  2 +-
 2 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
index 74aac2c9fa0d..5fb33e2560e6 100644
--- a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
+++ b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb
@@ -17,17 +17,20 @@ 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_38"
-DEFAULT_RTOS_VERSION_DOT = "07.01.00.38"
+DEFAULT_RTOS_VERSION = "07_01_00_45"
+DEFAULT_RTOS_VERSION_DOT = "07.01.00.45"
 
-DEFAULT_RTOS_VERSION_am64xx = "07_01_03_01"
-DEFAULT_RTOS_VERSION_DOT_am64xx = "07.01.03.01"
+DEFAULT_RTOS_VERSION_am65xx = "07_01_00_55"
+DEFAULT_RTOS_VERSION_DOT_am65xx = "07.01.00.55"
+
+DEFAULT_RTOS_VERSION_am64xx = "07_01_03_09"
+DEFAULT_RTOS_VERSION_DOT_am64xx = "07.01.03.09"
 
 DEFAULT_RTOS_SOC = "undefined"
 DEFAULT_RTOS_SOC_j7 = "j721e"
 DEFAULT_RTOS_SOC_j7200-evm = "j7200"
 DEFAULT_RTOS_SOC_am65xx = "am65xx"
-DEFAULT_RTOS_SOC_am64xx = "am64xx"
+DEFAULT_RTOS_SOC_am64xx = "am64x"
 
 DEFAULT_RTOS_WEBLINK = "undefined"
 DEFAULT_RTOS_WEBLINK_j7 = "https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/firmware/${CORESDK_RTOS_VERSION}"
@@ -40,10 +43,10 @@ DEFAULT_FIRMWARE_URL = "file://empty"
 DEFAULT_FIRMWARE_URL_k3 = "${CORESDK_RTOS_WEBLINK}/${DEFAULT_FIRMWARE_FILE}"
 
 DEFAULT_FIRMWARE_SHA256SUM = "unknown"
-DEFAULT_FIRMWARE_SHA256SUM_j7 = "93e4d3742a922015f3295f5c20ef4bc2b9751139ffcd5620b8df7047bff50651"
-DEFAULT_FIRMWARE_SHA256SUM_j7200-evm = "cd5071a8f6ddaec05346e4c2bbeed6dc7bcb376d6edc47f81b9aeaf38f151176"
-DEFAULT_FIRMWARE_SHA256SUM_am65xx = "e54cc8da7fefa1ebf55454b184b42c364de3eebb34a328d244b8275b7763eb58"
-DEFAULT_FIRMWARE_SHA256SUM_am64xx = "dc1a39b7a7f403235364a84ed5291666a84a5fa7fe8c136ec07d45848c1017f4"
+DEFAULT_FIRMWARE_SHA256SUM_j7 = "23e8dec2b31f126e26953eb350e9bb252c1ea5135fa96eb6621691f00a54232b"
+DEFAULT_FIRMWARE_SHA256SUM_j7200-evm = "b1c0663327fc91f280ac93be1da786f68d296abaea33a75798f3c38f8578418a"
+DEFAULT_FIRMWARE_SHA256SUM_am65xx = "688127b48bdcb273bd66f035690bf56aa4ad396ce51100a75439ea00c7695456"
+DEFAULT_FIRMWARE_SHA256SUM_am64xx = "78ef4d1b4e07995323b872ca4fa1259ff43f10cf88d40a32b84fa4ac9a5fee51"
 
 # 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 d4f33443699a..5d5a12250311 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 ?= "d946278e9a40632d05cd1e953f5f200011be69a9"
+TI_RTOS_METADATA_SRCREV ?= "1c8107dd47298ea9b8518083ffcd2f7e91ea7c00"
 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] 13+ messages in thread

* [dunfell/master] [PATCH v2 05/10] trusted-firmware-a: Update SRCREV for AM64X support
  2020-12-17 13:32 [dunfell/master] [PATCH v2 00/10] AM64 Cleanup and other updates Dan Murphy
                   ` (3 preceding siblings ...)
  2020-12-17 13:32 ` [dunfell/master] [PATCH v2 04/10] ti-rtos: Update metadata and versions for RTOS firmware Dan Murphy
@ 2020-12-17 13:32 ` Dan Murphy
  2020-12-17 13:32 ` [dunfell/master] [PATCH v2 06/10] ti-uboot-staging: Update to the latest commit Dan Murphy
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: Dan Murphy @ 2020-12-17 13:32 UTC (permalink / raw)
  To: meta-ti; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, Dan Murphy

From: Praneeth Bajjuri <praneeth@ti.com>

Update SRCREV to pick latest that includes AM64X support

commit 65dd16b4e ("ti: k3: Introduce lite device board support")
adds support of AM64X platform in ti-atf branch.

This patch updates the SRCREV and also updates the BOARD to "lite" to
build for the mentioned platform.

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Suggested-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Reviewed-by: Denys Dmytriyenko <denis@denix.org>
---
 conf/machine/include/am64xx.inc                              | 2 ++
 recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/conf/machine/include/am64xx.inc b/conf/machine/include/am64xx.inc
index 5a04a4388665..20441d8a757f 100644
--- a/conf/machine/include/am64xx.inc
+++ b/conf/machine/include/am64xx.inc
@@ -9,6 +9,8 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
 KERNEL_DEVICETREE = " \
     ti/k3-am642-evm.dtb \
 "
+
+TFA_BOARD = "lite"
 OPTEEMACHINE = "k3-am65x"
 OPTEEOUTPUTMACHINE = "k3"
 
diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
index 4942bf46d8a3..4852c5608598 100644
--- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
+++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
@@ -2,7 +2,7 @@ PV_k3 = "2.4"
 LIC_FILES_CHKSUM_k3 = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031"
 BRANCH_k3 = "ti-atf"
 SRC_URI_k3 = "git://git.ti.com/atf/arm-trusted-firmware.git;branch=${BRANCH};name=tfa"
-SRCREV_tfa_k3 = "f0a310d000fd6e8a1ed0ccc365b5931390393db1"
+SRCREV_tfa_k3 = "65dd16b4ea5032752af62e94ca64cff41733a123"
 COMPATIBLE_MACHINE_k3 = "k3"
 TFA_BUILD_TARGET_k3 = "all"
 TFA_INSTALL_TARGET_k3 = "bl31"
-- 
2.29.2


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

* [dunfell/master] [PATCH v2 06/10] ti-uboot-staging: Update to the latest commit
  2020-12-17 13:32 [dunfell/master] [PATCH v2 00/10] AM64 Cleanup and other updates Dan Murphy
                   ` (4 preceding siblings ...)
  2020-12-17 13:32 ` [dunfell/master] [PATCH v2 05/10] trusted-firmware-a: Update SRCREV for AM64X support Dan Murphy
@ 2020-12-17 13:32 ` Dan Murphy
  2020-12-17 17:30   ` [meta-ti] " Nishanth Menon
  2020-12-17 13:32 ` [dunfell/master] [PATCH v2 07/10] am64xx-evm-k3r5: Update SYSFW_SOC to am64x from am65x Dan Murphy
                   ` (3 subsequent siblings)
  9 siblings, 1 reply; 13+ messages in thread
From: Dan Murphy @ 2020-12-17 13:32 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 15dd32da66f2..1cf20c9096bc 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 = "r25"
+PR = "r26"
 
 BRANCH = "ti-u-boot-2020.01"
 
-SRCREV = "10dad9df6a0eb00f45bed48c9df0c9effb4fbae5"
+SRCREV = "2df0015ffde76aad8fad6348e0ddf2b814068036"
-- 
2.29.2


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

* [dunfell/master] [PATCH v2 07/10] am64xx-evm-k3r5: Update SYSFW_SOC to am64x from am65x
  2020-12-17 13:32 [dunfell/master] [PATCH v2 00/10] AM64 Cleanup and other updates Dan Murphy
                   ` (5 preceding siblings ...)
  2020-12-17 13:32 ` [dunfell/master] [PATCH v2 06/10] ti-uboot-staging: Update to the latest commit Dan Murphy
@ 2020-12-17 13:32 ` Dan Murphy
  2020-12-17 13:32 ` [dunfell/master] [PATCH v2 08/10] k3conf: Update SRCREV to latest Dan Murphy
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: Dan Murphy @ 2020-12-17 13:32 UTC (permalink / raw)
  To: meta-ti; +Cc: Dan Murphy

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 conf/machine/am64xx-evm-k3r5.conf | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/conf/machine/am64xx-evm-k3r5.conf b/conf/machine/am64xx-evm-k3r5.conf
index 26230da499af..b788e634699d 100644
--- a/conf/machine/am64xx-evm-k3r5.conf
+++ b/conf/machine/am64xx-evm-k3r5.conf
@@ -4,8 +4,7 @@
 
 require conf/machine/include/k3r5.inc
 
-# UPdate for am64
-SYSFW_SOC = "am65x"
+SYSFW_SOC = "am64x"
 SYSFW_CONFIG = "evm"
 SYSFW_SUFFIX = "gp"
 SYSFW_SYMLINK = "sysfw.itb"
-- 
2.29.2


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

* [dunfell/master] [PATCH v2 08/10] k3conf: Update SRCREV to latest
  2020-12-17 13:32 [dunfell/master] [PATCH v2 00/10] AM64 Cleanup and other updates Dan Murphy
                   ` (6 preceding siblings ...)
  2020-12-17 13:32 ` [dunfell/master] [PATCH v2 07/10] am64xx-evm-k3r5: Update SYSFW_SOC to am64x from am65x Dan Murphy
@ 2020-12-17 13:32 ` Dan Murphy
  2020-12-17 13:32 ` [dunfell/master] [PATCH v2 09/10] ti-sci-fw: Update image gen and sysfw commit SHA Dan Murphy
  2020-12-17 13:32 ` [dunfell/master] [PATCH v2 10/10] prueth-fw-am65x-sr2: Updating firmware to 02.02.08.02 Dan Murphy
  9 siblings, 0 replies; 13+ messages in thread
From: Dan Murphy @ 2020-12-17 13:32 UTC (permalink / raw)
  To: meta-ti; +Cc: Dan Murphy

Update the k3conf to the latest SHA to pick up AM64.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 recipes-devtools/k3conf/k3conf_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-devtools/k3conf/k3conf_git.bb b/recipes-devtools/k3conf/k3conf_git.bb
index e4fa54c3bee0..5becbf97094e 100644
--- a/recipes-devtools/k3conf/k3conf_git.bb
+++ b/recipes-devtools/k3conf/k3conf_git.bb
@@ -8,7 +8,7 @@ PV = "0.1+git${SRCPV}"
 COMPATIBLE_MACHINE = "k3"
 
 BRANCH ?= "master"
-SRCREV = "1ff0c4f429e8e33d22b52ec002d9b97bbca6bf0b"
+SRCREV = "7ee4c46379bb71dfa0677089841cb87eba9fbfea"
 
 SRC_URI = "git://git.ti.com/k3conf/k3conf.git;protocol=git;branch=${BRANCH}"
 
-- 
2.29.2


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

* [dunfell/master] [PATCH v2 09/10] ti-sci-fw: Update image gen and sysfw commit SHA
  2020-12-17 13:32 [dunfell/master] [PATCH v2 00/10] AM64 Cleanup and other updates Dan Murphy
                   ` (7 preceding siblings ...)
  2020-12-17 13:32 ` [dunfell/master] [PATCH v2 08/10] k3conf: Update SRCREV to latest Dan Murphy
@ 2020-12-17 13:32 ` Dan Murphy
  2020-12-17 18:16   ` [meta-ti] " Nishanth Menon
  2020-12-17 13:32 ` [dunfell/master] [PATCH v2 10/10] prueth-fw-am65x-sr2: Updating firmware to 02.02.08.02 Dan Murphy
  9 siblings, 1 reply; 13+ messages in thread
From: Dan Murphy @ 2020-12-17 13:32 UTC (permalink / raw)
  To: meta-ti; +Cc: Dan Murphy

Update the image gen and sysfw commit SHAs.
Temporarily pick up the firmware-next branch to get the AM64x firmware.
This branch change will need to be reverted once the firmware is merged.

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

diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw.inc b/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
index fe391e5fc40b..5f07ad19bd44 100644
--- a/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
+++ b/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
@@ -4,10 +4,11 @@ LICENSE = "TI-TFL"
 LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
 
 PV = "2020.08b"
+PV_am64xx-evm-k3r5 = "2020.23"
 
-SRCREV = "c26c279257c13a0ff5002b09113fcff0e1d18853"
+SRCREV = "a4e232f9293be29ce1a684357112965365d6e285"
 BRANCH ?= "ti-linux-firmware"
-SRCREV_imggen = "7b4fe13d642d69a559724349aede4817891008a7"
+SRCREV_imggen = "6d023674b0655f1a7bba192d2600c08be314e9ef"
 SRCREV_FORMAT = "imggen"
 
 SRC_URI = " \
-- 
2.29.2


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

* [dunfell/master] [PATCH v2 10/10] prueth-fw-am65x-sr2: Updating firmware to 02.02.08.02
  2020-12-17 13:32 [dunfell/master] [PATCH v2 00/10] AM64 Cleanup and other updates Dan Murphy
                   ` (8 preceding siblings ...)
  2020-12-17 13:32 ` [dunfell/master] [PATCH v2 09/10] ti-sci-fw: Update image gen and sysfw commit SHA Dan Murphy
@ 2020-12-17 13:32 ` Dan Murphy
  9 siblings, 0 replies; 13+ messages in thread
From: Dan Murphy @ 2020-12-17 13:32 UTC (permalink / raw)
  To: meta-ti; +Cc: Dan Murphy

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb b/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb
index c66bee80d79c..57cf37a26933 100644
--- a/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb
+++ b/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb
@@ -3,7 +3,7 @@ SUMMARY = "PRU Ethernet firmware for AM65xx SR2.0"
 LICENSE = "TI-TFL"
 LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
 
-PV = "02.02.07.02"
+PV = "02.02.08.02"
 
 CLEANBROKEN = "1"
 
@@ -11,7 +11,7 @@ COMPATIBLE_MACHINE = "am65xx-evm"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
-SRCREV = "c911bcec682ef053a15f9c7d5867a0dd2da2632b"
+SRCREV = "31e626d84a3f8a5dc7175b79440972ce90a23de0"
 BRANCH ?= "ti-linux-firmware"
 
 SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}"
-- 
2.29.2


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

* Re: [meta-ti] [dunfell/master] [PATCH v2 06/10] ti-uboot-staging: Update to the latest commit
  2020-12-17 13:32 ` [dunfell/master] [PATCH v2 06/10] ti-uboot-staging: Update to the latest commit Dan Murphy
@ 2020-12-17 17:30   ` Nishanth Menon
  0 siblings, 0 replies; 13+ messages in thread
From: Nishanth Menon @ 2020-12-17 17:30 UTC (permalink / raw)
  To: dmurphy; +Cc: meta-ti

On 07:32-20201217, Dan Murphy via lists.yoctoproject.org wrote:
> 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 15dd32da66f2..1cf20c9096bc 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 = "r25"
> +PR = "r26"
>  
>  BRANCH = "ti-u-boot-2020.01"
>  
> -SRCREV = "10dad9df6a0eb00f45bed48c9df0c9effb4fbae5"
> +SRCREV = "2df0015ffde76aad8fad6348e0ddf2b814068036"


This would need to be
https://git.ti.com/cgit/ti-u-boot/ti-u-boot/commit/?h=ti-u-boot-2020.01&id=c32cf0dd6bc60911927548ad20973c71fce95661

please update.
> -- 
> 2.29.2
> 

> 
> 
> 


-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

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

* Re: [meta-ti] [dunfell/master] [PATCH v2 09/10] ti-sci-fw: Update image gen and sysfw commit SHA
  2020-12-17 13:32 ` [dunfell/master] [PATCH v2 09/10] ti-sci-fw: Update image gen and sysfw commit SHA Dan Murphy
@ 2020-12-17 18:16   ` Nishanth Menon
  0 siblings, 0 replies; 13+ messages in thread
From: Nishanth Menon @ 2020-12-17 18:16 UTC (permalink / raw)
  To: dmurphy; +Cc: meta-ti

On 07:32-20201217, Dan Murphy via lists.yoctoproject.org wrote:
> Update the image gen and sysfw commit SHAs.
> Temporarily pick up the firmware-next branch to get the AM64x firmware.
> This branch change will need to be reverted once the firmware is merged.
> 
> Signed-off-by: Dan Murphy <dmurphy@ti.com>
> ---
>  recipes-bsp/ti-sci-fw/ti-sci-fw.inc | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw.inc b/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
> index fe391e5fc40b..5f07ad19bd44 100644
> --- a/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
> +++ b/recipes-bsp/ti-sci-fw/ti-sci-fw.inc
> @@ -4,10 +4,11 @@ LICENSE = "TI-TFL"
>  LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
>  
>  PV = "2020.08b"
> +PV_am64xx-evm-k3r5 = "2020.23"
>  
> -SRCREV = "c26c279257c13a0ff5002b09113fcff0e1d18853"
> +SRCREV = "a4e232f9293be29ce1a684357112965365d6e285"

Should be https://git.ti.com/cgit/processor-firmware/ti-linux-firmware/commit/?h=ti-linux-firmware&id=078c1bbf3d0a05b4045d4091c32e91ee1ae15ff8

>  BRANCH ?= "ti-linux-firmware"
> -SRCREV_imggen = "7b4fe13d642d69a559724349aede4817891008a7"
> +SRCREV_imggen = "6d023674b0655f1a7bba192d2600c08be314e9ef"
>  SRCREV_FORMAT = "imggen"
>  
>  SRC_URI = " \
> -- 
> 2.29.2
> 



Also Noticed in the recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb file:

SYSFW_PREFIX_7200-hs-evm-k3r5
.. should have been (j is missing - a typo):
SYSFW_PREFIX_j7200-hs-evm-k3r5

-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

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

end of thread, other threads:[~2020-12-17 18:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-17 13:32 [dunfell/master] [PATCH v2 00/10] AM64 Cleanup and other updates Dan Murphy
2020-12-17 13:32 ` [dunfell/master] [PATCH v2 01/10] linux-ti-staging: Update kernel to latest commit sha Dan Murphy
2020-12-17 13:32 ` [dunfell/master] [PATCH v2 02/10] u-boot-ti: Remove unneeded variable for am64xx Dan Murphy
2020-12-17 13:32 ` [dunfell/master] [PATCH v2 03/10] machine: am64xx-evm.conf: Remove commented code and update PDK values Dan Murphy
2020-12-17 13:32 ` [dunfell/master] [PATCH v2 04/10] ti-rtos: Update metadata and versions for RTOS firmware Dan Murphy
2020-12-17 13:32 ` [dunfell/master] [PATCH v2 05/10] trusted-firmware-a: Update SRCREV for AM64X support Dan Murphy
2020-12-17 13:32 ` [dunfell/master] [PATCH v2 06/10] ti-uboot-staging: Update to the latest commit Dan Murphy
2020-12-17 17:30   ` [meta-ti] " Nishanth Menon
2020-12-17 13:32 ` [dunfell/master] [PATCH v2 07/10] am64xx-evm-k3r5: Update SYSFW_SOC to am64x from am65x Dan Murphy
2020-12-17 13:32 ` [dunfell/master] [PATCH v2 08/10] k3conf: Update SRCREV to latest Dan Murphy
2020-12-17 13:32 ` [dunfell/master] [PATCH v2 09/10] ti-sci-fw: Update image gen and sysfw commit SHA Dan Murphy
2020-12-17 18:16   ` [meta-ti] " Nishanth Menon
2020-12-17 13:32 ` [dunfell/master] [PATCH v2 10/10] prueth-fw-am65x-sr2: Updating firmware to 02.02.08.02 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.