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::241; helo=mail-wm0-x241.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (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 2367F220C1C3C for ; Thu, 30 Nov 2017 06:26:24 -0800 (PST) Received: by mail-wm0-x241.google.com with SMTP id v19so12801781wmh.5 for ; Thu, 30 Nov 2017 06:30:50 -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=9qEPp7Yx6EP/Be50sXlpJ8E7+qoSR8Oip8h7IfisQAs=; b=UfYM+TGoG7+38xM1adblD1czBby6YytZODbAS1Zq9VcbbfcDP1pOL0pTssz7cuGK4U J10wuo1JpMSzY0hZ/9jQugesCObAKjvz1WElDIhgJ9IpjI3yt2kNxg2vO5UGthlmDeGN M/dWifsTZwichdsis23CzBbFmLxDO+8yHV/Io= 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=9qEPp7Yx6EP/Be50sXlpJ8E7+qoSR8Oip8h7IfisQAs=; b=BC78krO8vLFAaSEv5dlmL0+Y+51Emz31wvhlRSxJzdqgMAPnlTTq5UzAA6GfsQqEXN WGBbgoIqEPxJNQLU3tyHaS6oNlWFi01Q9MwswewMCLwgM1Ds0gw0AqgQojjYyo/+GLDs gf3n/xjvhgI/RKnfDuslwM1JWMwIaTxAF8GXF2yb0Qm3GIvVIXlV2ZrZ9MxA9KMbwUCO wX7V2MkpO6fpBDPK1jYy0CABGWPwFs+4BOEkDlaRFsgW9T+fjYkb2LUAksfhbh7U/en9 Qv9cZxEunT6W/0Gb2VWiC6YGt+BN6AerfSvBTe3PvYppdli01C5dTELRDIb6vjgrpEqu AQdw== X-Gm-Message-State: AJaThX4PvmxBdHqrRWUlgwEd6PppCN+t2DO/2rYxNp9YN53mQ4V4Wi4d 14SGvhhDzPhxkSke3+nR+1V/2gGZlLI= X-Google-Smtp-Source: AGs4zMbMm2q/sm9KC2jnqcZNj2EIKLSLWIVJW/37gNpzDzfvVP+D/DKUZ4Uko5I94hfGqDOEtJYN7A== X-Received: by 10.28.35.80 with SMTP id j77mr761891wmj.109.1512052248966; Thu, 30 Nov 2017 06:30:48 -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 189sm2009545wmu.3.2017.11.30.06.30.47 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 30 Nov 2017 06:30:47 -0800 (PST) Date: Thu, 30 Nov 2017 14:30:46 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: "edk2-devel@lists.01.org" Message-ID: <20171130143046.b4jskk7ibv56w62y@bivouac.eciton.net> References: <20171130120052.1224-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, Silicon: Update Hisilicon Shell tftp command config 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 14:26:25 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Nov 30, 2017 at 01:30:45PM +0000, Ard Biesheuvel wrote: > On 30 November 2017 at 12:00, Leif Lindholm wrote: > > EDK2 changed the tftp shell command from a library to a > > dynamic command. Update configuration files to reflect this. > > > > Contributed-under: TianoCore Contribution Agreement 1.1 > > Signed-off-by: Leif Lindholm > > Reviewed-by: Ard Biesheuvel Thanks - pushed as 0f947b1119.