summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-26ArmVirtPkg: add QemuFwCfgToPcdDxeLaszlo Ersek4-0/+78
2015-07-26MdeModulePkg: SmbiosDxe: ARM and AARCH64 are VALID_ARCHITECTURESLaszlo Ersek1-1/+1
2015-07-26OvmfPkg: SmbiosPlatformDxe: restrict current Xen code to IA32/X64Laszlo Ersek3-2/+41
2015-07-26OvmfPkg: SmbiosPlatformDxe: move IsEntryPointStructureValid() to Xen.cLaszlo Ersek3-50/+35
2015-07-26OvmfPkg: AcpiS3SaveDxe: drop EFI_ACPI_S3_SAVE_PROTOCOLLaszlo Ersek3-139/+16
2015-07-26OvmfPkg: install DxeSmmReadyToLock in PlatformBdsLibLaszlo Ersek5-52/+55
2015-07-26IntelFrameworkModulePkg/GenericBdsLib: remove AcpiS3->S3Save() callArd Biesheuvel3-12/+0
2015-07-26OvmfPkg: PlatformBdsLib: signal End-of-Dxe event groupLaszlo Ersek3-0/+41
2015-07-26OvmfPkg: AcpiS3SaveDxe: call S3Ready() at End-of-DxeLaszlo Ersek2-0/+47
2015-07-26OvmfPkg: AcpiS3SaveDxe: prepare for End-of-Dxe callbackLaszlo Ersek1-0/+5
2015-07-26Daryl has changed positions and I am taking over maintaining for now.Jaben Carsey1-3/+3
2015-07-26MdeModulePkg PiSmmCore: Remove a hidden assumption of SMRAM reservationStar Zeng5-84/+444
2015-07-16ArmPlatformPkg/Bds: Use HandleProtocol to get SNP instanceHeyi Guo1-1/+1
2015-07-16ArmPlatformPkg/ArmVExpress-CTA15-A7.fdf: Increased firmware sizeOlivier Martin1-3/+3
2015-07-16EmbeddedPkg/Lan9118Dxe: Ignore spurious RXE errorsRonald Cron1-28/+49
2015-07-16MdeModulePkg/TerminalDxe: Some improvementsHeyi Guo1-23/+4
2015-07-16MdeModulePkg/TerminalDxe: Set NullRemaining to FALSE by defaultHeyi Guo1-1/+1
2015-07-16ArmVirtPkg: Make terminal type consistentHeyi Guo1-0/+8
2015-07-16EmulatorPkg: Update comment for PcdDefaultTerminalTypeHeyi Guo1-1/+1
2015-07-16MdePkg: Update comment for PcdDefaultTerminalTypeHeyi Guo1-1/+2
2015-07-16MdeModulePkg/DxePrintLibPrint2Protocol: make mStatusString array CONSTArd Biesheuvel1-1/+1
2015-07-16MdePkg/BasePrintLib: make mStatusString array CONSTArd Biesheuvel1-1/+1
2015-07-16MdeModulePkg: Correct PcdConOutColumn help string.Liming Gao2-1/+1
2015-07-16MdePkg: Correct comment typo from ECB to EBC in DebugLib.hLiming Gao1-1/+1
2015-07-16MdeModulePkg DxeIpl: Skip install MemoryInfoHob if this hob existsLiming Gao1-25/+30
2015-07-16NetworkPkg: Add the unspecified address check for DNS6 StationIp.Jiaxin Wu1-1/+1
2015-07-16BaseTools: Fixed incorrect alignment bug.Yingke Liu1-3/+4
2015-07-15ShellPkg: Add optional 'tftp' EFI Shell commandRonald Cron8-0/+1112
2015-07-15UefiCpuPkg/CpuMpPei: Register callback on End Of Pei PPIJeff Fan4-0/+177
2015-07-15UefiCpuPkg/CpuMpPei: Add AsmHltLoop ()Jeff Fan6-0/+34
2015-07-15UefiCpuPkg/CpuMpPei: Install PI CPU MP PPIJeff Fan4-2/+28
2015-07-15UefiCpuPkg/CpuMpPei: Implementation of PeiEnableDisableAP ()Jeff Fan2-0/+133
2015-07-15UefiCpuPkg/CpuMpPei: Implementation of PeiSwitchBSP ()Jeff Fan9-0/+579
2015-07-15UefiCpuPkg/CpuMpPei: Implementation of PeiStartupThisAP ()Jeff Fan2-0/+178
2015-07-15UefiCpuPkg/CpuMpPei: Implementation of PeiStartupAllAPs ()Jeff Fan4-0/+308
2015-07-15UefiCpuPkg/CpuMpPei: Implementation of PeiGetProcessorInfo ()Jeff Fan2-0/+225
2015-07-15UefiCpuPkg/CpuMpPei: Implementation of PeiGetNumberOfProcessors ()Jeff Fan2-0/+122
2015-07-15UefiCpuPkg/CpuMpPei: Implementation of PeiWhoAmI ()Jeff Fan4-0/+149
2015-07-15UefiCpuPkg/CpuMpPei: Update and publish CPU BIST informationJeff Fan4-0/+319
2015-07-15UefiCpuPkg/CpuMpPei: Build one GUIDed HOB to save CPU MP DataJeff Fan1-0/+33
2015-07-15UefiCpuPkg/CpuMpPei: Load microcode on BSP and APsJeff Fan5-2/+283
2015-07-15UefiCpuPkg: Add some CPUID definitionsJeff Fan1-1/+5
2015-07-15UefiCpuPkg: Add microcode PCDsJeff Fan1-0/+6
2015-07-15UefiCpuPkg/CpuMpPei: Sync BPS's mtrr setting to APsJeff Fan3-0/+11
2015-07-15UefiCpuPkg/CpuMpPei: Sort APIC ID in ascending orderJeff Fan1-0/+60
2015-07-15UefiCpuPkg/CpuMpPei: Wakeup APs and collect AP countJeff Fan3-0/+129
2015-07-15UefiCpuPkg: Add PcdCpuApInitTimeOutInMicroSecondsJeff Fan1-1/+6
2015-07-15UefiCpuPkg/CpuMpPei: Prepare for buffer for AP wakeup and CPU MP dataJeff Fan3-2/+135
2015-07-15UefiCpuPkg/CpuMpPei: Get AP reset code size and far jump informationJeff Fan5-0/+77
2015-07-15UefiCpuPkg/CpuMpPei: Initialize FPU per UEFI specificationJeff Fan6-0/+19