[edk2-devel] [PATCH v1] MdePkg: Support standalone MM Driver Unload capability

2021-02-28 Thread Wu, Jiaxin
https://bugzilla.tianocore.org/show_bug.cgi?id=3240 This patch is to support standalone MM Driver Unload capability by providing _DriverUnloadHandler() function. Change-Id: I26cdbfccb7052685c464d6394e472c7579b7b67e Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: Siyuan Fu

Re: [edk2-devel] [PATCH v6 2/3] UefiCpuPkg/CpuExceptionHandlerLib: Clear CET shadow stack token busy bit

2021-02-28 Thread Ni, Ray
Reviewed-by: Ray Ni > -Original Message- > From: Sheng, W > Sent: Friday, February 26, 2021 4:03 PM > To: devel@edk2.groups.io > Cc: Dong, Eric ; Ni, Ray ; Laszlo > Ersek ; Kumar, Rahul1 ; Yao, > Jiewen ; Feng, Roger > Subject: [PATCH v6 2/3] UefiCpuPkg/CpuExceptionHandlerLib: Clear

Re: [edk2-devel] [PATCH v5 1/2] MdePkg/Include: Add CET instructions to Nasm.inc

2021-02-28 Thread Sheng Wei
Hi Liming, I have updated the patch to V6 at last Friday. All the patches have been given Review-by. Patch v6 1/3 is for MdePkg. Patch v6 2/3 and 3/3 are for UefiCpuPkg. Patch v6 2/3 depends on 1/3 Could you help to merge these patches ? Thank you. BR Sheng Wei > -Original Message- >

[edk2-devel] [PATCH edk2-platforms v2 4/4] SbsaQemu: fix typo

2021-02-28 Thread Masahisa Kojima
Fix typo in Readme.md Signed-off-by: Masahisa Kojima --- Platform/Qemu/SbsaQemu/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/Qemu/SbsaQemu/Readme.md b/Platform/Qemu/SbsaQemu/Readme.md index cdee8b41507e..abee24df0e9d 100644 ---

[edk2-devel] [PATCH edk2-platforms v2 3/4] SbsaQemu: add standalone MM build instruction

2021-02-28 Thread Masahisa Kojima
This commit adds the standalone MM build instruction to enable UEFI secure boot. Signed-off-by: Masahisa Kojima --- Platform/Qemu/SbsaQemu/Readme.md | 35 1 file changed, 35 insertions(+) diff --git a/Platform/Qemu/SbsaQemu/Readme.md

[edk2-devel] [PATCH edk2-platforms v2 2/4] SbsaQemu: add MM based UEFI secure boot support

2021-02-28 Thread Masahisa Kojima
This implements support for UEFI secure boot on SbsaQemu using the standalone MM framework. This moves all of the software handling of the UEFI authenticated variable store into the standalone MM context residing in a secure partition. Secure variable storage is located at 0x0100 in secure

[edk2-devel] [PATCH edk2-platforms v2 1/4] SbsaQemu: Build infrastructure for StandaloneMm image

2021-02-28 Thread Masahisa Kojima
Add the build infrastructure for compilation of StandaloneMm image. Signed-off-by: Masahisa Kojima --- .../Qemu/SbsaQemu/SbsaQemuStandaloneMm.dsc| 132 ++ Platform/Qemu/SbsaQemu/SbsaQemu.fdf | 6 +- .../Qemu/SbsaQemu/SbsaQemuStandaloneMm.fdf| 93

[edk2-devel] [PATCH edk2-platforms v2 0/4] add MM based UEFI secure boot on SbsaQemu

2021-02-28 Thread Masahisa Kojima
This patch series implment the UEFI secure boot on SbsaQemu. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Graeme Gregory Cc: Radoslaw Biernacki Cc: Shashi Mallela v2: - get aligned to the tf-a update, it supports 512 cores and memory map is updated. Masahisa Kojima (4): SbsaQemu: Build

Re: [edk2-devel] [PATCH v6 3/3] UefiCpuPkg/PiSmmCpuDxeSmm: Fix SMM stack offset is not correct

2021-02-28 Thread Ni, Ray
Reviewed-by: Ray Ni > -Original Message- > From: Yao, Jiewen > Sent: Friday, February 26, 2021 8:22 PM > To: Sheng, W ; devel@edk2.groups.io > Cc: Dong, Eric ; Ni, Ray ; Laszlo > Ersek ; Kumar, Rahul1 ; > Feng, Roger > Subject: RE: [PATCH v6 3/3] UefiCpuPkg/PiSmmCpuDxeSmm: Fix SMM

Re: [edk2-devel] [PATCH v3 1/7] MdePkg: MmUnblockMemoryLib: Added definition and null instance

2021-02-28 Thread Wu, Hao A
> -Original Message- > From: Kun Qin > Sent: Saturday, February 27, 2021 6:52 AM > To: devel@edk2.groups.io > Cc: Kinney, Michael D ; Liming Gao > ; Liu, Zhiguang ; Wu, > Hao A ; Yao, Jiewen > Subject: [PATCH v3 1/7] MdePkg: MmUnblockMemoryLib: Added definition > and null instance > >

Re: [edk2-devel] [PATCH v3 2/7] MdeModulePkg: VariableSmmRuntimeDxe: Added request unblock memory interface

2021-02-28 Thread Wu, Hao A
> -Original Message- > From: Kun Qin > Sent: Saturday, February 27, 2021 6:52 AM > To: devel@edk2.groups.io > Cc: Wang, Jian J ; Wu, Hao A ; > Liming Gao > Subject: [PATCH v3 2/7] MdeModulePkg: VariableSmmRuntimeDxe: Added > request unblock memory interface > > This changes added usage

[edk2-devel] 回复: [PATCH edk2-test 1/1] SctPkg: remove CR in uefi-sct/SctPkg/build.sh

2021-02-28 Thread Gao Jie
Reviewed-by: Barton Gao Thanks Barton -邮件原件- 发件人: Heinrich Schuchardt 发送时间: 2021年2月26日 20:40 收件人: EDK II Development 抄送: Eric Jin ; G Edhaya Chandran ; Barton Gao ; Arvin Chen ; Samer El-Haj-Mahmoud ; Heinrich Schuchardt 主题: [PATCH edk2-test 1/1] SctPkg: remove CR in