summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-17UefiCpuPkg/CpuDxe: Remove unused codes and filesJeff Fan9-1359/+1
2016-08-17UefiCpuPkg/CpuDxe: Move SetMtrrsFromBuffer() location.Jeff Fan2-16/+15
2016-08-17UefiCpuPkg/CpuDxe: Consume MpInitLib to produce CPU MP Protocol servicesJeff Fan8-815/+77
2016-08-17UefiCpuPkg/CpuMpPei: Delete PeiMpServices.c and PeiMpServices.hJeff Fan5-766/+727
2016-08-17UefiCpuPkg/CpuMpPei: Remove unused files and codesJeff Fan13-2669/+0
2016-08-17UefiCpuPkg/CpuMpPei: Consume MpInitLib to produce CPU MP PPI servicesJeff Fan6-491/+113
2016-08-17QuarkPlatformPkg: Add MpInitLib reference in DSC files.Jeff Fan2-1/+5
2016-08-17OvmfPkg: Add MpInitLib reference in DSC files.Jeff Fan3-0/+6
2016-08-17UefiCpuPkg/MpInitLib: Place APs in safe loop before hand-off to OSJeff Fan2-0/+108
2016-08-17UefiCpuPkg/MpInitLib: Implementation of MpInitLibStartupAllAPs()Jeff Fan4-2/+233
2016-08-17UefiCpuPkg/MpInitLib: Implementation of MpInitLibStartupThisAP()Jeff Fan4-2/+176
2016-08-17UefiCpuPkg/MpInitLib: Check APs Status and update APs statusJeff Fan4-1/+415
2016-08-17UefiCpuPkg/MpInitLib: Implementation of MpInitLibEnableDisableAP()Jeff Fan4-2/+97
2016-08-17UefiCpuPkg/MpInitLib: Implementation of MpInitLibSwitchBSP()Jeff Fan4-7/+218
2016-08-17UefiCpuPkg/MpInitLib: Implementation of MpInitLibWhoAmI()Jeff Fan1-1/+9
2016-08-17UefiCpuPkg/MpInitLib: Implementation of MpInitLibGetProcessorInfo()Jeff Fan1-1/+173
2016-08-17UefiCpuPkg/MpInitLib: Implementation of MpInitLibGetNumberOfProcessors()Jeff Fan1-1/+38
2016-08-17UefiCpuPkg/MpInitLib: Skip collect processor count if GUIDed HOB existJeff Fan1-5/+55
2016-08-17UefiCpuPkg/MpInitLib: Sort processor by ascending order of APIC IDJeff Fan1-0/+72
2016-08-17UefiCpuPkg/MpInitLib: Enable x2APIC mode on BSP/APsJeff Fan1-0/+32
2016-08-17UefiCpuPkg/MpInitLib: Send INIT-SIPI-SIPI to get processor countJeff Fan1-0/+40
2016-08-17UefiCpuPkg/MpInitLib: Add WakeUpAP()Jeff Fan2-0/+140
2016-08-17UefiCpuPkg/MpInitLib: Fill MP_CPU_EXCHANGE_INFO fieldsJeff Fan1-0/+79
2016-08-17UefiCpuPkg/MpInitLib: Add ApWakeupFunction() executed by assembly codeJeff Fan2-0/+200
2016-08-17UefiCpuPkg/MpInitLib: Allocate AP reset vector buffer under 1MBJeff Fan3-0/+325
2016-08-17UefiCpuPkg/MpInitLib: Register one period event to check APs statusJeff Fan1-0/+66
2016-08-17UefiCpuPkg/MpInitLib: Register one End of PEI callback functionJeff Fan2-0/+63
2016-08-17UefiCpuPkg/MpInitLib: Save CPU MP Data pointerJeff Fan4-0/+174
2016-08-17UefiCpuPkg/MpInitLib: Add MicrocodeDetect() and load microcode on BSPJeff Fan5-0/+233
2016-08-17UefiCpuPkg/MpInitLib: Add CPU_VOLATILE_REGISTERS & worker functionsJeff Fan2-0/+87
2016-08-17UefiCpuPkg/MpInitLib: Initialize CPU_AP_DATA for CPU APsJeff Fan2-0/+88
2016-08-17UefiCpuPkg/MpInitLib: Allocate and initialize memory of MP Data bufferJeff Fan2-0/+137
2016-08-17UefiCpuPkg/MpInitLib: Get ApLoopMode and MointorFilter sizeJeff Fan2-0/+73
2016-08-17UefiCpuPkg/MpInitLib: Add MP_ASSEMBLY_ADDRESS_MAPJeff Fan4-1/+36
2016-08-17UefiCpuPkg/MpInitLib: Add AsmRelocateApLoop() assembly codeJeff Fan3-0/+99
2016-08-17UefiCpuPkg/MpInitLib: Add EnableExecuteDisable in MP_CPU_EXCHANGE_INFOJeff Fan5-1/+49
2016-08-17UefiCpuPkg/MpInitLib: Fix typo and clean up the codeJeff Fan5-15/+14
2016-08-17UefiCpuPkg/MpInitLib: Add AP assembly code and MP_CPU_EXCHANGE_INFOJeff Fan7-0/+630
2016-08-17UefiCpuPkg/MpInitLib: Add two instances PeiMpInitLib and DxeMpInitLibJeff Fan9-0/+861
2016-08-17UefiCpuPkg/MpInitLib: Add MP Initialize library class definitionJeff Fan2-0/+357
2016-08-17UefiCpuPkg/CpuS3DataDxe: Move StartupVector allocation to EndOfDxe()Jeff Fan2-20/+24
2016-08-17UefiCpuPkg/MpInitLib: Add microcode definitions defined in IA32 SDMJeff Fan1-0/+200
2016-08-17UefiCpuPkg/LocalApic.h: Remove duplicated/conflicted definitionsJeff Fan7-71/+60
2016-08-17Vlv2TbltDevicePkg: Add RAW file type to Rule.Common.SEC.BINARYWei, David1-1/+5
2016-08-17Vlv2TbltDevicePkg/PlatformFspLib: Fix the include pathWei, David1-1/+1
2016-08-17Vlv2TbltDevicePkg/FspSupport: Fix GCC build errorsWei, David3-8/+7
2016-08-17UefiCpuPkg: MTRR_PHYSMASK.Valid should be one bit instead of 8 bitsRuiyu Ni1-1/+1
2016-08-17ShellPkg/Ls: Handle the case when SearchString is NULLRuiyu Ni1-0/+5
2016-08-17SecurityPkg: AuthVariableLib: Fix inconsistent CertDB caseZhang, Chao B1-1/+1
2016-08-16MdePkg: Fix guid conflict.Dong, Eric2-4/+20