]> git.proxmox.com Git - mirror_edk2.git/commitdiff
UefiCpuPkg CpuExceptionHandlerLib: Add nasm source files into INF files.
authorLiming Gao <liming.gao@intel.com>
Tue, 14 Jun 2016 08:15:13 +0000 (16:15 +0800)
committerLiming Gao <liming.gao@intel.com>
Tue, 28 Jun 2016 01:52:10 +0000 (09:52 +0800)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf
UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf

index 2d321494c22eb24dbcceeaaeea9fd2cb0de220bf..630b25dab7e3f38937833d600fbad27f1f57cd04 100644 (file)
 \r
 [Sources.Ia32]\r
   Ia32/ExceptionHandlerAsm.asm\r
-  Ia32/ExceptionHandlerAsm.S   |GCC\r
+  Ia32/ExceptionHandlerAsm.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
index 951a6fe62cd2f0c36742726b6e2822a5b5e70da2..fba60a769f32c7813d8743aaecf1918f82b563b0 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  CPU Exception Handler library instance for SEC/PEI modules.\r
 #\r
-#  Copyright (c) 2012 - 2015, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2012 - 2016, 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
 [Sources.Ia32]\r
   Ia32/ExceptionHandlerAsm.asm\r
-  Ia32/ExceptionHandlerAsm.S   |GCC\r
+  Ia32/ExceptionHandlerAsm.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
index 549c74748dfbc5ad026c07734f5ea99b967b342d..c23c6181b9d1a1be255b273a9cd89bb7f1869347 100644 (file)
 \r
 [Sources.Ia32]\r
   Ia32/ExceptionHandlerAsm.asm\r
-  Ia32/ExceptionHandlerAsm.S   |GCC\r
+  Ia32/ExceptionHandlerAsm.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