mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
b522ca0cf5
commit
9caff8d961
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue