From: "Masahisa Kojima" <masahisa.kojima@linaro.org>
To: devel@edk2.groups.io
Cc: Masahisa Kojima <masahisa.kojima@linaro.org>,
Ard Biesheuvel <ardb+tianocore@kernel.org>,
Leif Lindholm <leif@nuviainc.com>,
Graeme Gregory <graeme@nuviainc.com>,
Radoslaw Biernacki <rad@semihalf.com>,
Shashi Mallela <shashi.mallela@linaro.org>
Subject: [PATCH edk2-platforms v3 0/4] add MM based UEFI secure boot on SbsaQemu
Date: Wed, 3 Mar 2021 15:47:43 +0900 [thread overview]
Message-ID: <20210303064747.27312-1-masahisa.kojima@linaro.org> (raw)
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
next reply other threads:[~2021-03-03 6:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-03 6:47 Masahisa Kojima [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210303064747.27312-1-masahisa.kojima@linaro.org \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox