summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/BPDG
AgeCommit message (Expand)AuthorFilesLines
2019-07-08BaseTools: Fix various typosAntoine Cœur1-3/+3
2019-04-09BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney4-28/+4
2019-02-01BaseTools: Handle the bytes and str differenceFeng, Bob C1-4/+4
2019-02-01BaseTools: change the Division OperatorZhijux Fan1-4/+4
2019-02-01BaseTools:File open failed for VPD MapFileFeng, Bob C1-3/+7
2019-02-01BaseTool:Rename xrange() to range()Zhijux Fan1-3/+3
2018-12-06BaseTools: create and use a standard shared variable for '*'Jaben Carsey1-7/+7
2018-10-26BaseTools: Fix BPDG tool print traceback info issueFeng, YunhuaX1-1/+4
2018-10-15Revert BaseTools: PYTHON3 migrationLiming Gao2-12/+16
2018-10-13BaseTools: change the Division Operator in the expressionYunhua Feng1-4/+4
2018-10-13BaseTools: Handle the bytes and str differenceYunhua Feng1-4/+3
2018-10-13BaseTools: fix the open file's read and write bugsYunhua Feng1-2/+2
2018-10-13BaseTools: Rename xrange() to range()Yunhua Feng1-3/+3
2018-10-13BaseTools: Remove the "from __future__ import" itemsYunhua Feng2-3/+0
2018-09-30BaseTools: refactor the error for PCD value is negative or exceed maxzhijufan1-31/+13
2018-08-23BaseTools: remove cmp due to deprecated in python3Feng, YunhuaX1-2/+2
2018-07-16BaseTools: Use absolute import in BPDGGary Lin2-3/+5
2018-07-09BaseTools: Clean up source filesLiming Gao3-102/+102
2018-06-27BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin1-3/+3
2018-06-27BaseTools: Adjust the spaces around commas and colonsGary Lin1-6/+6
2018-06-27BaseTools: Refactor python print statementsGary Lin1-1/+2
2018-04-18BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben1-1/+1
2018-03-30BaseTools: Remove equality operator with NoneCarsey, Jaben2-7/+7
2018-01-31BaseTools: Update BPDG to support L'' and '' format as VPD Pcd ValueYonghong Zhu1-14/+18
2018-01-31BaseTools: Fix the bug to align VPD PCD based on value typeYonghong Zhu1-2/+12
2017-12-25BaseTools: Generate correct VPD PCD value to store the default settingLiming Gao1-0/+8
2016-03-14BaseTools/BPDG: Fix the bug to get the PCD SizeYonghong Zhu1-15/+15
2016-03-10BaseTools: report warning if VOID* PCD with {} value is not 8-byte alignedYonghong Zhu1-2/+10
2016-03-10BaseTools: Change source files to DOS format.Liming Gao2-10/+10
2016-02-16BaseTools-Source: Update displayed version informationedk2 dev2-10/+10
2016-01-18BaseTools: VPD Tool to allocate VPD region be aligned based on value typeYonghong Zhu1-12/+26
2015-12-01BaseTools: Clean some coding style issuesYonghong Zhu1-149/+149
2014-08-15There is a limitation on WINDOWS OS for the length of entire file path can’...Hess Chen2-5/+5
2013-11-18Sync BaseTool trunk (version r2610) into EDKII BaseTools.Liming Gao1-6/+8
2012-05-23Sync BaseTools Trunk (version r2524) to EDKII main trunk. lgao41-1/+1
2011-09-18Sync BaseTools Branch (version r2321) to EDKII main trunk. lgao41-1/+2
2010-11-15Sync EDKII BaseTools to BaseTools project r2093.lgao41-11/+27
2010-10-11Sync EDKII BaseTools to BaseTools project r2065.lgao43-32/+138
2010-09-06Add missing BPDG tool sources when sync to BaseTools r2042qhuang84-0/+791