summaryrefslogtreecommitdiff
path: root/UefiCpuPkg
AgeCommit message (Expand)AuthorFilesLines
2013-10-09Sync patch r14750from main trunk.vanjeff1-3/+3
2013-09-18Sync patch r14674 from main trunk.vanjeff4-11/+53
2013-09-10Sync patch r13667 from main trunk.vanjeff6-0/+204
2013-04-15Sync patch r13709 from main trunk.vanjeff1-1/+1
2012-11-02Sync patches r13889, r13890, r13891, r13892, r13896 and r13897 from main trunk. vanjeff1-0/+39
2012-10-09Sync patches r13506, r13511, r13517 and r13668 from main trunk.vanjeff11-30/+147
2012-10-09Sync patches r13631 and r13639 from main trunk.vanjeff1-3/+54
2012-10-09Sync patch r13749 from main trunk.vanjeff1-39/+50
2012-10-08Sync patch r13461 from main trunk.vanjeff1-5/+5
2012-05-31Sync patch r13388 from main trunk.vanjeff2-16/+2
2012-05-31Sync patch r13108 and from main trunk.vanjeff1-1/+5
2012-05-17Sync patch r13231 from mail trunk.vanjeff1-4/+7
2012-05-07Sync patch r13182 from mail trunk.vanjeff1-11/+27
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
2011-05-16Clear the direction flag in interrupt/exception handlers' assembly entry code...rsun32-2/+8
2011-03-14Enhance inf to follow spec.ydong102-2/+4
2011-03-10Update DebugLib to provide support for "err" command in the EFI Shell to adju...mdkinney1-1/+2
2011-01-11Remove extra {} inside DEBUG_CODE() macromdkinney1-120/+118
2011-01-07Fix 32-bit build breakmdkinney1-1/+1
2011-01-06Add DEBUG() macros for DEBUG_CACHE to MTRR Library show all changes memory ca...mdkinney2-46/+170
2010-12-17Fix a bug that the size of a gate descriptor in the IDT is 8 bytes. The size ...rsun31-1/+1
2010-12-07Add MtrrLib and LocalApicLib declarations to the UefiCpuPkg DEC file.mdkinney1-0/+9
2010-11-29Lost a file in last check-in.rsun31-0/+172
2010-11-29Add a new Timer Library instance SecPeiDxeTimerLibUefiCpu into UefiCpuPkg. Th...rsun33-0/+259
2010-11-01Refine code to follow the coding style.ydong101-0/+14
2010-10-28Fix build break when doing 32-bit build with some certain C compiler option c...rsun32-7/+8