From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mx.groups.io with SMTP id smtpd.web12.1264.1571883635787569702 for ; Wed, 23 Oct 2019 19:20:35 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.20, mailfrom: prince.agyeman@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Oct 2019 19:20:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,222,1569308400"; d="scan'208";a="210225355" Received: from paagyema-desk2.amr.corp.intel.com ([10.24.15.58]) by orsmga002.jf.intel.com with ESMTP; 23 Oct 2019 19:20:34 -0700 From: "Agyeman, Prince" To: devel@edk2.groups.io Cc: Michael Kinney , Nate DeSimone , Michael Kubacki Subject: [PATCH 1/2] SimicsX58SktPkg: Replace vtf0 bin with source module Date: Wed, 23 Oct 2019 19:20:32 -0700 Message-Id: <20191024022034.25768-2-prince.agyeman@intel.com> X-Mailer: git-send-email 2.19.1.windows.1 In-Reply-To: <20191024022034.25768-1-prince.agyeman@intel.com> References: <20191024022034.25768-1-prince.agyeman@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2307 Updated SimicsX58SktPkg to use the source version of UefiCpuPkg/ResetVector/Vtf0. This will allow the Vtf0 binary to be removed from the edk2 repository Cc: Michael Kinney Cc: Nate DeSimone Cc: Michael Kubacki Signed-off-by: Prince Agyeman --- Silicon/Intel/SimicsX58SktPkg/SktPkgPei.dsc | 2 +- Silicon/Intel/SimicsX58SktPkg/SktSecInclude.fdf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Silicon/Intel/SimicsX58SktPkg/SktPkgPei.dsc b/Silicon/Intel/SimicsX58SktPkg/SktPkgPei.dsc index af83c380b8..efa829ba9e 100644 --- a/Silicon/Intel/SimicsX58SktPkg/SktPkgPei.dsc +++ b/Silicon/Intel/SimicsX58SktPkg/SktPkgPei.dsc @@ -10,5 +10,5 @@ # # SEC Phase modules # - UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.inf + UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf UefiCpuPkg/CpuMpPei/CpuMpPei.inf diff --git a/Silicon/Intel/SimicsX58SktPkg/SktSecInclude.fdf b/Silicon/Intel/SimicsX58SktPkg/SktSecInclude.fdf index 5019e362e3..dafca1ad36 100644 --- a/Silicon/Intel/SimicsX58SktPkg/SktSecInclude.fdf +++ b/Silicon/Intel/SimicsX58SktPkg/SktSecInclude.fdf @@ -13,4 +13,4 @@ # The code in this FV handles the initial firmware startup, and # decompresses the PEI and DXE FVs which handles the rest of the boot sequence. # -INF RuleOverride=RESET_VECTOR USE = IA32 UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.inf +INF RuleOverride=RESET_VECTOR USE = IA32 UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf -- 2.19.1.windows.1