summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
...
* BaseTools: remove unused setter functionsJaben Carsey2018-08-203-60/+4
* BaseTools: remove unused codeJaben Carsey2018-08-201-5/+1
* BaseTools: AutoGen refactor to iterate lessJaben Carsey2018-08-201-62/+56
* BaseTools: AutoGen - tag a function as cachableJaben Carsey2018-08-201-24/+22
* BaseTools: AutoGen refactor ModuleAutoGen cachingJaben Carsey2018-08-204-664/+560
* BaseTools: Add check for VOID* PCD Max SizeYonghong Zhu2018-08-171-0/+21
* BaseTools/Source/C: take EXTRA_LDFLAGS from the callerLaszlo Ersek2018-08-161-0/+3
* BaseTools/Source/C: take EXTRA_OPTFLAGS from the callerLaszlo Ersek2018-08-161-1/+4
* BaseTools/Source/C: split "-O2" to BUILD_OPTFLAGSLaszlo Ersek2018-08-162-5/+12
* BaseTools/header.makefile: remove "-c" from BUILD_CFLAGSLaszlo Ersek2018-08-161-2/+2
* BaseTools/footer.makefile: expand BUILD_CFLAGS last for C files tooLaszlo Ersek2018-08-161-1/+1
* BaseTools: Optimizing code for function doesn't matchYunhua Feng2018-08-161-16/+14
* BaseTools: Eot - fix variable namesCarsey, Jaben2018-08-161-154/+144
* BaseTools: Update the rule to remove .lib before link it for GCCYonghong Zhu2018-08-161-1/+2
* BaseTools: Clean up not used code in BuildClassObjectYonghong Zhu2018-08-161-11/+2
* BaseTools: Add Dns and BluetoothLE DevicePathYunhua Feng2018-08-161-0/+127
* BaseTools: Remove duplicate function declarationYunhua Feng2018-08-161-7/+0
* BaseTools/Ecc: Fix import issueshchen302018-08-1628-62/+65
* BaseTools: Fix report flexible value issueYunhua Feng2018-08-161-0/+5
* BaseTools: Remove the redundant if statementYonghong Zhu2018-08-161-6/+6
* BaseTools: Remove a unused function.Feng, Bob C2018-08-161-128/+0
* BaseTool: Fixed the bug of Boolean Hii Pcd packing.Liming Gao2018-08-161-1/+1
* BaseTools: Use gGuidPattern for Guid regular expressionYunhua Feng2018-08-081-5/+2
* PatchCheck - add error message for invalid parameterJaben Carsey2018-08-081-3/+6
* BaseTools: Debug message make confusedYunhua Feng2018-08-081-1/+1
* BaseTools/BinToPcd: Open output file as text fileKinney, Michael D2018-08-061-3/+2
* BaseTools/Pkcs7Sign: Add PKCS7 test key include filesKinney, Michael D2018-08-033-0/+42
* BaseTools: Guid.xref doesn't specify the correct GUID value for DriverYunhua Feng2018-08-031-1/+10
* BaseTools/BinToPcd: Encode string returned from ByteArray()Kinney, Michael D2018-08-021-1/+2
* BaseTools/Capsule: Support capsules without a payload headerKinney, Michael D2018-08-021-11/+23
* BaseTools/Capsule: Prevent traceback during signing operationsKinney, Michael D2018-08-021-2/+0
* BaseTools/Capsule: Update file header with tool limitationsKinney, Michael D2018-08-021-0/+11
* BaseTools/Capsule: Update help for --fw-version and --lsvKinney, Michael D2018-08-021-2/+2
* BaseTools/Capsule: Do not support -o with --dump-infoKinney, Michael D2018-08-021-0/+4
* BaseTools/Capsule: Fix CertType GUID byte orderKinney, Michael D2018-08-021-1/+1
* BaseTools/Capsule: Remove support for PopulateSystemTableKinney, Michael D2018-08-021-5/+3
* BaseTools/Capsule: Add max value checks to Capsule Generation toolsKinney, Michael D2018-08-021-0/+10
* BaseTools GenerateCapsule: Change property to executable for LinuxStar Zeng2018-08-021-0/+0
* BaseTools/Capsule: Add Capsule Generation ToolsKinney, Michael D2018-08-0211-0/+1310
* BaseTools: Use pickle to replace cPickleYunhua Feng2018-08-021-3/+3
* BaseTools: remove unused import threadYunhua Feng2018-08-021-1/+0
* BaseTools/BinToPcd: Fix Python 2.7.x compatibility issueKinney, Michael D2018-08-011-1/+1
* BaseTools: Update build report for StructurePcd valueYunhua Feng2018-07-301-2/+12
* BaseTools: Fix build crash when fdf is empty fileYunhua Feng2018-07-301-0/+2
* BaseTools: Fix bug about *M value not display decimal and hexadecimalYunhua Feng2018-07-271-1/+7
* BaseTools: Parse decimal format INF_VERSION incorrectYunhua Feng2018-07-271-3/+6
* BaseTools/Ecc: Add some new checkpointsHess Chen2018-07-264-2/+68
* BaseTools Script: Add the script to generate Structure PCD settingLiming Gao2018-07-251-0/+675
* BaseTools: Fix build report for *P and *M flag incorrectlyYunhua Feng2018-07-251-6/+14
* BaseTools: AutoGen - change class variable to funciton variableJaben Carsey2018-07-251-13/+12