summaryrefslogtreecommitdiff
path: root/UefiCpuPkg
AgeCommit message (Expand)AuthorFilesLines
2012-10-30Add missing status code in several modules.li-elvin1-0/+39
2012-10-11Add missing braces around initializer.lzeng141-1/+1
2012-10-10Add missing parameter in functions header.vanjeff1-3/+3
2012-09-27Save and disable CPU interrupt before programming MTRR settings, and restore ...vanjeff1-39/+50
2012-09-10Add type cast to avoid sign extension on x64 tip.vanjeff1-1/+1
2012-08-28Fix comparisons of enumerated types which may cause warnings for some compilers.rsun33-6/+6
2012-08-28Only disable Debug Timer for x64 platforms in S3RestoreConfig2().vanjeff1-5/+14
2012-08-231. Added SetLocalApicBaseAdress() and GetLocalApicBaseAddress() APIs in Local...vanjeff5-20/+132
2012-08-22Set correct DS/ES/FS/GS/SS segment selectors after GDT loaded.vanjeff6-0/+204
2012-08-20Initialize TempAcpiS3Context and TempEfiBootScriptExecutorVariable.lzeng141-4/+8
2012-08-14Create 4G page table by default, and using PF to handle >4G MMIO access, to i...jyao11-3/+54
2012-08-06Remove Variable PPI dependency from S3Resume module, check return status of l...lzeng142-34/+26
2012-07-06UefiCpuPkg CpuDxe: Call UefiCpuLib.InitializeFloatingPointUnits () to initial...rsun34-0/+5
2012-07-05UefiCpuPkg BaseUefiCpuLib: Change the initialization value for x87 FPU Contro...rsun32-7/+7
2012-06-19Align the perf data between FPDT and DP.lzeng141-5/+5
2012-05-31Remove CPU dead loop code from IA32 assembly codes.vanjeff4-30/+2
2012-05-18UefiCpuPkg: Added code to enable Local APIC.geekboy15a3-6/+13
2012-05-02UefiCpuPkg S3Resume2: Move the call to RestoreS3PageTables() earlier before S...rsun31-4/+7
2012-04-24Update copyright formathhtian1-3/+1
2012-04-11EDK II Packages: Add Contributions.txt and License.txt filesjljusten2-0/+215
2012-04-11UefiCpuPkg MtrrLib: For MtrrSetAllMtrrs(), do not set FE/E bits in IA32_MTRR_...rsun31-11/+27
2012-03-19Fix doxgen format issue.vanjeff4-8/+14
2012-03-19Remove the useless performance logging code in BootScriptExecutorDxe driver a...lzeng141-0/+4
2012-03-151. Updated S3Resume2Pei to save IA32 IDT table setup in protected mode. vanjeff1-1/+7
2012-03-15Import two CPU Exception Handler Library instances: SecPeiCpuExceptionHandler...vanjeff13-1/+2598
2011-12-14Update package version for MdeModulePkg, UefiCpuPkg.rsun32-3/+3
2011-12-01Update the check condition to allows UINT64 and INT64 data types to be 32-bit...vanjeff1-2/+3
2011-11-25UefiCpuPkg MTRR Library: Remove a buggy check logic in MtrrSetMemoryAttribute...rsun31-10/+0
2011-11-16Restore original IDT entry if RegisterInterruptHandler() was used to unregist...vanjeff2-1/+46
2011-10-31Roll back the change on GetMemorySpaceAttributeFromMtrrType()'s parameter typ...vanjeff1-6/+6
2011-10-281. Introduce the API MtrrGetDefaultMemoryType () in Mtrr Library.vanjeff3-19/+53
2011-10-27Update Base type SecPeiDxeTimerLibUefiCpu to support all module type.lgao41-3/+6
2011-09-28UefiCpuPkg VTF0: Fix support for finding SEC image of type TE.rsun37-17/+21
2011-09-21Add PCD for 1G page tablejyao12-5/+10
2011-09-20UefiCpuPkg MTRR Library: enhance MTRR Library.rsun31-4/+12
2011-09-20UefiCpuPkg VTF0: Rename README to ReadMe.txt, add nasm versionydong101-1/+1
2011-09-19Correct 1G page table generation.jyao11-2/+1
2011-09-15UefiCpuPkg VTF0: Add README, remove Makefilejljusten2-42/+41
2011-09-13Use CPU_HOB to detect max address support from platform, and added 1G page ta...jyao11-28/+94
2011-09-13Enhance the MTRR lib to support the case where alignment of base address < le...rsun31-91/+126
2011-09-02Add generic HPET Timer DXE Driver and support librariesmdkinney4-4/+238
2011-08-29UefiCpuPkg: Add S3Resume2Pei PEIMjljusten3-0/+1012
2011-08-25Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to tim...xdu22-2/+90
2011-08-04UefiCpuPkg: Replace the un-necessary WBINVD instruction at the reset vector w...rsun37-2/+3
2011-07-08Fix typo that breaks the build.niruiyu1-1/+1
2011-07-06UefiCpuPkg: Fix X64 clang compiler/assembler warnings.andrewfish2-40/+793
2011-06-16UefiCpuPkg/CpuDxe: Put CPU to sleep during Idle eventsjljusten3-2/+40
2011-05-25CpuDxe entry point () only register exception handlers unassigned before.vanjeff1-1/+1
2011-05-24Per PI 1.2 errata B spec, for SetMemoryAttributes() service of CPU Architectu...rsun31-14/+29
2011-05-17A complement fix for revision 11664 to update GCC assembly files : clear the ...rsun32-2/+8