]> git.proxmox.com Git - mirror_edk2.git/history - UefiCpuPkg/CpuDxe/CpuDxe.c
UefiCpuPkg/CpuDxe: Fix multiple entries of RT_CODE in memory map
[mirror_edk2.git] / UefiCpuPkg / CpuDxe / CpuDxe.c
2017-09-30 Jian J WangUefiCpuPkg/CpuDxe: Fix assert issue on IA32 platform
2017-09-21 Jian J WangUefiCpuPkg/CpuDxe: Fix out-of-sync issue in page attributes
2017-08-07 Eric DongUefiCpuPkg CpuDxe: Remove reference deprecated macro.
2017-08-07 Eric DongUefiCpuPkg CpuDxe: Enhance get mtrr mask logic.
2017-04-26 Jeff FanUefiCpuPkg: Move ProgramVirtualWireMode() to MpInitLib
2017-02-27 Jeff FanUefiCpuPkg/CpuDxe: Do not ASSERT on AllocateMemorySpace...
2017-02-24 Jeff FanUefiCpuPkg/CpuDxe: Replace EFI_D_xxx with DEBUG_xxx...
2017-02-22 Jeff FanUefiCpuPkg/CpuDxe: Fix hard code actual TimerPeriod...
2017-02-22 Jeff FanUefiCpuPkg/CpuDxe: Add Local APIC memory mapped space...
2017-02-22 Jeff FanUefiCpuPkg/CpuDxe: Copy two functions from PciHostBridge
2017-02-22 Jiewen YaoUefiCpuPkg/CpuDxe: Add memory attribute setting.
2016-08-17 Jeff FanUefiCpuPkg/CpuDxe: Move SetMtrrsFromBuffer() location.
2016-08-17 Jeff FanUefiCpuPkg/CpuDxe: Consume MpInitLib to produce CPU...
2016-07-20 Jeff FanUefiCpuPkg/CpuDxe: StartupAllAPs in parallel mode
2015-10-19 Laszlo ErsekUefiCpuPkg: CpuDxe: broadcast MTRR changes to APs
2014-11-13 Jordan JustenUefiCpuPkg/CpuDxe: Add no-op InitializeMpSupport
2013-11-22 Jeff Fan1. Separated DxeSmmCpuExceptionHandlerLib.inf into...
2013-10-08 Samer El-Haj-MahmoudFix several DEBUG_ERROR messages that are unnecessarily...
2012-10-11 lzeng14Add missing braces around initializer.
2012-09-10 vanjeffAdd type cast to avoid sign extension on x64 tip.
2012-07-06 rsun3UefiCpuPkg CpuDxe: Call UefiCpuLib.InitializeFloatingPo...
2012-05-18 geekboy15aUefiCpuPkg: Added code to enable Local APIC.
2011-11-16 vanjeffRestore original IDT entry if RegisterInterruptHandler...
2011-10-31 vanjeffRoll back the change on GetMemorySpaceAttributeFromMtrr...
2011-10-28 vanjeff1. Introduce the API MtrrGetDefaultMemoryType () in...
2011-06-16 jljustenUefiCpuPkg/CpuDxe: Put CPU to sleep during Idle events
2011-05-25 vanjeffCpuDxe entry point () only register exception handlers...
2011-05-24 rsun3Per PI 1.2 errata B spec, for SetMemoryAttributes(...
2011-01-06 mdkinneyAdd DEBUG() macros for DEBUG_CACHE to MTRR Library...
2010-12-17 rsun3Fix a bug that the size of a gate descriptor in the...
2010-11-01 ydong10Refine code to follow the coding style.
2010-10-26 ydong10Refine code to remove type converting warning.
2010-10-22 jljustenUefiCpuPkg CpuDxe: Fix bug with CPU Arch RegisterInterr...
2010-08-10 xli24Add explicit type cast to suppress possible warning...
2010-08-03 mdkinneyInherit entries from previous IDT when new IDT is insta...
2010-07-13 xli24Code refinement.
2010-04-24 hhtianUpdate the copyright notice format
2010-03-10 xli24Add Checking for MTRR existence.
2010-03-04 xli24Add array index check to avoid potential buffer overflow.
2010-02-24 vanjeffroll back changing on save and restore interrupt status...
2010-02-10 jljustenUefiCpuPkg/CpuDxe: Fix build error
2010-02-09 vanjeffa)Save and disable CPU interrupt before calling AsmWrit...
2010-02-05 jyao1Original MTRR lib hardcode VARIABLE_MTRR as 8. But...
2009-05-27 jljustenAdd CPU DXE driver for IA32 & X64 processor architectures.