summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/CpuDxe
AgeCommit message (Expand)Author
2017-04-27UefiCpuPkg: Move to new locationGuo Mang
2017-04-12UefiCpuPkg: Error Level is not used correctlyJeff Fan
2017-03-17UefiCpuPkg/CpuDxe: Remove MSR_IA32_MISC_ENABLE checkJeff Fan
2017-03-06UefiCpuPkg/CpuDxe: Add support for PCD PcdPteMemoryEncryptionAddressOrMaskLeo Duran
2017-02-27UefiCpuPkg/CpuDxe: Do not ASSERT on AllocateMemorySpace() errorJeff Fan
2017-02-24UefiCpuPkg/CpuDxe: Replace EFI_D_xxx with DEBUG_xxx in DEBUG()Jeff Fan
2017-02-22UefiCpuPkg/CpuDxe: Fix hard code actual TimerPeriod valueJeff Fan
2017-02-22UefiCpuPkg/CpuDxe: Add Local APIC memory mapped space in GCDJeff Fan
2017-02-22UefiCpuPkg/CpuDxe: Copy two functions from PciHostBridgeJeff Fan
2017-02-22UefiCpuPkg/CpuDxe: Add memory attribute setting.Jiewen Yao
2016-12-14UefiCpuPkg: Make the comments align with the functionsDandan Bi
2016-09-14UefiCpuPkg/CpuDxe: Fix duplicated status code reportJeff Fan
2016-08-17UefiCpuPkg/CpuDxe: Fixed typo in function header to match PI specJeff Fan
2016-08-17UefiCpuPkg/CpuDxe: Remove PcdCpuMaxLogicalProcessorNumber consumingJeff Fan
2016-08-17UefiCpuPkg/CpuDxe: Remove unused codes and filesJeff Fan
2016-08-17UefiCpuPkg/CpuDxe: Move SetMtrrsFromBuffer() location.Jeff Fan
2016-08-17UefiCpuPkg/CpuDxe: Consume MpInitLib to produce CPU MP Protocol servicesJeff Fan
2016-07-20UefiCpuPkg/CpuDxe: StartupAllAPs in parallel modeJeff Fan
2016-06-28UefiCpuPkg CpuDxe: Add nasm source file in CpuDxe.infLiming Gao
2016-06-28UefiCpuPkg CpuDxe: Convert Ia32/CpuAsm.asm to NASMLiming Gao
2015-12-15UefiCpuPkg: Convert all .uni files to utf-8Jordan Justen
2015-11-20UefiCpuPkg/CpuDxe: Don't use gBS->StallJordan Justen
2015-10-30UefiCpuPkg: CpuDxe: Update GDT to be consistent with DxeIplPeimMichael Kinney
2015-10-19UefiCpuPkg: CpuDxe: broadcast MTRR changes to APsLaszlo Ersek
2015-10-19UefiCpuPkg: CpuDxe: Wait for APs to enter idle loopMichael Kinney
2015-10-19UefiCpuPkg: CpuDxe: Use PCD for AP detection timeoutMichael Kinney
2015-10-19UefiCpuPkg: Update CPU MP drivers to support single CPU configurationMichael Kinney
2015-08-08UefiCpuPkg CpuDxe: Sync up the settings of Execute Disable to APsStar Zeng
2015-06-19UefiCpuPkg/CpuDxe: NumberOfData is not BOOLEAN typeJeff Fan
2015-06-16UefiCpuPkg/CpuDxe: Get CPU BIST information from Guided HOBJeff Fan
2015-04-09UefiCpuPkg: Avoid "error A2085" when DDK3790 tool chain is usedScott Duplichan
2015-03-09UefiCpuPkg/MpSerivce: add volatile qualifiersChen Fan
2015-03-09UefiCpuPkg/MpService: Put APs to sleep when not busy.Chen Fan
2015-03-09UefiCpuPkg/MpService: put AP to busy state when executionChen Fan
2015-03-09UefiCpuPkg/MpService: fix trivial typo in cpu stateChen Fan
2014-11-24Add typecast to fix VS2005 build issue.Jeff Fan
2014-11-19UefiCpuPkg : Fix CpuDxe build issue with VS2005 tool chainJeff Fan
2014-11-17UefiCpuPkg/CpuDxe: Put APs in wait for SIPI state at ExitBootServicesChen Fan
2014-11-13UefiCpuPkg/CpuDxe: install Mp Service protocolChen Fan
2014-11-13UefiCpuPkg/CpuDxe: Startup APsJordan Justen
2014-11-13UefiCpuPkg/MpService: avoid dead lock caused by CheckAllAPsStatusChen Fan
2014-11-13UefiCpuPkg/MpService: avoid reset AP still hold a lockChen Fan
2014-11-13UefiCpuPkg/MpService: free the unused cpu data bufferChen Fan
2014-11-13UefiCpuPkg/CpuDxe: introduce ResetApStackless()Chen Fan
2014-11-13UefiCpuPkg/CpuDxe: split out StartupCode from StartApsStackless()Chen Fan
2014-11-13UefiCpuPkg/MpService: avoid next timer getting into CheckAllAPsStatus()Chen Fan
2014-11-13UefiCpuPkg/MpService: Simply Lock usageChen Fan
2014-11-13UefiCpuPkg/MpService: move settimer out to InitMpSystemDataChen Fan
2014-11-13UefiCpuPkg/CpuDxe: Ap do loop routine to execute procedureChen Fan
2014-11-13UefiCpuPkg/CpuDxe: implement Mp Services:SwitchBSP()Chen Fan