X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=UefiCpuPkg%2FCpuDxe%2FCpuDxe.h;h=27ad45bf9b728356ad6e6a76808a340fe9546244;hb=01eb3f39bbcc5b6474d69cff3922be8eb1856636;hp=6d0d83ba0827368f8e2eea64aeef4c5b2d07adcf;hpb=de4b64f714332d80e9f1e0ada42c1998b5fbb81c;p=mirror_edk2.git diff --git a/UefiCpuPkg/CpuDxe/CpuDxe.h b/UefiCpuPkg/CpuDxe/CpuDxe.h index 6d0d83ba08..27ad45bf9b 100644 --- a/UefiCpuPkg/CpuDxe/CpuDxe.h +++ b/UefiCpuPkg/CpuDxe/CpuDxe.h @@ -1,7 +1,7 @@ /** @file - CPU DXE Module. + CPU DXE Module to produce CPU ARCH Protocol and CPU MP Protocol. - Copyright (c) 2008 - 2011, Intel Corporation. All rights reserved.
+ Copyright (c) 2008 - 2017, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -18,6 +18,10 @@ #include #include +#include + +#include +#include #include #include @@ -28,12 +32,17 @@ #include #include #include -#include +#include +#include +#include +#include +#include +#include +#include +#include -// -// -// -#define INTERRUPT_VECTOR_NUMBER 256 +#include +#include #define EFI_MEMORY_CACHETYPE_MASK (EFI_MEMORY_UC | \ EFI_MEMORY_WC | \ @@ -218,30 +227,6 @@ CpuSetMemoryAttributes ( IN UINT64 Attributes ); -/** - Label of base address of IDT vector 0. - - This is just a label of base address of IDT vector 0. - -**/ -VOID -EFIAPI -AsmIdtVector00 ( - VOID - ); - -/** - Initializes the pointer to the external interrupt vector table. - - @param VectorTable Address of the external interrupt vector table. - -**/ -VOID -EFIAPI -InitializeExternalVectorTablePtr ( - EFI_CPU_INTERRUPT_HANDLER *VectorTable - ); - /** Initialize Global Descriptor Table. @@ -275,16 +260,5 @@ SetDataSelectors ( UINT16 Selector ); -/** - Restore original Interrupt Descriptor Table Handler Address. - - @param Index The Index of the interrupt descriptor table handle. - -**/ -VOID -RestoreInterruptDescriptorTableHandlerAddress ( - IN UINTN Index - ); - #endif