public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH edk2-non-osi] Platform/DeveloperBox: add binary build of TF-A + standalone MM varstore
@ 2019-03-29  7:46 Ard Biesheuvel
  2019-03-29  8:57 ` Leif Lindholm
  0 siblings, 1 reply; 5+ messages in thread
From: Ard Biesheuvel @ 2019-03-29  7:46 UTC (permalink / raw)
  To: edk2-devel

Provide a prebuilt binary of the standalone MM payload containing the
UEFI authenticated variable store drivers. These are built from EDK2
components, but the resulting image needs to be wrapped in a FIP
container and built into the secure world TF-A image.

TF-A commit:           e86e202c2e4e
edk2 commit:           8028f0303218
edk2-platforms commit: 05fdad573966

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
---
 Platform/Socionext/DeveloperBox/fip_all_arm_tf_mm.bin | Bin 0 -> 374776 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/Platform/Socionext/DeveloperBox/fip_all_arm_tf_mm.bin b/Platform/Socionext/DeveloperBox/fip_all_arm_tf_mm.bin
new file mode 100644
index 000000000000..eaae94874d4d
Binary files /dev/null and b/Platform/Socionext/DeveloperBox/fip_all_arm_tf_mm.bin differ
-- 
2.20.1



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

* Re: [PATCH edk2-non-osi] Platform/DeveloperBox: add binary build of TF-A + standalone MM varstore
  2019-03-29  7:46 [PATCH edk2-non-osi] Platform/DeveloperBox: add binary build of TF-A + standalone MM varstore Ard Biesheuvel
@ 2019-03-29  8:57 ` Leif Lindholm
  2019-03-29  9:52   ` Ard Biesheuvel
  0 siblings, 1 reply; 5+ messages in thread
From: Leif Lindholm @ 2019-03-29  8:57 UTC (permalink / raw)
  To: Ard Biesheuvel; +Cc: edk2-devel

On Fri, Mar 29, 2019 at 08:46:12AM +0100, Ard Biesheuvel wrote:
> Provide a prebuilt binary of the standalone MM payload containing the
> UEFI authenticated variable store drivers. These are built from EDK2
> components, but the resulting image needs to be wrapped in a FIP
> container and built into the secure world TF-A image.
> 
> TF-A commit:           e86e202c2e4e
> edk2 commit:           8028f0303218
> edk2-platforms commit: 05fdad573966
> 
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>

> ---
>  Platform/Socionext/DeveloperBox/fip_all_arm_tf_mm.bin | Bin 0 -> 374776 bytes
>  1 file changed, 0 insertions(+), 0 deletions(-)
> 
> diff --git a/Platform/Socionext/DeveloperBox/fip_all_arm_tf_mm.bin b/Platform/Socionext/DeveloperBox/fip_all_arm_tf_mm.bin
> new file mode 100644
> index 000000000000..eaae94874d4d
> Binary files /dev/null and b/Platform/Socionext/DeveloperBox/fip_all_arm_tf_mm.bin differ
> -- 
> 2.20.1
> 


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

* Re: [PATCH edk2-non-osi] Platform/DeveloperBox: add binary build of TF-A + standalone MM varstore
  2019-03-29  8:57 ` Leif Lindholm
@ 2019-03-29  9:52   ` Ard Biesheuvel
  2019-03-29 10:06     ` Leif Lindholm
  0 siblings, 1 reply; 5+ messages in thread
From: Ard Biesheuvel @ 2019-03-29  9:52 UTC (permalink / raw)
  To: Leif Lindholm; +Cc: edk2-devel@lists.01.org

On Fri, 29 Mar 2019 at 09:57, Leif Lindholm <leif.lindholm@linaro.org> wrote:
>
> On Fri, Mar 29, 2019 at 08:46:12AM +0100, Ard Biesheuvel wrote:
> > Provide a prebuilt binary of the standalone MM payload containing the
> > UEFI authenticated variable store drivers. These are built from EDK2
> > components, but the resulting image needs to be wrapped in a FIP
> > container and built into the secure world TF-A image.
> >
> > TF-A commit:           e86e202c2e4e
> > edk2 commit:           8028f0303218
> > edk2-platforms commit: 05fdad573966
> >
> > Contributed-under: TianoCore Contribution Agreement 1.1
> > Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
>
> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
>

Turns out I need to respin this based on 0a32c15d2172 (just pushed
into edk2-platforms).


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

* Re: [PATCH edk2-non-osi] Platform/DeveloperBox: add binary build of TF-A + standalone MM varstore
  2019-03-29  9:52   ` Ard Biesheuvel
@ 2019-03-29 10:06     ` Leif Lindholm
  2019-03-29 10:14       ` Ard Biesheuvel
  0 siblings, 1 reply; 5+ messages in thread
From: Leif Lindholm @ 2019-03-29 10:06 UTC (permalink / raw)
  To: Ard Biesheuvel; +Cc: edk2-devel@lists.01.org

On Fri, Mar 29, 2019 at 10:52:41AM +0100, Ard Biesheuvel wrote:
> On Fri, 29 Mar 2019 at 09:57, Leif Lindholm <leif.lindholm@linaro.org> wrote:
> >
> > On Fri, Mar 29, 2019 at 08:46:12AM +0100, Ard Biesheuvel wrote:
> > > Provide a prebuilt binary of the standalone MM payload containing the
> > > UEFI authenticated variable store drivers. These are built from EDK2
> > > components, but the resulting image needs to be wrapped in a FIP
> > > container and built into the secure world TF-A image.
> > >
> > > TF-A commit:           e86e202c2e4e
> > > edk2 commit:           8028f0303218
> > > edk2-platforms commit: 05fdad573966
> > >
> > > Contributed-under: TianoCore Contribution Agreement 1.1
> > > Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> >
> > Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
> >
> 
> Turns out I need to respin this based on 0a32c15d2172 (just pushed
> into edk2-platforms).

Right. Well, the reviewed-by stands, as long as the hash gets updated.

/
    Leif


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

* Re: [PATCH edk2-non-osi] Platform/DeveloperBox: add binary build of TF-A + standalone MM varstore
  2019-03-29 10:06     ` Leif Lindholm
@ 2019-03-29 10:14       ` Ard Biesheuvel
  0 siblings, 0 replies; 5+ messages in thread
From: Ard Biesheuvel @ 2019-03-29 10:14 UTC (permalink / raw)
  To: Leif Lindholm; +Cc: edk2-devel@lists.01.org

On Fri, 29 Mar 2019 at 11:06, Leif Lindholm <leif.lindholm@linaro.org> wrote:
>
> On Fri, Mar 29, 2019 at 10:52:41AM +0100, Ard Biesheuvel wrote:
> > On Fri, 29 Mar 2019 at 09:57, Leif Lindholm <leif.lindholm@linaro.org> wrote:
> > >
> > > On Fri, Mar 29, 2019 at 08:46:12AM +0100, Ard Biesheuvel wrote:
> > > > Provide a prebuilt binary of the standalone MM payload containing the
> > > > UEFI authenticated variable store drivers. These are built from EDK2
> > > > components, but the resulting image needs to be wrapped in a FIP
> > > > container and built into the secure world TF-A image.
> > > >
> > > > TF-A commit:           e86e202c2e4e
> > > > edk2 commit:           8028f0303218
> > > > edk2-platforms commit: 05fdad573966
> > > >
> > > > Contributed-under: TianoCore Contribution Agreement 1.1
> > > > Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> > >
> > > Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
> > >
> >
> > Turns out I need to respin this based on 0a32c15d2172 (just pushed
> > into edk2-platforms).
>
> Right. Well, the reviewed-by stands, as long as the hash gets updated.
>

Cheers. Pushed as 99907896565e..d04196e99696


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

end of thread, other threads:[~2019-03-29 10:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-29  7:46 [PATCH edk2-non-osi] Platform/DeveloperBox: add binary build of TF-A + standalone MM varstore Ard Biesheuvel
2019-03-29  8:57 ` Leif Lindholm
2019-03-29  9:52   ` Ard Biesheuvel
2019-03-29 10:06     ` Leif Lindholm
2019-03-29 10:14       ` Ard Biesheuvel

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