* [PATCH 1/3] ti-rtos: update metadata and firmware to 07.01.00.24
@ 2020-10-21 15:02 Dan Murphy
2020-10-21 15:02 ` [PATCH 2/3] u-boot-ti: Add new firmware to u-boot command line for j7 Dan Murphy
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Dan Murphy @ 2020-10-21 15:02 UTC (permalink / raw)
To: denys; +Cc: s-anna, praneeth, meta-ti, 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 2bbdd018fc92..61c2e97ed898 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_17"
-DEFAULT_RTOS_VERSION_DOT = "07.01.00.17"
+DEFAULT_RTOS_VERSION = "07_01_00_24"
+DEFAULT_RTOS_VERSION_DOT = "07.01.00.24"
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 = "8c8fbd4494bd5f07eb5215b32ba9323332fafdecf9f08af961b7436830f46937"
-DEFAULT_FIRMWARE_SHA256SUM_j7200-evm = "af7084807706d36422c63eaff5e683412199521377fabfce052fd462074fb2a3"
-DEFAULT_FIRMWARE_SHA256SUM_am65xx = "a46ac63fda7400d24f63ab67afcaff4329bd840799baaf074cffa642c25b1158"
+DEFAULT_FIRMWARE_SHA256SUM_j7 = "725fa18b12bf9f4406b934b2779f9bded34c2e146667bf021deeb547de083e39"
+DEFAULT_FIRMWARE_SHA256SUM_j7200-evm = "5fbde0825051e4a17ec3eadb11a81ccdd5a89638259075b8a8a6e0742f0b297c"
+DEFAULT_FIRMWARE_SHA256SUM_am65xx = "8c9ec14b045ed70021804e9a37152aa947e332c34b230f5ea3da5fdeaf37dc0b"
# 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 09035b99ed05..37463869ba1e 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 ?= "905500d6da77511730c4820efce8eaf07dcb504e"
+TI_RTOS_METADATA_SRCREV ?= "c98bc5cf4e5ab0633dfcbb35a87d543cc7607325"
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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/3] u-boot-ti: Add new firmware to u-boot command line for j7
2020-10-21 15:02 [PATCH 1/3] ti-rtos: update metadata and firmware to 07.01.00.24 Dan Murphy
@ 2020-10-21 15:02 ` Dan Murphy
2020-10-21 17:07 ` Denys Dmytriyenko
2020-10-21 15:02 ` [PATCH 3/3] u-boot-ti-staging: Update to latest HEAD for j7 build Dan Murphy
2020-10-21 17:04 ` [PATCH 1/3] ti-rtos: update metadata and firmware to 07.01.00.24 Denys Dmytriyenko
2 siblings, 1 reply; 6+ messages in thread
From: Dan Murphy @ 2020-10-21 15:02 UTC (permalink / raw)
To: denys; +Cc: s-anna, praneeth, meta-ti, Dan Murphy
Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
recipes-bsp/u-boot/u-boot-ti.inc | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc
index 2063bac24554..b7fd246aca6c 100644
--- a/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/recipes-bsp/u-boot/u-boot-ti.inc
@@ -33,10 +33,14 @@ PV_append = "+git${SRCPV}"
# u-boot needs devtree compiler to parse dts files
DEPENDS += "dtc-native bc-native lzop-native flex-native bison-native"
+DM_FIRMWARE = "ipc_echo_testb_mcu1_0_release_strip.xer5f"
+
PACKAGECONFIG[atf] = "ATF=${STAGING_DIR_HOST}/firmware/bl31.bin,,trusted-firmware-a"
PACKAGECONFIG[optee] = "TEE=${STAGING_DIR_HOST}${nonarch_base_libdir}/firmware/bl32.bin,,optee-os"
+PACKAGECONFIG[dm] = "DM=${STAGING_DIR_HOST}${nonarch_base_libdir}/firmware/pdk-ipc/${DM_FIRMWARE},,ti-rtos-firmware"
PACKAGECONFIG_append_aarch64 = " atf optee"
+PACKAGECONFIG_append_j7 = " dm"
COMPATIBLE_MACHINE = "(ti-soc)"
--
2.17.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 3/3] u-boot-ti-staging: Update to latest HEAD for j7 build
2020-10-21 15:02 [PATCH 1/3] ti-rtos: update metadata and firmware to 07.01.00.24 Dan Murphy
2020-10-21 15:02 ` [PATCH 2/3] u-boot-ti: Add new firmware to u-boot command line for j7 Dan Murphy
@ 2020-10-21 15:02 ` Dan Murphy
2020-10-21 17:08 ` Denys Dmytriyenko
2020-10-21 17:04 ` [PATCH 1/3] ti-rtos: update metadata and firmware to 07.01.00.24 Denys Dmytriyenko
2 siblings, 1 reply; 6+ messages in thread
From: Dan Murphy @ 2020-10-21 15:02 UTC (permalink / raw)
To: denys; +Cc: s-anna, praneeth, meta-ti, 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 5b09cb579eff..dd213d5d670d 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 = "r18"
+PR = "r19"
BRANCH = "ti-u-boot-2020.01"
-SRCREV = "eea73800730b3d9125f5c12a629db2f88e566b71"
+SRCREV = "bf0a77ee8e102e921c8f08f8e919a45ffb270ebe"
--
2.17.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 1/3] ti-rtos: update metadata and firmware to 07.01.00.24
2020-10-21 15:02 [PATCH 1/3] ti-rtos: update metadata and firmware to 07.01.00.24 Dan Murphy
2020-10-21 15:02 ` [PATCH 2/3] u-boot-ti: Add new firmware to u-boot command line for j7 Dan Murphy
2020-10-21 15:02 ` [PATCH 3/3] u-boot-ti-staging: Update to latest HEAD for j7 build Dan Murphy
@ 2020-10-21 17:04 ` Denys Dmytriyenko
2 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2020-10-21 17:04 UTC (permalink / raw)
To: Dan Murphy; +Cc: s-anna, praneeth, meta-ti
On Wed, Oct 21, 2020 at 10:02:08AM -0500, Dan Murphy wrote:
> Signed-off-by: Dan Murphy <dmurphy@ti.com>
Reviewed-by: Denys Dmytriyenko <denys@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 2bbdd018fc92..61c2e97ed898 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_17"
> -DEFAULT_RTOS_VERSION_DOT = "07.01.00.17"
> +DEFAULT_RTOS_VERSION = "07_01_00_24"
> +DEFAULT_RTOS_VERSION_DOT = "07.01.00.24"
>
> 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 = "8c8fbd4494bd5f07eb5215b32ba9323332fafdecf9f08af961b7436830f46937"
> -DEFAULT_FIRMWARE_SHA256SUM_j7200-evm = "af7084807706d36422c63eaff5e683412199521377fabfce052fd462074fb2a3"
> -DEFAULT_FIRMWARE_SHA256SUM_am65xx = "a46ac63fda7400d24f63ab67afcaff4329bd840799baaf074cffa642c25b1158"
> +DEFAULT_FIRMWARE_SHA256SUM_j7 = "725fa18b12bf9f4406b934b2779f9bded34c2e146667bf021deeb547de083e39"
> +DEFAULT_FIRMWARE_SHA256SUM_j7200-evm = "5fbde0825051e4a17ec3eadb11a81ccdd5a89638259075b8a8a6e0742f0b297c"
> +DEFAULT_FIRMWARE_SHA256SUM_am65xx = "8c9ec14b045ed70021804e9a37152aa947e332c34b230f5ea3da5fdeaf37dc0b"
>
> # 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 09035b99ed05..37463869ba1e 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 ?= "905500d6da77511730c4820efce8eaf07dcb504e"
> +TI_RTOS_METADATA_SRCREV ?= "c98bc5cf4e5ab0633dfcbb35a87d543cc7607325"
> 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
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 2/3] u-boot-ti: Add new firmware to u-boot command line for j7
2020-10-21 15:02 ` [PATCH 2/3] u-boot-ti: Add new firmware to u-boot command line for j7 Dan Murphy
@ 2020-10-21 17:07 ` Denys Dmytriyenko
0 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2020-10-21 17:07 UTC (permalink / raw)
To: Dan Murphy; +Cc: s-anna, praneeth, meta-ti
On Wed, Oct 21, 2020 at 10:02:09AM -0500, Dan Murphy wrote:
> Signed-off-by: Dan Murphy <dmurphy@ti.com>
Reviewed-by: Denys Dmytriyenko <denys@ti.com>
> ---
> recipes-bsp/u-boot/u-boot-ti.inc | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc
> index 2063bac24554..b7fd246aca6c 100644
> --- a/recipes-bsp/u-boot/u-boot-ti.inc
> +++ b/recipes-bsp/u-boot/u-boot-ti.inc
> @@ -33,10 +33,14 @@ PV_append = "+git${SRCPV}"
> # u-boot needs devtree compiler to parse dts files
> DEPENDS += "dtc-native bc-native lzop-native flex-native bison-native"
>
> +DM_FIRMWARE = "ipc_echo_testb_mcu1_0_release_strip.xer5f"
Since _append_j7 below will affect j721e GP and HS as well as j7200, make sure
the firmware name is correct for all those platforms.
> PACKAGECONFIG[atf] = "ATF=${STAGING_DIR_HOST}/firmware/bl31.bin,,trusted-firmware-a"
> PACKAGECONFIG[optee] = "TEE=${STAGING_DIR_HOST}${nonarch_base_libdir}/firmware/bl32.bin,,optee-os"
> +PACKAGECONFIG[dm] = "DM=${STAGING_DIR_HOST}${nonarch_base_libdir}/firmware/pdk-ipc/${DM_FIRMWARE},,ti-rtos-firmware"
>
> PACKAGECONFIG_append_aarch64 = " atf optee"
> +PACKAGECONFIG_append_j7 = " dm"
>
> COMPATIBLE_MACHINE = "(ti-soc)"
>
> --
> 2.17.1
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 3/3] u-boot-ti-staging: Update to latest HEAD for j7 build
2020-10-21 15:02 ` [PATCH 3/3] u-boot-ti-staging: Update to latest HEAD for j7 build Dan Murphy
@ 2020-10-21 17:08 ` Denys Dmytriyenko
0 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2020-10-21 17:08 UTC (permalink / raw)
To: Dan Murphy; +Cc: s-anna, praneeth, meta-ti
On Wed, Oct 21, 2020 at 10:02:10AM -0500, Dan Murphy wrote:
> Signed-off-by: Dan Murphy <dmurphy@ti.com>
Reviewed-by: Denys Dmytriyenko <denys@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 5b09cb579eff..dd213d5d670d 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 = "r18"
> +PR = "r19"
>
> BRANCH = "ti-u-boot-2020.01"
>
> -SRCREV = "eea73800730b3d9125f5c12a629db2f88e566b71"
> +SRCREV = "bf0a77ee8e102e921c8f08f8e919a45ffb270ebe"
> --
> 2.17.1
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-10-21 17:08 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-21 15:02 [PATCH 1/3] ti-rtos: update metadata and firmware to 07.01.00.24 Dan Murphy
2020-10-21 15:02 ` [PATCH 2/3] u-boot-ti: Add new firmware to u-boot command line for j7 Dan Murphy
2020-10-21 17:07 ` Denys Dmytriyenko
2020-10-21 15:02 ` [PATCH 3/3] u-boot-ti-staging: Update to latest HEAD for j7 build Dan Murphy
2020-10-21 17:08 ` Denys Dmytriyenko
2020-10-21 17:04 ` [PATCH 1/3] ti-rtos: update metadata and firmware to 07.01.00.24 Denys Dmytriyenko
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.