public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] Platform/Qemu/Sbsa: Update TF-A binaries with Cortex-A72 support
@ 2020-12-04  9:57 Tanmay Jagdale
  2020-12-08 14:17 ` Leif Lindholm
  0 siblings, 1 reply; 3+ messages in thread
From: Tanmay Jagdale @ 2020-12-04  9:57 UTC (permalink / raw)
  To: leif, graeme, devel, marcin.juszkiewicz; +Cc: shashi.mallela, Tanmay Jagdale

Update the TF-A binaries with support for Cortex-A72 cpu.
This support was merged into TF-A as part of the following:
https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/7117

Also include the updated versions of SBSA support of topology and EC
patches by Graeme
https://github.com/xXorAa/trusted-firmware-a/tree/qemu-sbsa-topology-psci

Signed-off-by: Tanmay Jagdale <tanmay.jagdale@linaro.org>
---
Binary blobs can be found in the following branch:
http://git.linaro.org/people/tanmay.jagdale/edk2-non-osi.git/commit/

 Platform/Qemu/Sbsa/bl1.bin | Bin 19301 -> 19221 bytes
 Platform/Qemu/Sbsa/fip.bin | Bin 54002 -> 54002 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/Platform/Qemu/Sbsa/bl1.bin b/Platform/Qemu/Sbsa/bl1.bin
index 794f5b6..f01cc82 100755
Binary files a/Platform/Qemu/Sbsa/bl1.bin and b/Platform/Qemu/Sbsa/bl1.bin differ
diff --git a/Platform/Qemu/Sbsa/fip.bin b/Platform/Qemu/Sbsa/fip.bin
index a12cfa5..0132a1c 100644
Binary files a/Platform/Qemu/Sbsa/fip.bin and b/Platform/Qemu/Sbsa/fip.bin differ
-- 
2.29.2


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

* Re: [PATCH] Platform/Qemu/Sbsa: Update TF-A binaries with Cortex-A72 support
  2020-12-04  9:57 [PATCH] Platform/Qemu/Sbsa: Update TF-A binaries with Cortex-A72 support Tanmay Jagdale
@ 2020-12-08 14:17 ` Leif Lindholm
       [not found]   ` <CAKJHY+-En-1_GNmnk7S-J4r-qkZrcuWw7Qf8xTDPLkg00Tb4fQ@mail.gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Leif Lindholm @ 2020-12-08 14:17 UTC (permalink / raw)
  To: Tanmay Jagdale; +Cc: graeme, devel, marcin.juszkiewicz, shashi.mallela

On Fri, Dec 04, 2020 at 15:27:21 +0530, Tanmay Jagdale wrote:
> Update the TF-A binaries with support for Cortex-A72 cpu.
> This support was merged into TF-A as part of the following:
> https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/7117
> 
> Also include the updated versions of SBSA support of topology and EC
> patches by Graeme
> https://github.com/xXorAa/trusted-firmware-a/tree/qemu-sbsa-topology-psci
> 
> Signed-off-by: Tanmay Jagdale <tanmay.jagdale@linaro.org>

Acked-by: Leif Lindholm <leif@nuviainc.com>
Pushed as 01f48019f88f.

> ---
> Binary blobs can be found in the following branch:
> http://git.linaro.org/people/tanmay.jagdale/edk2-non-osi.git/commit/
> 
>  Platform/Qemu/Sbsa/bl1.bin | Bin 19301 -> 19221 bytes
>  Platform/Qemu/Sbsa/fip.bin | Bin 54002 -> 54002 bytes
>  2 files changed, 0 insertions(+), 0 deletions(-)
> 
> diff --git a/Platform/Qemu/Sbsa/bl1.bin b/Platform/Qemu/Sbsa/bl1.bin
> index 794f5b6..f01cc82 100755
> Binary files a/Platform/Qemu/Sbsa/bl1.bin and b/Platform/Qemu/Sbsa/bl1.bin differ
> diff --git a/Platform/Qemu/Sbsa/fip.bin b/Platform/Qemu/Sbsa/fip.bin
> index a12cfa5..0132a1c 100644
> Binary files a/Platform/Qemu/Sbsa/fip.bin and b/Platform/Qemu/Sbsa/fip.bin differ
> -- 
> 2.29.2
> 

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

* Re: [PATCH] Platform/Qemu/Sbsa: Update TF-A binaries with Cortex-A72 support
       [not found]     ` <20210113120418.GS1664@vanye>
@ 2021-01-13 12:06       ` Leif Lindholm
  0 siblings, 0 replies; 3+ messages in thread
From: Leif Lindholm @ 2021-01-13 12:06 UTC (permalink / raw)
  To: Tanmay Jagdale; +Cc: Graeme Gregory, Marcin Juszkiewicz, Shashi Mallela, devel

+edk2-devel

There was no need for this conversation to go off-list.

/
    Leif

On Wed, Jan 13, 2021 at 12:04:18 +0000, Leif Lindholm wrote:
> On Wed, Jan 13, 2021 at 16:55:37 +0530, Tanmay Jagdale wrote:
> > Hi Leif,
> > 
> > 
> > On Tue, 8 Dec 2020 at 19:47, Leif Lindholm <leif@nuviainc.com> wrote:
> > 
> > > On Fri, Dec 04, 2020 at 15:27:21 +0530, Tanmay Jagdale wrote:
> > > > Update the TF-A binaries with support for Cortex-A72 cpu.
> > > > This support was merged into TF-A as part of the following:
> > > > https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/7117
> > > >
> > > > Also include the updated versions of SBSA support of topology and EC
> > > > patches by Graeme
> > > >
> > > https://github.com/xXorAa/trusted-firmware-a/tree/qemu-sbsa-topology-psci
> > > >
> > > > Signed-off-by: Tanmay Jagdale <tanmay.jagdale@linaro.org>
> > >
> > > Acked-by: Leif Lindholm <leif@nuviainc.com>
> > > Pushed as 01f48019f88f.
> > >
> > > This commit is missing in the latest master
> > branch of edk2-non-osi on github
> > https://github.com/tianocore/edk2-non-osi/commits/master/Platform/Qemu/Sbsa
> > 
> > Can you please help ?
> 
> Oops ... wonder where I pushed that.
> Now pushed as f1d27ba3926b.
> 
> Best Regards,
> 
> Leif
> 
> > With Regards,
> > Tanmay
> > 
> > > ---
> > > > Binary blobs can be found in the following branch:
> > > > http://git.linaro.org/people/tanmay.jagdale/edk2-non-osi.git/commit/
> > > >
> > > >  Platform/Qemu/Sbsa/bl1.bin | Bin 19301 -> 19221 bytes
> > > >  Platform/Qemu/Sbsa/fip.bin | Bin 54002 -> 54002 bytes
> > > >  2 files changed, 0 insertions(+), 0 deletions(-)
> > > >
> > > > diff --git a/Platform/Qemu/Sbsa/bl1.bin b/Platform/Qemu/Sbsa/bl1.bin
> > > > index 794f5b6..f01cc82 100755
> > > > Binary files a/Platform/Qemu/Sbsa/bl1.bin and
> > > b/Platform/Qemu/Sbsa/bl1.bin differ
> > > > diff --git a/Platform/Qemu/Sbsa/fip.bin b/Platform/Qemu/Sbsa/fip.bin
> > > > index a12cfa5..0132a1c 100644
> > > > Binary files a/Platform/Qemu/Sbsa/fip.bin and
> > > b/Platform/Qemu/Sbsa/fip.bin differ
> > > > --
> > > > 2.29.2
> > > >
> > >

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

end of thread, other threads:[~2021-01-13 12:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-04  9:57 [PATCH] Platform/Qemu/Sbsa: Update TF-A binaries with Cortex-A72 support Tanmay Jagdale
2020-12-08 14:17 ` Leif Lindholm
     [not found]   ` <CAKJHY+-En-1_GNmnk7S-J4r-qkZrcuWw7Qf8xTDPLkg00Tb4fQ@mail.gmail.com>
     [not found]     ` <20210113120418.GS1664@vanye>
2021-01-13 12:06       ` Leif Lindholm

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