summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/GenFds
AgeCommit message (Expand)AuthorFilesLines
2018-04-23BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben3-7/+7
2018-04-23BaseTools: remove un-needed use of .keys() on dictionariesCarsey, Jaben1-1/+1
2018-04-18BaseTools: merge towards minimum PCD MAX <something> methodsCarsey, Jaben1-5/+3
2018-04-18BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben10-74/+65
2018-04-18BaseTools: use predefined constants instead of local stringsCarsey, Jaben6-22/+26
2018-04-17BaseTools: FfsInfStatement - remove unused functionCarsey, Jaben1-21/+0
2018-04-17BaseTools: FdfParser - refactor functions to make staticCarsey, Jaben2-10/+11
2018-04-17BaseTools: FdfParser refactor to remove a dictionaryCarsey, Jaben1-5/+4
2018-04-17BaseTools: refactor DepexSection.GenSectionCarsey, Jaben1-10/+4
2018-04-17BaseTools: fix None comparisonsCarsey, Jaben1-3/+2
2018-04-11BaseTools: fix --genfds-multi-thread generate makefile issueFeng, YunhuaX4-7/+21
2018-04-10BaseTools: refactor and remove out of date use of .keys()Carsey, Jaben2-5/+2
2018-04-09BaseTools: Remove FdfParserLite.py from source since it is not usedFeng, YunhuaX1-1/+2
2018-04-08BaseTools: GenFds - move RegEx compileCarsey, Jaben1-3/+2
2018-04-08BaseTools: remove unused import statementCarsey, Jaben1-1/+0
2018-04-03BaseTools: make static functions when self is not neededCarsey, Jaben1-13/+12
2018-04-03BaseTools: remove uncalled functionCarsey, Jaben1-15/+0
2018-04-03BaseTools: change hex parsing to use built inCarsey, Jaben1-22/+4
2018-04-03BaseTools: use new RegEx from FdfParserLiteCarsey, Jaben1-7/+5
2018-03-30BaseTools: no need to do int() API work for itCarsey, Jaben1-4/+1
2018-03-30BaseTools: Remove equality operator with NoneCarsey, Jaben22-180/+180
2018-03-29BaseTools: compare GUID value should not case-sensitiveBin Wang1-1/+1
2018-03-29BaseTools: use new shared GUID regular expressionsCarsey, Jaben1-1/+1
2018-03-29BaseTools: FdfParser and FdfParserLite share reg expCarsey, Jaben1-2/+2
2018-03-21BaseTools: FdfParser remove class never used.Carsey, Jaben1-15/+0
2018-03-21BaseTools: FdfParser & FdfParserLite refactor regular expression for GUIDsCarsey, Jaben1-2/+2
2018-03-09BaseTools: Fix a bug for --pcd used in ConditionalStatement calculateYonghong Zhu2-1/+3
2018-03-09BaseTools: Update --pcd parser to support flexible pcd formatYonghong Zhu3-57/+11
2018-03-03BaseTools: DSC Components section support flexible PCDYunhua Feng1-0/+15
2018-03-03BaseTools: Dsc/Fdf conditional statement parse issueFeng, YunhuaX1-0/+4
2018-03-02BaseTools: GlobalData.gConfDirectory is None when run GenFdsFeng, YunhuaX1-1/+3
2018-02-28BaseTools: Improve build performance of structure PCD value generationFeng, Bob C1-0/+1
2018-02-23BaseTools: Add check for INF statement must be a .inf fileYonghong Zhu1-1/+3
2018-02-09BaseTool: correct the generate compress section processFeng, YunhuaX1-8/+5
2018-02-07BaseTools: Fix COMPRESS alignment incorrect issueFeng, YunhuaX1-0/+14
2018-02-01BaseTools: Structure Pcd in CommandLine.Feng, Bob C2-3/+2
2018-01-21BaseTools: Fix GenFds increment build bug that missing cover command option's...Yunhua Feng1-3/+3
2018-01-03BaseTools: Fix the regression bug of a74398 for SubFv ImageYonghong Zhu1-2/+2
2017-12-29BaseTools: Fix a bug for different FV use same FILE statement GuidYonghong Zhu3-4/+7
2017-12-13BaseTools: Fix the incorrect indent introduced by 37de70Yonghong Zhu1-1/+1
2017-12-08BaseTools: Fix GenSec can't found the depex fileYunhua Feng2-4/+5
2017-12-05BaseTools: Update Makefile to support FFS file generationYonghong Zhu20-400/+642
2017-11-20BaseTools: Guid.xref contain information from FILE statements in FDFYonghong Zhu1-2/+86
2017-10-11BaseTools: Fix the Keyword error for <ExtendedFvEntry> in FDF FileYonghong Zhu1-1/+1
2017-10-03BaseTools: PI 1.6 to support FV extended header contain FV used sizeYunhua Feng2-2/+17
2017-09-25BaseTools: extend FFS alignment to 16MYonghong Zhu7-28/+55
2017-09-09BaseTools: Fix the bug that same region print twice in the build logYonghong Zhu1-26/+32
2017-08-12BaseTools: Don't need to add extra quotes when UI string from fileBin Wang1-2/+1
2017-07-10BaseTools: Report Fd File Path in build logYunhua Feng1-6/+3
2017-07-10BaseTools: Fix FDF file parse !include file issueYunhua Feng1-0/+4