From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yb0-x234.google.com (mail-yb0-x234.google.com [IPv6:2607:f8b0:4002:c09::234]) (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 26B2C1A1E43 for ; Wed, 26 Oct 2016 10:35:46 -0700 (PDT) Received: by mail-yb0-x234.google.com with SMTP id g68so3884013ybi.0 for ; Wed, 26 Oct 2016 10:35:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=hLQT7+uYJS9gqt5mApS22Qia7N+5cR5+QTxx9hTekWg=; b=BhNfwW4aYEUkcgIl79b9hOomkilVdLzOWRynlFYlaQ4QkA5eKskUBrj1Gqm0aqLb/e k0/ZzAxMDdL27VaehrUOwone08J5zSts7+vUGMwAmrp6Gtk0p8N9L1cASg9nPtzc/rGg WgCncnsKlRuywbu8QPZBjdZ7zDVGjQtr0wYjo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=hLQT7+uYJS9gqt5mApS22Qia7N+5cR5+QTxx9hTekWg=; b=mcbMwxVTNI/IVMS3TSIyTMqeFX1/9xfXex/nkLrI2JXU2ud8QYMf3HZtBFJKr8jCS6 q7H59b6L5HuMQUqIzxvlQrPiU719NwJVsCVO0ztK7kIOQkf707gc1/I63Z2PMl6kO8ec 4BgRciz7XgBiJQmUS1Cilrt/tt+rNvGaPKLMjcQNBx11nqYJ5VY/ZqlB0PdbwKYdl3Xo +c0Sww0fCIjdrCQ8AMBbBKj0jTWXZxxQ0HN+lvGp+Yx7QMu8Fr63SB5loOCSK7Z2trs3 pnFZtq3oQ5H8oKObAM1ChSVdPmuIrlQA3rK5LBzYh3U/ImviZyNTGzC9tReNK1/5Oh8o ZKeg== X-Gm-Message-State: ABUngvdyxI+ozyS4QmvJq6hnuQp0/9YUTIgD0vbS6gS6d6NSa5TwYuTNyIWI0HizbEr2923evfCgTYPlVrG/+K0n X-Received: by 10.36.66.142 with SMTP id i136mr3508770itb.63.1477503345284; Wed, 26 Oct 2016 10:35:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.5.139 with HTTP; Wed, 26 Oct 2016 10:35:44 -0700 (PDT) In-Reply-To: References: <1477415818-11404-1-git-send-email-ard.biesheuvel@linaro.org> From: Ard Biesheuvel Date: Wed, 26 Oct 2016 18:35:44 +0100 Message-ID: To: Ryan Harkin Cc: "edk2-devel@lists.01.org" , Leif Lindholm Subject: Re: [PATCH] ArmPlatformPkg: remove ARM BDS X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2016 17:35:46 -0000 Content-Type: text/plain; charset=UTF-8 On 26 October 2016 at 13:33, Ryan Harkin wrote: > On 25 October 2016 at 18:16, Ard Biesheuvel wrote: >> This is no longer used, and does not belong in a reference code base, >> so remove it. >> >> Contributed-under: TianoCore Contribution Agreement 1.0 >> Signed-off-by: Ard Biesheuvel > > I tested this along with the series to move to the generic BDS and the > additional Juno patch. Tested on Juno R0/1/2, TC2 and FVP AEMv8 and > Foundation models. > > Tested-by: Ryan Harkin > > And it's simple enough that I can understand what it does: > > Reviewed-by: Ryan Harkin > Pushed, thanks!!