From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c0c::244; helo=mail-wr0-x244.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x244.google.com (mail-wr0-x244.google.com [IPv6:2a00:1450:400c:c0c::244]) (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 2278A221660ED for ; Thu, 30 Nov 2017 03:09:30 -0800 (PST) Received: by mail-wr0-x244.google.com with SMTP id l22so6161061wrc.11 for ; Thu, 30 Nov 2017 03:13:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=x8PRhnCidtqrlD//UEsnvTz2cBrfcj+7Tu9DsmQpz8o=; b=MtalW4m23XFQh61OGNQtEdvLYqjGCKt8jFR4eJPY/zu50thUo+dJ/sJs23ZcR12YmU p/csabfniwBRC7b+rTt7ZKTQdTSl97N/NulpRKQCVH0m5eiis2WUEmNBCuNCxizI1x/T 3U4A+Y4Drbg+tIxTuSY/dsSpLEUC4dPqtRiRQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=x8PRhnCidtqrlD//UEsnvTz2cBrfcj+7Tu9DsmQpz8o=; b=Xlf3v/BlGPdMyD1yqUmML9I+N4IQzvHIkXIEpmovMI3S6rujY5b0xEQxGK+N5zn29P V0wWcD9jO2sXFHuFCe8luDWAtJwoNR9xYN4LKidua02iVXo/sbZPNoYX4vua1Pb3ovMl kz2zuYtUuIPTwSVu+kuhYS9bbSRagSBrIi94iCZrCY9RTo/xthDBTJq3S8Jxd8SgbMP9 WtHwavckidMSBvYC5Jdp2S59agSeAM5S9V/EZbDRL/4xWhZiqeFAAjVLEvtKsjw8yeGn ZXm69fJ9sQ9bkCC48DRUPzkYhP+2uvJbq3d1uBGznqy79vlzIwO3DMiGiwyNer2ZF4L/ nUdQ== X-Gm-Message-State: AJaThX7FWKlq0sFfWg5DdkmTzE1FWUkpvWhw7FqkRts7ZxAAF2mGbcRg E4Go0OkIlTXGjpD3GF7UO5jSCDXlFpM= X-Google-Smtp-Source: AGs4zMbnIsXZqRfMT29B/12tLSOyWFYXeLmuycAPKVoXCQVUDc9pCR7cKyUJqWU/uHWnNkRNN7cFqA== X-Received: by 10.223.167.3 with SMTP id c3mr1800727wrd.127.1512040434500; Thu, 30 Nov 2017 03:13:54 -0800 (PST) Received: from [105.134.229.164] ([105.134.229.164]) by smtp.gmail.com with ESMTPSA id l3sm2334854wml.38.2017.11.30.03.13.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 30 Nov 2017 03:13:53 -0800 (PST) Mime-Version: 1.0 (1.0) From: Ard Biesheuvel X-Mailer: iPhone Mail (15A432) In-Reply-To: <20171130104631.29600-1-leif.lindholm@linaro.org> Date: Thu, 30 Nov 2017 11:13:49 +0000 Cc: edk2-devel@lists.01.org Message-Id: <1B71CF47-82F2-4D55-9132-6A6B24AACD6B@linaro.org> References: <20171130104631.29600-1-leif.lindholm@linaro.org> To: Leif Lindholm Subject: Re: [PATCH edk2-platforms] Platform/Hisilicon: drop BdsLib inclusion from HiKey .dsc 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, 30 Nov 2017 11:09:31 -0000 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable > On 30 Nov 2017, at 10:46, Leif Lindholm wrote: >=20 > The ArmPkg BdsLib has been dropped from EDK2, and is no longer > required by the Android*Boot applications - so delete the > reference to fix the resulting build failure. >=20 > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Leif Lindholm Reviewed-by: Ard Biesheuvel > --- > Platform/Hisilicon/HiKey/HiKey.dsc | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) >=20 > diff --git a/Platform/Hisilicon/HiKey/HiKey.dsc b/Platform/Hisilicon/HiKey= /HiKey.dsc > index 97811eb8d9..957e4d4a9e 100644 > --- a/Platform/Hisilicon/HiKey/HiKey.dsc > +++ b/Platform/Hisilicon/HiKey/HiKey.dsc > @@ -411,10 +411,7 @@ [Components.common] > # > # Fastboot > # > - EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.inf { > - > - BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf > - } > + EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.inf >=20 >=20 > # > --=20 > 2.11.0 >=20