summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* EmbeddedPkg: Removing ipf which is no longer supported from edk2.chenc22018-06-295-19/+11
* EdkShellPkg: Removing ipf which is no longer supported from edk2.chenc22018-06-291-22/+2
* EdkShellBinPkg: Removing ipf which is no longer supported from edk2.chenc22018-06-292-10/+4
* DuetPkg: Removing ipf which is no longer supported from edk2.chenc22018-06-295-474/+6
* BeagleBoardPkg: Removing ipf which is no longer supported from edk2.chenc22018-06-292-4/+4
* ArmVirtPkg: Removing ipf which is no longer supported from edk2.chenc22018-06-291-2/+2
* ArmPlatformPkg: Removing ipf which is no longer supported from edk2.chenc22018-06-292-2/+4
* ArmPkg: Removing ipf which is no longer supported from edk2.chenc22018-06-292-4/+4
* AppPkg: Removing ipf which is no longer supported from edk2.chenc22018-06-2926-1314/+49
* BaseTools: AutoGen - move constructor out of loopJaben Carsey2018-06-291-2/+4
* BaseTools: AutoGen - clean up accessJaben Carsey2018-06-292-119/+122
* BaseTools: Fix two drivers include the same file issueYunhua Feng2018-06-293-14/+31
* BaseTools: Fix parsing multiple nest !include issueYunhua Feng2018-06-291-15/+13
* MdePkg: IORT Specification Rev D updatesSami Mujawar2018-06-281-4/+6
* MdePkg: SMMUv3 updates for IORT table definitionsSami Mujawar2018-06-281-1/+10
* MdeModulePkg/PerformanceLib: Add NULL pointer checkDandan Bi2018-06-283-17/+32
* ShellPkg/dp: Correct case of included filedann frazier2018-06-281-1/+1
* ShellPkg/DP: Add more check for input parametersDandan Bi2018-06-282-34/+77
* MdeModulePkg/PiSmmCore: Remove SMM Perf entryDandan Bi2018-06-281-4/+0
* MdeModulePkg: Update IP4 driver to check for NULL pointer before using.Fu Siyuan2018-06-281-20/+17
* UefiCpuPkg: Clean up source filesLiming Gao2018-06-2859-614/+614
* SourceLevelDebugPkg: Clean up source filesLiming Gao2018-06-2837-272/+272
* ShellPkg: Clean up source filesLiming Gao2018-06-28133-1880/+1880
* ShellBinPkg: Clean up source filesLiming Gao2018-06-282-2/+2
* SecurityPkg: Clean up source filesLiming Gao2018-06-28224-3243/+3243
* PcAtChipsetPkg: Clean up source filesLiming Gao2018-06-2848-578/+578
* NetworkPkg: Clean up source filesLiming Gao2018-06-28180-3640/+3640
* MdePkg: Clean up source filesLiming Gao2018-06-28729-15717/+15717
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281010-13595/+13595
* IntelSiliconPkg: Clean up source filesLiming Gao2018-06-281-1/+1
* IntelFsp2WrapperPkg: Clean up source filesLiming Gao2018-06-283-6/+6
* IntelFsp2Pkg: Clean up source filesLiming Gao2018-06-2816-45/+45
* IntelFrameworkPkg: Clean up source filesLiming Gao2018-06-2877-1808/+1808
* IntelFrameworkModulePkg: Clean up source filesLiming Gao2018-06-28246-4069/+4069
* FatPkg: Clean up source filesLiming Gao2018-06-2813-245/+245
* FatBinPkg: Clean up source filesLiming Gao2018-06-281-2/+2
* CryptoPkg: Clean up source filesLiming Gao2018-06-2851-151/+151
* BaseTools: Move variable out of GlobalJaben Carsey2018-06-282-14/+14
* SecurityPkg Tpm2DeviceLibDTpm: Update enum type name to match the one in libLiming Gao2018-06-272-2/+2
* BaseTools: AutoGen - Remove unused variables.Jaben Carsey2018-06-271-10/+0
* BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin2018-06-2723-67/+59
* BaseTools: Fix old python2 idiomsGary Lin2018-06-2731-111/+93
* BaseTools: Migrate to the new octal literalGary Lin2018-06-272-2/+2
* BaseTools: Adjust the spaces around commas and colonsGary Lin2018-06-2757-543/+543
* BaseTools: Refactor python raise statementGary Lin2018-06-271-2/+2
* BaseTools: Remove types.TypeTypeGary Lin2018-06-271-2/+1
* BaseTools: Replace StandardError with ExpressionGary Lin2018-06-271-1/+1
* BaseTools: Remove the deprecated hash_key()Gary Lin2018-06-2718-40/+39
* BaseTools: Remove tuple parameter in python scriptsGary Lin2018-06-271-1/+2
* BaseTools: Remove the old python "not-equal"Gary Lin2018-06-279-26/+26