From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.93; helo=mga11.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 1E577208D612C for ; Mon, 11 Feb 2019 07:51:35 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Feb 2019 07:51:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,359,1544515200"; d="scan'208";a="298867365" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga005.jf.intel.com with ESMTP; 11 Feb 2019 07:51:34 -0800 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 11 Feb 2019 07:51:34 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.102]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.190]) with mapi id 14.03.0415.000; Mon, 11 Feb 2019 23:51:32 +0800 From: "Gao, Liming" To: Laszlo Ersek , Leif Lindholm CC: "edk2-devel@lists.01.org" Thread-Topic: [edk2] BaseTools: handling of $(ARCH) in .dsc/.fdf when multiple -a specified Thread-Index: AQHUvLfqrvFf6X8X+kKXFPVRIiXHO6XPeOyAgAENu4CAAAesgIAKO1GA Date: Mon, 11 Feb 2019 15:51:31 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E3DB1DC@SHSMSX104.ccr.corp.intel.com> References: <20190204183141.bv2z5u4w7cuyo77b@bivouac.eciton.net> <20190205110819.snxii7yoqyd5zwhu@bivouac.eciton.net> <662b4bab-8446-f424-64d7-e7f973a34ad3@redhat.com> In-Reply-To: <662b4bab-8446-f424-64d7-e7f973a34ad3@redhat.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDBhZGE2MTMtN2Y1Yi00MjkxLWIzMzQtNTJjYzY2YjBkYWQ0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiMnU3R2NFY2QxdDRERGhBR1d3NGsxWW1USk8zaEY3M2lLVTFkcDdZNmMycmVqSlA1aGFpdDJVM08yTkNZWFpcL2sifQ== dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: BaseTools: handling of $(ARCH) in .dsc/.fdf when multiple -a specified X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2019 15:51:36 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Leif: I will check BaseTools implementation and share more information on how t= o handle ARCH when multiple ARCH are specified.=20 Thanks Liming > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of La= szlo Ersek > Sent: Tuesday, February 5, 2019 7:36 PM > To: Leif Lindholm > Cc: edk2-devel@lists.01.org; Gao, Liming > Subject: Re: [edk2] BaseTools: handling of $(ARCH) in .dsc/.fdf when mult= iple -a specified >=20 > On 02/05/19 12:08, Leif Lindholm wrote: > > On Mon, Feb 04, 2019 at 08:02:55PM +0100, Laszlo Ersek wrote: >=20 > >> AIUI, "-a IA32 -a X64" it means "build the Components.* sections > >> (plural) as dictated by the '-a' flags, and then organize the full > >> (multi-arch) set of modules into the flash device(s), described by > >> FLASH_DEFINITION". > > > > Nope, I did spot that actually :) > > Although I was certainly confused the first 10 times I looked at those > > .dscs. > > > > And it could still be squashed into a common .dsc/.fdf if there was a > > useful way of handling $(ARCH) when multiple -a have been specified to > > the build command. >=20 > I agree. >=20 > Thanks > Laszlo > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel