public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH edk2-non-osi 1/1] Platform/Socionext: update TF-A binary to upstream release
@ 2019-02-05  8:01 Sumit Garg
  2019-02-09 11:48 ` Ard Biesheuvel
  0 siblings, 1 reply; 6+ messages in thread
From: Sumit Garg @ 2019-02-05  8:01 UTC (permalink / raw)
  To: edk2-devel

Update TF-A to upstream v2.0 release (Commit: dbc8d9496ead). Also update
OP-TEE to upstream v3.4.0 release (Commit: 406c609bbf08).

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
---

Following is reference repo to pull this patch:
ssh://git@git.linaro.org/people/sumit.garg/edk2-non-osi.git

 Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin | Bin 415251 -> 402963 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin
index bc6f4563a5d6..e6ce62a2a20b 100644
Binary files a/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin and b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin differ
-- 
2.7.4



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

* Re: [PATCH edk2-non-osi 1/1] Platform/Socionext: update TF-A binary to upstream release
  2019-02-05  8:01 [PATCH edk2-non-osi 1/1] Platform/Socionext: update TF-A binary to upstream release Sumit Garg
@ 2019-02-09 11:48 ` Ard Biesheuvel
  2019-02-11  5:55   ` Sumit Garg
  0 siblings, 1 reply; 6+ messages in thread
From: Ard Biesheuvel @ 2019-02-09 11:48 UTC (permalink / raw)
  To: Sumit Garg; +Cc: edk2-devel@lists.01.org, Leif Lindholm

On Tue, 5 Feb 2019 at 09:01, Sumit Garg <sumit.garg@linaro.org> wrote:
>
> Update TF-A to upstream v2.0 release (Commit: dbc8d9496ead). Also update
> OP-TEE to upstream v3.4.0 release (Commit: 406c609bbf08).
>
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
> ---
>
> Following is reference repo to pull this patch:
> ssh://git@git.linaro.org/people/sumit.garg/edk2-non-osi.git
>
>  Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin | Bin 415251 -> 402963 bytes
>  1 file changed, 0 insertions(+), 0 deletions(-)
>
> diff --git a/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin
> index bc6f4563a5d6..e6ce62a2a20b 100644
> Binary files a/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin and b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin differ
> --
> 2.7.4
>

Thanks Sumit

I created a firmware build with this change, could you please double check it?

http://snapshots.linaro.org/components/kernel/leg-96boards-developerbox-edk2/51/


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

* Re: [PATCH edk2-non-osi 1/1] Platform/Socionext: update TF-A binary to upstream release
  2019-02-09 11:48 ` Ard Biesheuvel
@ 2019-02-11  5:55   ` Sumit Garg
  2019-02-11  9:00     ` Ard Biesheuvel
  0 siblings, 1 reply; 6+ messages in thread
From: Sumit Garg @ 2019-02-11  5:55 UTC (permalink / raw)
  To: Ard Biesheuvel; +Cc: edk2-devel@lists.01.org, Leif Lindholm

On Sat, 9 Feb 2019 at 17:18, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
>
> On Tue, 5 Feb 2019 at 09:01, Sumit Garg <sumit.garg@linaro.org> wrote:
> >
> > Update TF-A to upstream v2.0 release (Commit: dbc8d9496ead). Also update
> > OP-TEE to upstream v3.4.0 release (Commit: 406c609bbf08).
> >
> > Contributed-under: TianoCore Contribution Agreement 1.1
> > Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
> > ---
> >
> > Following is reference repo to pull this patch:
> > ssh://git@git.linaro.org/people/sumit.garg/edk2-non-osi.git
> >
> >  Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin | Bin 415251 -> 402963 bytes
> >  1 file changed, 0 insertions(+), 0 deletions(-)
> >
> > diff --git a/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin
> > index bc6f4563a5d6..e6ce62a2a20b 100644
> > Binary files a/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin and b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin differ
> > --
> > 2.7.4
> >
>
> Thanks Sumit
>
> I created a firmware build with this change, could you please double check it?
>

Thanks Ard for incorporating this updated TF-A image. And yes this
updated firmware capsule could work pretty well for me.

-Sumit

> http://snapshots.linaro.org/components/kernel/leg-96boards-developerbox-edk2/51/


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

* Re: [PATCH edk2-non-osi 1/1] Platform/Socionext: update TF-A binary to upstream release
  2019-02-11  5:55   ` Sumit Garg
@ 2019-02-11  9:00     ` Ard Biesheuvel
  2019-02-11  9:19       ` Sumit Garg
  0 siblings, 1 reply; 6+ messages in thread
From: Ard Biesheuvel @ 2019-02-11  9:00 UTC (permalink / raw)
  To: Sumit Garg; +Cc: edk2-devel@lists.01.org, Leif Lindholm

On Mon, 11 Feb 2019 at 05:55, Sumit Garg <sumit.garg@linaro.org> wrote:
>
> On Sat, 9 Feb 2019 at 17:18, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
> >
> > On Tue, 5 Feb 2019 at 09:01, Sumit Garg <sumit.garg@linaro.org> wrote:
> > >
> > > Update TF-A to upstream v2.0 release (Commit: dbc8d9496ead). Also update
> > > OP-TEE to upstream v3.4.0 release (Commit: 406c609bbf08).
> > >
> > > Contributed-under: TianoCore Contribution Agreement 1.1
> > > Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
> > > ---
> > >
> > > Following is reference repo to pull this patch:
> > > ssh://git@git.linaro.org/people/sumit.garg/edk2-non-osi.git
> > >
> > >  Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin | Bin 415251 -> 402963 bytes
> > >  1 file changed, 0 insertions(+), 0 deletions(-)
> > >
> > > diff --git a/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin
> > > index bc6f4563a5d6..e6ce62a2a20b 100644
> > > Binary files a/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin and b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin differ
> > > --
> > > 2.7.4
> > >
> >
> > Thanks Sumit
> >
> > I created a firmware build with this change, could you please double check it?
> >
>
> Thanks Ard for incorporating this updated TF-A image. And yes this
> updated firmware capsule could work pretty well for me.
>

Thanks Sumit.

I take it you used fwupdate to install it? Which version did you use?
(We are seeing segfaults with fwupdate 12 on debian unstable)


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

* Re: [PATCH edk2-non-osi 1/1] Platform/Socionext: update TF-A binary to upstream release
  2019-02-11  9:00     ` Ard Biesheuvel
@ 2019-02-11  9:19       ` Sumit Garg
  2019-02-11  9:21         ` Ard Biesheuvel
  0 siblings, 1 reply; 6+ messages in thread
From: Sumit Garg @ 2019-02-11  9:19 UTC (permalink / raw)
  To: Ard Biesheuvel; +Cc: edk2-devel@lists.01.org, Leif Lindholm

On Mon, 11 Feb 2019 at 14:30, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
>
> On Mon, 11 Feb 2019 at 05:55, Sumit Garg <sumit.garg@linaro.org> wrote:
> >
> > On Sat, 9 Feb 2019 at 17:18, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
> > >
> > > On Tue, 5 Feb 2019 at 09:01, Sumit Garg <sumit.garg@linaro.org> wrote:
> > > >
> > > > Update TF-A to upstream v2.0 release (Commit: dbc8d9496ead). Also update
> > > > OP-TEE to upstream v3.4.0 release (Commit: 406c609bbf08).
> > > >
> > > > Contributed-under: TianoCore Contribution Agreement 1.1
> > > > Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
> > > > ---
> > > >
> > > > Following is reference repo to pull this patch:
> > > > ssh://git@git.linaro.org/people/sumit.garg/edk2-non-osi.git
> > > >
> > > >  Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin | Bin 415251 -> 402963 bytes
> > > >  1 file changed, 0 insertions(+), 0 deletions(-)
> > > >
> > > > diff --git a/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin
> > > > index bc6f4563a5d6..e6ce62a2a20b 100644
> > > > Binary files a/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin and b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin differ
> > > > --
> > > > 2.7.4
> > > >
> > >
> > > Thanks Sumit
> > >
> > > I created a firmware build with this change, could you please double check it?
> > >
> >
> > Thanks Ard for incorporating this updated TF-A image. And yes this
> > updated firmware capsule could work pretty well for me.
> >
>
> Thanks Sumit.
>
> I take it you used fwupdate to install it? Which version did you use?

Yes I used fwupdate to install DeveloperBox.Cap. Following is version info:

Distro version:
Distributor ID: Debian
Description: Debian GNU/Linux 9.5 (stretch)
Release: 9.5
Codename: stretch

fwupdate version:
fwupdate/stretch-backports,now 10-3~bpo9+1 arm64 [installed]

> (We are seeing segfaults with fwupdate 12 on debian unstable)

Is it specific to any particular capsule update (like this one) or in
general when trying to run fwupdate?

-Sumit


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

* Re: [PATCH edk2-non-osi 1/1] Platform/Socionext: update TF-A binary to upstream release
  2019-02-11  9:19       ` Sumit Garg
@ 2019-02-11  9:21         ` Ard Biesheuvel
  0 siblings, 0 replies; 6+ messages in thread
From: Ard Biesheuvel @ 2019-02-11  9:21 UTC (permalink / raw)
  To: Sumit Garg, Ilias Apalodimas; +Cc: edk2-devel@lists.01.org, Leif Lindholm

(+ Ilias)

On Mon, 11 Feb 2019 at 10:19, Sumit Garg <sumit.garg@linaro.org> wrote:
>
> On Mon, 11 Feb 2019 at 14:30, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
> >
> > On Mon, 11 Feb 2019 at 05:55, Sumit Garg <sumit.garg@linaro.org> wrote:
> > >
> > > On Sat, 9 Feb 2019 at 17:18, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
> > > >
> > > > On Tue, 5 Feb 2019 at 09:01, Sumit Garg <sumit.garg@linaro.org> wrote:
> > > > >
> > > > > Update TF-A to upstream v2.0 release (Commit: dbc8d9496ead). Also update
> > > > > OP-TEE to upstream v3.4.0 release (Commit: 406c609bbf08).
> > > > >
> > > > > Contributed-under: TianoCore Contribution Agreement 1.1
> > > > > Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
> > > > > ---
> > > > >
> > > > > Following is reference repo to pull this patch:
> > > > > ssh://git@git.linaro.org/people/sumit.garg/edk2-non-osi.git
> > > > >
> > > > >  Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin | Bin 415251 -> 402963 bytes
> > > > >  1 file changed, 0 insertions(+), 0 deletions(-)
> > > > >
> > > > > diff --git a/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin
> > > > > index bc6f4563a5d6..e6ce62a2a20b 100644
> > > > > Binary files a/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin and b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin differ
> > > > > --
> > > > > 2.7.4
> > > > >
> > > >
> > > > Thanks Sumit
> > > >
> > > > I created a firmware build with this change, could you please double check it?
> > > >
> > >
> > > Thanks Ard for incorporating this updated TF-A image. And yes this
> > > updated firmware capsule could work pretty well for me.
> > >
> >
> > Thanks Sumit.
> >
> > I take it you used fwupdate to install it? Which version did you use?
>
> Yes I used fwupdate to install DeveloperBox.Cap. Following is version info:
>
> Distro version:
> Distributor ID: Debian
> Description: Debian GNU/Linux 9.5 (stretch)
> Release: 9.5
> Codename: stretch
>
> fwupdate version:
> fwupdate/stretch-backports,now 10-3~bpo9+1 arm64 [installed]
>
> > (We are seeing segfaults with fwupdate 12 on debian unstable)
>
> Is it specific to any particular capsule update (like this one) or in
> general when trying to run fwupdate?
>

We are trying to figure that out, but the machine in question has a
one-off firmware build installed at the moment. We can reproduce this
with fwupdate 10 as well.


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

end of thread, other threads:[~2019-02-11  9:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-05  8:01 [PATCH edk2-non-osi 1/1] Platform/Socionext: update TF-A binary to upstream release Sumit Garg
2019-02-09 11:48 ` Ard Biesheuvel
2019-02-11  5:55   ` Sumit Garg
2019-02-11  9:00     ` Ard Biesheuvel
2019-02-11  9:19       ` Sumit Garg
2019-02-11  9:21         ` Ard Biesheuvel

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