]> git.proxmox.com Git - mirror_edk2.git/history - UefiCpuPkg
MdeModulePkg: Add support for weakly aligned FVs.
[mirror_edk2.git] / UefiCpuPkg /
2013-08-27 Jeff FanRemoved the assumption on APIC timer initial Count...
2013-02-05 vanjeffFix build issue on DDK3790 tool chain.
2012-10-30 li-elvinAdd missing status code in several modules.
2012-10-11 lzeng14Add missing braces around initializer.
2012-10-10 vanjeffAdd missing parameter in functions header.
2012-09-27 vanjeffSave and disable CPU interrupt before programming MTRR...
2012-09-10 vanjeffAdd type cast to avoid sign extension on x64 tip.
2012-08-28 rsun3Fix comparisons of enumerated types which may cause...
2012-08-28 vanjeffOnly disable Debug Timer for x64 platforms in S3Restore...
2012-08-23 vanjeff1. Added SetLocalApicBaseAdress() and GetLocalApicBaseA...
2012-08-22 vanjeffSet correct DS/ES/FS/GS/SS segment selectors after...
2012-08-20 lzeng14Initialize TempAcpiS3Context and TempEfiBootScriptExecu...
2012-08-14 jyao1Create 4G page table by default, and using PF to handle...
2012-08-06 lzeng14Remove Variable PPI dependency from S3Resume module...
2012-07-06 rsun3UefiCpuPkg CpuDxe: Call UefiCpuLib.InitializeFloatingPo...
2012-07-05 rsun3UefiCpuPkg BaseUefiCpuLib: Change the initialization...
2012-06-19 lzeng14Align the perf data between FPDT and DP.
2012-05-31 vanjeffRemove CPU dead loop code from IA32 assembly codes.
2012-05-18 geekboy15aUefiCpuPkg: Added code to enable Local APIC.
2012-05-02 rsun3UefiCpuPkg S3Resume2: Move the call to RestoreS3PageTab...
2012-04-24 hhtianUpdate copyright format
2012-04-11 jljustenEDK II Packages: Add Contributions.txt and License...
2012-04-11 rsun3UefiCpuPkg MtrrLib: For MtrrSetAllMtrrs(), do not set...
2012-03-19 vanjeffFix doxgen format issue.
2012-03-19 lzeng14Remove the useless performance logging code in BootScri...
2012-03-15 vanjeff1. Updated S3Resume2Pei to save IA32 IDT table setup...
2012-03-15 vanjeffImport two CPU Exception Handler Library instances...
2011-12-14 rsun3Update package version for MdeModulePkg, UefiCpuPkg.
2011-12-01 vanjeffUpdate the check condition to allows UINT64 and INT64...
2011-11-25 rsun3UefiCpuPkg MTRR Library: Remove a buggy check logic...
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-10-27 lgao4Update Base type SecPeiDxeTimerLibUefiCpu to support...
2011-09-28 rsun3UefiCpuPkg VTF0: Fix support for finding SEC image...
2011-09-21 jyao1Add PCD for 1G page table
2011-09-20 rsun3UefiCpuPkg MTRR Library: enhance MTRR Library.
2011-09-20 ydong10UefiCpuPkg VTF0: Rename README to ReadMe.txt, add nasm...
2011-09-19 jyao1Correct 1G page table generation.
2011-09-15 jljustenUefiCpuPkg VTF0: Add README, remove Makefile
2011-09-13 jyao1Use CPU_HOB to detect max address support from platform...
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-29 jljustenUefiCpuPkg: Add S3Resume2Pei PEIM
2011-08-25 xdu2Add new API GetTimeInNanoSecond() to TimerLib to conver...
2011-08-04 rsun3UefiCpuPkg: Replace the un-necessary WBINVD instruction...
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-03-14 ydong10Enhance inf to follow spec.
2011-03-10 mdkinneyUpdate DebugLib to provide support for "err" command...
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-12-17 rsun3Fix a bug that the size of a gate descriptor in the...
2010-12-07 mdkinneyAdd MtrrLib and LocalApicLib declarations to the UefiCp...
2010-11-29 rsun3Lost a file in last check-in.
2010-11-29 rsun3Add a new Timer Library instance SecPeiDxeTimerLibUefiC...
2010-11-01 ydong10Refine code to follow the coding style.
2010-10-28 rsun3Fix build break when doing 32-bit build with some certa...
2010-10-26 ydong10Refine code to remove type converting warning.
2010-10-22 jljustenUefiCpuPkg CpuDxe: Fix bug with CPU Arch RegisterInterr...
2010-09-07 rsun3Rename two files to follow the file naming convention.
2010-09-07 rsun3Rename two files to follow the file naming convention.
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-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-05-21 lgao4Clean up package/platform DSC files by the following...
2010-05-13 qhuang8Fix minor format issue in file header
2010-04-24 hhtianUpdate the copyright notice format
2010-04-16 geekboy15aFixed GCC 4.4 build issues due to EFIAPI not being...
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-14 mdkinneyAdd Memory Allocation Library instance for modules...
2010-02-14 mdkinneyUse atomic AsmDisableCache() and AsmDisableCache()...
2010-02-10 jljustenUefiCpuPkg/CpuDxe: Fix build error
2010-02-10 jljustenUefiCpuPkg: Add CpuDxe driver to UefiCpuPkg.dsc for...
2010-02-10 jljustenUefiCpuPkg/CpuDxe: Remove unnecessary OvmfPkg dependency
2010-02-09 vanjeffa)Save and disable CPU interrupt before calling AsmWrit...
2010-02-05 jyao1Revert incompatible change:
2010-02-05 jyao1Original MTRR lib hardcode VARIABLE_MTRR as 8. But...
2010-02-02 geekboy15aAdding files from OvmfPkg to common location. This...
2010-01-28 mdkinneyRemove unused structure
2010-01-27 mdkinneyMinor clean up of DEC file.
2010-01-26 qhuang8Clean up MtrrLib to remove unnecessary package dependency
2010-01-15 qhuang8Fix ICC build break
next