All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][dunfell][PATCH v2 1/2] trusted-firmware-a: Update to latest upstream master
@ 2022-06-08 17:14 Andrew Davis
  2022-06-08 17:14 ` [meta-ti][dunfell][PATCH v2 2/2] optee: Upgrade to upstream 3.17.0 Andrew Davis
  2022-06-08 19:20 ` [meta-ti][dunfell][PATCH v2 1/2] trusted-firmware-a: Update to latest upstream master Denys Dmytriyenko
  0 siblings, 2 replies; 7+ messages in thread
From: Andrew Davis @ 2022-06-08 17:14 UTC (permalink / raw)
  To: Denys Dmytriyenko, Ryan Eatmon, meta-ti; +Cc: Andrew Davis

For TF-A we work against upstream first, our fork has only been
used in the rare cases we need to ship a feature before we can
get it upstream. This is not currently the case so lets switch
to upstream repo until there is a need for our fork.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
index 68bfa899..207f3dac 100644
--- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
+++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
@@ -1,8 +1,6 @@
 PV_k3 = "2.6"
 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 = "6541aa24f834daa80da701e0054dfe3a16cda0ce"
+SRCREV_tfa_k3 = "453abc80b2eacbf2816c838e47e40f063227d934"
 COMPATIBLE_MACHINE_k3 = "k3"
 TFA_BUILD_TARGET_k3 = "all"
 TFA_INSTALL_TARGET_k3 = "bl31"
-- 
2.36.1



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

* [meta-ti][dunfell][PATCH v2 2/2] optee: Upgrade to upstream 3.17.0
  2022-06-08 17:14 [meta-ti][dunfell][PATCH v2 1/2] trusted-firmware-a: Update to latest upstream master Andrew Davis
@ 2022-06-08 17:14 ` Andrew Davis
  2022-06-08 19:20 ` [meta-ti][dunfell][PATCH v2 1/2] trusted-firmware-a: Update to latest upstream master Denys Dmytriyenko
  1 sibling, 0 replies; 7+ messages in thread
From: Andrew Davis @ 2022-06-08 17:14 UTC (permalink / raw)
  To: Denys Dmytriyenko, Ryan Eatmon, meta-ti; +Cc: Andrew Davis

Update to the latest upstream master which is 3.17.
The extra patches do not look to be needed anymore.

While here switch to git checkout with https.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 .../optee/optee-client_%.bbappend             |  4 +++
 ...ow-setting-sysroot-for-libgcc-lookup.patch | 34 -------------------
 ...0007-allow-setting-sysroot-for-clang.patch | 29 ----------------
 recipes-security/optee/optee-os_%.bbappend    | 12 +++----
 recipes-security/optee/optee-test_%.bbappend  |  7 ++++
 5 files changed, 15 insertions(+), 71 deletions(-)
 create mode 100644 recipes-security/optee/optee-client_%.bbappend
 delete mode 100644 recipes-security/optee/optee-os/0006-allow-setting-sysroot-for-libgcc-lookup.patch
 delete mode 100644 recipes-security/optee/optee-os/0007-allow-setting-sysroot-for-clang.patch
 create mode 100644 recipes-security/optee/optee-test_%.bbappend

diff --git a/recipes-security/optee/optee-client_%.bbappend b/recipes-security/optee/optee-client_%.bbappend
new file mode 100644
index 00000000..0324c1ab
--- /dev/null
+++ b/recipes-security/optee/optee-client_%.bbappend
@@ -0,0 +1,4 @@
+FILESEXTRAPATHS_prepend_ti-soc := "${THISDIR}/${PN}:"
+
+PV_ti-soc = "3.17.0+git${SRCPV}"
+SRCREV_ti-soc = "a5c30b1277466a9bf85b62f45a6b00e79774e29c"
diff --git a/recipes-security/optee/optee-os/0006-allow-setting-sysroot-for-libgcc-lookup.patch b/recipes-security/optee/optee-os/0006-allow-setting-sysroot-for-libgcc-lookup.patch
deleted file mode 100644
index 17005396..00000000
--- a/recipes-security/optee/optee-os/0006-allow-setting-sysroot-for-libgcc-lookup.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 0bab935695ebcf0c533b49896ab18ff33d4a47d1 Mon Sep 17 00:00:00 2001
-From: Ross Burton <ross.burton@arm.com>
-Date: Tue, 26 May 2020 14:38:02 -0500
-Subject: [PATCH] allow setting sysroot for libgcc lookup
-
-Explicitly pass the new variable LIBGCC_LOCATE_CFLAGS variable when searching
-for the compiler libraries as there's no easy way to reliably pass --sysroot
-otherwise.
-
-Upstream-Status: Pending [https://github.com/OP-TEE/optee_os/issues/4188]
-Signed-off-by: Ross Burton <ross.burton@arm.com>
----
- mk/gcc.mk | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/mk/gcc.mk b/mk/gcc.mk
-index adc77a24..81bfa78a 100644
---- a/mk/gcc.mk
-+++ b/mk/gcc.mk
-@@ -13,11 +13,11 @@ nostdinc$(sm)	:= -nostdinc -isystem $(shell $(CC$(sm)) \
- 			-print-file-name=include 2> /dev/null)
- 
- # Get location of libgcc from gcc
--libgcc$(sm)  	:= $(shell $(CC$(sm)) $(CFLAGS$(arch-bits-$(sm))) \
-+libgcc$(sm)  	:= $(shell $(CC$(sm)) $(LIBGCC_LOCATE_CFLAGS) $(CFLAGS$(arch-bits-$(sm))) \
- 			-print-libgcc-file-name 2> /dev/null)
--libstdc++$(sm)	:= $(shell $(CXX$(sm)) $(CXXFLAGS$(arch-bits-$(sm))) $(comp-cxxflags$(sm)) \
-+libstdc++$(sm)	:= $(shell $(CXX$(sm)) $(LIBGCC_LOCATE_CFLAGS) $(CXXFLAGS$(arch-bits-$(sm))) $(comp-cxxflags$(sm)) \
- 			-print-file-name=libstdc++.a 2> /dev/null)
--libgcc_eh$(sm)	:= $(shell $(CXX$(sm)) $(CXXFLAGS$(arch-bits-$(sm))) $(comp-cxxflags$(sm)) \
-+libgcc_eh$(sm)	:= $(shell $(CXX$(sm)) $(LIBGCC_LOCATE_CFLAGS) $(CXXFLAGS$(arch-bits-$(sm))) $(comp-cxxflags$(sm)) \
- 			-print-file-name=libgcc_eh.a 2> /dev/null)
- 
- # Define these to something to discover accidental use
diff --git a/recipes-security/optee/optee-os/0007-allow-setting-sysroot-for-clang.patch b/recipes-security/optee/optee-os/0007-allow-setting-sysroot-for-clang.patch
deleted file mode 100644
index 5c0d0a56..00000000
--- a/recipes-security/optee/optee-os/0007-allow-setting-sysroot-for-clang.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 3167f2c0dba4db59d61b60a8fe66f969d20aafa9 Mon Sep 17 00:00:00 2001
-From: Brett Warren <brett.warren@arm.com>
-Date: Wed, 23 Sep 2020 09:27:34 +0100
-Subject: [PATCH] optee: enable clang support
-
-When compiling with clang, the LIBGCC_LOCATE_CFLAG variable used
-to provide a sysroot wasn't included, which results in not locating
-compiler-rt. This is mitigated by including the variable as ammended.
-
-Upstream-Status: Pending
-ChangeId: 8ba69a4b2eb8ebaa047cb266c9aa6c2c3da45701
-Signed-off-by: Brett Warren <brett.warren@arm.com>
----
- mk/clang.mk | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/mk/clang.mk b/mk/clang.mk
-index 0f48c836..47465523 100644
---- a/mk/clang.mk
-+++ b/mk/clang.mk
-@@ -27,7 +27,7 @@ comp-cflags-warns-clang := -Wno-language-extension-token \
- 
- # Note, use the compiler runtime library (libclang_rt.builtins.*.a) instead of
- # libgcc for clang
--libgcc$(sm)	:= $(shell $(CC$(sm)) $(CFLAGS$(arch-bits-$(sm))) \
-+libgcc$(sm)	:= $(shell $(CC$(sm)) $(LIBGCC_LOCATE_CFLAGS) $(CFLAGS$(arch-bits-$(sm))) \
- 			-rtlib=compiler-rt -print-libgcc-file-name 2> /dev/null)
- 
- # Core ASLR relies on the executable being ready to run from its preferred load
diff --git a/recipes-security/optee/optee-os_%.bbappend b/recipes-security/optee/optee-os_%.bbappend
index 4e01ea74..c5bc3bf8 100644
--- a/recipes-security/optee/optee-os_%.bbappend
+++ b/recipes-security/optee/optee-os_%.bbappend
@@ -1,14 +1,10 @@
 FILESEXTRAPATHS_prepend_ti-soc := "${THISDIR}/${PN}:"
 
-PV_ti-soc = "3.12.0+git${SRCPV}"
+PV_ti-soc = "3.17.0+git${SRCPV}"
+SRCREV_ti-soc = "332dec4a4bb9935e650b9925577cef5d485af724"
+SRC_URI_ti-soc = "git://github.com/OP-TEE/optee_os.git;protocol=https"
 
-SRCREV_ti-soc = "3d47a131bca1d9ed511bfd516aa5e70269e12c1d"
-
-SRC_URI_ti-soc = " \
-    git://github.com/OP-TEE/optee_os.git \
-    file://0006-allow-setting-sysroot-for-libgcc-lookup.patch \
-    file://0007-allow-setting-sysroot-for-clang.patch \
-"
+DEPENDS_append_ti-soc = " python3-cryptography-native"
 
 EXTRA_OEMAKE_append_k3 = "${@ 'CFG_CONSOLE_UART='+ d.getVar('OPTEE_K3_USART') if d.getVar('OPTEE_K3_USART') else ''}"
 
diff --git a/recipes-security/optee/optee-test_%.bbappend b/recipes-security/optee/optee-test_%.bbappend
new file mode 100644
index 00000000..85f2b03f
--- /dev/null
+++ b/recipes-security/optee/optee-test_%.bbappend
@@ -0,0 +1,7 @@
+FILESEXTRAPATHS_prepend_ti-soc := "${THISDIR}/${PN}:"
+
+PV_ti-soc = "3.17.0+git${SRCPV}"
+SRCREV_ti-soc = "8a698baf9e8e010e4d8d52e6aded42dfc31e5b25"
+SRC_URI_ti-soc = "git://github.com/OP-TEE/optee_test.git;protocol=https"
+
+DEPENDS_append_ti-soc = " python3-cryptography-native"
-- 
2.36.1



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

* Re: [meta-ti][dunfell][PATCH v2 1/2] trusted-firmware-a: Update to latest upstream master
  2022-06-08 17:14 [meta-ti][dunfell][PATCH v2 1/2] trusted-firmware-a: Update to latest upstream master Andrew Davis
  2022-06-08 17:14 ` [meta-ti][dunfell][PATCH v2 2/2] optee: Upgrade to upstream 3.17.0 Andrew Davis
@ 2022-06-08 19:20 ` Denys Dmytriyenko
  2022-06-08 19:21   ` Ryan Eatmon
  1 sibling, 1 reply; 7+ messages in thread
From: Denys Dmytriyenko @ 2022-06-08 19:20 UTC (permalink / raw)
  To: afd; +Cc: Denys Dmytriyenko, Ryan Eatmon, meta-ti

What is the difference between v1 and v2 of these patches?


On Wed, Jun 08, 2022 at 12:14:17PM -0500, Andrew Davis via lists.yoctoproject.org wrote:
> For TF-A we work against upstream first, our fork has only been
> used in the rare cases we need to ship a feature before we can
> get it upstream. This is not currently the case so lets switch
> to upstream repo until there is a need for our fork.
> 
> Signed-off-by: Andrew Davis <afd@ti.com>
> ---
>  recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
> index 68bfa899..207f3dac 100644
> --- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
> +++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
> @@ -1,8 +1,6 @@
>  PV_k3 = "2.6"
>  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 = "6541aa24f834daa80da701e0054dfe3a16cda0ce"
> +SRCREV_tfa_k3 = "453abc80b2eacbf2816c838e47e40f063227d934"
>  COMPATIBLE_MACHINE_k3 = "k3"
>  TFA_BUILD_TARGET_k3 = "all"
>  TFA_INSTALL_TARGET_k3 = "bl31"
> -- 
> 2.36.1
> 


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

* Re: [meta-ti][dunfell][PATCH v2 1/2] trusted-firmware-a: Update to latest upstream master
  2022-06-08 19:20 ` [meta-ti][dunfell][PATCH v2 1/2] trusted-firmware-a: Update to latest upstream master Denys Dmytriyenko
@ 2022-06-08 19:21   ` Ryan Eatmon
  2022-06-08 19:43     ` Denys Dmytriyenko
  0 siblings, 1 reply; 7+ messages in thread
From: Ryan Eatmon @ 2022-06-08 19:21 UTC (permalink / raw)
  To: Denys Dmytriyenko, afd; +Cc: Denys Dmytriyenko, meta-ti


He sent this one as a mistake.  He is going to send a V3 that moves the 
optee-[client|test|examples] out of meta-arago and into meta-ti so that 
all of the optee stuff is in one place.



On 6/8/2022 14:20, Denys Dmytriyenko wrote:
> What is the difference between v1 and v2 of these patches?
> 
> 
> On Wed, Jun 08, 2022 at 12:14:17PM -0500, Andrew Davis via lists.yoctoproject.org wrote:
>> For TF-A we work against upstream first, our fork has only been
>> used in the rare cases we need to ship a feature before we can
>> get it upstream. This is not currently the case so lets switch
>> to upstream repo until there is a need for our fork.
>>
>> Signed-off-by: Andrew Davis <afd@ti.com>
>> ---
>>   recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 4 +---
>>   1 file changed, 1 insertion(+), 3 deletions(-)
>>
>> diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
>> index 68bfa899..207f3dac 100644
>> --- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
>> +++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
>> @@ -1,8 +1,6 @@
>>   PV_k3 = "2.6"
>>   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 = "6541aa24f834daa80da701e0054dfe3a16cda0ce"
>> +SRCREV_tfa_k3 = "453abc80b2eacbf2816c838e47e40f063227d934"
>>   COMPATIBLE_MACHINE_k3 = "k3"
>>   TFA_BUILD_TARGET_k3 = "all"
>>   TFA_INSTALL_TARGET_k3 = "bl31"
>> -- 
>> 2.36.1
>>

-- 
Ryan Eatmon                reatmon@ti.com
-----------------------------------------
Texas Instruments, Inc.  -  LCPD  -  MGTS


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

* Re: [meta-ti][dunfell][PATCH v2 1/2] trusted-firmware-a: Update to latest upstream master
  2022-06-08 19:21   ` Ryan Eatmon
@ 2022-06-08 19:43     ` Denys Dmytriyenko
  2022-06-08 19:52       ` Andrew Davis
  0 siblings, 1 reply; 7+ messages in thread
From: Denys Dmytriyenko @ 2022-06-08 19:43 UTC (permalink / raw)
  To: Ryan Eatmon; +Cc: afd, Denys Dmytriyenko, meta-ti

On Wed, Jun 08, 2022 at 02:21:40PM -0500, Ryan Eatmon wrote:
> 
> He sent this one as a mistake.  He is going to send a V3 that moves
> the optee-[client|test|examples] out of meta-arago and into meta-ti
> so that all of the optee stuff is in one place.

What is the pressing need to update optee in dunfell to the very latest?


> On 6/8/2022 14:20, Denys Dmytriyenko wrote:
> >What is the difference between v1 and v2 of these patches?
> >
> >
> >On Wed, Jun 08, 2022 at 12:14:17PM -0500, Andrew Davis via lists.yoctoproject.org wrote:
> >>For TF-A we work against upstream first, our fork has only been
> >>used in the rare cases we need to ship a feature before we can
> >>get it upstream. This is not currently the case so lets switch
> >>to upstream repo until there is a need for our fork.
> >>
> >>Signed-off-by: Andrew Davis <afd@ti.com>
> >>---
> >>  recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 4 +---
> >>  1 file changed, 1 insertion(+), 3 deletions(-)
> >>
> >>diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
> >>index 68bfa899..207f3dac 100644
> >>--- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
> >>+++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
> >>@@ -1,8 +1,6 @@
> >>  PV_k3 = "2.6"
> >>  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 = "6541aa24f834daa80da701e0054dfe3a16cda0ce"
> >>+SRCREV_tfa_k3 = "453abc80b2eacbf2816c838e47e40f063227d934"
> >>  COMPATIBLE_MACHINE_k3 = "k3"
> >>  TFA_BUILD_TARGET_k3 = "all"
> >>  TFA_INSTALL_TARGET_k3 = "bl31"
> >>-- 
> >>2.36.1
> >>


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

* Re: [meta-ti][dunfell][PATCH v2 1/2] trusted-firmware-a: Update to latest upstream master
  2022-06-08 19:43     ` Denys Dmytriyenko
@ 2022-06-08 19:52       ` Andrew Davis
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Davis @ 2022-06-08 19:52 UTC (permalink / raw)
  To: Denys Dmytriyenko, Ryan Eatmon; +Cc: Denys Dmytriyenko, meta-ti

On 6/8/22 2:43 PM, Denys Dmytriyenko wrote:
> On Wed, Jun 08, 2022 at 02:21:40PM -0500, Ryan Eatmon wrote:
>>
>> He sent this one as a mistake.  He is going to send a V3 that moves
>> the optee-[client|test|examples] out of meta-arago and into meta-ti
>> so that all of the optee stuff is in one place.
> 
> What is the pressing need to update optee in dunfell to the very latest?
> 


It pulls in new features for our plats like HUK and AM64x/AM62x support.

Andrew


> 
>> On 6/8/2022 14:20, Denys Dmytriyenko wrote:
>>> What is the difference between v1 and v2 of these patches?
>>>
>>>
>>> On Wed, Jun 08, 2022 at 12:14:17PM -0500, Andrew Davis via lists.yoctoproject.org wrote:
>>>> For TF-A we work against upstream first, our fork has only been
>>>> used in the rare cases we need to ship a feature before we can
>>>> get it upstream. This is not currently the case so lets switch
>>>> to upstream repo until there is a need for our fork.
>>>>
>>>> Signed-off-by: Andrew Davis <afd@ti.com>
>>>> ---
>>>>   recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 4 +---
>>>>   1 file changed, 1 insertion(+), 3 deletions(-)
>>>>
>>>> diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
>>>> index 68bfa899..207f3dac 100644
>>>> --- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
>>>> +++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
>>>> @@ -1,8 +1,6 @@
>>>>   PV_k3 = "2.6"
>>>>   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 = "6541aa24f834daa80da701e0054dfe3a16cda0ce"
>>>> +SRCREV_tfa_k3 = "453abc80b2eacbf2816c838e47e40f063227d934"
>>>>   COMPATIBLE_MACHINE_k3 = "k3"
>>>>   TFA_BUILD_TARGET_k3 = "all"
>>>>   TFA_INSTALL_TARGET_k3 = "bl31"
>>>> -- 
>>>> 2.36.1
>>>>


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

* [meta-ti][dunfell][PATCH v2 1/2] trusted-firmware-a: Update to latest upstream master
@ 2022-05-26 20:36 Andrew Davis
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Davis @ 2022-05-26 20:36 UTC (permalink / raw)
  To: Denys Dmytriyenko, Ryan Eatmon, meta-ti; +Cc: Andrew Davis

For TF-A we work against upstream first, our fork has only been
used in the rare cases we need to ship a feature before we can
get it upstream. This is not currently the case so lets switch
to upstream repo until there is a need for our fork.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
index 68bfa899..207f3dac 100644
--- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
+++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
@@ -1,8 +1,6 @@
 PV_k3 = "2.6"
 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 = "6541aa24f834daa80da701e0054dfe3a16cda0ce"
+SRCREV_tfa_k3 = "453abc80b2eacbf2816c838e47e40f063227d934"
 COMPATIBLE_MACHINE_k3 = "k3"
 TFA_BUILD_TARGET_k3 = "all"
 TFA_INSTALL_TARGET_k3 = "bl31"
-- 
2.36.1



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

end of thread, other threads:[~2022-06-08 19:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08 17:14 [meta-ti][dunfell][PATCH v2 1/2] trusted-firmware-a: Update to latest upstream master Andrew Davis
2022-06-08 17:14 ` [meta-ti][dunfell][PATCH v2 2/2] optee: Upgrade to upstream 3.17.0 Andrew Davis
2022-06-08 19:20 ` [meta-ti][dunfell][PATCH v2 1/2] trusted-firmware-a: Update to latest upstream master Denys Dmytriyenko
2022-06-08 19:21   ` Ryan Eatmon
2022-06-08 19:43     ` Denys Dmytriyenko
2022-06-08 19:52       ` Andrew Davis
  -- strict thread matches above, loose matches on Subject: below --
2022-05-26 20:36 Andrew Davis

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.