[edk2-devel] [PATCH V1] MdePkg:Add NVME Sanitize command support to Nvme.h

2023-11-06 Thread Tina Chen
: Liming Gao Signed-off-by: Tina Chen --- MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressHci.c| 1 + MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPeiHci.c | 1 + MdePkg/Include/IndustryStandard/Nvme.h| 106 ++-- 3 files changed, 98 insertions(+), 10

[edk2-devel] [PATCH v2] MdePkg:Add NVME Sanitize command support to Nvme.h

2023-11-06 Thread Tina Chen
: Liming Gao Signed-off-by: Tina Chen --- MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressHci.c| 1 + MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPeiHci.c | 1 + MdePkg/Include/IndustryStandard/Nvme.h| 109 ++-- 3 files changed, 100 insertions(+), 11

[edk2-devel] [PATCH v3] MdePkg:Add NVME Sanitize command support to Nvme.h

2023-11-06 Thread Tina Chen
definition for Sanitize status support. Cc: Xiao X Chen Cc: Arthur Chen Cc: Ray Ni Cc: Liming Gao Cc: Michael D Kinney Signed-off-by: Tina Chen --- MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressHci.c| 1 + MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPeiHci.c | 1 + MdePkg/Include

[edk2-devel] [PATCH v4 1/1] MdePkg:Add NVME Sanitize command support to Nvme.h

2023-11-08 Thread Tina Chen
: Liming Gao Cc: Zhiguang Liu Cc: Sean Brogan Cc: Michael D Kinney Signed-off-by: Tina Chen --- MdePkg/Include/IndustryStandard/Nvme.h | 121 ++-- 1 file changed, 110 insertions(+), 11 deletions(-) diff --git a/MdePkg/Include/IndustryStandard/Nvme.h b/MdePkg/Include

[edk2-devel] [PATCH v1] SecurityPkg/OpalPasswordDxe: Update UI according to UEFI spec

2024-03-20 Thread Tina Chen
HiiPopulateMainMenuForm (); + // // Convert Buffer Data to by helper function BlockToConfig( ) // -- 2.43.0.windows.1 -- Tina Chen -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116930): https://edk2.groups.io/g/devel/message/11693

[edk2-devel] [PATCH v2] SecurityPkg/OpalPasswordDxe: Update UI according to UEFI spec

2024-03-20 Thread Tina Chen
Signed-off-by: Tina Chen --- SecurityPkg/Tcg/Opal/OpalPassword/OpalHii.c | 23 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/SecurityPkg/Tcg/Opal/OpalPassword/OpalHii.c b/SecurityPkg/Tcg/Opal/OpalPassword/OpalHii.c index 8035f44ebe..de58ab7df3 100644 --- a

Re: [edk2-devel] [PATCH v3] SecurityPkg/OpalPasswordDxe: Update UI according to UEFI spec

2024-04-11 Thread Tina Chen
t; 3. Add HiiUpdateForm() to force reparsing the IFR binary. > > Cc: Jiewen Yao > Cc: Rahul Kumar > Cc: Dandan Bi > Cc: Ming Tan > Cc: Arthur Chen > Cc: Xiao X Chen > Cc: Tina Chen > Signed-off-by: CindyX Kuo > --- > .../Tcg/Opal/OpalPassword/OpalDriver.h