diff options
author | Jeff Fan <jeff.fan@intel.com> | 2016-07-30 01:32:25 +0800 |
---|---|---|
committer | Jeff Fan <jeff.fan@intel.com> | 2016-08-17 20:07:07 +0800 |
commit | 39d49a73a553d2719aa63bfd38422fdbc6c34f9e (patch) | |
tree | 8d01e9e0e79f6aac07e705066e7bd824799edc0f /UefiCpuPkg/CpuDxe/CpuDxe.h | |
parent | 0b9f0dd635b82cad34fcd47e20ce9c0c9c46c893 (diff) | |
download | edk2-platforms-39d49a73a553d2719aa63bfd38422fdbc6c34f9e.tar.xz |
UefiCpuPkg/CpuDxe: Remove unused codes and files
v5:
1. Remove unused PcdCpuApStackSize and PcdCpuApInitTimeOutInMicroSeconds.
v4:
1. Keep GDT table setup to fix IA32 S3 boot issue.
Cc: Michael Kinney <michael.d.kinney@intel.com>
Cc: Feng Tian <feng.tian@intel.com>
Cc: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
Tested-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: Michael Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'UefiCpuPkg/CpuDxe/CpuDxe.h')
-rw-r--r-- | UefiCpuPkg/CpuDxe/CpuDxe.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/UefiCpuPkg/CpuDxe/CpuDxe.h b/UefiCpuPkg/CpuDxe/CpuDxe.h index 00d1a8f130..6dd0ad3f01 100644 --- a/UefiCpuPkg/CpuDxe/CpuDxe.h +++ b/UefiCpuPkg/CpuDxe/CpuDxe.h @@ -36,7 +36,6 @@ #include <Library/UefiCpuLib.h>
#include <Library/UefiLib.h>
#include <Library/CpuExceptionHandlerLib.h>
-#include <Library/TimerLib.h>
#include <Library/HobLib.h>
#include <Library/ReportStatusCodeLib.h>
#include <Library/MpInitLib.h>
|