index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
UefiCpuPkg
Age
Commit message (
Expand
)
Author
2017-03-28
UefiCpuPkg/MpLib.c: Add checking CR0 PG bit
Jeff Fan
2017-03-28
UefiCpuPkg: Add new PCDs PROMPT/HELP string in UNI file
Jeff Fan
2017-03-28
UefiCpuPkg/CpuCommonFeaturesLib: Generate new INF GUID value
Jeff Fan
2017-03-28
UefiCpuPkg/RegisterCpuFeaturesLib: Fix meta data comments
Jeff Fan
2017-03-28
UefiCpuPkg/RegisterCpuFeaturesLib: Remove static type
Jeff Fan
2017-03-28
UefiCpuPkg/RegisterCpuFeaturesLib: Fix the function header issues
Jeff Fan
2017-03-27
UefiCpuPkg/RegisterCpuFeaturesLib: Add ASSERT on allocated memory
Jeff Fan
2017-03-27
UefiCpuPkg/AcpiCpuData.h: Support >4GB MMIO address
Jeff Fan
2017-03-27
UefiCpuPkg/RegisterCpuFeaturesLib: Define Index to UINT64
Jeff Fan
2017-03-23
UefiCpuPkg/RegisterCpuFeaturesLib: Set CpuFeatureEntry initial value
Jeff Fan
2017-03-23
UefiCpuPkg/CpuCommonFeaturesLib: Fix case write issue
Jeff Fan
2017-03-22
UefiCpuPkg: Add CPU Features PEI/DXE drivers
Jeff Fan
2017-03-22
UefiCpuPkg: Add NULL CPU Common Features Library instance
Jeff Fan
2017-03-22
UefiCpuPkg: Add PEI/DXE Register CPU Features Library instances
Jeff Fan
2017-03-22
UefiCpuPkg/Include/Library: Add Register CPU Features Library
Jeff Fan
2017-03-22
UefiCpuPkg: Add GUID gEdkiiCpuFeaturesInitDoneGuid
Jeff Fan
2017-03-22
UefiCpuPkg: Add GUID gEdkiiCpuFeaturesSetDoneGuid
Jeff Fan
2017-03-22
UefiCpuPkg/UefiCpuPkg.dec: Add a set of CPU features PCDs
Jeff Fan
2017-03-22
UefiCpuPkg/Msr: Add CPUID signature check MACROs
Jeff Fan
2017-03-22
UefiCpuPkg/PiSmmCpuDxeSmm: Skip if AllocatedSize is 0
Jeff Fan
2017-03-22
UefiCpuPkg/CpuS3DataDxe: Consume the existing PcdCpuS3DataAddress
Jeff Fan
2017-03-22
UefiCpuPkg/AcpiCpuData: Update RegisterTableEntry type
Jeff Fan
2017-03-17
UefiCpuPkg/CpuDxe: Remove MSR_IA32_MISC_ENABLE check
Jeff Fan
2017-03-08
UefiCpuPkg/PiSmmCpuDxeSmm: Refine casting result to bigger size
Hao Wu
2017-03-06
UefiCpuPkg/CpuDxe: Add support for PCD PcdPteMemoryEncryptionAddressOrMask
Leo Duran
2017-03-06
UefiCpuPkg: Refine casting expression result to bigger size
Hao Wu
2017-03-01
UefiCpuPkg/PiSmmCpuDxeSmm: Add support for PCD PcdPteMemoryEncryptionAddressO...
Leo Duran
2017-03-01
UefiCpuPkg/Universal/Acpi/S3Resume2Pei: Add support for PCD PcdPteMemoryEncry...
Leo Duran
2017-02-27
UefiCpuPkg/CpuDxe: Do not ASSERT on AllocateMemorySpace() error
Jeff Fan
2017-02-24
UefiCpuPkg/CpuDxe: Replace EFI_D_xxx with DEBUG_xxx in DEBUG()
Jeff Fan
2017-02-22
UefiCpuPkg/CpuDxe: Fix hard code actual TimerPeriod value
Jeff Fan
2017-02-22
UefiCpuPkg/CpuDxe: Add Local APIC memory mapped space in GCD
Jeff Fan
2017-02-22
UefiCpuPkg/CpuDxe: Copy two functions from PciHostBridge
Jeff Fan
2017-02-22
UefiCpuPkg/CpuDxe: Add memory attribute setting.
Jiewen Yao
2017-02-22
UefiCpuPkg/ExceptionHandlerAsm.S: Fix code length issue with GCC 5.4
Jeff Fan
2017-01-17
UefiCpuPkg: Modify CpuIoPei to support new IoLib library
Leo Duran
2017-01-17
UefiCpuPkg: Modify CpuIo2Dxe to use new IoLib library
Leo Duran
2017-01-16
UefiCpuPkg/MpInitLib: Add missing point mark
Jeff Fan
2016-12-30
UefiCpuPkg/MpInitLib: Set initialize value of TimerPeriod
Jeff Fan
2016-12-28
UefiCpuPkg/MpInitLib: Set new AP to idle state after switching BSP
Jeff Fan
2016-12-28
UefiCpuPkg/MpInitLib: Disable and restore system timer interrupt
Jeff Fan
2016-12-28
UefiCpuPkg/MpInitLib: Swap local APIC timer interrupt state
Jeff Fan
2016-12-28
UefiCpuPkg/MpInitLib: Move save/restore interrupt to SwitchBSPWorker()
Jeff Fan
2016-12-28
UefiCpuPkg/MpInitLib: Sync BSP's local APIC timer settings to APs
Jeff Fan
2016-12-28
UefiCpuPkg/DxeMpInitLib: Support source debugging on AP function
Jeff Fan
2016-12-28
UefiCpuPkg/MicrocodeUpdate: Add MP support.
Jiewen Yao
2016-12-28
UefiCpuPkg/MicrocodeUpdate: enhance flash write logic
Jiewen Yao
2016-12-21
UefiCpuPkg/SmmCpuFeaturesLib: Fix coding style issues
Dandan Bi
2016-12-21
UefiCpuPkg: Add Pcd info to uni file
Dandan Bi
2016-12-20
UefiCpuPkg/PiSmmCpuDxeSmm: Add check to avoid NULL ptr dereference
Hao Wu
[next]