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:c09::22b; helo=mail-wm0-x22b.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x22b.google.com (mail-wm0-x22b.google.com [IPv6:2a00:1450:400c:c09::22b]) (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 18719220C1C5F for ; Thu, 30 Nov 2017 07:07:22 -0800 (PST) Received: by mail-wm0-x22b.google.com with SMTP id f9so13109697wmh.0 for ; Thu, 30 Nov 2017 07:11:48 -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=brtX7lV7m/f6lDlRFpUdks9dG+w7KhFWpmzedmfyGwI=; b=gq3SR0sfl4lAHSZJ6X8FGtS0/Q32UH+eoQy5VUq6da9Y1UvfcJ22xmAXclz0azHLED hbwTWjhzM4ISOsqH1TDTkDaYjYRY/kmeVnSZW85KUjJv5iyEZhjsyHttrE5L4muclIV3 ExuTaChAupage6+tN1VP3+kIDhF+NaiRmFjHE= 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=brtX7lV7m/f6lDlRFpUdks9dG+w7KhFWpmzedmfyGwI=; b=pBH4pk4GR6LTKfNfJWApKFJDr9SDCEDFfTwnrV5vjWFJvl9+N/MA5CWS4gjub7LD9L x7GuBp2e/GRajAjkUPap+bCy71pC2+/zB0yPuP5LvKpn3isZu33a4rmCax6aHnwx+g+E WAG669pNQvWumeNsTNE7v8OUi4QkaF1SUs5jOsfWlYdM10Nws/Y+MRx8pXvBAEwGHQMi lYTAwEdflL53aCnGzCKECwGdMoV6DKFmHPF5dFywfjJRHdmi3FRfCyiwB14GHfCkvMaR ZiQJpK1P1Q4LcW4TIsu9iIaDYuf4c77DhdQgeXsknel3FuA+s2ORTEAktC2u2Ea73ms5 zZrw== X-Gm-Message-State: AJaThX53EX/7kOyRV+Ku4IHSt0DPOIYOd4YPXQPSZygJEk0vabnz4Q7f RvqvCnq05tw1sUncurCZiOPghg== X-Google-Smtp-Source: AGs4zMZUme0QSVhJxTgbRw5hjUx1w6E9+phkftcJWUht0kJc/wx+ZB7m7HfyiiTBq5+RKs8CYnczfg== X-Received: by 10.80.148.112 with SMTP id q45mr13213207eda.161.1512054707087; Thu, 30 Nov 2017 07:11:47 -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 u12sm3801983edk.45.2017.11.30.07.11.45 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 30 Nov 2017 07:11:46 -0800 (PST) Date: Thu, 30 Nov 2017 15:11:44 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: "edk2-devel@lists.01.org" Message-ID: <20171130151144.zxrmmj5lztcggwr5@bivouac.eciton.net> References: <20171130150116.30044-1-leif.lindholm@linaro.org> MIME-Version: 1.0 In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms] Platform: drop tftp shell support from remaining platforms 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 15:07:23 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Nov 30, 2017 at 03:02:47PM +0000, Ard Biesheuvel wrote: > On 30 November 2017 at 15:01, Leif Lindholm wrote: > > Cello, Overdrive, Overdrive1000 and Armada still include the > > now-defunct library implementation of the Shell tftp command. > > Since the command is a nonstandard one anyway, just remove > > it from the build for these platforms. > > > > Contributed-under: TianoCore Contribution Agreement 1.1 > > Signed-off-by: Leif Lindholm > > Reviewed-by: Ard Biesheuvel Thanks! Pushed as 4fe276ea64. / Leif