IntelFsp2WrapperPkg SecFspWrapperPlatformSecLibSample: Convert ASM to NASM

Manually converts Ia32/PeiCoreEntry.asm, Ia32/SecEntry.asm and Ia32/Stack.asm
to Ia32/PeiCoreEntry.nasm, Ia32/SecEntry.nasm and Ia32/Stack.nasm.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
Liming Gao
2016-06-08 17:54:45 +08:00
parent 24498828f7
commit 2d24f4e70b
4 changed files with 559 additions and 0 deletions

View File

@ -53,6 +53,9 @@
Ia32/SecEntry.S
Ia32/PeiCoreEntry.S
Ia32/Stack.S
Ia32/SecEntry.nasm
Ia32/PeiCoreEntry.nasm
Ia32/Stack.nasm
################################################################################
#