|
[PATCH v2] MdeModulePkg/BootMaintenanceUi: Enhance the codes logic
Reviewed-by: Eric Dong <eric.dong@...>
Reviewed-by: Eric Dong <eric.dong@...>
|
By
Dong, Eric
· #3040
·
|
|
[Patch 0/4] Enhance IsDevciePathValid API
Current code may return error status and touch unsafe buffer, this patch series fix these issues. Eric Dong (4): MdePkg DevicePathLib: Rollback former change. MdePkg DevicePathLib: Validate before tou
Current code may return error status and touch unsafe buffer, this patch series fix these issues. Eric Dong (4): MdePkg DevicePathLib: Rollback former change. MdePkg DevicePathLib: Validate before tou
|
By
Dong, Eric
· #3635
·
|
|
[Patch 1/4] MdePkg DevicePathLib: Rollback former change.
Former patch still has some bugs, so rollback it and enhance the original code. Cc: Ruiyu NI <ruiyu.ni@...> Cc: Jiewen Yao <jiewen.yao@...> Contributed-under: TianoCore Contribution Agreem
Former patch still has some bugs, so rollback it and enhance the original code. Cc: Ruiyu NI <ruiyu.ni@...> Cc: Jiewen Yao <jiewen.yao@...> Contributed-under: TianoCore Contribution Agreem
|
By
Dong, Eric
· #3636
·
|
|
[Patch 2/4] MdePkg DevicePathLib: Validate before touch input buffer.
Current code not validate the input buffer before touch. it may touch the buffer outside the validate scope. This patch validate the input size big enough to touch the first node. Cc: Ruiyu NI <ruiyu.
Current code not validate the input buffer before touch. it may touch the buffer outside the validate scope. This patch validate the input size big enough to touch the first node. Cc: Ruiyu NI <ruiyu.
|
By
Dong, Eric
· #3637
·
|
|
[Patch 3/4] MdePkg UefiDevicePathLib: Rollback former change.
Former patch still has some bugs, so rollback it and enhance the original code. Cc: Ruiyu NI <ruiyu.ni@...> Cc: Jiewen Yao <jiewen.yao@...> Contributed-under: TianoCore Contribution Agreem
Former patch still has some bugs, so rollback it and enhance the original code. Cc: Ruiyu NI <ruiyu.ni@...> Cc: Jiewen Yao <jiewen.yao@...> Contributed-under: TianoCore Contribution Agreem
|
By
Dong, Eric
· #3638
·
|
|
[Patch 4/4] MdePkg UefiDevicePathLib: Validate before touch input buffer.
Current code not validate the input buffer before touch. it may touch the buffer outside the validate scope. This patch validate the input size big enough to touch the first node. Cc: Ruiyu NI <ruiyu.
Current code not validate the input buffer before touch. it may touch the buffer outside the validate scope. This patch validate the input size big enough to touch the first node. Cc: Ruiyu NI <ruiyu.
|
By
Dong, Eric
· #3639
·
|
|
[RFC] [MdePkg] UefiLib: CreatePopUp
Hi Felix, Do you want to provide a new solution for CreatePopup or just want to split CreatePopup from UefiLib? We already has a proposal to provide new API to replace CreatePopup. This new API will u
Hi Felix, Do you want to provide a new solution for CreatePopup or just want to split CreatePopup from UefiLib? We already has a proposal to provide new API to replace CreatePopup. This new API will u
|
By
Dong, Eric
· #3752
·
|
|
[patch] IntelFrameworkModulePkg/BootMaint: Show "Change Boot order" page correctly
Reviewed-by: Eric Dong <eric.dong@...>
Reviewed-by: Eric Dong <eric.dong@...>
|
By
Dong, Eric
· #3897
·
|
|
[RFC] [MdePkg] UefiLib: CreatePopUp
Hi Felix, Add my comments below.
Hi Felix, Add my comments below.
|
By
Dong, Eric
· #3910
·
|
|
[RFC] [MdePkg] UefiLib: CreatePopUp
Felix, Add my comments below.
Felix, Add my comments below.
|
By
Dong, Eric
· #3948
·
|
|
[RFC] [MdePkg] UefiLib: CreatePopUp
Hi Felix, Thanks for your clearly explanation, I misunderstand your changes before. But I think this change still has small impact because the platforms DSC file need to include the new UiLib instance
Hi Felix, Thanks for your clearly explanation, I misunderstand your changes before. But I think this change still has small impact because the platforms DSC file need to include the new UiLib instance
|
By
Dong, Eric
· #4174
·
|
|
[PATCH v2 9/9] Nt32Pkg/PlatformBds: Dispatch deferred images after EndOfDxe
Reviewed-by: Eric Dong <eric.dong@...>
Reviewed-by: Eric Dong <eric.dong@...>
|
By
Dong, Eric
· #4455
·
|
|
[patch] MdeModulePkg/BMMUI: add comments for function parameter
Reviewed-by: Eric Dong <eric.dong@...>
Reviewed-by: Eric Dong <eric.dong@...>
|
By
Dong, Eric
· #4513
·
|
|
[Patch] MdeModulePkg HiiDatabase: Remove extra memory initialization.
The memory will be set to background color after success allocate the data, so not need to call AllocateZeroPool. Related bugz: https://bugzilla.tianocore.org/show_bug.cgi?id=223 Cc: Liming Gao <limin
The memory will be set to background color after success allocate the data, so not need to call AllocateZeroPool. Related bugz: https://bugzilla.tianocore.org/show_bug.cgi?id=223 Cc: Liming Gao <limin
|
By
Dong, Eric
· #4773
·
|
|
[Patch 00/10] Enable BlockSid related PP actions.
TCG physical presence defined storage related actions and Opal solution need to use these actions. This patch series enable these actions and used in the opal solution. Eric Dong (10): SecurityPkg: Ad
TCG physical presence defined storage related actions and Opal solution need to use these actions. This patch series enable these actions and used in the opal solution. Eric Dong (10): SecurityPkg: Ad
|
By
Dong, Eric
· #4855
·
|
|
[Patch 01/10] SecurityPkg: Add definition for Physical Presence storage flag.
Cc: Jiewen Yao <jiewen.yao@...> Cc: Chao Zhang <chao.b.zhang@...> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@...> --- .../Include/Gui
Cc: Jiewen Yao <jiewen.yao@...> Cc: Chao Zhang <chao.b.zhang@...> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@...> --- .../Include/Gui
|
By
Dong, Eric
· #4856
·
|
|
[Patch 02/10] SecurityPkg: Add header file for TcgPhysicalPresenceStorageLib.
Cc: Jiewen Yao <jiewen.yao@...> Cc: Chao Zhang <chao.b.zhang@...> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@...> --- .../Library/Tcg
Cc: Jiewen Yao <jiewen.yao@...> Cc: Chao Zhang <chao.b.zhang@...> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@...> --- .../Library/Tcg
|
By
Dong, Eric
· #4857
·
|
|
[Patch 03/10] SecurityPkg: Add DxeTcgPhysicalPresenceStorageLib.
Tcg Physical Presence spec defined some actions used for storage device. Add Dxe version library to handles these actions. Cc: Jiewen Yao <jiewen.yao@...> Cc: Chao Zhang <chao.b.zhang@...>
Tcg Physical Presence spec defined some actions used for storage device. Add Dxe version library to handles these actions. Cc: Jiewen Yao <jiewen.yao@...> Cc: Chao Zhang <chao.b.zhang@...>
|
By
Dong, Eric
· #4858
·
|
|
[Patch 04/10] SecurityPkg: Add SmmTcgPhysicalPresenceStorageLib.
Tcg Physical Presence spec defined some actions used for storage device. Add Smm version library to handles these actions. Cc: Jiewen Yao <jiewen.yao@...> Cc: Chao Zhang <chao.b.zhang@...>
Tcg Physical Presence spec defined some actions used for storage device. Add Smm version library to handles these actions. Cc: Jiewen Yao <jiewen.yao@...> Cc: Chao Zhang <chao.b.zhang@...>
|
By
Dong, Eric
· #4859
·
|
|
[Patch 05/10] SecurityPkg DxeTcg2PhysicalPresenceLib: Enable Storage actions.
After enable storage related actions in the TcgPhysicalPresenceStorageLib, use this library to support storage related actions in this library. Cc: Jiewen Yao <jiewen.yao@...> Cc: Chao Zhang <ch
After enable storage related actions in the TcgPhysicalPresenceStorageLib, use this library to support storage related actions in this library. Cc: Jiewen Yao <jiewen.yao@...> Cc: Chao Zhang <ch
|
By
Dong, Eric
· #4860
·
|