summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/CpuDxe/Ia32
AgeCommit message (Expand)AuthorFilesLines
2021-12-07UefiCpuPkg: Apply uncrustify changesMichael Kubacki1-5/+4
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-115/+0
2016-08-17UefiCpuPkg/CpuDxe: Remove unused codes and filesJeff Fan2-144/+0
2016-06-28UefiCpuPkg CpuDxe: Convert Ia32/CpuAsm.asm to NASMLiming Gao1-0/+53
2015-04-09UefiCpuPkg: Avoid "error A2085" when DDK3790 tool chain is usedScott Duplichan1-1/+2
2014-11-13UefiCpuPkg/CpuDxe: Add stackless assembly AP entry pointsJordan Justen2-0/+143
2013-11-221. Separated DxeSmmCpuExceptionHandlerLib.inf into 2 instance DxeCpuException...Jeff Fan4-1484/+2
2012-05-31Remove CPU dead loop code from IA32 assembly codes.vanjeff2-16/+2
2011-07-06UefiCpuPkg: Fix X64 clang compiler/assembler warnings.andrewfish1-32/+785
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 formathhtian4-8/+8
2010-02-25Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten4-0/+0
2009-08-20Use .p2align directive instead of ambiguous .align directive.qhuang81-1/+1
2009-08-20Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang82-451/+451
2009-08-17Remove ".intel_syntax", convert MASM to GAS.gikidy1-1/+0
2009-08-14Remove ".intel_syntax", convert MASM to GAS.gikidy1-168/+159
2009-05-27Add CPU DXE driver for IA32 & X64 processor architectures.jljusten4-0/+896