From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mx.groups.io with SMTP id smtpd.web12.1307.1571966987430509364 for ; Thu, 24 Oct 2019 18:29:47 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: nathaniel.l.desimone@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Oct 2019 18:29:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,226,1569308400"; d="scan'208";a="202472613" Received: from orsmsx109.amr.corp.intel.com ([10.22.240.7]) by orsmga006.jf.intel.com with ESMTP; 24 Oct 2019 18:29:46 -0700 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.28]) by ORSMSX109.amr.corp.intel.com ([169.254.11.239]) with mapi id 14.03.0439.000; Thu, 24 Oct 2019 18:29:46 -0700 From: "Nate DeSimone" To: "Agyeman, Prince" , "devel@edk2.groups.io" CC: "Kinney, Michael D" , "Kubacki, Michael A" Subject: Re: [PATCH 1/2] SimicsX58SktPkg: Replace vtf0 bin with source module Thread-Topic: [PATCH 1/2] SimicsX58SktPkg: Replace vtf0 bin with source module Thread-Index: AQHVihGhb6N1c58t3kev5x8zA7q62qdqkxMA Date: Fri, 25 Oct 2019 01:29:45 +0000 Message-ID: <02A34F284D1DA44BB705E61F7180EF0AB5B744B4@ORSMSX113.amr.corp.intel.com> References: <20191024022034.25768-1-prince.agyeman@intel.com> <20191024022034.25768-2-prince.agyeman@intel.com> In-Reply-To: <20191024022034.25768-2-prince.agyeman@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiY2NjYjZjYTgtMjJlZS00NWM2LWE0MmEtMTAzYzc4YmQyNDM0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoieWY2YmdTNGM5MHB2WjlDOTRweFFURGFWazN4V2xUSW44c1FGaHQ4THhPcHZOWmZ1V2ZKaU9TWWhtR0l3RStOWSJ9 x-ctpclassification: CTP_NT x-originating-ip: [10.22.254.139] MIME-Version: 1.0 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Please remember to put the [edk2-platforms] header on the email next time. Reviewed-by: Nate DeSimone -----Original Message----- From: Agyeman, Prince =20 Sent: Wednesday, October 23, 2019 7:21 PM To: devel@edk2.groups.io Cc: Kinney, Michael D ; Desimone, Nathaniel L <= nathaniel.l.desimone@intel.com>; Kubacki, Michael A Subject: [PATCH 1/2] SimicsX58SktPkg: Replace vtf0 bin with source module REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2307 Updated SimicsX58SktPkg to use the source version of UefiCpuPkg/ResetVector= /Vtf0. This will allow the Vtf0 binary to be removed from the edk2 reposito= ry 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/Si= micsX58SktPkg/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/Inte= l/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 # decompr= esses the PEI and DXE FVs which handles the rest of the boot sequence. # -INF RuleOverride=3DRESET_VECTOR USE =3D IA32 UefiCpuPkg/ResetVector/Vtf0/= Bin/ResetVector.inf +INF RuleOverride=3DRESET_VECTOR USE =3D IA32=20 +UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf -- 2.19.1.windows.1