[edk2] [patch 12/18] UefiCpuPkg: Make the comments align with the functions

2016-12-13 Thread Dandan Bi
Cc: Jeff Fan <jeff@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- UefiCpuPkg/CpuDxe/CpuMp.c | 2 +- UefiCpuPkg/Include/Library/MpInitLib.h | 4 ++-- UefiCpuPkg/Library/MpInitLib/Dxe

[edk2] [patch 16/18] MdeModulePkg: Make the comments align with the function

2016-12-13 Thread Dandan Bi
Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Application/CapsuleApp/AppSupport.c | 10 +- MdeModulePkg/Application/CapsuleApp/CapsuleDump.c | 6 +++---

[edk2] [patch 18/18] MdeModulePkg/CapsuleApp: Fix GUID/protocol format issues

2016-12-13 Thread Dandan Bi
Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf | 28 +++--- 1 file changed, 14 insertions(+), 14 deletions(-)

[edk2] [patch 15/18] UefiCpuPkg/Capsule: Fix coding style issues

2016-12-13 Thread Dandan Bi
Cc: Jiewen Yao <jiewen@intel.com> Cc: Jeff Fan <jeff@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- UefiCpuPkg/Feature/Capsule/MicrocodeCapsulePdb/MicrocodeCapsulePdb.dsc | 1 + UefiCpuP

[edk2] [patch 17/18] MdeModulePkg: Add missing info string for PCDs

2016-12-13 Thread Dandan Bi
Some Pcds are added to the dec file, but miss to add the prompt& info to the uni file, now add them. Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/MdeModulePkg.dec | 1

[edk2] [patch 11/18] SignedCapsulePkg/IniParsingLib: Update struct name

2016-12-13 Thread Dandan Bi
ibuted-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- SignedCapsulePkg/Library/IniParsingLib/IniParsingLib.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SignedCapsulePkg/Library/IniParsingLib/IniParsingLib.c b/Sign

[edk2] [patch 10/18] SignedCapsulePkg/SystemFirmwareUpdate: Add source file to INF file

2016-12-13 Thread Dandan Bi
Add SystemFirmwareDxe.h to [Sources] section of INF file. Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../Universal/SystemFirmwareUpdate/SystemFirmwareReportDxe.inf | 1 + .

[edk2] [patch 07/18] SecurityPkg/OpalPasswordDxe: Make comments align with the function

2016-12-13 Thread Dandan Bi
Cc: Eric Dong <eric.d...@intel.com> Cc: Chao Zhang <chao.b.zh...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalHii.c | 2 +- 1 file changed, 1 insertion(+), 1 delet

[edk2] [patch 06/18] SecurityPkg/FmpAuthenticationLibRsa2048Sha256: Fix Guid/pcd format issues

2016-12-13 Thread Dandan Bi
Cc: Jiewen Yao <jiewen@intel.com> Cc: Chao Zhang <chao.b.zh...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../FmpAuthenticationLibRsa2048Sha256.inf | 6 +++--- 1 file cha

[edk2] [patch 09/18] SignedCapsulePkg/RecoveryModuleLoadPei: Add source file to INF file

2016-12-13 Thread Dandan Bi
Add RecoveryModuleLoadPei.h to [Sources] section of INF file. Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../Universal/RecoveryModuleLoadPei/RecoveryModuleLoadPei.inf|

[edk2] [patch 05/18] SecurityPkg/FmpAuthenticationLibPkcs7: Fix incorrect Guid format

2016-12-13 Thread Dandan Bi
Cc: Jiewen Yao <jiewen@intel.com> Cc: Chao Zhang <chao.b.zh...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf | 2 +- 1 file ch

[edk2] [patch 01/18] ShellPkg/UefiShellDebug1CommandsLib: Fix coding style issues

2016-12-13 Thread Dandan Bi
Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Shel

[edk2] [patch 00/18] Fix coding style issues

2016-12-13 Thread Dandan Bi
These patch series make the coding style follow EDKII coding rules. Dandan Bi (18): ShellPkg/UefiShellDebug1CommandsLib: Fix coding style issues ShellPkg/UefiShellNetwork1CommandsLib: Fix incorrect Protocol format ShellPkg/UefiShellNetwork2CommandsLib: Fix incorrect Protocol format

[edk2] [patch 03/18] ShellPkg/UefiShellNetwork2CommandsLib: Fix incorrect Protocol format

2016-12-13 Thread Dandan Bi
Cc: Fu Siyuan <siyuan...@intel.com> Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf | 2 +- 1 file changed,

[edk2] [patch 02/18] ShellPkg/UefiShellNetwork1CommandsLib: Fix incorrect Protocol format

2016-12-13 Thread Dandan Bi
Cc: Fu Siyuan <siyuan...@intel.com> Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf | 2 +- 1 file changed,

[edk2] [patch 04/18] Security:Add info string to UNI file for PcdPkcs7CertBuffer

2016-12-13 Thread Dandan Bi
Cc: Jiewen Yao <jiewen@intel.com> Cc: Chao Zhang <chao.b.zh...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- SecurityPkg/SecurityPkg.uni | 5 + 1 file changed, 5 insertions(+) diff --git a/SecurityP

[edk2] [PATCH v2 11/18] SignedCapsulePkg/IniParsingLib: Update struct name

2016-12-13 Thread Dandan Bi
com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- SignedCapsulePkg/Library/IniParsingLib/IniParsingLib.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SignedCapsulePkg/Library/IniParsingLib/IniPar

[edk2] [patch 2/3] MdeModulePkg/NonDiscoverablePciDeviceDxe: Add comments for functions

2016-12-15 Thread Dandan Bi
Cc: Ard Biesheuvel <ard.biesheu...@linaro.org> Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../NonDiscoverablePciDeviceDxe/ComponentName.c| 47 +++ .../NonDiscover

[edk2] [patch 3/3] MdeModulePkg/NonDiscoverablePciDevice: Make variable definition follow rule

2016-12-15 Thread Dandan Bi
Cc: Ard Biesheuvel <ard.biesheu...@linaro.org> Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceDxe.c |

[edk2] [patch 1/3] MdeModulePkg/NonDiscoverablePciDeviceDxe: Fix VS2010/2012 build failure

2016-12-15 Thread Dandan Bi
Cc: Ard Biesheuvel <ard.biesheu...@linaro.org> Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceIo.c | 1 + 1 file ch

[edk2] [patch 2/2] MdeModulePkg/NonDiscoverablePciDevice: Make variable definition follow rule

2016-12-14 Thread Dandan Bi
Cc: Ard Biesheuvel <ard.biesheu...@linaro.org> Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceDxe.c |

[edk2] [patch 1/2] MdeModulePkg/NonDiscoverablePciDeviceDxe: Add comments for functions

2016-12-14 Thread Dandan Bi
Cc: Ard Biesheuvel <ard.biesheu...@linaro.org> Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../NonDiscoverablePciDeviceDxe/ComponentName.c| 47 .../NonDiscover

[edk2] [PATCH v2 2/8] FatPkg/EnhancedFatDxe: Use global variable replace static local variable

2016-12-08 Thread Dandan Bi
Create global variable "mMonthDays" to replace static local variable "MonthDays" in function FatIsValidTime() in Misc.c. Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> ---

[edk2] [patch] MdeModulePkg/SetupBrowserDxe: Fix incorrect local variable used

2016-12-05 Thread Dandan Bi
https://bugzilla.tianocore.org/show_bug.cgi?id=280 Cc: Eric Dong <eric.d...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Universal/SetupBrowserDxe/Setup.c | 9 + 1 file changed, 5 inse

[edk2] [patch 5/5] MdeModulePkg/EbcDxe: Add comments for functions

2016-12-04 Thread Dandan Bi
Cc: Jiewen Yao <jiewen@intel.com> Cc: Pete Batard <p...@akeo.ie> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../EbcDxe/EbcDebugger/EbcDebuggerConfig.c | 21 ++ .../EbcDxe/EbcDebugger/EdbDisasmSuppor

[edk2] [patch 4/5] MdeModulePkg/EbcDxe: Avoid Non-Boolean type used as Boolean

2016-12-04 Thread Dandan Bi
Cc: Jiewen Yao <jiewen@intel.com> Cc: Pete Batard <p...@akeo.ie> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../Universal/EbcDxe/EbcDebugger/EdbDisasm.c | 130 ++--- .../EbcDxe/EbcDebugger/

[edk2] [patch 2/5] MdeModulePkg/EbcDxe: Initialize variable after declaration

2016-12-04 Thread Dandan Bi
Cc: Jiewen Yao <jiewen@intel.com> Cc: Pete Batard <p...@akeo.ie> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Universal/EbcDxe/EbcDebugger/Edb.c | 4 +++- MdeModulePkg/Universal/EbcDxe/EbcDebugg

[edk2] [patch 3/5] MdeModulePkg/EbcDxe: Make the variable name follow rules

2016-12-04 Thread Dandan Bi
Cc: Jiewen Yao <jiewen@intel.com> Cc: Pete Batard <p...@akeo.ie> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../Universal/EbcDxe/EbcDebugger/EdbSupport.h | 10 +- .../EbcDxe/EbcDebugger/EdbSupportStrin

[edk2] [patch 0/5] MdeModulePkg/EbcDxe: Fix coding style issues

2016-12-04 Thread Dandan Bi
These patch series make the coding style of EbcDxe follow the EDKII coding rules. Cc: Jiewen Yao <jiewen@intel.com> Cc: Pete Batard <p...@akeo.ie> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> Dandan Bi (5): M

[edk2] [patch] MdeModulePkg/DxeCapsuleLibFmp: Fix incorrect MODULE_TYPE

2017-01-04 Thread Dandan Bi
Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModul

[edk2] [patch 2/2] UefiCpuPkg/SmmCpuFeaturesLib: Fix coding style issues

2016-12-19 Thread Dandan Bi
Cc: Michael Kinney <michael.d.kin...@intel.com> Cc: Jeff Fan <jeff@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.c | 2 +- UefiCpuPkg/Library

[edk2] [patch 1/2] UefiCpuPkg: Add Pcd info to uni file

2016-12-19 Thread Dandan Bi
Add PcdCpuSmmStmExceptionStackSize/PcdCpuMsegSize prompt and help string to uni file Cc: Michael Kinney <michael.d.kin...@intel.com> Cc: Jeff Fan <jeff@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com&g

[edk2] [patch 3/8] MdeModulePkg/CapsuleApp: Fix Guid format issues

2016-12-18 Thread Dandan Bi
Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/

[edk2] [patch 2/8] IntelSiliconPkg: Fix format issues

2016-12-18 Thread Dandan Bi
1. Fix doxygen formt 2. Fix Guid format Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- IntelSiliconPkg/Include/IndustryStandard/FirmwareInterfaceTable.h | 2 +- IntelSilico

[edk2] [patch 4/8] MdeModulePkg/EbcDxe: Make variable name follow rules

2016-12-18 Thread Dandan Bi
For variable name, it should contain lower case characters. Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../Universal/EbcDxe/EbcDebugger/EdbCmdSymbol.c| 8

[edk2] [patch 8/8] MdeModulePkg/NonDiscoverableDeviceRegistrationLib: Fix coding style issues

2016-12-18 Thread Dandan Bi
1. Fix issues comments 2. Fix Guid/protocol format Cc: Ard Biesheuvel <ard.biesheu...@linaro.org> Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../Library/NonDiscoverableDeviceRegi

[edk2] [patch 5/8] MdeModulePkg/EmmcDxe: Avoid Non-Boolean type used as Boolean

2016-12-18 Thread Dandan Bi
Cc: Feng Tian <feng.t...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Bus/Sd/EmmcDxe/Emmc

[edk2] [patch 6/8] MdeModulePkg/TerminalDxe: Initialize variable after declaration

2016-12-18 Thread Dandan Bi
Cc: Feng Tian <feng.t...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Universal/Console/TerminalDxe/TerminalConOut.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MdeModuleP

[edk2] [patch 7/8] MdeModulePkg/SataControllerDxe: Fix coding style issue

2016-12-18 Thread Dandan Bi
Cc: Feng Tian <feng.t...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModul

[edk2] [patch 0/8] Fix coding style issues

2016-12-18 Thread Dandan Bi
Dandan Bi (8): SecurityPkg/FmpAuthenticationLib: Fix Guid format issues IntelSiliconPkg: Fix format issues MdeModulePkg/CapsuleApp: Fix Guid format issues MdeModulePkg/EbcDxe: Make variable name follow rules MdeModulePkg/EmmcDxe: Avoid Non-Boolean type used as Boolean MdeModulePkg

[edk2] [patch 1/8] SecurityPkg/FmpAuthenticationLib: Fix Guid format issues

2016-12-18 Thread Dandan Bi
Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf | 2 +- .../FmpAuthenticationLibRsa2048Sha256.inf

[edk2] [patch 2/3] MdeModulePkg/FileExplorer: Update QuesrionId when Updating FileExplore form

2017-01-15 Thread Dandan Bi
the highlight menu incorrectly. Cc: Eric Dong <eric.d...@intel.com> Cc: Liming Gao <liming@intel.com> Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Library/FileEx

[edk2] [patch] ShellPkg/HandleParsingLib: Fix coding style issue

2017-01-15 Thread Dandan Bi
Cc: Jaben Carsey <jaben.car...@intel.com> Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- ShellPkg/Include/Library/HandleParsingLib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti

[edk2] [patch 3/3] MdeModulePkg/FileExplorer: Enable functionality of creating new file/folder

2017-01-15 Thread Dandan Bi
oCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../Library/FileExplorerLib/FileExplorer.c | 170 - .../Library/FileExplorerLib/FileExplorer.h | 4 + .../Library/FileExplorerLib/FileExplorerString.uni | 32 +++- ...

[edk2] [patch 1/3] MdeModulePkg/FileExplorer: Remove the codes of searching load file protocol

2017-01-15 Thread Dandan Bi
oCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../Library/FileExplorerLib/FileExplorer.c | 56 +- .../Library/FileExplorerLib/FileExplorer.h | 3 +- .../Library/FileExplorerLib/FileExplorerLib.inf| 3 +- 3 files chan

[edk2] [patch 2/2] ShellPkg/Shell: Make comments align with the function

2017-03-27 Thread Dandan Bi
Cc: Chen A Chen <chen.a.c...@intel.com> Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- ShellPkg/Application/Shell/Shell.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) dif

[edk2] [patch 1/2] MdeModulePkg/MemoryProtection: Fix coding style issue

2017-03-27 Thread Dandan Bi
Cc: Ard Biesheuvel <ard.biesheu...@linaro.org> Cc: Feng Tian <feng.t...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Core/Dxe/Misc/MemoryProtection.c | 2 +- 1 file changed, 1 insertion(+), 1

[edk2] [patch] MdeModulePkg/DxeCapsuleLibFmp: Fix build failure

2017-03-19 Thread Dandan Bi
Move the definition of variable "mEsrtTable" and "mIsVirtualAddrConverted" to DxeCapsuleLib.c. Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Library/

[edk2] [patch] DuetPkg: Add SortLib/UefiBootManagerLib

2017-03-20 Thread Dandan Bi
ConPlatformDxe uses the UefiBootManagerLib, and UefiBootManagerLib consumes SortLib. Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- DuetPkg/DuetPkgIa32.dsc | 4 +++- DuetPkg/DuetPkgX64.dsc

[edk2] [patch] EmulatorPkg: Add SortLib/UefiBootManagerLib

2017-03-20 Thread Dandan Bi
ConPlatformDxe uses the UefiBootManagerLib, and UefiBootManagerLib consumes SortLib. Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement Signed-off-by: Dandan Bi <dandan...@intel.com> --- EmulatorPkg/EmulatorPkg.dsc | 2 ++ 1 file changed, 2 inserti

[edk2] [patch] OvmfPkg/QemuFwCfgS3Lib: Fix VS tool chain build failure

2017-03-15 Thread Dandan Bi
Cc: Jordan Justen <jordan.l.jus...@intel.com> Cc: Laszlo Ersek <ler...@redhat.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- OvmfPkg/Include/Library/QemuFwCfgS3Lib.h| 10 +- OvmfPkg/Libr

[edk2] [patch] MdeModulePkg/DxeCapsuleLibFmp: Fix build failure issues

2017-03-16 Thread Dandan Bi
Cc: Jiewen Yao <jiewen@intel.com> Cc: Star Zeng <star.z...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c | 3 +++ 1 file changed, 3 inserti

[edk2] [patch] UefiCpuPkg/MtrrLib:Fix VS2012 build failure

2017-04-04 Thread Dandan Bi
Cc: Ruiyu Ni <ruiyu...@intel.com> Cc: Jeff Fan <jeff@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- UefiCpuPkg/Library/MtrrLib/MtrrLib.c | 4 1 file changed, 4 insertions(+) diff --git a/UefiCpuP

[edk2] [patch] MdeModulePkg/UefiHiiLib:Fix incorrect comparison expression

2017-03-31 Thread Dandan Bi
Fix the incorrect comparison between pointer and constant zero character. https://bugzilla.tianocore.org/show_bug.cgi?id=416 Cc: Eric Dong <eric.d...@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Danda

[edk2] [patch] MdeModulePkg/HiiDB: Avoid incorrect results of multiplication

2017-04-12 Thread Dandan Bi
e. Cc: Eric Dong <eric.d...@intel.com> Cc: Liming Gao <liming@intel.com> Cc: Hao Wu <hao.a...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Universal/HiiDatabaseDxe/Image.c | 24

[edk2] [patch] UefiCpuPkg: Fix typos in UefiCpuPkg.dec

2017-04-05 Thread Dandan Bi
Cc: Jeff Fan <jeff@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- UefiCpuPkg/UefiCpuPkg.dec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UefiCpuPkg/UefiCpuPkg.dec b/UefiCpuPkg/UefiCpuP

[edk2] [patch] MdeModulePkg/BMMUiLib: Update codes of initializing ConsoleXXXCheck array

2017-04-17 Thread Dandan Bi
When initializing ConsoleOutCheck/ConsoleInCheck/ConsoleErrCheck array in BMM_FAKE_NV_DATA structure, also need to consider whether the terminal device is ConOut/ConIn/ConErr or not. Cc: Eric Dong <eric.d...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by:

[edk2] [patch] MdePkg/HiiImageEx: Fix incorrect comments of functions

2017-03-13 Thread Dandan Bi
Cc: Liming Gao <liming@intel.com> Cc: Ruiyu Ni <ruiyu...@intel.com> Cc: Eric Dong <eric.d...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdePkg/Include/Protocol/HiiImageEx.h | 80 +++

[edk2] [patch] ShellPkg/UefiShellBcfgCommandLib: Fix VS2012 build failure

2017-03-13 Thread Dandan Bi
Cc: Ruiyu Ni <ruiyu...@intel.com> Cc: Jaben Carsey <jaben.car...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c | 1 + 1 file changed, 1

[edk2] [patch] EmulatorPkg: Add the UefiBootManagerLib library

2017-03-06 Thread Dandan Bi
Since shell has consumed the APIs in UefiBootManagerLib. Cc: Jordan Justen <jordan.l.jus...@intel.com> Cc: Andrew Fish <af...@apple.com> Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.

[edk2] [patch] MdeModulePkg/DxeCore: Fix coding style issues

2017-03-02 Thread Dandan Bi
Add comments for functions. Cc: Ard Biesheuvel <ard.biesheu...@linaro.org> Cc: Star Zeng <star.z...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Core/Dxe/Mem/Pool.c

[edk2] [patch] MdeModulePkg: Add PROMPT string of pcd to UNI file

2017-03-02 Thread Dandan Bi
Cc: Brijesh Singh <brijesh.si...@amd.com> Cc: Leo Duran <leo.du...@amd.com> Cc: Ard Biesheuvel <ard.biesheu...@linaro.org> Cc: Star Zeng <star.z...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> ---

[edk2] [PATCH v2] MdeModulePkg/UefiHiiLib:Fix incorrect comparison expression

2017-04-04 Thread Dandan Bi
ASSERT here. Cc: Eric Dong <eric.d...@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Library/UefiHiiLib/HiiLib.c | 5 +++-- 1 file changed, 3 insertions(+), 2

[edk2] [patch] ShellPkg/SetVar: Fix typo in comments

2017-04-06 Thread Dandan Bi
Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shel

[edk2] [RFC patch 1/4] BaseTool/VfrCompiler: Support bit fields in EFI Variable Storage

2017-04-18 Thread Dandan Bi
Enhance VfrCompiler to parse following case: 1. EFI VarStore can contain bit fields in their structure. 2. For question Oneof/Checkbox/numeric, their storage can be bit fields of an EFI VarStore. Cc: Eric Dong <eric.d...@intel.com> Cc: Liming Gao <liming@intel.com> Cc: Danda

[edk2] [RFC patch 0/4] Support Bit fields in EFI Variable Storage

2017-04-18 Thread Dandan Bi
nts. Cc: Eric Dong <eric.d...@intel.com> Cc: Liming Gao <liming@intel.com> Cc: Dandan Bi <dandan...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> Dandan Bi (4): BaseTool/VfrCompiler: Support bit fields in EFI V

[edk2] [RFC patch 4/4] MdeModulePkg/DriverSample: Add smaple questions with bit VarStore

2017-04-18 Thread Dandan Bi
1.Construct the EFI VarStore with: (a) bit fields (b) nested structure( the nested structure contains bit fields). 2.Construct oneof/numeric/check to refer the bit fields of the EFI VarStore. Cc: Eric Dong <eric.d...@intel.com> Cc: Liming Gao <liming@intel.com> Cc: Danda

[edk2] [RFC patch 2/4] MdeModulePkg/SetupBrowser: Handle questions with Bit VarStore

2017-04-18 Thread Dandan Bi
. Cc: Eric Dong <eric.d...@intel.com> Cc: Liming Gao <liming@intel.com> Cc: Dandan Bi <dandan...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Universal/SetupBro

[edk2] [RFC patch 3/4] MdeModulePkg/HiiDatabase: Handle questions with Bit VarStore

2017-04-18 Thread Dandan Bi
lt;liming@intel.com> Cc: Dandan Bi <dandan...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../Universal/HiiDatabaseDxe/ConfigRouting.c | 197 +++-- .../Universal/HiiDatabaseDxe/HiiDatabase.h

[edk2] [patch] BaseTools/VfrCompile: Remove the MAX_PATH limitation

2017-08-01 Thread Dandan Bi
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- BaseTools/Source/C/VfrCompile/EfiVfr.h| 3 +-- BaseTools/Source/C/VfrCompile/VfrCompiler.cpp | 24 2 files changed, 1 insertion(+), 26 deletions(-)

[edk2] [PATCH v2] MdeModulePkg/DisplayEngine: Fix incorrect display issue

2017-08-03 Thread Dandan Bi
miss to handle this case then will cause incorrect display.This patch is to fix this display issue. Cc: Eric Dong <eric.d...@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com>

[edk2] [PATCH V3] MdeModulePkg/DisplayEngine: Fix incorrect display issue

2017-08-03 Thread Dandan Bi
display.This patch is to fix this display issue. Cc: Eric Dong <eric.d...@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../Universal/DisplayEngineDxe/FormDi

[edk2] [PATCH v2 2/3] MdeModulePkg/DisplayEngine: Add implementation of HiiPopup protocol

2017-08-15 Thread Dandan Bi
tasks. Cc: Eric Dong <eric.d...@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../DisplayEngineDxe/DisplayEngineDxe.inf | 4 +- .../Universal/DisplayEngin

[edk2] [PATCH v2 1/3] MdePkg/HiiPopup: Add HII Popup Protocol definitions

2017-08-15 Thread Dandan Bi
Add definitions for HII Popup Protocol according to UEFI2.7. Cc: Eric Dong <eric.d...@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdePkg/Include/Protoc

[edk2] [PATCH v2 3/3] MdeModulePkg/DriverSample: Add sample case for popup protocol

2017-08-15 Thread Dandan Bi
V2: Update the date info in the Copyright. Add one sample case about how to use HiiPopup protocol to draw message box. Cc: Eric Dong <eric.d...@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dand

[edk2] [PATCH v2 0/3] Add HII Popup Protocol

2017-08-15 Thread Dandan Bi
ment the different appearances for different styles of Popup. Updates in pacth 3: Update the date info in the Copyright. Cc: Eric Dong <eric.d...@intel.com> Cc: Liming Gao <liming@intel.com> Dandan Bi (3): MdePkg/HiiPopup: Add HII Popup Protocol definitions MdeModulePkg/DisplayEngin

[edk2] [patch 2/3] MdeModulePkg/DisplayEngine: Add implementation of HiiPopup protocol

2017-08-14 Thread Dandan Bi
Add the implementation of HiiPopup protocol in DisplayEngineDxe, since DisplayEngineDxe is responsible for drawing tasks. Cc: Eric Dong <eric.d...@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dand

[edk2] [patch 1/3] MdePkg/HiiPopup: Add HII Popup Protocol definitions

2017-08-14 Thread Dandan Bi
Add definitions for HII Popup Protocol according to UEFI2.7. Cc: Eric Dong <eric.d...@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdePkg/Include/Protoc

[edk2] [patch 3/3] MdeModulePkg/DriverSample: Add sample case for popup protocol

2017-08-14 Thread Dandan Bi
Add one sample case about how to use HiiPopup protocol to draw message box. Cc: Eric Dong <eric.d...@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../Univers

[edk2] [patch] IntelSiliconPkg/IntelVTdDxe: Update function comments

2017-08-16 Thread Dandan Bi
Signed-off-by: Dandan Bi <dandan...@intel.com> --- IntelSiliconPkg/IntelVTdDxe/DmaProtection.h| 1 + IntelSiliconPkg/IntelVTdDxe/TranslationTable.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/IntelSiliconPkg/IntelVTdDxe/DmaProtection.h b/IntelSiliconPkg/IntelVTdDxe/DmaProtec

[edk2] [patch] MdeModulePkg/XhciDxe: Make comments align with function

2017-07-10 Thread Dandan Bi
Cc: Ruiyu Ni <ruiyu...@intel.com> Cc: Hao Wu <hao.a...@intel.com> Cc: Star Zeng <star.z...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c | 1 + 1 file chang

[edk2] [PATCH v2 1/3] MdeModulePkg/SetupBrowser: Record the reset status in all SendForm

2017-07-21 Thread Dandan Bi
gt; Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c | 9 ++--- MdeModulePkg/Universal/SetupBrowserDxe/Setup.c| 19 +++

[edk2] [PATCH v2 2/3] MdeModulePkg/BMUiLib: Check reset requirement before exiting UiApp

2017-07-21 Thread Dandan Bi
r: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../Library/BootManagerUiLib/BootManager.c | 51 +- .../Library/BootManagerUiLib/BootManager.h | 4 +- .../Library/BootManagerUiLib/BootManagerUiLib.inf | 3 +- 3

[edk2] [patch 1/3] MdeModulePkg/SetupBrowser: Record the reset status in all SendForm

2017-07-20 Thread Dandan Bi
gt; Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c | 9 ++--- MdeModulePkg/Universal/SetupBrowserDxe/Setup.c| 19 +++

[edk2] [patch 3/3] MdeModulePkg/BMMUiLib: Check reset requirement before exiting UiApp

2017-07-20 Thread Dandan Bi
Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../BootMaintenanceManager.h | 1 + .../BootMaintenanceManagerUiLib.inf| 3 +- .../BootMaintenanceManagerUiLib/BootOption.c | 50 ++ 3 files changed, 5

[edk2] [patch 2/3] MdeModulePkg/BMUiLib: Check reset requirement before exiting UiApp

2017-07-20 Thread Dandan Bi
greement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../Library/BootManagerUiLib/BootManager.c | 52 +- .../Library/BootManagerUiLib/BootManager.h | 4 +- .../Library/BootManagerUiLib/BootManagerUiLib.inf | 3 +- 3 files changed, 56 insertio

[edk2] [patch 0/3] Check reset requirement before exiting UiApp

2017-07-20 Thread Dandan Bi
lt;liming@intel.com> Dandan Bi (3): MdeModulePkg/SetupBrowser: Record the reset status in all SendForm MdeModulePkg/BMUiLib: Check reset requirement before exiting UiApp MdeModulePkg/BMMUiLib: Check reset requirement before exiting UiApp .../BootMaintenanceManager.h

[edk2] [PATCH v2 3/3] MdeModulePkg/BMMUiLib: Check reset requirement before exiting UiApp

2017-07-21 Thread Dandan Bi
ibuted-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../BootMaintenanceManager.h | 1 + .../BootMaintenanceManagerUiLib.inf| 3 +- .../BootMaintenanceManagerUiLib/BootOption.c | 49 +

[edk2] [PATCH v2 0/3] Check reset requirement before exiting UiApp

2017-07-21 Thread Dandan Bi
<eric.d...@intel.com> Cc: Liming Gao <liming@intel.com> Dandan Bi (3): MdeModulePkg/SetupBrowser: Record the reset status in all SendForm MdeModulePkg/BMUiLib: Check reset requirement before exiting UiApp MdeModulePkg/BMMUiLib: Check reset requirement before e

[edk2] [patch] BaseTools/VfrCompile: Fix segmentation fault issues

2017-07-26 Thread Dandan Bi
buted-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- BaseTools/Source/C/VfrCompile/VfrCompiler.cpp | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/BaseTools/Source/C/VfrCompile/VfrCompiler.cpp b/BaseTools/Source/

[edk2] [patch] MdemodulePkg/DisplayEngine: clean the line before showing message

2017-04-24 Thread Dandan Bi
Cc: Eric Dong <eric.d...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../CustomizedDisplayLibInternal.c | 21 - .../Universal/DisplayEngineDxe/FormDisplay.c

[edk2] [patch] MdeModulePkg/DisplayEngine: Fix incorrect display issue

2017-08-01 Thread Dandan Bi
display.This patch is to fix this display issue. Cc: Eric Dong <eric.d...@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../Universal/DisplayEngineDxe/FormDi

[edk2] [patch] MdeModulePkg/PciHostBridgeDxe: Fix EBC build failure

2017-05-17 Thread Dandan Bi
Cc: Jiewen Yao <jiewen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciRootBridgeIo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MdeModul

[edk2] [patch] MdeModulePkg/FormDisplay: Make the LineWidth of option consistent

2017-05-10 Thread Dandan Bi
ibuted-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Universal/DisplayEngineDxe/FormDisplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Universal/DisplayEngineDxe/FormDisplay.c b/MdeM

[edk2] [patch 0/2] Add new Status Code "EFI_SW_DXE_BS_PC_ATTEMPT_BOOT_ORDER_EVENT"

2017-06-25 Thread Dandan Bi
According to new PI spec, add new Status Code for BDS when attempting booting form the UEFI BootOrder list. Dandan Bi (2): MdePkg/PiStatusCode: Add new Status Code for BDS when attempting BootOrder MdeModulePkg/BdsDxe: Report Status Code when booting from BootOrder list

[edk2] [patch 1/2] MdePkg/PiStatusCode: Add new Status Code for BDS when attempting BootOrder

2017-06-25 Thread Dandan Bi
According to new PI spec, add new Status Code to indicate BDS starts attempting booting from the UEFI BootOrder list. Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdePkg/Include/Pi/PiStat

[edk2] [patch 2/2] MdeModulePkg/BdsDxe: Report Status Code when booting from BootOrder list

2017-06-25 Thread Dandan Bi
Report Status Code to indicate BDS starts attempting booting from the UEFI BootOrder list. Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Universal/BdsDxe/BdsEntry.c | 7 +++

[edk2] [RFC V2 2/5] MdeModulePkg: Add guid/flags to implement BitFiled support

2017-05-27 Thread Dandan Bi
Cc: Eric Dong <eric.d...@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Include/Guid/MdeModuleHii.h | 19 ++- MdeModulePkg/MdeModulePkg.d

[edk2] [RFC V2 3/5] MdeModulePkg/SetupBrowser: Handle questions with Bit VarStore

2017-05-27 Thread Dandan Bi
<eric.d...@intel.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Universal/SetupBrowserDxe/IfrParse.c | 140 - MdeModulePkg/Universal/Setup

[edk2] [RFC V2 5/5] MdeModulePkg/DriverSample: Add sample questions with bit VarStore

2017-05-27 Thread Dandan Bi
r: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../Universal/DriverSampleDxe/DriverSample.c | 64 + .../Universal/DriverSampleDxe/DriverSample.h | 1 + .../Universal/DriverSampleDxe/NVDataStruc.h| 25 MdeM

<    1   2   3   4   5   6   7   >