summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* BaseTool: Support different PCDs that refers to the same EFI variable.bob.c.feng@intel.com2018-09-264-18/+60
* BaseTool: Replace dict with OrderedDict.BobCF2018-09-263-20/+30
* BaseTools: Fix the wrong reference _GetSkuIds() in AutoGen codeLiming Gao2018-09-261-1/+1
* BaseTools: Latter full value should overwrite the former field value.Zhao, ZhiqiangX2018-09-252-4/+33
* BaseTools: refactor to cache InfBuildData dataCarsey, Jaben2018-09-201-459/+397
* BaseTools: refactor to not overcreate ModuleAutoGen objectsCarsey, Jaben2018-09-201-33/+25
* BaseTools: Don't save unused workspace dataCarsey, Jaben2018-09-202-10/+4
* BaseTools: refactor Build Database objectsCarsey, Jaben2018-09-201-23/+9
* BaseTools: Workspace classes refactor propertiesCarsey, Jaben2018-09-207-235/+228
* BaseTools: refactor class propertiesCarsey, Jaben2018-09-201-52/+38
* BaseTools: AutoGen - refactor class propertiesCarsey, Jaben2018-09-201-12/+8
* BaseTools: AutoGen refactor WorkspaceAutoGen classCarsey, Jaben2018-09-201-41/+28
* BaseTools: Refactor PlatformAutoGenCarsey, Jaben2018-09-201-331/+272
* BaseTools: Fix a bug for Unused PCDs section display in the reportzhijufan2018-09-181-1/+11
* BaseTools: Regression bug Linux script used windows formatYunhua Feng2018-09-182-2/+2
* BaseTools: Check GUID C structure formatFeng, YunhuaX2018-09-142-1/+10
* BaseTools: Align the boolean type PCD value's display in the reportzhijufan2018-09-131-2/+17
* BaseTools\GenFds: remove extra contentCarsey, Jaben2018-09-131-56/+0
* BaseTools: Fix the RaiseError variable issue caused by 855698fb69fYonghong Zhu2018-09-121-2/+2
* BaseTools: Support multi thread build Basetool on WindowsDongao Guo2018-09-123-13/+182
* BaseTools: SKU inheritance.Zhao, ZhiqiangX2018-09-121-3/+2
* BaseTools: Correct DXE_PCD_DATABASE_INIT.Zhao, ZhiqiangX2018-09-121-1/+1
* BaseTools: Check PcdNvStoreDefaultValueBuffer.Zhao, ZhiqiangX2018-09-123-3/+17
* BaseTools: Involve Dec default value to calculate MaxsizeFeng, Bob C2018-09-121-17/+17
* BaseTools: Structure Pcd value override incorrect.Feng, Bob C2018-09-123-26/+31
* BaseTools: Report error for incorrect hex value formatzhijufan2018-09-121-1/+4
* BaseTools/GenFds: delete unused fileCarsey, Jaben2018-09-111-28/+0
* BaseTools/GenFds: remove function without callersCarsey, Jaben2018-09-071-17/+0
* BaseTools: refactor to remove duplicate functionsCarsey, Jaben2018-09-072-25/+7
* BaseTools/PatchCheck.py: Fix error when run with Python3Dandan Bi2018-09-061-1/+1
* BaseTools: Report more clear error message for PCD used in expressionzhijufan2018-09-062-2/+2
* BaseTools: Fix a bug about list the PCD in "not used" sectionzhijufan2018-09-061-0/+3
* BaseTools: Extend the keyword "!include"/"!if" to case-insensitivezhijufan2018-09-051-0/+2
* BaseTools: Fixed the PcdValue trailing zero issue.Feng, Bob C2018-09-032-6/+7
* BaseTools: Dynamic Pcd value override from command line.Feng, Bob C2018-09-031-1/+6
* BaseTools: Check pcd DefaultValue and SkuId EBNF.Zhaozh1x2018-09-032-4/+6
* BaseTools: Clarify a DSC parsing error about PCDsCarsey, Jaben2018-08-311-1/+1
* BaseTools: minimize assignment processingCarsey, Jaben2018-08-301-7/+8
* BaseTools: Refactor to remove functionally equivalent functionsCarsey, Jaben2018-08-302-9/+3
* BaseTools: include variable namespace GUIDs of HII PCDs in Guid.xrefzhijufan2018-08-301-0/+11
* BaseTools: Create and use a shared value for 'MSFT' from DataTypeCarsey, Jaben2018-08-309-22/+25
* BaseTools: AutoGen.py remove unused importCarsey, Jaben2018-08-291-1/+0
* BaseTools: Fix one expression bug to support ~ operateYonghong Zhu2018-08-281-1/+1
* BaseTools: Add check only VOID* type Pcd need the maxsize infozhijufan2018-08-283-36/+23
* BaseTools: Use hashlib instead of md5Feng, YunhuaX2018-08-236-17/+17
* BaseTools: remove cmp due to deprecated in python3Feng, YunhuaX2018-08-232-5/+5
* BaseTools: Modify class OrderedListDictFeng, YunhuaX2018-08-231-1/+5
* BaseTools: Update Makefile for ECC toolYonghong Zhu2018-08-231-3/+3
* BaseTools/VfrCompile: honor EXTRA_LDFLAGSLaszlo Ersek2018-08-221-1/+4
* BaseTools: Fix regression issue by b23414f6540dFeng, YunhuaX2018-08-211-1/+1