summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-06BaseTools: Create 32bit PcdValueInit on WindowsStructurePcdLiming Gao1-1/+1
2017-11-06BaseTools: Report Structure PCD value and SKU, DefaultStore infoYonghong Zhu7-42/+279
2017-11-03MdeModulePkg: Update PCD Delta Data Format with SkuId firstLiming Gao1-1/+1
2017-11-01Fixed the issue that PcdNvStoreDefaultValueBuffer is VPD type. But, it is not...BobCF1-2/+3
2017-10-30TestPkg: Update TestApp to check TestDynamicVpdLiming Gao1-0/+3
2017-10-30MdeModulePkg: Update PCD driver to support the optimized PcdDataBaseZeng, Star8-452/+341
2017-10-30BaseTools: PcdDataBase Optimization for multiple SkuIdsBob Feng4-147/+140
2017-10-30MdeModulePkg: Fix HiiDataBase Build Failure on VS2008Liming Gao1-1/+3
2017-10-18MdeModulePkg: Fix HiiDataBaseDxe to pass GCC buildLiming Gao1-5/+2
2017-10-18MdeModulePkg: Fix HiiDataBaseDxe 64bit build.Liming Gao1-13/+1
2017-10-17TestPkg: Enable VPD PCD in TestPkgLiming Gao9-8/+46
2017-10-17TestPkg: Add the example to define DefaultStoresLiming Gao1-2/+16
2017-10-17MdeModulePkg: Enable firmware to retrieve the default setting.Liming Gao8-2/+727
2017-10-17BaseTools: Support Structure PCD value inherit between the different SKUsLiming Gao13-246/+476
2017-09-28BaseTools: Fix the bug for SKUID name verifyYonghong Zhu1-1/+3
2017-08-28BaseTools: Fix the bug to generate include path for PcdValueInitYonghong Zhu1-8/+22
2017-08-28BaseTools: Add the Structure Pcd only in DEC into the dictYonghong Zhu3-142/+159
2017-08-25BaseTools: Correct the field override priority of StructurePcd value assignmentLiming Gao2-11/+26
2017-08-25BaseTools: Correct FlexibleArray size to the max sizeLiming Gao2-4/+4
2017-08-23BaseTools: Fix the bug that previous bit value is overriddenYonghong Zhu1-1/+1
2017-08-23BaseTools: Enhance error message for structure PCD field value assignmentLiming Gao1-4/+11
2017-08-23BaseTools: Fix the bug to collect Structure Pcd in the DSC fileLiming Gao1-1/+12
2017-08-23BaseTools: Report error when invalid SKUID is used in section tagYonghong Zhu1-7/+8
2017-08-23BaseTools: Correct the order in ordereddictYonghong Zhu1-0/+4
2017-08-23BaseTools: Correct data setting in default variable storageLiming Gao1-6/+5
2017-08-04MdeModulePkg: Add two new PCDs for NV Storage Default Value settingLiming Gao3-0/+11
2017-08-04BaseTools: Collect DynamicHii PCD values and assign it to VPD PCD ValueLiming Gao4-27/+355
2017-08-03BaseTools: Enable Error report for Structure PCD value settingLiming Gao4-11/+15
2017-08-03BaseTools/VfrCompile: Fix GCC build failureDandan Bi1-1/+1
2017-07-17Readme.MD: update it to list new change for VFR Bit filed and UNION supportLiming Gao1-0/+2
2017-07-17MdeModulePkg/DriverSample: Add sample questions with bit/union VarStoreDandan Bi5-4/+421
2017-07-17MdeModulePkg/HiiDatabase: Handle questions with Bit VarStoreDandan Bi3-14/+187
2017-07-17MdeModulePkg/SetupBrowser: Handle questions with Bit VarStoreDandan Bi4-40/+216
2017-07-17MdeModulePkg: Add GUID/flags to implement BitFiled supportDandan Bi2-1/+22
2017-07-17BaseTool/VfrCompiler: Support Bit fields in EFI/Buffer VarStoreDandan Bi7-447/+1139
2017-07-17BaseTool/VfrCompile: Support Union type in VFRDandan Bi3-37/+65
2017-07-12Update Readme.MD to include the support for multiple SKUIDLiming Gao1-0/+2
2017-07-12TestPkg: Add SKU1 PCD Value Assignment in TestPkg.dscLiming Gao1-7/+32
2017-07-12BaseTools: Add SkuId support for structure PCD value assignmentLiming Gao6-3346/+3371
2017-07-11Update Readme.MD to include the support for Dynamic and DynamicEx PCDLiming Gao1-2/+6
2017-07-11TestPkg: Update TestPcd with their type nameLiming Gao4-91/+85
2017-07-11TestPkg: Add Nt32 dsc/fdf in TestPkg for structure PCD verificationLiming Gao2-32/+958
2017-07-11TestPkg: Add the example to show Dynamic structure PCD usageLiming Gao4-5/+95
2017-07-11BaseTools: Support Structure PCD value assignment for Dynamic/DynamicEx PCDLiming Gao6-63/+165
2017-07-11BaseTools: Update toolsetup.bat to support the case without EDK_TOOLS_BINLiming Gao1-10/+5
2017-06-23Update Readme.MD to add new feature on DynamicHii PCD setting for EFI variabl...Liming Gao1-0/+2
2017-06-21Update Readme.MD to add new feature on VfrCompilerLiming Gao1-0/+8
2017-06-15Pcd Header FileLiming Gao1-1/+2
2017-06-07Update Readme.MD on POC to StructurePcd value assignment in dec and dsc file.Liming Gao1-0/+3
2017-06-02TestPkg: Add TestPkg to show structure PCD definition and usageLiming Gao6-0/+306