Re: [edk2-devel] [PATCH v3] MdePkg: Add registers of boot partition feature

2022-01-05 Thread Maggie Chu
Created PR for the patch : https://github.com/tianocore/edk2/pull/2361 -Original Message- From: devel@edk2.groups.io On Behalf Of Maggie Chu Sent: Wednesday, January 5, 2022 6:35 PM To: devel@edk2.groups.io Cc: Gao, Liming ; Kinney, Michael D ; Liu, Zhiguang Subject: [edk2-devel

[edk2-devel] [PATCH v3] MdePkg: Add registers of boot partition feature

2022-01-05 Thread Maggie Chu
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3757 Add registers of boot partition feature which defined in NVM Express 1.4 Spec Cc: Liming Gao Cc: Michael D Kinney Cc: Zhiguang Liu Signed-off-by: Maggie Chu --- MdePkg/Include/IndustryStandard/Nvme.h | 108 - 1

[edk2-devel] [PATCH v2] MdePkg: Add registers of boot partition feature

2021-12-26 Thread Maggie Chu
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3757 Add registers of boot partition feature which defined in NVM Express 1.4 Spec Cc: Liming Gao Cc: Michael D Kinney Cc: Zhiguang Liu Signed-off-by: Maggie Chu --- MdePkg/Include/IndustryStandard/Nvme.h | 108 - 1

Re: [edk2-devel] [PATCH] MdePkg: Add registers of boot partition feature

2021-12-22 Thread Maggie Chu
fined in NVM Express > 1.4 Spec > > Cc: Liming Gao > Cc: Michael D Kinney > Cc: Zhiguang Liu > Signed-off-by: Maggie Chu > --- > MdePkg/Include/IndustryStandard/Nvme.h | 113 > - > 1 file changed, 92 insertions(+), 21 deletions(-) > &g

[edk2-devel] [PATCH] MdePkg: Add registers of boot partition feature

2021-12-07 Thread Maggie Chu
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3757 Add registers of boot partition feature which defined in NVM Express 1.4 Spec Cc: Liming Gao Cc: Michael D Kinney Cc: Zhiguang Liu Signed-off-by: Maggie Chu --- MdePkg/Include/IndustryStandard/Nvme.h | 113 - 1

Re: [edk2-devel] [PATCH v3] SecurityPkg: Change default value source

2020-05-18 Thread Maggie Chu
Hello, Please help to catch this patch into edk2 202005 stable tag. Thank you -Original Message- From: devel@edk2.groups.io On Behalf Of Maggie Chu Sent: Monday, May 18, 2020 7:42 PM To: devel@edk2.groups.io Cc: Dong, Eric ; Wang, Jian J ; Zhang, Chao B ; Yao, Jiewen Subject: [edk2

[edk2-devel] [PATCH v3] SecurityPkg: Change default value source

2020-05-18 Thread Maggie Chu
Signed-off-by: Maggie Chu Cc: Eric Dong Cc: Jian J Wang Cc: Chao Zhang Cc: Jiewen Yao --- v3 change: Remove TCG2_BIOS_TPM_MANAGEMENT_FLAG_DEFAULT and TCG2_BIOS_STORAGE_MANAGEMENT_FLAG_DEFAULT. Extend year of copyright. SecurityPkg/Include/Library/Tcg2PhysicalPresenceLib.h | 17

[edk2-devel] [PATCH v2] SecurityPkg: Change default value source

2020-05-15 Thread Maggie Chu
Signed-off-by: Maggie Chu Cc: Eric Dong Cc: Jian J Wang Cc: Chao Zhang Cc: Jiewen Yao --- v2 change: Change patch title. .../Library/DxeTcg2PhysicalPresenceLib/DxeTcg2PhysicalPresenceLib.c | 2 +- .../Library/PeiTcg2PhysicalPresenceLib/PeiTcg2PhysicalPresenceLib.c | 2

[edk2-devel] [PATCH] SecurityPkg: Get default value from same source for TCG2_PHYSICAL_PRESENCE_FLAGS_VARIABLE

2020-05-13 Thread Maggie Chu
Signed-off-by: Maggie Chu Cc: Eric Dong Cc: Jian J Wang Cc: Chao Zhang Cc: Jiewen Yao --- .../Library/DxeTcg2PhysicalPresenceLib/DxeTcg2PhysicalPresenceLib.c | 2 +- .../Library/PeiTcg2PhysicalPresenceLib/PeiTcg2PhysicalPresenceLib.c | 2 +- .../PeiTcg2PhysicalPresenceLib

Re: [edk2-devel] [PATCH] SecurityPkg/OpalPassword: Remove dependency on EFI_BLOCK_IO_PROTOCOL

2019-11-04 Thread Maggie Chu
> access to Opal drive members of a RAID array. > > Signed-off-by: Maggie Chu > Cc: Eric Dong > Cc: Chao Zhang > Cc: Jiewen Yao > --- > SecurityPkg/Tcg/Opal/OpalPassword/OpalDriver.c | 70 > ++-- > -- > 1 file changed, 27 insertions(+), 43

[edk2-devel] [PATCH] SecurityPkg/OpalPassword: Remove dependency on EFI_BLOCK_IO_PROTOCOL

2019-11-03 Thread Maggie Chu
Protocol, which currently requires an EFI_BLOCK_IO_PROTOCOL to be associated with the same device the protocol is installed on and provide all the same parameters. This patch remove dependency on EFI_BLOCK_IO_PROTOCOL and allows access to Opal drive members of a RAID array. Signed-off-by: Maggie Chu Cc

[edk2-devel] [PATCH] MdeModulePkg/NvmExpressPei: Produce NVM Express PassThru PPI

2019-06-16 Thread Maggie Chu
https://bugzilla.tianocore.org/show_bug.cgi?id=1879 This commit will add codes to produce the NVM Express PassThru PPI. Signed-off-by: Maggie Chu Cc: Hao A Wu Cc: Jian J Wang Cc: Ray Ni Cc: Star Zeng --- MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPei.c | 26 +++ MdeModulePkg/Bus/Pci

[edk2-devel] [PATCH] MdeModulePkg: Add definitions for NVM Express Passthru PPI

2019-06-16 Thread Maggie Chu
ntroller (by service 'GetDevicePath'). Signed-off-by: Maggie Chu Cc: Hao A Wu Cc: Jian J Wang Cc: Ray Ni Cc: Star Zeng --- MdeModulePkg/Include/Ppi/NvmExpressPassThru.h | 156 ++ MdeModulePkg/MdeModulePkg.dec | 3 + 2 files changed, 159 ins

[edk2-devel] [PATCH] MdeModulePkg: Add definitions for NVM Express Passthru PPI

2019-06-10 Thread Maggie Chu
ntroller (by service 'GetDevicePath'). Signed-off-by: Maggie Chu Cc: Hao A Wu Cc: Jian J Wang Cc: Ray Ni Cc: Star Zeng --- MdeModulePkg/Include/Ppi/NvmExpressPassThru.h | 156 ++ MdeModulePkg/MdeModulePkg.dec | 3 + 2 files changed, 159 ins

[edk2-devel] [PATCH] SecurityPkg/HddPassword: Add a PCD to skip Hdd password prompt

2019-06-10 Thread Maggie Chu
prompt, system will be forced shutdown. Signed-off-by: Maggie Chu Cc: Chao Zhang Cc: Jiewen Yao Cc: Eric Dong --- SecurityPkg/HddPassword/HddPasswordDxe.c | 16 SecurityPkg/HddPassword/HddPasswordDxe.inf | 4 SecurityPkg/SecurityPkg.dec| 6 ++ 3 files

[edk2-devel] [PATCH] SecurityPkg: Add a PCD to skip Hdd password prompt

2019-06-04 Thread Maggie Chu
https://bugzilla.tianocore.org/show_bug.cgi?id=1876 Add a PCD for skipping Hdd password prompt. If device is in the locked status while attempting to skip password prompt, device will keep locked and system continue to boot. If device is in the unlocked status while attempting to skip password prom

[edk2-devel] [PATCH] SecurityPkg/OpalPassword: Add PCD to skip password prompt

2019-05-22 Thread Maggie Chu
: Maggie Chu Cc: Eric Dong Cc: Chao Zhang Cc: Jiewen Yao --- SecurityPkg/SecurityPkg.dec | 10 +- SecurityPkg/Tcg/Opal/OpalPassword/OpalDriver.c| 16 ++-- SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordDxe.inf | 2 +- 3 files changed, 20

[edk2-devel] [PATCH] SecurityPkg/OpalPassword: Add PCD to skip password prompt in device unlocked status

2019-05-13 Thread Maggie Chu
https://bugzilla.tianocore.org/show_bug.cgi?id=1801 Add a PCD for skipping password prompt. Previous change only support if storage device is in locked device. This change is added to support the case that security status of the storage device is unlocked. Signed-off-by: Maggie Chu Cc: Eric Dong

[edk2-devel] [PATCH] SecurityPkg/OpalPassword: Add warning message for Secure Erase

2019-05-06 Thread Maggie Chu
. Signed-off-by: Maggie Chu Cc: Chao Zhang Cc: Jiewen Yao Cc: Eric Dong --- SecurityPkg/Tcg/Opal/OpalPassword/OpalDriver.c | 131 ++--- SecurityPkg/Tcg/Opal/OpalPassword/OpalHii.c| 23 +++-- 2 files changed, 112 insertions(+), 42 deletions(-) diff --git a/SecurityPkg/Tcg

[edk2-devel] [PATCH] SecurityPkg/OpalPassword: Add warning message for Secure Erase

2019-04-30 Thread Maggie Chu
. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Maggie Chu Cc: Chao Zhang Cc: Jiewen Yao Cc: Eric Dong --- SecurityPkg/Tcg/Opal/OpalPassword/OpalDriver.c | 131 ++--- SecurityPkg/Tcg/Opal/OpalPassword/OpalHii.c| 23 +++-- 2 files changed, 112

[edk2-devel] [PATCH] SecurityPkg/OpalPassword: Add warning message for Secure Erase

2019-04-29 Thread Maggie Chu
. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Maggie Chu Cc: Chao Zhang Cc: Jiewen Yao Cc: Eric Dong --- SecurityPkg/Tcg/Opal/OpalPassword/OpalDriver.c | 129 ++--- SecurityPkg/Tcg/Opal/OpalPassword/OpalHii.c| 23 +++-- 2 files changed, 110