audk/UefiCpuPkg
rsun3 304a39b746 Fix a bug that the size of a gate descriptor in the IDT is 8 bytes. The size is 8 bytes in 32-bit mode, while it is 16 bytes in 64-bit mode. Replace the hard-coded size with a sizeof.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11177 6f19259b-4bc3-4df7-8a09-765794883524
2010-12-17 02:38:26 +00:00
..
CpuDxe Fix a bug that the size of a gate descriptor in the IDT is 8 bytes. The size is 8 bytes in 32-bit mode, while it is 16 bytes in 64-bit mode. Replace the hard-coded size with a sizeof. 2010-12-17 02:38:26 +00:00
CpuIo2Dxe Code refinement. 2010-07-13 03:08:54 +00:00
CpuIo2Smm Code refinement. 2010-07-13 03:08:54 +00:00
CpuIoPei Code refinement. 2010-07-13 03:08:54 +00:00
Include Fix build break when doing 32-bit build with some certain C compiler option combinations. 2010-10-28 02:01:43 +00:00
Library Lost a file in last check-in. 2010-11-29 03:37:13 +00:00
ResetVector/Vtf0 Rename two files to follow the file naming convention. 2010-09-07 10:23:05 +00:00
UefiCpuPkg.dec Add MtrrLib and LocalApicLib declarations to the UefiCpuPkg DEC file. 2010-12-07 20:23:20 +00:00
UefiCpuPkg.dsc Add a new Timer Library instance SecPeiDxeTimerLibUefiCpu into UefiCpuPkg. This library differs with the SecPeiDxeTimerLibCpu library in the MdePkg in that it uses the local APIC library so that it supports x2APIC mode. 2010-11-29 03:30:38 +00:00