]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
UefiCpuPkg/CpuExceptionHandlerLib: Add stack switch support
[mirror_edk2.git] / UefiCpuPkg / Library / CpuExceptionHandlerLib / DxeCpuExceptionHandlerLib.inf
index 2d321494c22eb24dbcceeaaeea9fd2cb0de220bf..58e55a8a2e75d4511666e0868792a29b3dc4ec21 100644 (file)
@@ -6,10 +6,10 @@
 #  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
 #  http://opensource.org/licenses/bsd-license.php\r
-#  \r
+#\r
 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#  \r
+#\r
 ##\r
 \r
 [Defines]\r
 \r
 [Sources.Ia32]\r
   Ia32/ExceptionHandlerAsm.asm\r
-  Ia32/ExceptionHandlerAsm.S   |GCC\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.S     |GCC\r
+  X64/ExceptionHandlerAsm.nasm\r
+  X64/ExceptionHandlerAsm.S\r
   X64/ArchExceptionHandler.c\r
   X64/ArchInterruptDefs.h\r
 \r
   PeiDxeSmmCpuException.c\r
   DxeException.c\r
 \r
+[Pcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard\r
+  gUefiCpuPkgTokenSpaceGuid.PcdCpuStackSwitchExceptionList\r
+  gUefiCpuPkgTokenSpaceGuid.PcdCpuKnownGoodStackSize\r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
@@ -56,6 +64,6 @@
   PrintLib\r
   SynchronizationLib\r
   LocalApicLib\r
-  PeCoffGetEntryPointLib \r
+  PeCoffGetEntryPointLib\r
   MemoryAllocationLib\r
   DebugLib\r