|
[patch] MdeMoudlePkg/DisplayEngine: Fix incorrect index used in array "InputText"
Reviewed-by: Eric Dong <eric.dong@...>
Reviewed-by: Eric Dong <eric.dong@...>
|
By
Dong, Eric
· #7593
·
|
|
[patch] MdeModulePkg/HiiDatabase: clean the value before setting default string
Dandan, You need to also add check to avoid string size exceed the width. Thanks, Eric
Dandan, You need to also add check to avoid string size exceed the width. Thanks, Eric
|
By
Dong, Eric
· #7594
·
|
|
[patch] MdeModulePkg/BMMUiLib: Remove old useless data before new save action
Reviewed-by: Eric Dong <eric.dong@...>
Reviewed-by: Eric Dong <eric.dong@...>
|
By
Dong, Eric
· #7595
·
|
|
[PATCH v2] MdeModulePkg/HiiDatabase: clean the value before setting default string
Reviewed-by: Eric Dong <eric.dong@...>
Reviewed-by: Eric Dong <eric.dong@...>
|
By
Dong, Eric
· #7614
·
|
|
[patch] MdeModulePkg/BMMUiLib: Replace same logic with API in UefiBootManagerLib
Reviewed-by: Eric Dong <eric.dong@...>
Reviewed-by: Eric Dong <eric.dong@...>
|
By
Dong, Eric
· #8072
·
|
|
[PATCH v3 09/12] SecurityPkg/Opal: Refine casting expression result to bigger size
Reviewed-by: Eric Dong <eric.dong@...>
Reviewed-by: Eric Dong <eric.dong@...>
|
By
Dong, Eric
· #8226
·
|
|
HII UEFI driver from Intel's lab training crashes
Hi Nikolay, This error raised because the input string for StrLen function is NULL. You can check your code to find where use the StrLen and maybe you can find the result. Thanks, Eric
Hi Nikolay, This error raised because the input string for StrLen function is NULL. You can check your code to find where use the StrLen and maybe you can find the result. Thanks, Eric
|
By
Dong, Eric
· #8603
·
|
|
override hotkey esc in HII form
Hi Jannis, The ESC is a scan code predefined in the DisplayEngineDxe driver, display engine use these keys to make itself workable. Details about scan code see below: SCAN_CODE_TO_SCREEN_OPERATION gSc
Hi Jannis, The ESC is a scan code predefined in the DisplayEngineDxe driver, display engine use these keys to make itself workable. Details about scan code see below: SCAN_CODE_TO_SCREEN_OPERATION gSc
|
By
Dong, Eric
· #8770
·
|
|
[Patch] CryptoPkg/BaseCryptLib: Fix Build Warning issue in PEI Module
Reviewed-by: Eric Dong <eric.dong@...>
Reviewed-by: Eric Dong <eric.dong@...>
|
By
Dong, Eric
· #9317
·
|
|
Vfr compiler error
Hi Naveen, Current VfrCompiler not support get value from PCD. Do you use PCD function in the data structure? Thanks, Eric
Hi Naveen, Current VfrCompiler not support get value from PCD. Do you use PCD function in the data structure? Thanks, Eric
|
By
Dong, Eric
· #9340
·
|
|
[patch] MdeModulePkg/UefiHiiLib:Fix incorrect comparison expression
It's better to add StringPtr != NULL check before use *StringPtr.
It's better to add StringPtr != NULL check before use *StringPtr.
|
By
Dong, Eric
· #9542
·
|
|
[PATCH v2] MdeModulePkg/UefiHiiLib:Fix incorrect comparison expression
Reviewed-by: Eric Dong <eric.dong@...>
Reviewed-by: Eric Dong <eric.dong@...>
|
By
Dong, Eric
· #9546
·
|
|
[patch] MdeModulePkg/BMMUiLib: Update codes of initializing ConsoleXXXCheck array
Reviewed-by: Eric Dong <eric.dong@...>
Reviewed-by: Eric Dong <eric.dong@...>
|
By
Dong, Eric
· #10039
·
|
|
[Patch] MdeModulePkg/DeviceManagerUiLib: Fix the network device MAC display issue
Jiaxin, Thanks to help to fix this issue. We'd better define new STR_FORM_NETWORK_DEVICE_TITLE_HEAD for L" Network Device " instead of hard code in the code. Thanks, Eric
Jiaxin, Thanks to help to fix this issue. We'd better define new STR_FORM_NETWORK_DEVICE_TITLE_HEAD for L" Network Device " instead of hard code in the code. Thanks, Eric
|
By
Dong, Eric
· #10133
·
|
|
[PATCH v3] MdeModulePkg/DeviceManagerUiLib: Fix the network device MAC display issue
Reviewed-by: Eric Dong <eric.dong@...>
Reviewed-by: Eric Dong <eric.dong@...>
|
By
Dong, Eric
· #10160
·
|
|
[Patch] Maintainers.txt: Update maintainers for MdeModulePkg
Cc: Feng Tian <feng.tian@...> Cc: Zeng Star <star.zeng@...> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@...> --- Maintainers.txt | 2 +
Cc: Feng Tian <feng.tian@...> Cc: Zeng Star <star.zeng@...> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@...> --- Maintainers.txt | 2 +
|
By
Dong, Eric
· #10434
·
|
|
[Patch 0/2] Consume New SmmIoLib.
After MdePkg add new SmmIoLib, update OpalPasswordSmm driver to consume it. Eric Dong (2): SecurityPkg OpalPasswordSmm: Consume SmmIoLib. SecurityPkg: Consume SmmIoLib. SecurityPkg/SecurityPkg.dsc | 1
After MdePkg add new SmmIoLib, update OpalPasswordSmm driver to consume it. Eric Dong (2): SecurityPkg OpalPasswordSmm: Consume SmmIoLib. SecurityPkg: Consume SmmIoLib. SecurityPkg/SecurityPkg.dsc | 1
|
By
Dong, Eric
· #10442
·
|
|
[Patch 1/2] SecurityPkg OpalPasswordSmm: Consume SmmIoLib.
Update code to consume SmmIoLib to check Mmio validation. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@...> Cc: Jiewen Yao <jiewen.yao@...> -
Update code to consume SmmIoLib to check Mmio validation. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@...> Cc: Jiewen Yao <jiewen.yao@...> -
|
By
Dong, Eric
· #10443
·
|
|
[Patch 2/2] SecurityPkg: Consume SmmIoLib.
Update code to consume SmmIoLib to pass build. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@...> Cc: Jiewen Yao <jiewen.yao@...> --- Security
Update code to consume SmmIoLib to pass build. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@...> Cc: Jiewen Yao <jiewen.yao@...> --- Security
|
By
Dong, Eric
· #10444
·
|
|
[PATCH] UefiCpuPkg: Update package version to 0.80
Reviewed-by: Eric Dong <eric.dong@...>
Reviewed-by: Eric Dong <eric.dong@...>
|
By
Dong, Eric
· #10595
·
|