summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Common/VpdInfoFile.py
AgeCommit message (Expand)AuthorFilesLines
2022-10-19BaseTools: Correct BPDG tool error printsKonstantin Aladyshev1-2/+2
2019-08-01BaseTools:Updata the output encoding of the Popen functionBob Feng1-1/+1
2019-04-09BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-02-01BaseTools: Handle the bytes and str differenceFeng, Bob C1-5/+5
2018-12-15BaseTools: Fix PcdNvStoreDefaultValueBuffer Value.Feng, Bob C1-3/+3
2018-12-06BaseTools: create and use a standard shared variable for '*'Jaben Carsey1-4/+4
2018-10-26BaseTools: Fix BPDG tool print traceback info issueFeng, YunhuaX1-3/+2
2018-10-15Revert BaseTools: PYTHON3 migrationLiming Gao1-5/+6
2018-10-13BaseTools: Handle the bytes and str differenceYunhua Feng1-5/+5
2018-10-13BaseTools: Remove the "from __future__ import" itemsYunhua Feng1-1/+0
2018-07-09BaseTools: Clean up source filesLiming Gao1-42/+42
2018-06-27BaseTools: Fix old python2 idiomsGary Lin1-2/+1
2018-06-27BaseTools: Adjust the spaces around commas and colonsGary Lin1-5/+5
2018-06-27BaseTools: Remove the deprecated hash_key()Gary Lin1-1/+1
2018-06-27BaseTools: Remove tuple parameter in python scriptsGary Lin1-1/+2
2018-06-27BaseTools: Refactor python print statementsGary Lin1-1/+2
2018-06-27BaseTools: Refactor python except statementsGary Lin1-1/+1
2018-06-13BaseTools: Cleanup unneeded codeJaben Carsey1-1/+1
2018-05-04BaseTools: move PCD size calculation functions to PcdClassObjectCarsey, Jaben1-1/+1
2018-04-23BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben1-2/+2
2018-04-18BaseTools: merge towards minimum PCD MAX <something> methodsCarsey, Jaben1-4/+3
2018-04-18BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben1-4/+4
2018-03-30BaseTools: Remove equality operator with NoneCarsey, Jaben1-6/+6
2017-12-25BaseTools: Fix VPD data optimization issueLiming Gao1-12/+9
2017-12-25BaseTools: Optimize VPD PCD value for the different SKUsLiming Gao1-0/+6
2017-12-25BaseTools: PcdDataBase Optimization for multiple SkuIdsLiming Gao1-2/+3
2016-09-21BaseTools: Update python tool to call external tools with shell true modeLiming Gao1-3/+4
2016-04-20BaseTools: Add mixed PCD support featureYonghong Zhu1-3/+12
2016-01-29BaseTools:Incremental build not work if VPD values in DSC changed by -DYonghong Zhu1-28/+16
2014-08-15There is a limitation on WINDOWS OS for the length of entire file path can’...Hess Chen1-2/+3
2013-11-18Sync BaseTool trunk (version r2610) into EDKII BaseTools.Liming Gao1-11/+14
2010-11-15Sync EDKII BaseTools to BaseTools project r2093.lgao41-1/+3
2010-10-11Sync EDKII BaseTools to BaseTools project r2065.lgao41-14/+9
2010-09-06Sync EDKII BaseTools to BaseTools project r2042.qhuang81-0/+259