summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/UefiBootManagerLib: Expose *GetLoadOptionBuffer() APIRuiyu Ni2016-05-044-26/+29
* ShellPkg UefiDpLib: Delete one comment introduced by 196ccda08fc4Star Zeng2016-05-031-2/+2
* PerformancePkg Dp_App: Delete InitCumulativeData()Star Zeng2016-05-031-19/+0
* PerformancePkg/Dp_App: Fix the error message "Timer library instance error!"Cinnamon Shia2016-05-031-0/+5
* ShellPkg/UefiDpLib: Fix the error message "Timer library instance error!"Cinnamon Shia2016-05-031-1/+5
* SecurityPkg: Update servers TCG ACPI Table template to TCG 1.2Samer El-Haj-Mahmoud2016-05-031-5/+6
* SecurityPkg: Reduce DEBUG verbosity in Tcg2DxeDerek Lin2016-05-031-6/+7
* SecurityPkg: Fix TPM 1.2 NV Storage Command Size byte orderSamer El-Haj-Mahmoud2016-05-031-4/+7
* SecurityPkg: Fix bug in TPM 1.2 SelfTestSamer El-Haj-Mahmoud2016-05-031-0/+2
* SecurityPkg: Add DEBUG messages for TPM12StartupSamer El-Haj-Mahmoud2016-05-031-0/+5
* SecurityPkg: Add DEBUG messages for TPM2StartupSamer El-Haj-Mahmoud2016-05-031-0/+4
* CorebootModulePkg: Remove DuetPkg referencesLeahy, Leroy P2016-05-0239-9/+15258
* CorebootPayloadPkg: Remove trailing white spaceLeahy, Leroy P2016-05-023-133/+126
* ArmPlatformPkg/PrePi: allow unicore version to be used on MP hardwareArd Biesheuvel2016-04-292-7/+0
* ArmPkg: implement CpuIo2 protocol driver specific for PCIArd Biesheuvel2016-04-292-0/+612
* ArmPlatformPkg: move PCI related PCD definitions to ArmPkgArd Biesheuvel2016-04-295-76/+76
* MdeModulePkg/DxeCore: set ImageContext Handle and ImageRead() fieldsArd Biesheuvel2016-04-291-0/+2
* MdeModulePkg/PciBusDxe: don't create bogus descriptor if no resources neededArd Biesheuvel2016-04-291-5/+2
* BaseTools/Build: Better DSC arch filteringThomas Palmer2016-04-292-21/+26
* BaseTools: fix the bug for FMP to support use Macro as path descriptionYonghong Zhu2016-04-291-3/+2
* ShellPkg: Add NULL pointer check.Qiu Shumin2016-04-291-3/+17
* MdePkg-SmmMemLib: Enhance SmmIsBufferOutsideSmmValid() check for fixed comm b...Jiewen Yao2016-04-292-3/+183
* SecurityPkg-Opal(2): Enhance AHCI Bar MMIO region check.Eric Dong2016-04-294-4/+84
* SecurityPkg-Opal(1): Use fixed SMM communication buffer in OPAL password lib.Eric Dong2016-04-293-4/+34
* MdeModulePkg-FPDT(4): Use fixed buffer for SMM_PERF_COMMUNICATE in PerfLib.Liming Gao2016-04-292-35/+122
* MdeModulePkg-FPDT(3): Use SMM_FPDT_FUNCTION_GET_BOOT_RECORD_DATA_BY_OFFSET in...Liming Gao2016-04-292-42/+79
* MdeModulePkg-FPDT(2): Add SMM_FPDT_FUNCTION_GET_BOOT_RECORD_DATA_BY_OFFSET in...Liming Gao2016-04-291-27/+36
* MdeModulePkg-FPDT(1): Add SMM_FPDT_FUNCTION_GET_BOOT_RECORD_DATA_BY_OFFSET de...Liming Gao2016-04-291-3/+5
* MdeModulePkg-MemoryProfile(3): Use SMRAM_PROFILE_COMMAND_GET_PROFILE_DATA_BY_...Star Zeng2016-04-292-31/+75
* MdeModulePkg-MemoryProfile(2): Add SMRAM_PROFILE_COMMAND_GET_PROFILE_DATA_BY_...Star Zeng2016-04-291-43/+204
* MdeModulePkg-MemoryProfile(1): Add SMRAM_PROFILE_COMMAND_GET_PROFILE_DATA_BY_...Star Zeng2016-04-291-5/+22
* MdeModulePkg: Add new driver to publish EDKII_PI_SMM_COMMUNICATION_REGION_TABLE.Jiewen Yao2016-04-295-0/+204
* MdeModulePkg: Add EDKII_PI_SMM_COMMUNICATION_REGION_TABLE definition.Jiewen Yao2016-04-292-0/+65
* ShellPkg: Enhance ping6 to select the interface automaticallyJiaxin Wu2016-04-291-71/+95
* ShellPkg: Enhance ping to select the interface automaticallyJiaxin Wu2016-04-292-101/+129
* MdeModulePkg/NvmExpressDxe: comments update to meet implementationFeng Tian2016-04-291-7/+5
* MdePkg: Add WSMT definition.Jiewen Yao2016-04-291-0/+39
* SecuritPkg: DxeImageVerificationLib: Fix wrong verification logic in DBX & DBTZhang, Chao B2016-04-291-2/+9
* UefiCpuPkg/MtrrLib: Remove the loop of calculating Fixed-MTRR MaskJeff Fan2016-04-291-16/+23
* UefiCpuPkg/MtrrLib: Remove the loop of calculating byte offset in MSRJeff Fan2016-04-291-11/+3
* UefiCpuPkg/MtrrLib: Reduce the loop time to get fixed-MTRR MSR indexJeff Fan2016-04-291-6/+8
* ShellPkg: Update smbiosview for latest Type 17 devicesSamer El-Haj-Mahmoud2016-04-281-0/+21
* OvmfPkg: PlatformBdsLib: lock down SMM regardless of S3Laszlo Ersek2016-04-281-13/+16
* OvmfPkg: PlatformBdsLib: lock down SMM in PlatformBdsInit()Laszlo Ersek2016-04-281-25/+39
* MdeModulePkg: PiDxeS3BootScriptLib: honor PcdAcpiS3EnableLaszlo Ersek2016-04-282-0/+5
* NetworkPkg: Fix incorrect buffer free in HttpDxeJiaxin Wu2016-04-281-22/+22
* NetworkPkg: Avoid the indefinite wait case in HttpDxeJiaxin Wu2016-04-283-17/+117
* MdeModulePkg: DxeCore MemoryPool Algorithm UpdateLiming Gao2016-04-281-1/+1
* ShellPkg: Fix typos and EDK2 coding style issuesTapan Shah2016-04-271-10/+10
* ShellPkg: Fix pci command for '_e' optionAbdul Lateef Attar2016-04-271-0/+1