From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x22a.google.com (mail-wm0-x22a.google.com [IPv6:2a00:1450:400c:c09::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 7DFD521E95E03 for ; Wed, 30 Aug 2017 04:47:52 -0700 (PDT) Received: by mail-wm0-x22a.google.com with SMTP id a80so8316791wma.0 for ; Wed, 30 Aug 2017 04:50:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=mEicpr6qLaV022I8VwxEC/GJKYRI3R7fnnOWlFi3BvQ=; b=Z8d9tsCz0KFiLcYeSRX+MC8Gq1MxvNXAyvxGruGiN99edhYrBy3iXU72o6b5WoQEW6 MGWeHnA/tV4QSunRIeCgvYXrUoahMy76ueCJ2hJva+RQq4+qiLpG7x+fuVyOeB57fqeZ zL+1+fvQT0SQYbxA5BuGJXyttkw6iZiD2/iBQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=mEicpr6qLaV022I8VwxEC/GJKYRI3R7fnnOWlFi3BvQ=; b=Crj5BikpPH1NS8uvPOWN73gMRZXy2D9RPYfncBM7VHtcIdFWWj+y8u2TyQ567wAEqo 7v/v11sTj3HjRdL7ulxxSXKuvO8PnxDl0CZm8ko5bmHhqzFrkZuv+4PAOOUl1Lj/gCdM fQ/6skG2KYqEysqoR1caWtKn+kAQ0+TdGwyRCqARUI5t+GtwqlFje3/UDVVRrwyRcF0H tdSbU2coxoURHy3bhs0q1OwfpCX6+rIlW9uEpqDoF/XrGZnvemC5V0vbfOLCpfWJRl89 oSOae6PDN0NJ4bIyDh1xDO45RFDEDzdJw/pfRvWLZYbyyxMvJiqPcamwMdb8WzHiH8iL QY5g== X-Gm-Message-State: AHYfb5inCA+lk+MInLk2vJt8MeJZ5w4C49c4B0vHqXfP1gwSJ5qvPlVX rE4MiHBeVTK+OBzoXtjy1Q== X-Received: by 10.28.57.195 with SMTP id g186mr1141185wma.131.1504093832714; Wed, 30 Aug 2017 04:50:32 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id j79sm1655854wmd.20.2017.08.30.04.50.31 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 30 Aug 2017 04:50:32 -0700 (PDT) Date: Wed, 30 Aug 2017 12:50:29 +0100 From: Leif Lindholm To: Ard Biesheuvel Cc: "edk2-devel@lists.01.org" Message-ID: <20170830115029.mpmqwkvo7aneitnd@bivouac.eciton.net> References: <20170830113533.7915-1-leif.lindholm@linaro.org> MIME-Version: 1.0 In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH] EmbeddedPkg/EmbeddedPkg.dsc: fix build for non-ARM architectures 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: Wed, 30 Aug 2017 11:47:52 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Aug 30, 2017 at 12:37:29PM +0100, Ard Biesheuvel wrote: > On 30 August 2017 at 12:35, Leif Lindholm wrote: > > EmbeddedPkg should be architecture agnostic, but a few issues were > > preventing other architectures to build individual components directly > > from the .dsc: > > > > - The AndroidBoot/AndroidFastBoot support have a dependency on BdsLib, > > which only has resolutions for ARM/AARCH64. Move them to an > > arch-restricted Components section. > > - The Isp1761UsbDxe driver is not 64-bit compatible. It should be > > converted to UEFI driver model, but for now just move it to a new > > Components.ARM section. (Also delete non-useful declaration for > > AARCH64 in EmbeddedPkg.dec.) > > - Lan9118Dxe has an unused ArmLib entry. Drop it. > > > > Contributed-under: TianoCore Contribution Agreement 1.1 > > Signed-off-by: Leif Lindholm > > Reviewed-by: Ard Biesheuvel Thanks. Pushed as 5202e6c907. / Leif