mirror of https://github.com/acidanthera/audk.git
UefiCpuPkg CpuExceptionHandlerLib: Add nasm source files into INF files.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
parent
fb501e33c3
commit
70f3acf98a
|
@ -29,13 +29,15 @@
|
||||||
|
|
||||||
[Sources.Ia32]
|
[Sources.Ia32]
|
||||||
Ia32/ExceptionHandlerAsm.asm
|
Ia32/ExceptionHandlerAsm.asm
|
||||||
Ia32/ExceptionHandlerAsm.S |GCC
|
Ia32/ExceptionHandlerAsm.nasm
|
||||||
|
Ia32/ExceptionHandlerAsm.S
|
||||||
Ia32/ArchExceptionHandler.c
|
Ia32/ArchExceptionHandler.c
|
||||||
Ia32/ArchInterruptDefs.h
|
Ia32/ArchInterruptDefs.h
|
||||||
|
|
||||||
[Sources.X64]
|
[Sources.X64]
|
||||||
X64/ExceptionHandlerAsm.asm
|
X64/ExceptionHandlerAsm.asm
|
||||||
X64/ExceptionHandlerAsm.S |GCC
|
X64/ExceptionHandlerAsm.nasm
|
||||||
|
X64/ExceptionHandlerAsm.S
|
||||||
X64/ArchExceptionHandler.c
|
X64/ArchExceptionHandler.c
|
||||||
X64/ArchInterruptDefs.h
|
X64/ArchInterruptDefs.h
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
## @file
|
## @file
|
||||||
# CPU Exception Handler library instance for SEC/PEI modules.
|
# CPU Exception Handler library instance for SEC/PEI modules.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 - 2015, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2012 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||||
# This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# 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
|
# which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -29,13 +29,15 @@
|
||||||
|
|
||||||
[Sources.Ia32]
|
[Sources.Ia32]
|
||||||
Ia32/ExceptionHandlerAsm.asm
|
Ia32/ExceptionHandlerAsm.asm
|
||||||
Ia32/ExceptionHandlerAsm.S |GCC
|
Ia32/ExceptionHandlerAsm.nasm
|
||||||
|
Ia32/ExceptionHandlerAsm.S
|
||||||
Ia32/ArchExceptionHandler.c
|
Ia32/ArchExceptionHandler.c
|
||||||
Ia32/ArchInterruptDefs.h
|
Ia32/ArchInterruptDefs.h
|
||||||
|
|
||||||
[Sources.X64]
|
[Sources.X64]
|
||||||
X64/ExceptionHandlerAsm.asm
|
X64/ExceptionHandlerAsm.asm
|
||||||
X64/ExceptionHandlerAsm.S |GCC
|
X64/ExceptionHandlerAsm.nasm
|
||||||
|
X64/ExceptionHandlerAsm.S
|
||||||
X64/ArchExceptionHandler.c
|
X64/ArchExceptionHandler.c
|
||||||
X64/ArchInterruptDefs.h
|
X64/ArchInterruptDefs.h
|
||||||
|
|
||||||
|
|
|
@ -29,13 +29,15 @@
|
||||||
|
|
||||||
[Sources.Ia32]
|
[Sources.Ia32]
|
||||||
Ia32/ExceptionHandlerAsm.asm
|
Ia32/ExceptionHandlerAsm.asm
|
||||||
Ia32/ExceptionHandlerAsm.S |GCC
|
Ia32/ExceptionHandlerAsm.nasm
|
||||||
|
Ia32/ExceptionHandlerAsm.S
|
||||||
Ia32/ArchExceptionHandler.c
|
Ia32/ArchExceptionHandler.c
|
||||||
Ia32/ArchInterruptDefs.h
|
Ia32/ArchInterruptDefs.h
|
||||||
|
|
||||||
[Sources.X64]
|
[Sources.X64]
|
||||||
X64/ExceptionHandlerAsm.asm
|
X64/ExceptionHandlerAsm.asm
|
||||||
X64/ExceptionHandlerAsm.S |GCC
|
X64/ExceptionHandlerAsm.nasm
|
||||||
|
X64/ExceptionHandlerAsm.S
|
||||||
X64/ArchExceptionHandler.c
|
X64/ArchExceptionHandler.c
|
||||||
X64/ArchInterruptDefs.h
|
X64/ArchInterruptDefs.h
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue