summaryrefslogtreecommitdiff
path: root/UefiCpuPkg
AgeCommit message (Expand)AuthorFilesLines
2014-11-13UefiCpuPkg/CpuDxe: implement Mp Protocol: WhoAmI()Chen Fan2-1/+81
2014-11-13UefiCpuPkg/CpuDxe: introduce MP_SYSTEM_DATA for Mp Service ProtocolChen Fan4-10/+128
2014-11-13UefiCpuPkg/CpuDxe: introduce EFI_MP_SERVICES_PROTOCOLChen Fan3-0/+13
2014-11-13UefiCpuPkg/CpuDxe: Switch Ap Stack to NewStackChen Fan1-0/+29
2014-11-13UefiCpuPkg/CpuDxe: introduce two PCD valueChen Fan3-1/+52
2014-11-13UefiCpuPkg/CpuDxe: Add StartApsStackless routineJordan Justen4-0/+332
2014-11-13UefiCpuPkg/CpuDxe: Move GDT structures into CpuGdt.hJordan Justen2-51/+73
2014-11-13UefiCpuPkg/CpuDxe: Add stackless assembly AP entry pointsJordan Justen7-0/+326
2014-11-13UefiCpuPkg/CpuDxe: Add ApEntryPointInCJordan Justen1-0/+13
2014-11-13UefiCpuPkg/CpuDxe: Add no-op InitializeMpSupportJordan Justen4-0/+61
2014-11-06Remove un-used PPI reference.Jeff Fan1-3/+0
2014-10-31EDK II Contributions.txt: Update patch format informationJordan Justen1-13/+29
2014-09-12UefiCpuPkg: error: invalid instruction mnemonic 'retf'Nikolai Saoukh1-1/+1
2014-09-12UefiCpuPkg: error: invalid instruction mnemonic 'retf'Nikolai Saoukh1-6/+1
2014-09-09UefiCpuPkg: CpuExceptionHandlerLib: Make self modifying code work with XcodeAnderw Fish7-264/+109
2014-09-03UefiCpuPkg: Convert non DOS format files to DOS formatGao, Liming16-0/+0
2014-08-28UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming2-0/+0
2014-08-28UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming1-2/+13
2014-08-28UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming24-0/+0
2014-08-28UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming17-66/+95
2014-08-25EDK II Contributions.txt: Note acceptable contribution licensesJordan Justen1-0/+14
2014-08-21Append the terminating null character at the end of the string to avoid buffe...Qiu Shumin1-0/+1
2014-08-18UefiCpuPkg: Add ResetVector/FixupVtfJordan Justen2-0/+92
2014-08-18UefiCpuPkg VTF0 X64: Build page tables in NASM codeJordan Justen5-97/+108
2014-08-18UefiCpuPkg: Support building VTF0 ResetVector during the EDK II buildJordan Justen3-5/+50
2014-07-111. Save/restore ICR high 32bit value and check Delivery Status before sending...Jeff Fan3-2/+76
2014-07-10Introduce one PCD PcdCpuInitIpiDelayInMicroSeconds to specify the delay value...Jeff Fan5-8/+15
2014-07-09Fixed typos: hanlder should be handler.Chen Fan3-3/+3
2014-06-30Fix the potential address overflow issue when checking PE signature. Jeff Fan1-8/+13
2014-06-24Add DEBUG message for all fields in AcpiS3Context.Gao, Liming1-1/+4
2014-01-28Fix ResetVectorVtf0.asm comment typoChen Fan1-1/+1
2014-01-22Fix CRLF formatTian, Hot5-268/+268
2014-01-10Fix bug when reserve stack space to fill exception context.Jeff Fan2-8/+8
2014-01-10Update UefiCpuPkg version: 0.2->0.3Jeff Fan2-4/+4
2014-01-07MtrrDebugPrintAllMtrrs() should loop until the max physical address is reached. Jeff Fan2-10/+11
2013-12-201. Only dump CPU Context and CpuDeadLoop () for CPU exception.Jeff Fan1-2/+2
2013-12-13Fix meta file issue.Jeff Fan1-1/+1
2013-12-13UefiCpuPkg: S3Resume2Pei: align return stacks explicitlyLaszlo Ersek1-2/+12
2013-12-11Correct INF file to make module pass ICC compiler.Liming Gao4-8/+8
2013-12-06Fix comments format issue.Jeff Fan7-8/+8
2013-11-30Add missing ASM_PFX for HookAfterStubHeaderEnd.Jeff Fan1-1/+1
2013-11-29Fixed typo: HookAfterStubEnd should be HookAfterStubHeaderEnd. It will make U...Jeff Fan1-1/+1
2013-11-29UefiCpuPkg: Using the "movabsq" instruction to read global variable mDoFarRet...Laszlo Ersek1-4/+10
2013-11-26Cleanup unused ReportStatusCodeLib reference.Jeff Fan4-4/+0
2013-11-221. Separated DxeSmmCpuExceptionHandlerLib.inf into 2 instance DxeCpuException...Jeff Fan27-3023/+1893
2013-10-08Fix several DEBUG_ERROR messages that are unnecessarily verbose. Several of t...Samer El-Haj-Mahmoud1-3/+3
2013-09-24UefiCpuPkg/ResetVector/Vtf0: Move Page Table/CR3 setting to a new fileJordan Justen3-4/+34
2013-09-161. Read 32bit CPU Init APIC ID from CPUID leaf B in XAPIC mode.Jeff Fan4-11/+53
2013-08-27Removed the assumption on APIC timer initial Count is all 1s and updated it t...Jeff Fan1-15/+38
2013-02-05Fix build issue on DDK3790 tool chain.vanjeff1-2/+2