diff options
author | Liming Gao <liming.gao@intel.com> | 2016-07-11 10:59:58 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2016-07-11 13:20:21 +0800 |
commit | 9caff8d96134d5fe6dd463162bdbd2846c67ac83 (patch) | |
tree | bef514b4a7c6f3616c3d5140c29e8984655ea68e | |
parent | b522ca0cf5ab1f272fcfb7f20b487d47bbf480c4 (diff) | |
download | edk2-9caff8d96134d5fe6dd463162bdbd2846c67ac83.tar.gz edk2-9caff8d96134d5fe6dd463162bdbd2846c67ac83.tar.bz2 edk2-9caff8d96134d5fe6dd463162bdbd2846c67ac83.zip |
UefiCpuPkg SecCore: Update SecCore inf to refer to nasmb source
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
-rw-r--r-- | UefiCpuPkg/SecCore/SecCore.inf | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/UefiCpuPkg/SecCore/SecCore.inf b/UefiCpuPkg/SecCore/SecCore.inf index bf08a4cc49..4e598cbfff 100644 --- a/UefiCpuPkg/SecCore/SecCore.inf +++ b/UefiCpuPkg/SecCore/SecCore.inf @@ -7,7 +7,7 @@ # protected mode, setup flat memory model, enable temporary memory and
# call into SecStartup().
#
-# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2006 - 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
# which accompanies this distribution. The full text of the license may be found at
@@ -39,9 +39,7 @@ FindPeiCore.c
[Sources.IA32]
- Ia32/ResetVec.asm16 | MSFT
- Ia32/ResetVec.asm16 | INTEL
- Ia32/ResetVec.nasmb | GCC
+ Ia32/ResetVec.nasmb
[Packages]
MdePkg/MdePkg.dec
|