]> git.proxmox.com Git - mirror_edk2.git/history - UefiCpuPkg/CpuDxe
IntelFsp2Pkg: Removing FSP Data Table
[mirror_edk2.git] / UefiCpuPkg / CpuDxe /
2016-09-14 Jeff FanUefiCpuPkg/CpuDxe: Fix duplicated status code report
2016-08-17 Jeff FanUefiCpuPkg/CpuDxe: Fixed typo in function header to...
2016-08-17 Jeff FanUefiCpuPkg/CpuDxe: Remove PcdCpuMaxLogicalProcessorNumb...
2016-08-17 Jeff FanUefiCpuPkg/CpuDxe: Remove unused codes and files
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
2016-06-28 Liming GaoUefiCpuPkg CpuDxe: Add nasm source file in CpuDxe.inf
2016-06-28 Liming GaoUefiCpuPkg CpuDxe: Convert Ia32/CpuAsm.asm to NASM
2015-12-15 Jordan JustenUefiCpuPkg: Convert all .uni files to utf-8
2015-11-20 Jordan JustenUefiCpuPkg/CpuDxe: Don't use gBS->Stall
2015-10-30 Michael KinneyUefiCpuPkg: CpuDxe: Update GDT to be consistent with...
2015-10-19 Laszlo ErsekUefiCpuPkg: CpuDxe: broadcast MTRR changes to APs
2015-10-19 Michael KinneyUefiCpuPkg: CpuDxe: Wait for APs to enter idle loop
2015-10-19 Michael KinneyUefiCpuPkg: CpuDxe: Use PCD for AP detection timeout
2015-10-19 Michael KinneyUefiCpuPkg: Update CPU MP drivers to support single...
2015-08-08 Star ZengUefiCpuPkg CpuDxe: Sync up the settings of Execute...
2015-06-19 Jeff FanUefiCpuPkg/CpuDxe: NumberOfData is not BOOLEAN type
2015-06-16 Jeff FanUefiCpuPkg/CpuDxe: Get CPU BIST information from Guided HOB
2015-04-09 Scott DuplichanUefiCpuPkg: Avoid "error A2085" when DDK3790 tool chain...
2015-03-09 Chen FanUefiCpuPkg/MpSerivce: add volatile qualifiers
2015-03-09 Chen FanUefiCpuPkg/MpService: Put APs to sleep when not busy.
2015-03-09 Chen FanUefiCpuPkg/MpService: put AP to busy state when execution
2015-03-09 Chen FanUefiCpuPkg/MpService: fix trivial typo in cpu state
2014-11-24 Jeff FanAdd typecast to fix VS2005 build issue.
2014-11-19 Jeff FanUefiCpuPkg : Fix CpuDxe build issue with VS2005 tool...
2014-11-17 Chen FanUefiCpuPkg/CpuDxe: Put APs in wait for SIPI state at...
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: install Mp Service protocol
2014-11-13 Jordan JustenUefiCpuPkg/CpuDxe: Startup APs
2014-11-13 Chen FanUefiCpuPkg/MpService: avoid dead lock caused by CheckAl...
2014-11-13 Chen FanUefiCpuPkg/MpService: avoid reset AP still hold a lock
2014-11-13 Chen FanUefiCpuPkg/MpService: free the unused cpu data buffer
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: introduce ResetApStackless()
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: split out StartupCode from StartApsS...
2014-11-13 Chen FanUefiCpuPkg/MpService: avoid next timer getting into...
2014-11-13 Chen FanUefiCpuPkg/MpService: Simply Lock usage
2014-11-13 Chen FanUefiCpuPkg/MpService: move settimer out to InitMpSystemData
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: Ap do loop routine to execute procedure
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: implement Mp Services:SwitchBSP()
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: implement Mp Services:StartupAllAPs()
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: implement Mp Protocol:StartupThisAP()
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: implement Mp Protocol:EnableDisableAP()
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: implement Mp Services:GetProcessorInfo()
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: implement Mp Protocol:GetNumberOfPro...
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: implement Mp Protocol: WhoAmI()
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: introduce MP_SYSTEM_DATA for Mp...
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: introduce EFI_MP_SERVICES_PROTOCOL
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: Switch Ap Stack to NewStack
2014-11-13 Chen FanUefiCpuPkg/CpuDxe: introduce two PCD value
2014-11-13 Jordan JustenUefiCpuPkg/CpuDxe: Add StartApsStackless routine
2014-11-13 Jordan JustenUefiCpuPkg/CpuDxe: Move GDT structures into CpuGdt.h
2014-11-13 Jordan JustenUefiCpuPkg/CpuDxe: Add stackless assembly AP entry...
2014-11-13 Jordan JustenUefiCpuPkg/CpuDxe: Add ApEntryPointInC
2014-11-13 Jordan JustenUefiCpuPkg/CpuDxe: Add no-op InitializeMpSupport
2014-09-03 Gao, LimingUefiCpuPkg: Convert non DOS format files to DOS format
2014-08-28 Gao, LimingUefiCpuPkg: INF/DEC file updates to EDK II packages
2014-08-28 Gao, LimingUefiCpuPkg: INF/DEC file updates to EDK II packages
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-31 vanjeffRemove CPU dead loop code from IA32 assembly codes.
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-07-08 niruiyuFix typo that breaks the build.
2011-07-06 andrewfishUefiCpuPkg: Fix X64 clang compiler/assembler warnings.
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-05-17 rsun3A complement fix for revision 11664 to update GCC assem...
2011-05-16 rsun3Clear the direction flag in interrupt/exception handler...
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-06-11 rsun3Skip restoration of DRx registers to support in-circuit...
2010-04-24 hhtianUpdate the copyright notice format
2010-04-06 lgao4Update the modules with the different module GUID to...
2010-03-10 xli24Add Checking for MTRR existence.
2010-03-04 xli24Add array index check to avoid potential buffer overflow.
2010-02-25 jljustenRemove svn:executable on *.c, *.h, *.asm, *.S, *.inf...
2010-02-25 klu2Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION...
2010-02-24 vanjeffroll back changing on save and restore interrupt status...
2010-02-23 lgao41. Correct File header to ## @file
2010-02-10 jljustenUefiCpuPkg/CpuDxe: Fix build error
2010-02-10 jljustenUefiCpuPkg/CpuDxe: Remove unnecessary OvmfPkg dependency
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-08-20 qhuang8Use .p2align directive instead of ambiguous .align...
2009-08-20 qhuang8Update to make end-of-line consistent for all source...
2009-08-17 gikidyRemove ".intel_syntax", convert MASM to GAS.
2009-08-14 gikidyRemove ".intel_syntax", convert MASM to GAS.
2009-05-27 jljustenAdd CPU DXE driver for IA32 & X64 processor architectures.