Re: [edk2] [PATCH v4 14/41] OvmfPkg: LockBox: use SMM stack with -D SMM_REQUIRE

2015-11-20 Thread Laszlo Ersek
On 11/20/15 07:02, Jordan Justen wrote: > Reviewed-by: Jordan Justen Thank you! But, I think you reviewed this one earlier: http://thread.gmane.org/gmane.comp.bios.edk2.devel/3788/focus=4205 In that message, you wrote: With those move into a new patch, or into

Re: [edk2] [PATCH v4 14/41] OvmfPkg: LockBox: use SMM stack with -D SMM_REQUIRE

2015-11-19 Thread Jordan Justen
Reviewed-by: Jordan Justen On 2015-11-03 13:00:50, Laszlo Ersek wrote: > During DXE, drivers save data in the LockBox. A save operation is layered > as follows: > > - The unprivileged driver wishing to store data in the LockBox links > against the

[edk2] [PATCH v4 14/41] OvmfPkg: LockBox: use SMM stack with -D SMM_REQUIRE

2015-11-03 Thread Laszlo Ersek
During DXE, drivers save data in the LockBox. A save operation is layered as follows: - The unprivileged driver wishing to store data in the LockBox links against the "MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf" library instance. The library allows the unprivileged driver to