public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH edk2-platforms v3 0/4] add MM based UEFI secure boot on SbsaQemu
@ 2021-03-03  6:47 Masahisa Kojima
  2021-03-03  6:47 ` [PATCH edk2-platforms v3 1/4] SbsaQemu: Build infrastructure for StandaloneMm image Masahisa Kojima
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Masahisa Kojima @ 2021-03-03  6:47 UTC (permalink / raw)
  To: devel
  Cc: Masahisa Kojima, Ard Biesheuvel, Leif Lindholm, Graeme Gregory,
	Radoslaw Biernacki, Shashi Mallela

This patch series implment the UEFI secure boot on SbsaQemu.

Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Graeme Gregory <graeme@nuviainc.com>
Cc: Radoslaw Biernacki <rad@semihalf.com>
Cc: Shashi Mallela <shashi.mallela@linaro.org>

v3:
 - create device-tree parsing helper functions
 - update the .dsc file layout to minimize the modification
 - remove unnesessary blank line updates

v2:
 - get aligned to the tf-a update, it supports 512 cores
   and memory map is updated.

Masahisa Kojima (4):
  SbsaQemu: Build infrastructure for StandaloneMm image
  SbsaQemu: add MM based UEFI secure boot support
  SbsaQemu: add standalone MM build instruction
  SbsaQemu: fix typo

 Platform/Qemu/SbsaQemu/SbsaQemu.dsc           |  25 ++-
 .../Qemu/SbsaQemu/SbsaQemuStandaloneMm.dsc    | 171 ++++++++++++++++++
 Platform/Qemu/SbsaQemu/SbsaQemu.fdf           |  83 ++++++++-
 .../Qemu/SbsaQemu/SbsaQemuStandaloneMm.fdf    |  96 ++++++++++
 .../Library/SbsaQemuLib/SbsaQemuLib.inf       |   3 +
 .../SbsaQemu/Include/Library/FdtHelperLib.h   |  27 +++
 .../Library/FdtHelperLib/FdtHelperLib.c       | 111 ++++++++++++
 .../Library/SbsaQemuLib/SbsaQemuMem.c         |  55 ++----
 Platform/Qemu/SbsaQemu/Readme.md              |  37 +++-
 9 files changed, 554 insertions(+), 54 deletions(-)
 create mode 100644 Platform/Qemu/SbsaQemu/SbsaQemuStandaloneMm.dsc
 create mode 100644 Platform/Qemu/SbsaQemu/SbsaQemuStandaloneMm.fdf

-- 
2.17.1


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

end of thread, other threads:[~2021-03-03  6:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-03  6:47 [PATCH edk2-platforms v3 0/4] add MM based UEFI secure boot on SbsaQemu Masahisa Kojima
2021-03-03  6:47 ` [PATCH edk2-platforms v3 1/4] SbsaQemu: Build infrastructure for StandaloneMm image Masahisa Kojima
2021-03-03  6:47 ` [PATCH edk2-platforms v3 2/4] SbsaQemu: add MM based UEFI secure boot support Masahisa Kojima
2021-03-03  6:47 ` [PATCH edk2-platforms v3 3/4] SbsaQemu: add standalone MM build instruction Masahisa Kojima
2021-03-03  6:47 ` [PATCH edk2-platforms v3 4/4] SbsaQemu: fix typo Masahisa Kojima

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