This patch series implment the UEFI secure boot on SbsaQemu. Cc: Ard Biesheuvel <ardb+tianoc...@kernel.org> Cc: Leif Lindholm <l...@nuviainc.com> Cc: Graeme Gregory <gra...@nuviainc.com> Cc: Radoslaw Biernacki <r...@semihalf.com> Cc: Shashi Mallela <shashi.mall...@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 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#72372): https://edk2.groups.io/g/devel/message/72372 Mute This Topic: https://groups.io/mt/81046682/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-