]> git.proxmox.com Git - mirror_edk2.git/history - UefiCpuPkg/Library
UefiCpuPkg/MpInitLib: Force sending INIT-SIPI-SIPI to reset APs
[mirror_edk2.git] / UefiCpuPkg / Library /
2016-11-16 Jeff FanUefiCpuPkg/MpInitLib: Force sending INIT-SIPI-SIPI...
2016-11-16 Jeff FanUefiCpuPkg/MpInitLib: Fixed offset error on Cr3Location
2016-11-14 Jeff FanUefiCpuPkg/DxeMpLib: Place APs to suitable state on...
2016-11-14 Jeff FanUefiCpuPkg/DxeMpLib: Rename MpInitExitBootServicesCallb...
2016-11-11 Jeff FanUefiCpuPkg/DxeMpLib: Allocate below 4GB mem for AsmRelo...
2016-11-09 Jeff FanUefiCpuPkg/MpInitLib: Do not wakeup AP if only one...
2016-11-03 Liming GaoUefiCpuPkg PeiCpuExceptionHandlerLib: Add the missing...
2016-11-02 Jeff FanUefiCpuPkg/LocalApicLib: Add EFIAPI for GetProcessorLoc...
2016-11-02 Jeff FanUefiCpuPkg/LocalApicLib: Rename GetProcessorLocation()
2016-11-01 Leo DuranUefiCpuPkg: Move GetProcessorLocation() to LocalApicLib...
2016-10-24 Gary LinUefiCpuPkg: Fix typos in comments
2016-08-25 Jeff FanUefiCpuPkg/MpInitLib: Don't allocate reset vector in...
2016-08-25 Jeff FanUefiCpuPkg/MpInitLib: Move two functions location
2016-08-25 Jeff FanUefiCpuPkg/MpInitLib: Fix function header comments...
2016-08-25 Jeff FanUefiCpuPkg/MpInitLib: Rename EndOfPeiFlag to SaveRestor...
2016-08-25 Jeff FanUefiCpuPkg/MpInitLib: Move allocating reserved memory...
2016-08-25 Jeff FanUefiCpuPkg/MpInitLib: Move timeout delay to WakupAp()
2016-08-19 Jeff FanUefiCpuPkg/MpInitLib: MicrocodeData used but maybe...
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Place APs in safe loop before...
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Implementation of MpInitLibStartu...
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Implementation of MpInitLibStartu...
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Check APs Status and update APs...
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Implementation of MpInitLibEnable...
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Implementation of MpInitLibSwitch...
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Implementation of MpInitLibWhoAmI()
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Implementation of MpInitLibGetPro...
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Implementation of MpInitLibGetNum...
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Skip collect processor count...
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Sort processor by ascending order...
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Enable x2APIC mode on BSP/APs
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Send INIT-SIPI-SIPI to get proces...
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Add WakeUpAP()
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Fill MP_CPU_EXCHANGE_INFO fields
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Add ApWakeupFunction() executed...
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Allocate AP reset vector buffer...
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Register one period event to...
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Register one End of PEI callback...
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Save CPU MP Data pointer
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Add MicrocodeDetect() and load...
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Add CPU_VOLATILE_REGISTERS &...
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Initialize CPU_AP_DATA for CPU APs
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Allocate and initialize memory...
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Get ApLoopMode and MointorFilter...
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Add MP_ASSEMBLY_ADDRESS_MAP
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Add AsmRelocateApLoop() assembly...
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Add EnableExecuteDisable in MP_CP...
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Fix typo and clean up the code
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Add AP assembly code and MP_CPU_E...
2016-08-17 Jeff FanUefiCpuPkg/MpInitLib: Add two instances PeiMpInitLib...
2016-08-17 Jeff FanUefiCpuPkg/LocalApic.h: Remove duplicated/conflicted...
2016-07-20 Jeff FanUefiCpuPkg/MtrrLib: Add notes for usage by BSP/APs
2016-07-20 Jeff FanUefiCpuPkg/MtrrLib: Remove MTRRs display from MtrrSetAl...
2016-06-28 Liming GaoUefiCpuPkg CpuExceptionHandlerLib: Add nasm source...
2016-06-28 Liming GaoUefiCpuPkg CpuExceptionHandlerLib:Convert X64/Exception...
2016-06-28 Liming GaoUefiCpuPkg CpuExceptionHandlerLib:Convert Ia32/Exceptio...
2016-06-28 Liming GaoUefiCpuPkg BaseUefiCpuLib: Add nasm source file in...
2016-06-28 Liming GaoUefiCpuPkg BaseUefiCpuLib: Convert X64/InitializeFpu...
2016-06-28 Liming GaoUefiCpuPkg BaseUefiCpuLib: Convert Ia32/InitializeFpu...
2016-06-07 Jeff FanUefiCpuPkg/MtrrLib: Fixed bug if length is less than...
2016-06-01 Jeff FanUefiCpuPkg/ExceptionLib: Import PeiCpuExceptionHandlerL...
2016-06-01 Jeff FanUefiCpuPkg/ExceptionLib: Move global variable location
2016-06-01 Jeff FanUefiCpuPkg/ExceptionLib: Add CommonExceptionHandlerWorker()
2016-06-01 Jeff FanUefiCpuPkg/ExceptionLib: Update RegisterCpuInterruptHan...
2016-06-01 Jeff FanUefiCpuPkg/ExceptionLib: Update UpdateIdtTable()
2016-06-01 Jeff FanUefiCpuPkg/ExceptionLib: Update InitializeCpuExceptionH...
2016-06-01 Jeff FanUefiCpuPkg/ExceptionLib: Add EXCEPTION_HANDLER_DATA...
2016-06-01 Jeff FanUefiCpuPkg/ExceptionLib: Rename DxeSmmCpuException.c
2016-05-19 Michael KinneyUefiCpuPkg/SmmCpuFeaturesLib: Add SMRR PhysBase/PhysMas...
2016-04-29 Jeff FanUefiCpuPkg/MtrrLib: Remove the loop of calculating...
2016-04-29 Jeff FanUefiCpuPkg/MtrrLib: Remove the loop of calculating...
2016-04-29 Jeff FanUefiCpuPkg/MtrrLib: Reduce the loop time to get fixed...
2016-03-25 Ard BiesheuvelUefiCpuPkg/MtrrLib: remove unused but set variable
2015-12-15 Jordan JustenUefiCpuPkg: Convert all .uni files to utf-8
2015-12-10 Jeff FanUefiCpuPkg/MtrrLib:Initialize local variables before...
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Add MtrrSetMemoryAttributeInMtrrSet...
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Add MtrrDebugPrintAllMtrrsWorker()
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Add worker functions to access...
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Print MTRR settings when set fixed...
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Reduce hardware init when program...
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Reduce hardware init when program...
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Add MtrrGetMemoryAttributeInVariabl...
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Make use of worker functions to...
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Adjust functions order
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Add worker functions not invoke...
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Fix some typo and clean up code...
2015-12-08 Jeff FanUefiCpuPkg/MtrrLib: Add PCD PcdCpuNumberOfReservedVaria...
2015-11-27 Yao, JiewenUefiCpuPkg/PiSmmCpu: Add NULL func for 2 new APIs in...
2015-11-27 Laszlo ErsekRevert "Add 2 APIs in SmmCpuFeaturesLib."
2015-11-26 Yao, JiewenAdd 2 APIs in SmmCpuFeaturesLib.
2015-11-20 Jeff FanUefiCpuPkg/SmmFeatureLib: Check SmmFeatureControl by...
2015-10-30 Michael KinneyUefiCpuPkg: LocalApicLib: Add API to set SoftwareEnable bit
2015-10-28 Michael KinneyUefiCpuPkg: SmmCpuFeaturesLib: Add MSR_SMM_FEATURE_CONT...
2015-10-19 Michael KinneyUefiCpuPkg: Add SmmCpuPlatformHookLib
2015-10-19 Michael KinneyUefiCpuPkg: Add SmmCpuFeaturesLib
2015-10-19 Michael KinneyUefiCpuPkg: Add PlatformSecLib
2015-10-19 Michael KinneyUefiCpuPkg: Add Cpuid.h include files for CPUID related...
2015-10-09 Hao WuUefiCpuPkg BaseXApic(X2)Lib: Add ASSERT if local APIC...
2015-10-09 Hao WuUefiCpuPkg: Add ASSERT to handle local APIC not config...
2015-09-05 Jeff FanUefiCpuPkg/MtrrLib: MtrrValidBitsMask and MtrrValidAddr...
2015-07-08 Jeff FanUefiCpuPkg/Library/CpuExceptionHandlerLib: Add exceptio...
next