From 365a3aab857a2820d36d2ae9b3b62f06230b295a Mon Sep 17 00:00:00 2001 From: "Ma, Maurice" Date: Tue, 2 Aug 2016 12:56:56 -0700 Subject: 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 Cc: Lee Leahy Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Maurice Ma Reviewed-by: Prince Agyeman --- CorebootModulePkg/SecCore/SecCore.inf | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'CorebootModulePkg/SecCore/SecCore.inf') 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.
+# Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.
# # 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 -- cgit v1.2.3