Re: [edk2] [PATCH V2 0/4] Add DESTRUCTOR for SmmLockBoxSmmLib and PiDxeS3BootScriptLib

2016-06-06 Thread Zeng, Star
On 2016/6/7 0:45, Laszlo Ersek wrote: On 06/06/16 12:38, Star Zeng wrote: V2: 1. Fix typo in SmmLockBoxSmmConstructuor and SmmLockBoxSmmDestructuor. 2. Add comment for S3BootScriptLibDeinitialize to explain that the desturctor doesn't support unloading as a separate action, and it only supports

Re: [edk2] [PATCH V2 0/4] Add DESTRUCTOR for SmmLockBoxSmmLib and PiDxeS3BootScriptLib

2016-06-06 Thread Laszlo Ersek
On 06/06/16 12:38, Star Zeng wrote: > V2: > 1. Fix typo in SmmLockBoxSmmConstructuor and SmmLockBoxSmmDestructuor. > 2. Add comment for S3BootScriptLibDeinitialize to explain that the desturctor > doesn't > support unloading as a separate action, and it only supports unloading if the > containing

[edk2] [PATCH V2 0/4] Add DESTRUCTOR for SmmLockBoxSmmLib and PiDxeS3BootScriptLib

2016-06-06 Thread Star Zeng
V2: 1. Fix typo in SmmLockBoxSmmConstructuor and SmmLockBoxSmmDestructuor. 2. Add comment for S3BootScriptLibDeinitialize to explain that the desturctor doesn't support unloading as a separate action, and it only supports unloading if the containing driver's entry point function fails. 3. Revert g