summaryrefslogtreecommitdiff
path: root/CorebootModulePkg/SecCore/SecCore.inf
diff options
context:
space:
mode:
authorMa, Maurice <maurice.ma@intel.com>2016-08-02 12:56:56 -0700
committerMaurice Ma <maurice.ma@intel.com>2016-08-03 17:20:17 -0700
commit365a3aab857a2820d36d2ae9b3b62f06230b295a (patch)
tree11207eb12e3632430433ec3926f683007f30a4cd /CorebootModulePkg/SecCore/SecCore.inf
parent478f50990a9a3b76524fd14f2085b9f1127fa41a (diff)
downloadedk2-platforms-365a3aab857a2820d36d2ae9b3b62f06230b295a.tar.xz
CorebootModulePkg/SecCore: Adding NASM files in SecCore module
Ported MASM/GAS assembly files into NASM files and updated the inf file to refer to NASM files. This change has been tested with GCC 4.8 and VS2013 build. Cc: Prince Agyeman <prince.agyeman@intel.com> Cc: Lee Leahy <leroy.p.leahy@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Maurice Ma <maurice.ma@intel.com> Reviewed-by: Prince Agyeman <prince.agyeman@intel.com>
Diffstat (limited to 'CorebootModulePkg/SecCore/SecCore.inf')
-rw-r--r--CorebootModulePkg/SecCore/SecCore.inf8
1 files changed, 3 insertions, 5 deletions
diff --git a/CorebootModulePkg/SecCore/SecCore.inf b/CorebootModulePkg/SecCore/SecCore.inf
index f8468f4c24..3eb8aa029b 100644
--- a/CorebootModulePkg/SecCore/SecCore.inf
+++ b/CorebootModulePkg/SecCore/SecCore.inf
@@ -1,7 +1,7 @@
## @file
# This is the first module taking control from the coreboot.
#
-# Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -33,10 +33,8 @@
FindPeiCore.c
[Sources.IA32]
- Ia32/Stack.asm | MSFT
- Ia32/Stack.S | GCC
- Ia32/SecEntry.asm | MSFT
- Ia32/SecEntry.S | GCC
+ Ia32/Stack.nasm
+ Ia32/SecEntry.nasm
[Packages]
MdePkg/MdePkg.dec