mirror of https://github.com/acidanthera/audk.git
UefiCpuPkg PiSmmCpuDxeSmm: Add nasm source file into INF file.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
parent
ba15b97142
commit
ad9ec7efad
|
@ -51,20 +51,20 @@
|
|||
Ia32/SmmFuncsArch.c
|
||||
Ia32/SmmProfileArch.c
|
||||
Ia32/SmmProfileArch.h
|
||||
Ia32/SmmInit.asm | MSFT
|
||||
Ia32/SmiEntry.asm | MSFT
|
||||
Ia32/SmiException.asm | MSFT
|
||||
Ia32/MpFuncs.asm | MSFT
|
||||
Ia32/SmmInit.asm
|
||||
Ia32/SmiEntry.asm
|
||||
Ia32/SmiException.asm
|
||||
Ia32/MpFuncs.asm
|
||||
|
||||
Ia32/SmmInit.asm | INTEL
|
||||
Ia32/SmiEntry.asm | INTEL
|
||||
Ia32/SmiException.asm | INTEL
|
||||
Ia32/MpFuncs.asm | INTEL
|
||||
Ia32/SmmInit.nasm
|
||||
Ia32/SmiEntry.nasm
|
||||
Ia32/SmiException.nasm
|
||||
Ia32/MpFuncs.nasm
|
||||
|
||||
Ia32/SmmInit.S | GCC
|
||||
Ia32/SmiEntry.S | GCC
|
||||
Ia32/SmiException.S | GCC
|
||||
Ia32/MpFuncs.S | GCC
|
||||
Ia32/SmmInit.S
|
||||
Ia32/SmiEntry.S
|
||||
Ia32/SmiException.S
|
||||
Ia32/MpFuncs.S
|
||||
|
||||
[Sources.X64]
|
||||
X64/Semaphore.c
|
||||
|
@ -72,20 +72,20 @@
|
|||
X64/SmmFuncsArch.c
|
||||
X64/SmmProfileArch.c
|
||||
X64/SmmProfileArch.h
|
||||
X64/SmmInit.asm | MSFT
|
||||
X64/SmiEntry.asm | MSFT
|
||||
X64/SmiException.asm | MSFT
|
||||
X64/MpFuncs.asm | MSFT
|
||||
X64/SmmInit.asm
|
||||
X64/SmiEntry.asm
|
||||
X64/SmiException.asm
|
||||
X64/MpFuncs.asm
|
||||
|
||||
X64/SmmInit.asm | INTEL
|
||||
X64/SmiEntry.asm | INTEL
|
||||
X64/SmiException.asm | INTEL
|
||||
X64/MpFuncs.asm | INTEL
|
||||
X64/SmmInit.nasm
|
||||
X64/SmiEntry.nasm
|
||||
X64/SmiException.nasm
|
||||
X64/MpFuncs.nasm
|
||||
|
||||
X64/SmmInit.S | GCC
|
||||
X64/SmiEntry.S | GCC
|
||||
X64/SmiException.S | GCC
|
||||
X64/MpFuncs.S | GCC
|
||||
X64/SmmInit.S
|
||||
X64/SmiEntry.S
|
||||
X64/SmiException.S
|
||||
X64/MpFuncs.S
|
||||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
|
|
Loading…
Reference in New Issue