All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH honister 0/1] arm-bsp/trusted-firmware-a: corstone1000: update Tfa SHA
@ 2022-04-22 15:25 emekcan.aras
  2022-04-22 15:25 ` [PATCH honister 1/1] " emekcan.aras
  0 siblings, 1 reply; 3+ messages in thread
From: emekcan.aras @ 2022-04-22 15:25 UTC (permalink / raw)
  To: meta-arm, Ross.Burton; +Cc: nd, Emekcan Aras

From: Emekcan Aras <Emekcan.Aras@arm.com>

This commit updates Tfa SHA to remove the patches from the
recipe since all of them are upstreamed now.

Emekcan Aras (1):
  arm-bsp/trusted-firmware-a: corstone1000: update Tfa SHA

 .../trusted-firmware-a-corstone1000.inc             | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

-- 
2.25.1



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

* [PATCH honister 1/1] arm-bsp/trusted-firmware-a: corstone1000: update Tfa SHA
  2022-04-22 15:25 [PATCH honister 0/1] arm-bsp/trusted-firmware-a: corstone1000: update Tfa SHA emekcan.aras
@ 2022-04-22 15:25 ` emekcan.aras
  2022-04-22 16:40   ` [meta-arm] " Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: emekcan.aras @ 2022-04-22 15:25 UTC (permalink / raw)
  To: meta-arm, Ross.Burton; +Cc: nd, Emekcan Aras, Jon Mason

From: Emekcan Aras <Emekcan.Aras@arm.com>

This commit updates Tfa SHA to remove the patches from the
recipe since all of them are upstreamed now.

Signed-off-by: Emekcan Aras emekcan.aras@arm.com
Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 .../trusted-firmware-a-corstone1000.inc             | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc
index 08548d35..59eab653 100644
--- a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc
+++ b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc
@@ -11,13 +11,12 @@ PV .= "+git${SRCREV_tfa}"
 LIC_FILES_CHKSUM="file://docs/license.rst;md5=b2c740efedc159745b9b31f88ff03dde file://mbedtls/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 FILESEXTRAPATHS:prepend := "${THISDIR}/files/corstone1000:"
-SRC_URI:append = " \
-                 file://0001-Rename-Diphda-to-corstone1000.patch \
-                 file://0002-plat-arm-corstone1000-made-changes-to-accommodate-3M.patch \
-                 file://0003-corstone1000-implement-platform-specific-psci-reset.patch \
-                 file://0004-plat-arm-corstone1000-change-base-address-of-FIP-in-the-fl.patch   \
-                 file://0005-plat-arm-corstone1000-identify-which-bank-to-load-fip-from.patch   \
-                 "
+SRCREV_tfa = "cf89fd57ed3286d7842eef41cd72a3977eb6d317"
+PV = "2.6+git${SRCPV}"
+
+SRC_URI:remove = " \
+     file://ssl.patch \
+     "  
 
 TFA_DEBUG = "1"
 TFA_UBOOT = "1"
-- 
2.25.1



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

* Re: [meta-arm] [PATCH honister 1/1] arm-bsp/trusted-firmware-a: corstone1000: update Tfa SHA
  2022-04-22 15:25 ` [PATCH honister 1/1] " emekcan.aras
@ 2022-04-22 16:40   ` Denys Dmytriyenko
  0 siblings, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2022-04-22 16:40 UTC (permalink / raw)
  To: emekcan.aras; +Cc: meta-arm, Ross.Burton, nd, Jon Mason

On Fri, Apr 22, 2022 at 04:25:37PM +0100, emekcan.aras@arm.com wrote:
> From: Emekcan Aras <Emekcan.Aras@arm.com>
> 
> This commit updates Tfa SHA to remove the patches from the
> recipe since all of them are upstreamed now.

Why not remove the patch files themselves?


> Signed-off-by: Emekcan Aras emekcan.aras@arm.com
> Signed-off-by: Jon Mason <jon.mason@arm.com>
> ---
>  .../trusted-firmware-a-corstone1000.inc             | 13 ++++++-------
>  1 file changed, 6 insertions(+), 7 deletions(-)
> 
> diff --git a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc
> index 08548d35..59eab653 100644
> --- a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc
> +++ b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc
> @@ -11,13 +11,12 @@ PV .= "+git${SRCREV_tfa}"
>  LIC_FILES_CHKSUM="file://docs/license.rst;md5=b2c740efedc159745b9b31f88ff03dde file://mbedtls/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
>  
>  FILESEXTRAPATHS:prepend := "${THISDIR}/files/corstone1000:"
> -SRC_URI:append = " \
> -                 file://0001-Rename-Diphda-to-corstone1000.patch \
> -                 file://0002-plat-arm-corstone1000-made-changes-to-accommodate-3M.patch \
> -                 file://0003-corstone1000-implement-platform-specific-psci-reset.patch \
> -                 file://0004-plat-arm-corstone1000-change-base-address-of-FIP-in-the-fl.patch   \
> -                 file://0005-plat-arm-corstone1000-identify-which-bank-to-load-fip-from.patch   \
> -                 "
> +SRCREV_tfa = "cf89fd57ed3286d7842eef41cd72a3977eb6d317"
> +PV = "2.6+git${SRCPV}"
> +
> +SRC_URI:remove = " \
> +     file://ssl.patch \
> +     "  
>  
>  TFA_DEBUG = "1"
>  TFA_UBOOT = "1"
> -- 
> 2.25.1


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

end of thread, other threads:[~2022-04-22 16:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-22 15:25 [PATCH honister 0/1] arm-bsp/trusted-firmware-a: corstone1000: update Tfa SHA emekcan.aras
2022-04-22 15:25 ` [PATCH honister 1/1] " emekcan.aras
2022-04-22 16:40   ` [meta-arm] " 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.