]> git.proxmox.com Git - mirror_edk2.git/history - UefiCpuPkg/Library
CorebootPayloadPkg: Use extra braces to prevent gcc compile fail
[mirror_edk2.git] / UefiCpuPkg / Library /
2015-01-16 Shumin QiuRefine the format of PCD in INF files for UefiCpuPkg.
2014-12-17 Jeff FanUefiCpuPkg CpuExceptionHandlerLib: Use %rax instead...
2014-11-06 Jeff FanRemove un-used PPI reference.
2014-09-12 Nikolai SaoukhUefiCpuPkg: error: invalid instruction mnemonic 'retf'
2014-09-12 Nikolai SaoukhUefiCpuPkg: error: invalid instruction mnemonic 'retf'
2014-09-09 Anderw FishUefiCpuPkg: CpuExceptionHandlerLib: Make self modifying...
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
2014-07-11 Jeff Fan1. Save/restore ICR high 32bit value and check Delivery...
2014-07-10 Jeff FanIntroduce one PCD PcdCpuInitIpiDelayInMicroSeconds...
2014-07-09 Chen FanFixed typos: hanlder should be handler.
2014-06-30 Jeff FanFix the potential address overflow issue when checking...
2014-01-22 Tian, HotFix CRLF format
2014-01-10 Jeff FanFix bug when reserve stack space to fill exception...
2014-01-07 Jeff FanMtrrDebugPrintAllMtrrs() should loop until the max...
2013-12-20 Jeff Fan1. Only dump CPU Context and CpuDeadLoop () for CPU...
2013-12-13 Jeff FanFix meta file issue.
2013-12-11 Liming GaoCorrect INF file to make module pass ICC compiler.
2013-12-06 Jeff FanFix comments format issue.
2013-11-30 Jeff FanAdd missing ASM_PFX for HookAfterStubHeaderEnd.
2013-11-29 Jeff FanFixed typo: HookAfterStubEnd should be HookAfterStubHea...
2013-11-29 Laszlo ErsekUefiCpuPkg: Using the "movabsq" instruction to read...
2013-11-26 Jeff FanCleanup unused ReportStatusCodeLib reference.
2013-11-22 Jeff Fan1. Separated DxeSmmCpuExceptionHandlerLib.inf into...
2013-09-16 Jeff Fan1. Read 32bit CPU Init APIC ID from CPUID leaf B in...
2013-08-27 Jeff FanRemoved the assumption on APIC timer initial Count...
2013-02-05 vanjeffFix build issue on DDK3790 tool chain.
2012-10-10 vanjeffAdd missing parameter in functions header.
2012-09-27 vanjeffSave and disable CPU interrupt before programming MTRR...
2012-08-23 vanjeff1. Added SetLocalApicBaseAdress() and GetLocalApicBaseA...
2012-07-05 rsun3UefiCpuPkg BaseUefiCpuLib: Change the initialization...
2012-05-31 vanjeffRemove CPU dead loop code from IA32 assembly codes.
2012-04-11 rsun3UefiCpuPkg MtrrLib: For MtrrSetAllMtrrs(), do not set...
2012-03-19 vanjeffFix doxgen format issue.
2012-03-15 vanjeffImport two CPU Exception Handler Library instances...
2011-11-25 rsun3UefiCpuPkg MTRR Library: Remove a buggy check logic...
2011-10-28 vanjeff1. Introduce the API MtrrGetDefaultMemoryType () in...
2011-10-27 lgao4Update Base type SecPeiDxeTimerLibUefiCpu to support...
2011-09-20 rsun3UefiCpuPkg MTRR Library: enhance MTRR Library.
2011-09-13 rsun3Enhance the MTRR lib to support the case where alignmen...
2011-09-02 mdkinneyAdd generic HPET Timer DXE Driver and support libraries
2011-08-25 xdu2Add new API GetTimeInNanoSecond() to TimerLib to conver...
2011-01-11 mdkinneyRemove extra {} inside DEBUG_CODE() macro
2011-01-07 mdkinneyFix 32-bit build break
2011-01-06 mdkinneyAdd DEBUG() macros for DEBUG_CACHE to MTRR Library...
2010-11-29 rsun3Lost a file in last check-in.
2010-11-29 rsun3Add a new Timer Library instance SecPeiDxeTimerLibUefiC...
2010-10-28 rsun3Fix build break when doing 32-bit build with some certa...
2010-08-27 rsun3Add DisableLvtInterrupts() for the Local APIC library...
2010-08-26 rsun3Improve Local APIC library class. Add new library APIs...
2010-08-23 rsun3Add Local APIC Library class defining APIs for common...
2010-08-10 xli24Add boundary check against variable MTRR count.
2010-07-13 xli24Code refinement.
2010-04-24 hhtianUpdate the copyright notice format
2010-04-16 geekboy15aFixed GCC 4.4 build issues due to EFIAPI not being...
2010-03-10 xli24Add Checking for MTRR existence.
2010-03-04 xli24Add array index check to avoid potential buffer overflow.
2010-02-23 lgao41. Correct File header to ## @file
2010-02-14 mdkinneyUse atomic AsmDisableCache() and AsmDisableCache()...
2010-02-05 jyao1Revert incompatible change:
2010-02-05 jyao1Original MTRR lib hardcode VARIABLE_MTRR as 8. But...
2010-01-26 qhuang8Clean up MtrrLib to remove unnecessary package dependency
2010-01-08 geekboy15aFixed incorrect syntax for immediate HEX value.
2010-01-08 geekboy15aRemoved use of pre-initialized global data in this...
2009-12-16 jljustenBaseUefiCpuLib: Preserve EBX register in InitializeFloa...
2009-11-30 qhuang8Update x64 version of InitializeFpu.asm to use raw...
2009-11-25 qhuang8Introduce UefiCpuLib library class in UefiCpuPkg and...
2009-05-27 jljustenAdd MTRR library for IA32 & X64 processor architectures.