From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id CD7FA803FD for ; Wed, 15 Mar 2017 18:46:11 -0700 (PDT) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP; 15 Mar 2017 18:46:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,170,1486454400"; d="scan'208";a="76689717" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga005.fm.intel.com with ESMTP; 15 Mar 2017 18:46:11 -0700 Received: from fmsmsx123.amr.corp.intel.com (10.18.125.38) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 15 Mar 2017 18:46:11 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx123.amr.corp.intel.com (10.18.125.38) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 15 Mar 2017 18:46:11 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.88]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.132]) with mapi id 14.03.0248.002; Thu, 16 Mar 2017 09:46:08 +0800 From: "Gao, Liming" To: "Foster, Matthew I" , "edk2-devel@lists.01.org" Thread-Topic: FDF dependency? Thread-Index: AdKdtmqSM3gTAPrZT/G9G0WjavuzSAAQF9OA Date: Thu, 16 Mar 2017 01:46:07 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14D6F09E7@shsmsx102.ccr.corp.intel.com> References: <3E72E29DAAE6E94BB0236F004CFB699B78989025@fmsmsx107.amr.corp.intel.com> In-Reply-To: <3E72E29DAAE6E94BB0236F004CFB699B78989025@fmsmsx107.amr.corp.intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: FDF dependency? X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2017 01:46:12 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Matthew: One solution is to configure those PCDs as PatchablePcd and generate the = binary image. Then, consume the binary image AsBuild INF file in the differ= ent FDF file.=20 AsBuild INF can be found in the source build output directory.=20 Thanks Liming > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Fo= ster, Matthew I > Sent: Thursday, March 16, 2017 2:14 AM > To: edk2-devel@lists.01.org > Subject: [edk2] FDF dependency? >=20 > Is there a compile time dependency on values provided in the FDF file? I = am facing a situation where I am using pre-built binaries for > some modules when building. We had a need to create another FDF file to c= reate a separate flash image with different values, but > finding that some of the prebuilt binaries must be dependent on values in= the FDF it was originally compiled against? Because the > image is having issues booting. Does anyone have any ideas on what I am m= issing? For example, perhaps I need to include 2 copies of > something one for each FDF flavor? Thanks for any help. > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel