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::243; helo=mail-wr0-x243.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x243.google.com (mail-wr0-x243.google.com [IPv6:2a00:1450:400c:c0c::243]) (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 A55AA2215238F for ; Mon, 4 Dec 2017 08:46:35 -0800 (PST) Received: by mail-wr0-x243.google.com with SMTP id k61so18048834wrc.4 for ; Mon, 04 Dec 2017 08:51:05 -0800 (PST) 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=1x+06NqSpS3Vq+EQC3aXiu6yYVkCdyW1snVvrnMPXs0=; b=fasdWn2HqttFizJqGL4Ja8GhlGzcN4u+mi0bcvmm7Jys5RJLUwnMFipg5/8ES2h8p8 gIz13KDIuoNpMkXG90YDuuN5JIiLiauClGassLlX+QbsKGO43mJr+WcbRWbmJu+Hmq84 ByonZnLmsVNVvTkFREH8O3oSi0Zk9DjMK6e1E= 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=1x+06NqSpS3Vq+EQC3aXiu6yYVkCdyW1snVvrnMPXs0=; b=nPFVSGxNt9aoB/Y7rcmS52XUeNcLnXU52M/N+HcnFv7R9S6Ll6BeLnCc5h+Rvf3Okh y7AtX0w3YzzM6JyOTltbmE7YkeAPw4p8lCiFanapu9OYzB6swrNKr7QSFGUsqbGJf4mP avc5uldBZpqBKIQG2xQT6FSDsMCABV4xXwlc2Cpzrt3So7U2WnGVBFQlLmemKRyJitf7 MsdN+4hDzy9VJEQGxhSziTXEO01KMzuH5aC43B5zelhNswrNu3Ts9gxyb0f8aXUJMgBv gxTg7zLItQfJCBUei8PKxpWAbLqZz6/RiN3P6iW9mH1IK7bdlpy9X1m7Lq5+cFGI24Ms d2Jw== X-Gm-Message-State: AJaThX7OBQEGAIB0oTovOhAr96AzsYEh+ZjP/zyilNIrS1a+uxLSPHnx Hfhf8oEpTlAHzOLkCR+minKwEg== X-Google-Smtp-Source: AGs4zMZCvarQWKxudpe/WPD+roIzEZD5oMs0rNK2MXh0W21ODdBJK50EFQb2ZRGRn3e5TwxX9SsQng== X-Received: by 10.223.142.17 with SMTP id n17mr12900773wrb.244.1512406263879; Mon, 04 Dec 2017 08:51:03 -0800 (PST) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id r3sm8818890wmg.31.2017.12.04.08.51.02 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 04 Dec 2017 08:51:02 -0800 (PST) Date: Mon, 4 Dec 2017 16:51:01 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org Message-ID: <20171204165101.sjo23kpujby6yhfh@bivouac.eciton.net> References: <20171204161657.5543-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20171204161657.5543-1-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH] ArmPlatformPkg: remove PlatformIntelBdsLib 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: Mon, 04 Dec 2017 16:46:36 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Dec 04, 2017 at 04:16:57PM +0000, Ard Biesheuvel wrote: > Now that the last user has switched to the generic BDS, the > PlatformIntelBdsLib code in ArmPlatformPkg is no longer used, so > remove it. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel Yes please: Reviewed-by: Leif Lindholm (I was going to object that the Hisilicon platforms in edk2-platforms still use it, but they actually have their own copy.) > --- > ArmPlatformPkg/Library/PlatformIntelBdsLib/IntelBdsPlatform.c | 406 -------------------- > ArmPlatformPkg/Library/PlatformIntelBdsLib/IntelBdsPlatform.h | 36 -- > ArmPlatformPkg/Library/PlatformIntelBdsLib/PlatformIntelBdsLib.inf | 66 ---- > 3 files changed, 508 deletions(-)