]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf
UefiCpuPkg/CpuExceptionHandlerLib: support stack switch for PEI exceptions
[mirror_edk2.git] / UefiCpuPkg / Library / CpuExceptionHandlerLib / PeiCpuExceptionHandlerLib.inf
index 75443288a93049dc7ab3aca82521d52008853cfd..e192641db293799b7c02a4f475374e438af65e30 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  CPU Exception Handler library instance for PEI module.\r
 #\r
-#  Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution.  The full text of the license may be found at\r
 #\r
 \r
 [Sources.Ia32]\r
-  Ia32/ExceptionHandlerAsm.asm\r
   Ia32/ExceptionHandlerAsm.nasm\r
+  Ia32/ExceptionTssEntryAsm.nasm\r
   Ia32/ExceptionHandlerAsm.S\r
   Ia32/ArchExceptionHandler.c\r
   Ia32/ArchInterruptDefs.h\r
 \r
 [Sources.X64]\r
-  X64/ExceptionHandlerAsm.asm\r
   X64/ExceptionHandlerAsm.nasm\r
   X64/ExceptionHandlerAsm.S\r
   X64/ArchExceptionHandler.c\r
@@ -61,3 +60,7 @@
   HobLib\r
   MemoryAllocationLib\r
   SynchronizationLib\r
+\r
+[Pcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard    # CONSUMES\r
+\r