[edk2] [patch] UefiCpuPkg: Fix coding style issues

2017-06-27 Thread Dandan Bi
Cc: Brijesh Singh <brijesh.si...@amd.com> Cc: Jeff Fan <jeff@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- UefiCpuPkg/Include/Register/Amd/Fam17Msr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti

[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] [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 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 v2 7/8] MdePkg: Clean ACPI 2.0 characters in UEFI spec

2017-06-18 Thread Dandan Bi
Cc: Liming Gao <liming@intel.com> Cc: Star Zeng <star.z...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdePkg/Include/Protocol/PciIo.h | 25 - MdePkg/Include/Protocol

[edk2] [PATCH v2 2/8] IntelFrameworkModulePkg: Update comments in SimpleTextInEx

2017-06-18 Thread Dandan Bi
Update comments in SimpleTextInEx according to UEFI 2.7. Cc: Star Zeng <star.z...@intel.com> 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> --- ..

[edk2] [PATCH v2 8/8] MdeModulePkg: Clean ACPI 2.0 characters in UEFI spec

2017-06-18 Thread Dandan Bi
v2: Add some missing changes. Cc: Liming Gao <liming@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/PciBusDxe/PciIo.c | 6 +++---

[edk2] [PATCH v2 0/8] Update function comments according to UEFI2.7 spec

2017-06-18 Thread Dandan Bi
v2: Add some missing changes in previous pacth 3 and patch 8. This patch serial is to update fucntion comments accoding to new UEFI spec. Dandan Bi (8): MdePkg/SimpleTextInEx: Update comments according to UEFI 2.7 spec IntelFrameworkModulePkg: Update comments in SimpleTextInEx

[edk2] [PATCH v2 6/8] MdePkg: update comments in ResetSystem() according to UEFI2.7

2017-06-18 Thread Dandan Bi
Cc: Liming Gao <liming@intel.com> Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdePkg/Include/Library/UefiRuntimeLib.h | 7 +++ MdePkg/Include/Uefi/UefiSpec.h | 3 ++

[edk2] [PATCH v2 3/8] MdeModulePkg: Update comments in SimpleTextInEx according to UEFI 2.7

2017-06-18 Thread Dandan Bi
v2: Add some missing changes Ps2KeyboardDxe. Cc: Star Zeng <star.z...@intel.com> Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KbdText

[edk2] [PATCH v2 5/8] MdePkg: Update comments in EFI_MEMORY_DESCRIPTOR according to UEFI2.7

2017-06-18 Thread Dandan Bi
Cc: Liming Gao <liming@intel.com> Cc: Star Zeng <star.z...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdePkg/Include/Uefi/UefiSpec.h | 21 ++--- 1 file changed, 14 insertions(+), 7

[edk2] [patch 8/8] MdeModulePkg: Clean ACPI 2.0 characters in UEFI spec

2017-06-18 Thread Dandan Bi
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/PciBusDxe/PciIo.c | 6 +++--- MdeModulePkg/Bus/Pci/PciBusDxe/PciIo.h | 6 +++--- MdeM

[edk2] [patch 7/8] MdePkg: Clean ACPI 2.0 characters in UEFI spec

2017-06-18 Thread Dandan Bi
Cc: Liming Gao <liming@intel.com> Cc: Star Zeng <star.z...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdePkg/Include/Protocol/PciIo.h | 25 - MdePkg/Include/Protocol

[edk2] [patch 5/8] MdePkg: Update comments in EFI_MEMORY_DESCRIPTOR according to UEFI2.7

2017-06-18 Thread Dandan Bi
Cc: Liming Gao <liming@intel.com> Cc: Star Zeng <star.z...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdePkg/Include/Uefi/UefiSpec.h | 21 ++--- 1 file changed, 14 insertions(+), 7

[edk2] [patch 2/8] IntelFrameworkModulePkg: Update comments in SimpleTextInEx

2017-06-18 Thread Dandan Bi
Update comments in SimpleTextInEx according to UEFI 2.7. Cc: Star Zeng <star.z...@intel.com> 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> --- ..

[edk2] [patch 3/8] MdeModulePkg: Update comments in SimpleTextInEx according to UEFI 2.7

2017-06-18 Thread Dandan Bi
Cc: Star Zeng <star.z...@intel.com> Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Bus/Usb/UsbKbDxe/EfiKey.c | 12 MdeModulePkg/Bus/Usb

[edk2] [patch 1/8] MdePkg/SimpleTextInEx: Update comments according to UEFI 2.7 spec

2017-06-18 Thread Dandan Bi
Cc: Liming Gao <liming@intel.com> Cc: Star Zeng <star.z...@intel.com> Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdePkg/Include/Protocol/SimpleTextInEx.h | 17 +---

[edk2] [patch 4/8] MdePkg/HiiImageDecoder.h: Remove the unnecessary comments

2017-06-18 Thread Dandan Bi
Cc: Liming Gao <liming@intel.com> Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdePkg/Include/Protocol/HiiImageDecoder.h | 9 - 1 file changed, 9 deletions(-) diff --gi

[edk2] [patch 6/8] MdePkg: update comments in ResetSystem() according to UEFI2.7

2017-06-18 Thread Dandan Bi
Cc: Liming Gao <liming@intel.com> Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdePkg/Include/Library/UefiRuntimeLib.h | 7 +++ MdePkg/Include/Uefi/UefiSpec.h | 3 ++

[edk2] [patch 0/8] Update function comments according to UEFI2.7 spec

2017-06-18 Thread Dandan Bi
This patch serial is to update fucntion comments accoding to new UEFI spec. Dandan Bi (8): MdePkg/SimpleTextInEx: Update comments according to UEFI 2.7 spec IntelFrameworkModulePkg: Update comments in SimpleTextInEx MdeModulePkg: Update comments in SimpleTextInEx according to UEFI 2.7

[edk2] [patch] MdeModulePkg/BMMUiLib: Fix incorrect variable name

2017-06-11 Thread Dandan Bi
as "ConErr" by mistake. This patch is to fix the inconsistent 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> --- MdeModulePkg/Library/BootMai

[edk2] [RFC v3 2/2] MdeModulePkg/DriverSample: Add sample questions to refer union type

2017-06-05 Thread Dandan Bi
Cc: Eric Dong <eric.d...@intel.com> Cc: Liming Gao <liming@intel.com> Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../Universal/DriverSampleDxe/D

[edk2] [RFC v3 0/2] Support Union type in VFR

2017-06-05 Thread Dandan Bi
the use cases in DriverSample. Cc: Eric Dong <eric.d...@intel.com> Cc: Liming Gao <liming@intel.com> Cc: Ruiyu Ni <ruiyu...@intel.com> Dandan Bi (2): BaseTool/VfrCompile: Support Union type in VFR MdeModulePkg/DriverSample: Add sample questions to refer union type BaseTools/S

[edk2] [RFC v3 1/2] BaseTool/VfrCompile: Support Union type in VFR

2017-06-05 Thread Dandan Bi
yu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- BaseTools/Source/C/VfrCompile/VfrSyntax.g | 81 +++-- BaseTools/Source/C/VfrCompile/VfrUtilityLib.cpp | 17 +- BaseT

[edk2] [patch] BaseTools/VfrCompile: Update MAX_PATH to a bigger one

2017-06-05 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=579 Cc: Eric Dong <eric.d...@intel.com> Cc: Liming Gao <liming@intel.com> Cc: Daniel Díaz <daniel.d...@linaro.org> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com>

[edk2] [RFC v2 1/2] BaseTool/VfrCompile: Support Union type in VFR

2017-06-04 Thread Dandan Bi
ent 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- BaseTools/Source/C/VfrCompile/VfrSyntax.g | 19 ++- BaseTools/Source/C/VfrCompile/VfrUtilityLib.cpp | 16 ++-- BaseTools/Source/C/VfrCompile/VfrUtilityLib.h | 3 ++- 3 files changed, 34 insertions(

[edk2] [RFC v2 0/2] Support Union type in VFR

2017-06-04 Thread Dandan Bi
ng Gao <liming@intel.com> Cc: Ruiyu Ni <ruiyu...@intel.com> Dandan Bi (2): BaseTool/VfrCompile: Support Union type in VFR MdeModulePkg/DriverSample: Add sample questions to refer union type BaseTools/Source/C/VfrCompile/VfrSyntax.g | 19 +++- BaseTools/S

[edk2] [RFC v2 2/2] MdeModulePkg/DriverSample: Add sample questions to refer union type

2017-06-04 Thread Dandan Bi
Cc: Eric Dong <eric.d...@intel.com> Cc: Liming Gao <liming@intel.com> Cc: Ruiyu Ni <ruiyu...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../Universal/DriverSampleDxe/D

[edk2] [RFC 1/2] BaseTool/VfrCompile: Support Union type in VFR

2017-06-04 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> --- BaseTools/Source/C/VfrCompile/VfrSyntax.g | 17 + BaseTools/S

[edk2] [RFC 2/2] MdeModulePkg/DriverSample: Add sample questions to refer union type

2017-06-04 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> --- .../Universal/DriverSampleDxe/DriverSample.c | 57 ++ .../Univers

[edk2] [RFC 0/2] Support Union type in EFI/Buffer VarStore

2017-06-04 Thread Dandan Bi
This serie is the POC to update VfrCompiler to support Union type in VarStore and construct the use cases in DriverSample. Cc: Eric Dong <eric.d...@intel.com> Cc: Liming Gao <liming@intel.com> Dandan Bi (2): BaseTool/VfrCompile: Support Union type in VFR MdeModulePkg/Drive

[edk2] [patch] MdeModulePkg/MnpDxe: Fix EBC build hang issue

2017-06-01 Thread Dandan Bi
Cc: Fu Siyuan <siyuan...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Universal/Network/MnpDxe/MnpConfig.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MdeModulePkg/Unive

[edk2] [RFC V2 1/5] BaseTool/VfrCompiler: Support Bit fields in EFI/Buffer VarStore

2017-05-27 Thread Dandan Bi
intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- BaseTools/Source/C/Include/Common/MdeModuleHii.h | 10 + BaseTools/Source/C/VfrCompile/VfrError.cpp | 3 +- BaseTools/Source/C/VfrCompile/VfrError.h | 3 +-

[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

[edk2] [RFC V2 4/5] MdeModulePkg/HiiDatabase: Handle questions with Bit VarStore

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

[edk2] [RFC V2 0/5] Support Bit fields in EFI/Buffer VarStore

2017-05-27 Thread Dandan Bi
oCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> Dandan Bi (5): BaseTool/VfrCompiler: Support Bit fields in EFI/Buffer VarStore MdeModulePkg: Add guid/flags to implement BitFiled support MdeModulePkg/SetupBrowser: Handle questions with Bit VarStore MdeMod

[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] 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] [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] [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 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] [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] 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] 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] [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 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] 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 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] 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] 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] 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] 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] 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] 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] 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] MdeModulePkg: Fix coding style issues

2017-02-28 Thread Dandan Bi
ibuted-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../SmiHandlerProfileInfo/SmiHandlerProfileInfo.c | 2 +- .../SmmSmiHandlerProfileLib/SmmSmiHandlerProfileLib.inf| 2 +- MdeModulePkg/MdeModulePkg.uni

[edk2] [patch] MdeModulePkg/BMMUiLib: Replace same logic with API in UefiBootManagerLib

2017-02-26 Thread Dandan Bi
gt; Cc: Ruiyu Ni <ruiyu...@intel.com> Cc: Star Zeng <star.z...@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../BootMaintenanceManager.h | 37 +--- .../Library/BootMaintenanceManag

[edk2] [PATCH v2] MdeModulePkg/HiiDatabase: clean the value before setting default string

2017-02-20 Thread Dandan Bi
ibuted-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Universal/HiiDatabaseDxe/ConfigRouting.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/MdeModulePkg/Universal/HiiDatabaseDxe/ConfigRouting

[edk2] [patch] MdeModulePkg/HiiDatabase: clean the value before setting default string

2017-02-19 Thread Dandan Bi
intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- MdeModulePkg/Universal/HiiDatabaseDxe/ConfigRouting.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/MdeModulePkg/Universal/HiiDatabaseDxe/

[edk2] [patch] MdeModulePkg/BMMUiLib: Remove old useless data before new save action

2017-02-19 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> --- .../BootMaintenanceManagerUiLib/BootMaintenance.c | 35 +- .../BootMaintenanceManager.h

[edk2] [patch] MdeMoudlePkg/DisplayEngine: Fix incorrect index used in array "InputText"

2017-02-09 Thread Dandan Bi
/show_bug.cgi?id=358 Cc: Eric Dong <eric.d...@intel.com> Cc: Liming Gao <liming@intel.com> Cc: Wang Cloud <winggundu...@163.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- .../Univers

[edk2] [PATCH v2] OvmfPkg/QemuBootOrderLib: Fix NOOPT build failure

2017-02-08 Thread Dandan Bi
This patch is to fix the IA32/NOOPT/VS Toolchain build failure. Cc: Jordan Justen <jordan.l.jus...@intel.com> Cc: Laszlo Ersek <ler...@redhat.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan

[edk2] [patch] OvmfPkg/QemuBootOrderLib: Fix NOOPT build failure

2017-02-07 Thread Dandan Bi
Cc: Jordan Justen <jordan.l.jus...@intel.com> Cc: Laszlo Ersek <ler...@redhat.com> Cc: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan...@intel.com> --- OvmfPkg/Library/QemuBootOrderLib/ExtraRoo

[edk2] [patch] MdePkg: Avoid Non-Boolean type used as Boolean

2017-01-19 Thread Dandan Bi
Cc: Brijesh Singh <brijesh.si...@amd.com> Cc: Leo Duran <leo.du...@amd.com> Cc: Liming Gao <liming@intel.com> Signed-off-by: Leo Duran <leo.du...@amd.com> Reviewed-by: Liming Gao <liming@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Si

[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/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] 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 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 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 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 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 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 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 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 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 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 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 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 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 13/18] UefiCpuPkg: Add info string to UNI file for PcdCpuSmmStaticPageTable

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/UefiCpuPkg.uni | 8 1 file changed, 8 insertions(+) diff --git a/UefiCpuPk

[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 14/18] UefiCpuPkg/MicrocodeUpdateDxe: Fix coding style issues in INF file

2016-12-13 Thread Dandan Bi
1. Add MicrocodeUpdate.h to the [Sources] section. 2. Fix the incorrect Guid/Protocol format issues. 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&g

<    1   2   3   4   5   6   7   >