summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-18ShellPkg/DrvCfg: Handle memory allocation failureRuiyu Ni1-5/+12
2016-07-18ShellPkg/DevTree: Handle memory allocation failureRuiyu Ni1-6/+7
2016-07-18ShellPkg/Edit: Handle memory allocation failureRuiyu Ni1-21/+20
2016-07-18ShellPkg/LoadPciRom: Handle memory allocation failureRuiyu Ni1-2/+6
2016-07-18ShellPkg/EfiDecompress: Handle memory allocation failureRuiyu Ni1-24/+28
2016-07-18ShellPkg/EfiCompress: Handle memory allocation failureRuiyu Ni1-12/+18
2016-07-18ShellPkg/DMem: Handle memory allocation failureRuiyu Ni1-2/+4
2016-07-18ShellPkg/UefiShellCommandLib.c: Handle memory allocation failureRuiyu Ni1-8/+28
2016-07-18ShellPkg/ConsistMapping.c: Handle memory allocation failureRuiyu Ni1-179/+320
2016-07-18ShellPkg/UefiShellBcfgCommandLib: Handle memory allocation failureRuiyu Ni1-24/+25
2016-07-18ShellPkg/UefiHandleParsingLib.c: Handle memory allocation failureRuiyu Ni1-24/+31
2016-07-18ShellPkg/Dp: Handle memory allocation failureRuiyu Ni1-1/+7
2016-07-18ShellPkg/ShellProtocol.c: Handle memory allocation failureRuiyu Ni2-33/+82
2016-07-18ShellPkg/ShellAddEnvVarToList: Handle memory allocation failureRuiyu Ni3-33/+43
2016-07-18ShellPkg/IsVolatileEnv: Handle memory allocation failureRuiyu Ni5-31/+56
2016-07-18ShellPkg/Shell.c: Handle memory allocation failureRuiyu Ni1-8/+19
2016-07-18MdeModulePkg: Fix bug in TCP which not sending out ACK in certain circumstance.Fu Siyuan1-1/+1
2016-07-18NetworkPkg: Fix bug in TCP which not sending out ACK in certain circumstance.Fu Siyuan1-1/+1
2016-07-18BaseTools: Fix a bug for FixedPcd value generation in AutoGen fileYonghong Zhu1-1/+1
2016-07-15ShellPkg: Fix issue about Ifconfig6 -r command.Zhang Lubo2-4/+28
2016-07-15OvmfPkg/PlatformPei: program MSR_IA32_FEATURE_CONTROL from fw_cfgLaszlo Ersek4-0/+142
2016-07-15OvmfPkg: include UefiCpuPkg/CpuMpPeiLaszlo Ersek6-0/+18
2016-07-15OvmfPkg: remove PcdS3AcpiReservedMemoryBase, PcdS3AcpiReservedMemorySizeLaszlo Ersek4-10/+0
2016-07-15OvmfPkg/PlatformPei: rebase and resize the permanent PEI memory for S3Laszlo Ersek2-14/+30
2016-07-15OvmfPkg/PlatformPei: create one memory HOB at S3 resume too, for CpuMpPeiLaszlo Ersek1-1/+23
2016-07-14UefiCpuPkg/PiSmmCpuDxeSmm: Clean up CheckFeatureSupported()Jeff Fan3-60/+3
2016-07-14UefiCpuPkg/PiSmmCpuDxeSmm: Check XD/BTS features in SMM relocationJeff Fan2-7/+9
2016-07-14UefiCpuPkg/PiSmmCpuDxeSmm: Add SMM S3 boot flagJeff Fan1-0/+7
2016-07-14UefiCpuPkg/PiSmmCpuDxeSmm: Add MemoryMapped in SetProcessorRegister()Jeff Fan4-0/+27
2016-07-14UefiCpuPkg/PiSmmCpuDxeSmm: Remove duplicate aligned buffer on S3 pathJeff Fan1-16/+25
2016-07-14ArmPlatformPkg/ArmJuno: Correct AXI->PCIe translation commentsJeremy Linton1-2/+2
2016-07-14ArmPlatformPkg/ArmJuno: fix Juno PIO host bridge mappingJeremy Linton1-3/+6
2016-07-14SecurityPkg DxeTpmMeasureBootLib: Add comments in TcgMeasurePeImage()Liming Gao1-1/+4
2016-07-14SecurityPkg DxeImageVerificationLib: Add comments in HashPeImage()Liming Gao1-1/+4
2016-07-14SecurityPkg Tcg2Dxe: Add check for the PE/COFF imageLiming Gao3-1/+74
2016-07-14SecurityPkg TrEEDxe: Add check for the PE/COFF image.Liming Gao3-1/+74
2016-07-14SecurityPkg SecureBootConfigDxe: Add check for the external PE/COFF image.Liming Gao4-0/+74
2016-07-14IntelFsp2WrapperPkg: Remove unused header files from Fspm and Fsps WrapperPeimLiming Gao2-2/+0
2016-07-14MdePkg/BaseSynchronizationLib: spin lock alignment is 32 at leastJeff Fan1-0/+4
2016-07-14UefiCpuPkg/CpuMpPei: Remove PmodeOffset and LmodeOffsetJeff Fan8-25/+17
2016-07-14UefiCpuPkg/CpuMpPei: Remove un-used variables and functionsJeff Fan8-156/+0
2016-07-14UefiCpuPkg/CpuMpPei: Do not load new GDT tableJeff Fan1-5/+1
2016-07-14UefiCpuPkg/CpuMpPei/X64: Use CodeSegment and DataSegment fieldsJeff Fan2-93/+71
2016-07-14UefiCpuPkg/CpuMpPei/X64: Remove hard code CPU BIST valueJeff Fan1-4/+3
2016-07-14UefiCpuPkg/CpuMpPei/Ia32: Use CodeSegment and DataSegment fieldsJeff Fan2-34/+48
2016-07-14UefiCpuPkg/CpuMpPei: Add CodeSegment and DataSegment fieldsJeff Fan4-4/+12
2016-07-14BaseTools: Update the FV region name as upper letterYonghong Zhu1-2/+2
2016-07-13ArmVirtPkg/PlatformBootManagerLib: remove stale FvFile boot optionsLaszlo Ersek2-0/+133
2016-07-13OvmfPkg/PlatformPei: add missing auto variable initializationArd Biesheuvel1-0/+1
2016-07-13ArmPkg/ArmGicLib: manage GICv3 SPI state at the distributorArd Biesheuvel1-3/+22