summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/CpuDxe/CpuGdt.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07UefiCpuPkg: Apply uncrustify changesMichael Kubacki1-4/+4
2021-03-18UefiCpuPkg/CpuDxe: Guarantee GDT is below 4GBRay Ni1-5/+16
2021-03-18UefiCpuPkg/CpuDxe: Rename variables to follow EDKII coding standardRay Ni1-12/+11
2020-08-17UefiCpuPkg: Add a 16-bit protected mode code segment descriptorTom Lendacky1-4/+4
2020-02-10UefiCpuPkg/CpuDxe: Fix few typosAntoine Coeur1-1/+1
2019-04-09UefiCpuPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2015-10-30UefiCpuPkg: CpuDxe: Update GDT to be consistent with DxeIplPeimMichael Kinney1-36/+47
2014-11-13UefiCpuPkg/CpuDxe: Move GDT structures into CpuGdt.hJordan Justen1-51/+1
2010-08-10Add explicit type cast to suppress possible warning of precession loss.xli241-1/+1
2010-07-13Code refinement.xli241-10/+10
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-02-25Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten1-0/+0
2009-05-27Add CPU DXE driver for IA32 & X64 processor architectures.jljusten1-0/+200