From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mx.groups.io with SMTP id smtpd.web12.1311.1571966994788367903 for ; Thu, 24 Oct 2019 18:29:54 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.115, 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 fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Oct 2019 18:29:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,226,1569308400"; d="scan'208";a="202472623" Received: from orsmsx109.amr.corp.intel.com ([10.22.240.7]) by orsmga006.jf.intel.com with ESMTP; 24 Oct 2019 18:29:53 -0700 Received: from orsmsx155.amr.corp.intel.com (10.22.240.21) by ORSMSX109.amr.corp.intel.com (10.22.240.7) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 24 Oct 2019 18:29:53 -0700 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.28]) by ORSMSX155.amr.corp.intel.com ([169.254.7.105]) with mapi id 14.03.0439.000; Thu, 24 Oct 2019 18:29:53 -0700 From: "Nate DeSimone" To: "Agyeman, Prince" , "devel@edk2.groups.io" CC: "Kinney, Michael D" , "Kubacki, Michael A" Subject: Re: [PATCH 2/2] SimicsOpenBoardPkg: Update Vtf0 binary rule in Fdf Thread-Topic: [PATCH 2/2] SimicsOpenBoardPkg: Update Vtf0 binary rule in Fdf Thread-Index: AQHVihGhqcP/w1dZPkqz/6qwd14Zdqdqkz7A Date: Fri, 25 Oct 2019 01:29:52 +0000 Message-ID: <02A34F284D1DA44BB705E61F7180EF0AB5B744DA@ORSMSX113.amr.corp.intel.com> References: <20191024022034.25768-1-prince.agyeman@intel.com> <20191024022034.25768-3-prince.agyeman@intel.com> In-Reply-To: <20191024022034.25768-3-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDEyNTVhNzUtYWE1Yi00N2UzLWE5ODgtOWQ0OTkzOGFhMmJhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiaWprOFBpMGd1OEd5bXd6dDFCak9mMnVSZVJoSG0wczFPb0pEd1pEbFwvamZHXC9xdnRsTzFmcU5lRUpKV1UrUEVsIn0= x-ctpclassification: CTP_NT x-originating-ip: [10.22.254.139] MIME-Version: 1.0 Return-Path: nathaniel.l.desimone@intel.com 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 2/2] SimicsOpenBoardPkg: Update Vtf0 binary rule in Fdf REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2307 Updated the RESET_VECTOR rule since ResetVector/Vtf0 is now built from sour= ce. Cc: Michael Kinney Cc: Nate DeSimone Cc: Michael Kubacki Signed-off-by: Prince Agyeman --- .../Intel/SimicsOpenBoardPkg/BoardX58Ich10/OpenBoardPkg.fdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/Intel/SimicsOpenBoardPkg/BoardX58Ich10/OpenBoardPkg.f= df b/Platform/Intel/SimicsOpenBoardPkg/BoardX58Ich10/OpenBoardPkg.fdf index 75a99a5270..0c27cb0ef2 100644 --- a/Platform/Intel/SimicsOpenBoardPkg/BoardX58Ich10/OpenBoardPkg.fdf +++ b/Platform/Intel/SimicsOpenBoardPkg/BoardX58Ich10/OpenBoardPkg.fdf @@ -293,7 +293,7 @@ FILE FV_IMAGE =3D 9E21FD93-9C72-4c15-8C4B-E77F1DB2D792 = { =20 [Rule.Common.SEC.RESET_VECTOR] FILE RAW =3D $(NAMED_GUID) { - RAW RAW |.raw + RAW BIN Align =3D 16 |.bin } =20 [Rule.Common.SEC.RESET_SECMAIN] -- 2.19.1.windows.1