diff options
author | Liming Gao <liming.gao@intel.com> | 2016-06-08 17:51:15 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2016-06-28 09:52:04 +0800 |
commit | 24498828f71992e9fd87dd516dcbb5ccd5b71ff0 (patch) | |
tree | aeeb9376c4c3302f965d395280c584458fc83402 /IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/BaseFspWrapperApiLib.inf | |
parent | b295fbba8ddd380ca09d255dcfc8485e01921338 (diff) | |
download | edk2-platforms-24498828f71992e9fd87dd516dcbb5ccd5b71ff0.tar.xz |
IntelFsp2WrapperPkg BaseFspWrapperApiLib: Convert X64/Thunk64To32.asm to NASM
Manually convert X64/Thunk64To32.asm to X64/Thunk64To32.nasm
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/BaseFspWrapperApiLib.inf')
-rw-r--r-- | IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/BaseFspWrapperApiLib.inf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/BaseFspWrapperApiLib.inf b/IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/BaseFspWrapperApiLib.inf index 870c3fbee4..f2cef05a24 100644 --- a/IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/BaseFspWrapperApiLib.inf +++ b/IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/BaseFspWrapperApiLib.inf @@ -47,6 +47,7 @@ X64/DispatchExecute.c
X64/Thunk64To32.asm
X64/Thunk64To32.S
+ X64/Thunk64To32.nasm
################################################################################
#
|