[edk2] [PATCH 0/2] Minor refinement about TCG MOR

2017-12-17 Thread Star Zeng
Cc: Jiewen Yao Cc: Chao Zhang Cc: Liming Gao Star Zeng (2): MdePkg MemoryOverwriteControl.h: Correct typo 'bi' to 'bit' SecurityPkg TcgMor: Remove wrong comments MdePkg/Include/Guid/MemoryOverwriteControl.h| 2 +-

[edk2] [PATCH 2/2] SecurityPkg TcgMor: Remove wrong comments

2017-12-17 Thread Star Zeng
and free the HandleBuffer after used. Cc: Jiewen Yao Cc: Chao Zhang Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng --- SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.c | 7 ++- 1 file

[edk2] [PATCH 1/2] MdePkg MemoryOverwriteControl.h: Correct typo 'bi' to 'bit'

2017-12-17 Thread Star Zeng
Cc: Jiewen Yao Cc: Chao Zhang Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng --- MdePkg/Include/Guid/MemoryOverwriteControl.h | 2 +- 1 file changed, 1

[edk2] [PATCH V2] UefiCpuPkg: Keep library class header file definition independent

2017-12-17 Thread Song, BinX
V2: Move CPU_FEATURE_MAX definition from header file to C file. V1: Keep library class header file definition independent Cc: Eric Dong Cc: Laszlo Ersek Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Bell Song

Re: [edk2] [PATCH] UefiCpuPkg: Keep library class header file definition independent

2017-12-17 Thread Song, BinX
Hi Ray & Mike, Thanks for your suggestion, I will update a V2 patch. Best Regards, Bell Song > -Original Message- > From: Kinney, Michael D > Sent: Saturday, December 16, 2017 1:34 AM > To: Ni, Ruiyu ; Song, BinX ; > edk2-devel@lists.01.org;

Re: [edk2] UEFI App embedded on another uefi app

2017-12-17 Thread Ni, Ruiyu
On 12/15/2017 7:45 PM, Rafael Machado wrote: Hi Everyone. I have a limited space problem at a project. To solve this we had an idea, but would like to ask to you before expending time on trying to do it, due to some tight schedule. (We know that the best is to try before ask, but we do not have

Re: [edk2] [PATCH v2 2/3] MdeModulePkg: use central variable definitions in DriverSampleDxe

2017-12-17 Thread Zeng, Star
Reviewed-by: Star Zeng -Original Message- From: Leif Lindholm [mailto:leif.lindh...@linaro.org] Sent: Saturday, December 16, 2017 12:59 AM To: edk2-devel@lists.01.org Cc: Zeng, Star ; Dong, Eric Subject: [PATCH v2 2/3]