|
[RFC PATCH 00/14] Firmware Support for Fast Live Migration for AMD SEV
This is a demonstration of fast migration for encrypted virtual machines
using a Migration Handler that lives in OVMF. This demo uses AMD SEV,
but the ideas may generalize to other confidential
This is a demonstration of fast migration for encrypted virtual machines
using a Migration Handler that lives in OVMF. This demo uses AMD SEV,
but the ideas may generalize to other confidential
|
By
Tobin Feldman-Fitzthum <tobin@...>
·
#72353
·
|
|
[RFC PATCH 02/14] OvmfPkg/PlatformPei: Mark SEC GHCB page in the page encrpytion bitmap.
From: Ashish Kalra <ashish.kalra@...>
Mark the SEC GHCB page that is mapped as unencrypted in
ResetVector code in the hypervisor page encryption bitmap.
Cc: Jordan Justen
From: Ashish Kalra <ashish.kalra@...>
Mark the SEC GHCB page that is mapped as unencrypted in
ResetVector code in the hypervisor page encryption bitmap.
Cc: Jordan Justen
|
By
Tobin Feldman-Fitzthum <tobin@...>
·
#72352
·
|
|
[RFC PATCH 01/14] OvmfPkg/BaseMemEncryptLib: Support to issue unencrypted hypercall
From: Brijesh Singh <brijesh.singh@...>
By default all the SEV guest memory regions are considered encrypted,
if a guest changes the encryption attribute of the page (e.g mark a
page as
From: Brijesh Singh <brijesh.singh@...>
By default all the SEV guest memory regions are considered encrypted,
if a guest changes the encryption attribute of the page (e.g mark a
page as
|
By
Tobin Feldman-Fitzthum <tobin@...>
·
#72351
·
|
|
[PATCH v4 7/7] SecurityPkg: Tcg2Acpi: Added unblock memory interface for NVS region
This changes added usage of MmUnblockMemoryLib to explicitly request
allocated NVS region to be accessible from MM environment. It will bring
in compatibility with architectures that supports full
This changes added usage of MmUnblockMemoryLib to explicitly request
allocated NVS region to be accessible from MM environment. It will bring
in compatibility with architectures that supports full
|
By
Kun Qin <kun.q@...>
·
#72350
·
|
|
[PATCH v4 6/7] SecurityPkg: Tcg2Smm: Added support for Standalone Mm
https://bugzilla.tianocore.org/show_bug.cgi?id=3169
This change added Standalone MM instance of Tcg2. The notify function for
Standalone MM instance is left empty.
A dependency DXE driver with a
https://bugzilla.tianocore.org/show_bug.cgi?id=3169
This change added Standalone MM instance of Tcg2. The notify function for
Standalone MM instance is left empty.
A dependency DXE driver with a
|
By
Kun Qin <kun.q@...>
·
#72349
·
|
|
[PATCH v4 5/7] SecurityPkg: Tcg2Smm: Separate Tcg2Smm into 2 modules
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3169
This change separated the original Tcg2Smm module into 2 drivers: the
SMM driver that registers callback for physical presence and
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3169
This change separated the original Tcg2Smm module into 2 drivers: the
SMM driver that registers callback for physical presence and
|
By
Kun Qin <kun.q@...>
·
#72348
·
|
|
[PATCH v4 4/7] SecurityPkg: Tcg2Smm: Switching from gSmst to gMmst
This change replaced gSmst with gMmst to support broader compatibility
under MM environment for Tcg2Smm driver.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Qi Zhang <qi1.zhang@...>
Cc: Rahul
This change replaced gSmst with gMmst to support broader compatibility
under MM environment for Tcg2Smm driver.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Qi Zhang <qi1.zhang@...>
Cc: Rahul
|
By
Kun Qin <kun.q@...>
·
#72347
·
|
|
[PATCH v4 3/7] MdeModulePkg: VariableSmmRuntimeDxe: Added request unblock memory interface
This changes added usage of MmUnblockMemoryLib to explicitly request
runtime cache regions(and its indicators) to be accessible from MM
environment when PcdEnableVariableRuntimeCache is enabled. It
This changes added usage of MmUnblockMemoryLib to explicitly request
runtime cache regions(and its indicators) to be accessible from MM
environment when PcdEnableVariableRuntimeCache is enabled. It
|
By
Kun Qin <kun.q@...>
·
#72346
·
|
|
[PATCH v4 2/7] OvmfPkg: resolve MmUnblockMemoryLib (mainly for VariableSmmRuntimeDxe)
This change added NULL MmUnblockMemoryLib instance in dsc files of
OvmfPkg to pass CI build. When SMM_REQUIRE flag is set, the library
interface is consumed by VariableSmmRuntimeDxe to better support
This change added NULL MmUnblockMemoryLib instance in dsc files of
OvmfPkg to pass CI build. When SMM_REQUIRE flag is set, the library
interface is consumed by VariableSmmRuntimeDxe to better support
|
By
Kun Qin <kun.q@...>
·
#72345
·
|
|
[PATCH v4 1/7] MdePkg: MmUnblockMemoryLib: Added definition and null instance
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3168
This interface provides an abstration layer to allow MM modules to access
requested areas that are outside of MMRAM. On MM model that blocks
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3168
This interface provides an abstration layer to allow MM modules to access
requested areas that are outside of MMRAM. On MM model that blocks
|
By
Kun Qin <kun.q@...>
·
#72344
·
|
|
[PATCH v4 0/7] Add MmUnblockMemoryLib Interface and Usages
This patch series is a follow up of previous submission:
https://edk2.groups.io/g/devel/message/72239
The module changes are validated on two different physical platforms and
QEMU based Q35
This patch series is a follow up of previous submission:
https://edk2.groups.io/g/devel/message/72239
The module changes are validated on two different physical platforms and
QEMU based Q35
|
By
Kun Qin <kun.q@...>
·
#72343
·
|
|
Re: [PATCH edk2-platforms 1/1] Silicon/Qemu: Move SbsaQemu MPIDR-retrieval function to FdtHelperLib
W dniu 02.03.2021 o 15:14, Graeme Gregory pisze:
Tested-by: Marcin Juszkiewicz <marcin.juszkiewicz@...>
sbsa-acs now finish in seconds like before.
W dniu 02.03.2021 o 15:14, Graeme Gregory pisze:
Tested-by: Marcin Juszkiewicz <marcin.juszkiewicz@...>
sbsa-acs now finish in seconds like before.
|
By
Marcin Juszkiewicz <marcin.juszkiewicz@...>
·
#72342
·
|
|
Re: [PATCH edk2-test 1/1] SctPkg: remove CR in uefi-sct/SctPkg/build.sh
Reviewed-by: G Edhaya Chandran<edhaya.chandran@...>
Reviewed-by: G Edhaya Chandran<edhaya.chandran@...>
|
By
G Edhaya Chandran
·
#72341
·
|
|
Re: [PATCH] drop Tanmay Jagdale from sbsa-ref maintainers
Reviewed-by: Leif Lindholm <leif@...>
Thanks!
Pushed as db922e1253cb.
Reviewed-by: Leif Lindholm <leif@...>
Thanks!
Pushed as db922e1253cb.
|
By
Leif Lindholm
·
#72340
·
|
|
Re: [PATCH edk2-platforms 1/1] Silicon/Qemu: Move SbsaQemu MPIDR-retrieval function to FdtHelperLib
Thanks all.
Pushed as a3ce6f8df2b6.
Thanks all.
Pushed as a3ce6f8df2b6.
|
By
Leif Lindholm
·
#72339
·
|
|
[PATCH] drop Tanmay Jagdale from sbsa-ref maintainers
Tanmay is no longer at Linaro
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@...>
---
Maintainers.txt | 1 -
1 file changed, 1 deletion(-)
diff --git Maintainers.txt
Tanmay is no longer at Linaro
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@...>
---
Maintainers.txt | 1 -
1 file changed, 1 deletion(-)
diff --git Maintainers.txt
|
By
Marcin Juszkiewicz <marcin.juszkiewicz@...>
·
#72338
·
|
|
Re: [PATCH edk2-platforms 1/1] Silicon/Qemu: Move SbsaQemu MPIDR-retrieval function to FdtHelperLib
Tested-By: Graeme Gregory <graeme@...>
This fixes the issue from inspection of APIC table with acpiview!
Tested-By: Graeme Gregory <graeme@...>
This fixes the issue from inspection of APIC table with acpiview!
|
By
Graeme Gregory <graeme@...>
·
#72337
·
|
|
Re: [PATCH edk2-platforms v2 1/4] SbsaQemu: Build infrastructure for StandaloneMm image
Sorry, that's just my brain failure: I meant to say SbsaQemu.fdf.
Regards,
Leif
Sorry, that's just my brain failure: I meant to say SbsaQemu.fdf.
Regards,
Leif
|
By
Leif Lindholm
·
#72336
·
|
|
Re: [PATCH edk2-platforms 1/1] Silicon/Qemu: Move SbsaQemu MPIDR-retrieval function to FdtHelperLib
Acked-by: Ard Biesheuvel <ardb@...>
Acked-by: Ard Biesheuvel <ardb@...>
|
By
Ard Biesheuvel
·
#72335
·
|
|
Re: [PATCH] [edk2-platforms]Intel/BoardModulePkg: Always sort load option
Good catch.
BdsAfterConsoleReadyBeforeBootOptionCallback() in BoardModulePkg is not implemented properly.
It should only do the boot option sort either:
1. in the first boot after flashing the
Good catch.
BdsAfterConsoleReadyBeforeBootOptionCallback() in BoardModulePkg is not implemented properly.
It should only do the boot option sort either:
1. in the first boot after flashing the
|
By
Ni, Ray
·
#72334
·
|