summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/CpuDxe/X64
AgeCommit message (Expand)AuthorFilesLines
2022-03-01UefiCpuPkg: Replace Opcode with the corresponding instructions.Jason1-2/+2
2021-12-07UefiCpuPkg: Apply uncrustify changesMichael Kubacki1-5/+4
2021-01-12UefiCpuPkg/CpuDxe: Fix boot errorGuo Dong1-5/+3
2020-12-18Revert "UefiCpuPkg/CpuDxe: Fix boot error"Laszlo Ersek1-2/+2
2020-12-08UefiCpuPkg/CpuDxe: Fix boot errorGuo Dong1-2/+2
2019-09-25UefiCpuPkg/CpuDxe: clean up PAGE_TABLE_LIB_PAGING_CONTEXT usage.Dong, Eric1-0/+34
2019-04-09UefiCpuPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-07UefiCpuPkg: Remove X86 ASM and S filesLiming Gao2-114/+0
2016-08-17UefiCpuPkg/CpuDxe: Remove unused codes and filesJeff Fan2-146/+0
2016-06-28UefiCpuPkg CpuDxe: Add nasm source file in CpuDxe.infLiming Gao1-0/+52
2014-11-13UefiCpuPkg/CpuDxe: Add stackless assembly AP entry pointsJordan Justen2-0/+146
2013-11-221. Separated DxeSmmCpuExceptionHandlerLib.inf into 2 instance DxeCpuException...Jeff Fan2-564/+2
2011-07-08Fix typo that breaks the build.niruiyu1-1/+1
2011-07-06UefiCpuPkg: Fix X64 clang compiler/assembler warnings.andrewfish1-8/+8
2011-05-17A complement fix for revision 11664 to update GCC assembly files : clear the ...rsun31-1/+4
2011-05-16Clear the direction flag in interrupt/exception handlers' assembly entry code...rsun31-1/+4
2010-06-11Skip restoration of DRx registers to support in-circuit emualators or debugge...rsun32-42/+8
2010-04-24Update the copyright notice formathhtian2-4/+4
2010-02-25Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten2-0/+0
2009-08-20Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang81-359/+359
2009-08-17Remove ".intel_syntax", convert MASM to GAS.gikidy1-180/+176
2009-05-27Add CPU DXE driver for IA32 & X64 processor architectures.jljusten2-0/+708