summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-19BaseTools/tools_def ARM: emit PIC veneersArd Biesheuvel1-1/+1
2018-12-19EmbeddedPkg: remove GdbDebugAgent libraryArd Biesheuvel11-4738/+0
2018-12-19ArmPkg: drop ArmBds remnant Pcds from .decLeif Lindholm1-20/+0
2018-12-19BaseTools: Fix GenFds error doesn't break build.Derek Lin1-2/+5
2018-12-19Vlv2TbltDevicePkg: Remove PcdPeiCoreMaxXXX PCDs' statementStar Zeng3-6/+0
2018-12-19OvmfPkg: Remove PcdPeiCoreMaxXXX PCDs' statementStar Zeng3-6/+0
2018-12-19MdeModulePkg PeiCore: Remove the using of PcdPeiCoreMaxPpiSupportedStar Zeng5-199/+254
2018-12-19MdeModulePkg PeiCore: Remove the using of PcdPeiCoreMaxFvSupportedStar Zeng4-24/+75
2018-12-19SecurityPkg Tcg(2)Pei: Remove the using of PcdPeiCoreMaxFvSupportedStar Zeng4-46/+74
2018-12-19MdeModulePkg PeiCore: Remove the using of PcdPeiCoreMaxPeimPerFvStar Zeng4-108/+136
2018-12-19BaseTools: Add $(INC)-like support when compiling .nasm filesZhiju.Fan1-1/+19
2018-12-18BaseTools: Update nasm file build rule to support $(INC)zhijufan1-1/+2
2018-12-18ShellPkg/UefiShellDebug1CommandsLib: Remove the unused function CharToUpperShenglei Zhang1-28/+0
2018-12-18BaseTools: Fixed metafile parser issuesFeng, Bob C4-31/+34
2018-12-18BaseTools: Fix PcdArray issueFeng, Bob C4-23/+99
2018-12-18ArmVirtPkg: Remove redundant library instances in ArmVirtQemuKernel.dscFu Siyuan2-4/+1
2018-12-17MdeModulePkg/PciBus: Fix system hang when no PCI Option ROM existsRuiyu Ni1-4/+6
2018-12-17MdeModulePkg/NonDiscoverablePciDeviceDxe: add missing validationVladimir Olovyannikov1-1/+49
2018-12-15ArmPkg: remove redundant _ARM_PLATFORM_FLAGS overridesArd Biesheuvel1-3/+0
2018-12-15BaseTools: Fixed the build fail issue for casesFeng, Bob C2-2/+2
2018-12-15BaseTools: Fixed bugs in CopyDict functionFeng, Bob C2-2/+4
2018-12-15BaseTools: Fix PcdNvStoreDefaultValueBuffer Value.Feng, Bob C2-7/+15
2018-12-14ArmVirtPkg/ArmVirt.dsc.inc: define TcpIoLib resolution unconditionallyArd Biesheuvel1-2/+0
2018-12-14ArmVirtPkg: Replace obsoleted network drivers from platform DSC/FDF.Fu Siyuan4-23/+12
2018-12-13ArmVirtPkg/PrePi ARM CLANG35: drop incompatible command line optionArd Biesheuvel2-10/+0
2018-12-13BaseTools/tools_def ARM CLANG35: work around -mno-movt option name changeArd Biesheuvel1-1/+1
2018-12-13MdePkg/BaseMemoryLibOptDxe ARM: add missing function annotationsArd Biesheuvel4-0/+8
2018-12-13Maintainers.txt: Change package maintainer and reviewer of CryptoPkg.Ye Ting1-1/+2
2018-12-12BaseTools/GenFw ARM: don't permit R_ARM_GOT_PREL relocationsArd Biesheuvel1-2/+0
2018-12-11ArmVirtPkg/PrePiUniCoreRelocatable CLANG38: work around build issuesArd Biesheuvel4-5/+49
2018-12-11ArmVirtPkg/ArmVirtQemuKernel ARM: make some PCD settings apply to ARMArd Biesheuvel1-11/+9
2018-12-11BaseTools/tools_def AARCH64 RELEASE: move GCC49/GGC5 to 4 KB alignmentArd Biesheuvel1-12/+14
2018-12-11MdeModulePkg/FileExplorerLib: avoid packed struct for program dataArd Biesheuvel1-2/+2
2018-12-11ArmPkg/OpteeLib: Add OPTEE_SUCCESS return codeSumit Garg1-0/+1
2018-12-10SecurityPkg: Remove dead code and inf redundant definitions.Chen A Chen14-632/+0
2018-12-10UefiCpuPkg/Cpuid: Add code to support new definition.Eric Dong1-5/+141
2018-12-10UefiCpuPkg/Cpuid.h: Sync CPUID definition to latest SDM.Eric Dong1-23/+597
2018-12-10CryptoPkg/IntrinsicLib: add missing BaseLib declarationJian J Wang1-0/+1
2018-12-10MdeModulePkg/PciBus: Shadow option ROM after BARs are programmedRuiyu Ni4-62/+62
2018-12-09StandaloneMM: Update permissions for Standalone MM drivers memory areaSughosh Ganu2-0/+267
2018-12-09StandaloneMM: Include the newly added library class for MMU functionsSughosh Ganu1-1/+1
2018-12-09StandaloneMmPkg: Update dependency on PeCoffExtraActionLibAchin Gupta1-1/+1
2018-12-09StandaloneMmPkg: Replace dependency on ArmMmuLibAchin Gupta1-1/+1
2018-12-09StandaloneMmPkg: Zero data structure explicitlyAchin Gupta1-1/+2
2018-12-09StandaloneMmPkg: Enforce alignment check for AArch64Achin Gupta1-1/+2
2018-12-09StandaloneMmPkg: Add missing dependency on PL011UartClockLibAchin Gupta1-0/+1
2018-12-07Revert "MdePkg/ProcessorBind.h AARCH64: limit MAX_ADDRESS to 48 bits"Ard Biesheuvel1-2/+2
2018-12-07BaseTools: Correct CCFLAG for PcdValueInitBobCF1-12/+12
2018-12-07BaseTools: Customize deepcopy function.BobCF5-5/+88
2018-12-07BaseTools: Optimize string concatenationBobCF4-31/+44