summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-15UefiCpuPkg/CpuMpPei: Add AP reset x64 assembly codeJeff Fan3-0/+320
2015-07-15UefiCpuPkg/CpuMpPei: Add AP reset IA32 assembly codeJeff Fan3-0/+236
2015-07-15UefiCpuPkg/CpuMpPei: Add MP exchange structure definitionJeff Fan1-0/+19
2015-07-15UefiCpuPkg/CpuMpPei: Find available memory < 1MB for AP reset codeJeff Fan3-0/+73
2015-07-15UefiCpuPkg/CpuMpPei: Load GDT table on BSPJeff Fan9-0/+323
2015-07-15UefiCpuPkg: Add CpuMpPei moduleJeff Fan6-0/+119
2015-07-15NetworkPkg: Fix bios bootup hang issue when enable network.Zhang Lubo1-1/+1
2015-07-15MdePkg: Add BMC device path definition and its node/text conversionHao Wu3-0/+90
2015-07-15MdePkg: Fix a comment typo in Include/Ppi/MpServices.hHao Wu1-1/+1
2015-07-15MdeModulePkg: Remove two protocols and add HttpLib accessfanwang22-2/+4
2015-07-15NetworkPkg: Add a comment to pcd fieldfanwang21-1/+1
2015-07-15SecurityPkg: Fix DBX Variable Read Error in ImageVerificationLibChao Zhang1-1/+1
2015-07-15SecurityPkg: Correct BootOrder/Boot#### measurement behaviorChao Zhang2-22/+10
2015-07-14ShellPkg: decode serial console attribute set failure status when used thru s...Tapan Shah2-2/+10
2015-07-14MdePkg/ImageAuthentication.h: Fixed ARM toolchain errorOlivier Martin1-1/+1
2015-07-14ShellPkg: Increase PcdShellFileOperationSizeBrendan Jackman1-1/+1
2015-07-14ArmPlatformPkg: Use LinuxLoader.efi for the default boot entryOlivier Martin6-13/+14
2015-07-14ArmPlatformPkg/Bds: Added support for booting legacy kernel from BDSOlivier Martin6-53/+274