[edk2-devel] [`edk2-devel][PATCH 0/8] Add SMM variable support for UEFI payload

2021-10-18 Thread Guo Dong
From: Guo Dong V2: Added SMM communication region size check Fixed ECC reported issues and other minor update. https://bugzilla.tianocore.org/show_bug.cgi?id=3084 Currently UEFI payload uses emulated variable driver. So it could not support secureboot and measured boot since both need NV va

Re: [edk2-devel] [`edk2-devel][PATCH 0/8] Add SMM variable support for UEFI payload

2021-09-29 Thread Ni, Ray
Reviewed-by: Ray Ni > -Original Message- > From: Dong, Guo > Sent: Sunday, September 26, 2021 7:05 AM > To: devel@edk2.groups.io > Cc: Ni, Ray ; Ma, Maurice ; You, > Benjamin ; Dong, Guo > > Subject: [`edk2-devel][PATCH 0/8] Add SMM variable support for UEFI payload > > From: Guo Dong

[edk2-devel] [`edk2-devel][PATCH 0/8] Add SMM variable support for UEFI payload

2021-09-25 Thread Guo Dong
From: Guo Dong https://bugzilla.tianocore.org/show_bug.cgi?id=3084 Currently UEFI payload uses emulated variable driver. So it could not support secureboot and measured boot since both need NV variable support. EDKII already has SMM modules and variable modules. And modern Intel platform suppor