mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] optee: version bump v4.0.0 -> v4.4.0
@ 2024-12-09 17:53 Ahmad Fatoum
  2025-01-10  7:44 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2024-12-09 17:53 UTC (permalink / raw)
  To: ptxdist; +Cc: Ahmad Fatoum

There have been a number of releases since we last bumped our OP-TEE
version, the latest being v4.4.0 released two months ago.

Let's update to this most recent version.

This has been tested on an STM32MP135F.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 rules/optee-client.make   | 4 ++--
 rules/optee-examples.make | 4 ++--
 rules/optee-test.make     | 4 ++--
 rules/optee.make          | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/rules/optee-client.make b/rules/optee-client.make
index 1258fe84fd6e..2067ba0e96c3 100644
--- a/rules/optee-client.make
+++ b/rules/optee-client.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_OPTEE_CLIENT) += optee-client
 #
 # Paths and names
 #
-OPTEE_CLIENT_VERSION	:= 4.0.0
-OPTEE_CLIENT_MD5	:= e47b2d0cc95b3d1089e5373d3b477c35
+OPTEE_CLIENT_VERSION	:= 4.4.0
+OPTEE_CLIENT_MD5	:= f5cf4ded21bc68b69037f656257e62bf
 OPTEE_CLIENT		:= optee-client-$(OPTEE_CLIENT_VERSION)
 OPTEE_CLIENT_SUFFIX	:= tar.gz
 OPTEE_CLIENT_URL	:= https://github.com/OP-TEE/optee_client/archive/$(OPTEE_CLIENT_VERSION).$(OPTEE_CLIENT_SUFFIX)
diff --git a/rules/optee-examples.make b/rules/optee-examples.make
index a9fa368321bb..a6c1142f9233 100644
--- a/rules/optee-examples.make
+++ b/rules/optee-examples.make
@@ -16,8 +16,8 @@ endif
 #
 # Paths and names
 #
-OPTEE_EXAMPLES_VERSION	:= 4.0.0
-OPTEE_EXAMPLES_MD5	:= 3a0f520f527d0f3ccc336c73baa4b83d
+OPTEE_EXAMPLES_VERSION	:= 4.4.0
+OPTEE_EXAMPLES_MD5	:= 8ed54bbcb99eb1489540b792d21a973e
 OPTEE_EXAMPLES		:= optee-examples-$(OPTEE_EXAMPLES_VERSION)
 OPTEE_EXAMPLES_SUFFIX	:= tar.gz
 OPTEE_EXAMPLES_URL	:= https://github.com/linaro-swg/optee_examples/archive/$(OPTEE_EXAMPLES_VERSION).$(OPTEE_EXAMPLES_SUFFIX)
diff --git a/rules/optee-test.make b/rules/optee-test.make
index e8f6483fcec3..f904133512c5 100644
--- a/rules/optee-test.make
+++ b/rules/optee-test.make
@@ -16,8 +16,8 @@ endif
 #
 # Paths and names
 #
-OPTEE_TEST_VERSION	:= 4.0.0
-OPTEE_TEST_MD5		:= d2d1436ce8324ad81b58493dbee13be9
+OPTEE_TEST_VERSION	:= 4.4.0
+OPTEE_TEST_MD5		:= bd0737097ac7c8ba3c27408736b82a03
 OPTEE_TEST		:= optee-test-$(OPTEE_TEST_VERSION)
 OPTEE_TEST_SUFFIX	:= tar.gz
 OPTEE_TEST_URL		:= https://github.com/OP-TEE/optee_test/archive/$(OPTEE_TEST_VERSION).$(OPTEE_TEST_SUFFIX)
diff --git a/rules/optee.make b/rules/optee.make
index bfffa750a2ca..8ddff64ecb30 100644
--- a/rules/optee.make
+++ b/rules/optee.make
@@ -16,8 +16,8 @@ endif
 #
 # Paths and names
 #
-OPTEE_VERSION	:= 4.0.0
-OPTEE_MD5	:= f7e9e874481dfb6b6b0998e1acb4e215
+OPTEE_VERSION	:= 4.4.0
+OPTEE_MD5	:= 75ee68c7968832fef638932dae666539
 OPTEE		:= optee-$(OPTEE_VERSION)
 OPTEE_SUFFIX	:= tar.gz
 OPTEE_URL	:= https://github.com/OP-TEE/optee_os/archive/$(OPTEE_VERSION).$(OPTEE_SUFFIX)
-- 
2.39.5




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

* Re: [ptxdist] [APPLIED] optee: version bump v4.0.0 -> v4.4.0
  2024-12-09 17:53 [ptxdist] [PATCH] optee: version bump v4.0.0 -> v4.4.0 Ahmad Fatoum
@ 2025-01-10  7:44 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-01-10  7:44 UTC (permalink / raw)
  To: ptxdist; +Cc: Ahmad Fatoum

Thanks, applied as 487c98d1dec5c0212db8b8ace2c9fc4e8f158450.

Michael

[sent from post-receive hook]

On Fri, 10 Jan 2025 08:44:56 +0100, Ahmad Fatoum <a.fatoum@pengutronix.de> wrote:
> There have been a number of releases since we last bumped our OP-TEE
> version, the latest being v4.4.0 released two months ago.
> 
> Let's update to this most recent version.
> 
> This has been tested on an STM32MP135F.
> 
> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
> Message-Id: <20241209175317.2509381-1-a.fatoum@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/optee-client.make b/rules/optee-client.make
> index 1258fe84fd6e..2067ba0e96c3 100644
> --- a/rules/optee-client.make
> +++ b/rules/optee-client.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_OPTEE_CLIENT) += optee-client
>  #
>  # Paths and names
>  #
> -OPTEE_CLIENT_VERSION	:= 4.0.0
> -OPTEE_CLIENT_MD5	:= e47b2d0cc95b3d1089e5373d3b477c35
> +OPTEE_CLIENT_VERSION	:= 4.4.0
> +OPTEE_CLIENT_MD5	:= f5cf4ded21bc68b69037f656257e62bf
>  OPTEE_CLIENT		:= optee-client-$(OPTEE_CLIENT_VERSION)
>  OPTEE_CLIENT_SUFFIX	:= tar.gz
>  OPTEE_CLIENT_URL	:= https://github.com/OP-TEE/optee_client/archive/$(OPTEE_CLIENT_VERSION).$(OPTEE_CLIENT_SUFFIX)
> diff --git a/rules/optee-examples.make b/rules/optee-examples.make
> index a9fa368321bb..a6c1142f9233 100644
> --- a/rules/optee-examples.make
> +++ b/rules/optee-examples.make
> @@ -16,8 +16,8 @@ endif
>  #
>  # Paths and names
>  #
> -OPTEE_EXAMPLES_VERSION	:= 4.0.0
> -OPTEE_EXAMPLES_MD5	:= 3a0f520f527d0f3ccc336c73baa4b83d
> +OPTEE_EXAMPLES_VERSION	:= 4.4.0
> +OPTEE_EXAMPLES_MD5	:= 8ed54bbcb99eb1489540b792d21a973e
>  OPTEE_EXAMPLES		:= optee-examples-$(OPTEE_EXAMPLES_VERSION)
>  OPTEE_EXAMPLES_SUFFIX	:= tar.gz
>  OPTEE_EXAMPLES_URL	:= https://github.com/linaro-swg/optee_examples/archive/$(OPTEE_EXAMPLES_VERSION).$(OPTEE_EXAMPLES_SUFFIX)
> diff --git a/rules/optee-test.make b/rules/optee-test.make
> index e8f6483fcec3..f904133512c5 100644
> --- a/rules/optee-test.make
> +++ b/rules/optee-test.make
> @@ -16,8 +16,8 @@ endif
>  #
>  # Paths and names
>  #
> -OPTEE_TEST_VERSION	:= 4.0.0
> -OPTEE_TEST_MD5		:= d2d1436ce8324ad81b58493dbee13be9
> +OPTEE_TEST_VERSION	:= 4.4.0
> +OPTEE_TEST_MD5		:= bd0737097ac7c8ba3c27408736b82a03
>  OPTEE_TEST		:= optee-test-$(OPTEE_TEST_VERSION)
>  OPTEE_TEST_SUFFIX	:= tar.gz
>  OPTEE_TEST_URL		:= https://github.com/OP-TEE/optee_test/archive/$(OPTEE_TEST_VERSION).$(OPTEE_TEST_SUFFIX)
> diff --git a/rules/optee.make b/rules/optee.make
> index bfffa750a2ca..8ddff64ecb30 100644
> --- a/rules/optee.make
> +++ b/rules/optee.make
> @@ -16,8 +16,8 @@ endif
>  #
>  # Paths and names
>  #
> -OPTEE_VERSION	:= 4.0.0
> -OPTEE_MD5	:= f7e9e874481dfb6b6b0998e1acb4e215
> +OPTEE_VERSION	:= 4.4.0
> +OPTEE_MD5	:= 75ee68c7968832fef638932dae666539
>  OPTEE		:= optee-$(OPTEE_VERSION)
>  OPTEE_SUFFIX	:= tar.gz
>  OPTEE_URL	:= https://github.com/OP-TEE/optee_os/archive/$(OPTEE_VERSION).$(OPTEE_SUFFIX)



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

end of thread, other threads:[~2025-01-10  7:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-09 17:53 [ptxdist] [PATCH] optee: version bump v4.0.0 -> v4.4.0 Ahmad Fatoum
2025-01-10  7:44 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox