All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] arm-bsp/trusted-firmware-a: Update SHA for TC
@ 2022-02-08  8:55 Anders Dellien
  2022-02-10  0:59 ` Jon Mason
  0 siblings, 1 reply; 2+ messages in thread
From: Anders Dellien @ 2022-02-08  8:55 UTC (permalink / raw)
  To: meta-arm; +Cc: Anders Dellien

Move TC to an intermediate SHA based on 2.6. This SHA includes
patches for:
* Support for 8GB DRAM
* Support for GPU
* Removal of kernel command-line (not needed, kept in U-Boot)

Also removed patch that fixes build problems as the problem has
been solved in the updated SHA.

Signed-off-by: Anders Dellien <anders.dellien@arm.com>
Change-Id: Ic8c4ef35e8e7ed25711ff0813abab6b6c8564ef3
---
 .../trusted-firmware-a/trusted-firmware-a-tc.inc          | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-tc.inc b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-tc.inc
index 19b46230..4d14b959 100644
--- a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-tc.inc
+++ b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-tc.inc
@@ -1,5 +1,9 @@
 # TC0 specific TFA configuration
 
+# Intermediate SHA with 2.6 baseline version
+SRCREV_tfa = "b06344a3f2c5a0fede3646627f37d1fce3d3d585"
+PV = "2.6+git${SRCPV}"
+
 DEPENDS += "scp-firmware util-linux-native gptfdisk-native"
 
 SRC_URI:append = " \
@@ -7,6 +11,10 @@ SRC_URI:append = " \
     file://generate_metadata.py \
     "
 
+SRC_URI:remove = " \
+    file://ssl.patch \
+    "
+
 COMPATIBLE_MACHINE = "(tc?)"
 
 TFA_PLATFORM = "tc"
-- 
2.17.1



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

* Re: [PATCH v2] arm-bsp/trusted-firmware-a: Update SHA for TC
  2022-02-08  8:55 [PATCH v2] arm-bsp/trusted-firmware-a: Update SHA for TC Anders Dellien
@ 2022-02-10  0:59 ` Jon Mason
  0 siblings, 0 replies; 2+ messages in thread
From: Jon Mason @ 2022-02-10  0:59 UTC (permalink / raw)
  To: meta-arm, Anders Dellien

On Tue, 8 Feb 2022 08:55:23 +0000, Anders Dellien wrote:
> Move TC to an intermediate SHA based on 2.6. This SHA includes
> patches for:
> * Support for 8GB DRAM
> * Support for GPU
> * Removal of kernel command-line (not needed, kept in U-Boot)
> 
> Also removed patch that fixes build problems as the problem has
> been solved in the updated SHA.

Applied, thanks!

[1/1] arm-bsp/trusted-firmware-a: Update SHA for TC
      commit: b0913dc09ba8907467baa21be7ccc065526b8548

Best regards,
-- 
Jon Mason <jon.mason@arm.com>


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

end of thread, other threads:[~2022-02-10  0:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-08  8:55 [PATCH v2] arm-bsp/trusted-firmware-a: Update SHA for TC Anders Dellien
2022-02-10  0:59 ` Jon Mason

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.