From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E40F3C433EF for ; Fri, 12 Nov 2021 15:43:13 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6591E60EE9 for ; Fri, 12 Nov 2021 15:43:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 6591E60EE9 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C9B5683066; Fri, 12 Nov 2021 16:42:59 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="KHrQLlZ7"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 1ACB783022; Fri, 12 Nov 2021 16:40:57 +0100 (CET) Received: from mail-qt1-x831.google.com (mail-qt1-x831.google.com [IPv6:2607:f8b0:4864:20::831]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 99E0F82FF8 for ; Fri, 12 Nov 2021 16:40:38 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x831.google.com with SMTP id f20so8478007qtb.4 for ; Fri, 12 Nov 2021 07:40:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=19EMFXQ7k2IaZ0Gh6IRDducuHdSsimO/MbYJxHEXha4=; b=KHrQLlZ7JTkzgnhgAi/0b280rJHS1P16Avrif8lUH/bxVoMYo+hPwNacLhk4RTjrhk 7tcxPtylDSo7k9J187F8QJDiGD+rPrdokxPPChlMac9Ir5gWLqnkmWSbPhzSurAYtnET pzyUWgt+c7kMrPNHvhWfAFmycj7A3X5L9/S/o= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=19EMFXQ7k2IaZ0Gh6IRDducuHdSsimO/MbYJxHEXha4=; b=gryZzSELEPIYmgF8lBQv5jwPbFS+8JKnP5EpGFhx0ARADXLHT378RF44fDrZT5BuvD bKg9CYRLbaZaozhFEUklQSrDYSsvfX5bAQHwAaCSvNbVi1fc4rYNiM9Qk62NM94d2UFL OtvmVffrEOydx5L7XOG6qH+kfvBifvmn/JEeuGap10c1IyOn4xT62VVTmPoPB95k5pbV nKUWVKjb4ay+QPTJdO09AEFkqjhzudP2KPG5WBB1h6Wpa3ImKd2GwTJzooARoan57blO gLuHX7vDv3I1QCSHqstDCUGg0xK8ll/FK+UtblyOnzH1wuj6Kwzuie6TkNMRVZCUJJMj H16w== X-Gm-Message-State: AOAM533f0dYqz7SaTiYe7pA62R9btokANlB/Yzl/UrQxNZsod2VE35Fz RFhj26d2gRBwz5Og9xMZ+InveQ== X-Google-Smtp-Source: ABdhPJxT532rqrmJtJICumljjUoGb1tQKozz2m3IfEjw4ezh3Zb+CBN2lBtzNZxhgFnfGt82CK9aqg== X-Received: by 2002:a05:622a:350:: with SMTP id r16mr17280230qtw.389.1636731637523; Fri, 12 Nov 2021 07:40:37 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-99df-60fa-a7c9-fbd2.res6.spectrum.com. [2603:6081:7b01:cbda:99df:60fa:a7c9:fbd2]) by smtp.gmail.com with ESMTPSA id s22sm3020862qko.88.2021.11.12.07.40.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 12 Nov 2021 07:40:37 -0800 (PST) Date: Fri, 12 Nov 2021 10:40:34 -0500 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Patrice Chotard , Artem Lapkin , Joe Hershberger , Heinrich Schuchardt , Peter Hoyes Subject: Re: [PATCH v3 18/18] pxe: Allow calling the pxe_get logic directly Message-ID: <20211112154034.GQ24579@bill-the-cat> References: <20211014184811.482560-1-sjg@chromium.org> <20211014124803.v3.18.Ie921ec7581f232b07cda0e740bf65d66fb93f230@changeid> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ghA4ZJu6aATogIw9" Content-Disposition: inline In-Reply-To: <20211014124803.v3.18.Ie921ec7581f232b07cda0e740bf65d66fb93f230@changeid> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.35 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean --ghA4ZJu6aATogIw9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 14, 2021 at 12:48:11PM -0600, Simon Glass wrote: > Refactor this code so that we can call the 'pxe get' command without going > through the command-line interpreter. This makes it easier to get the > information we need, without going through environment variables. >=20 > Signed-off-by: Simon Glass > Reviewed-by: Artem Lapkin > Tested-by: Artem Lapkin > Reviewed-by: Ramon Fried Applied to u-boot/master, thanks! --=20 Tom --ghA4ZJu6aATogIw9 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmGOivIACgkQFHw5/5Y0 tyz/Twv/XtvOkwaxJnbbmzT6RfIsRTJkqMCf+id4NPfDqW2GUW9wkSKGK6hYX1xK otfAMlqooHEfedKbRZYFaOgG6EufE5fCkR+a1canyFIyvHJnjKdJPlj2biXrR2o3 57YsT7cueGy2PRiq6gBMTBQXKGp4s5vYR1NTQ5h9a7bh9hTf1oR+euGE6SlxZgKc oVVK4tglLmKd/94ZWCfJ/VupmtS5KpmUWQl2Wqxs3v5TzrjjbzCN4LtWLHTc32ac HMX0p7HDGRR0ygHWRlmxQHyvR5N3U8LwjpiM3c3iY0x0LL8vxZzSiVjY0VmXI/rK 6QxB5CzRoASo3bwhRhivp+2euYzlsr/z+fuDPg2imlmdBz9wn2I37w8R1SAiK6B6 fR+XXKkObujj97mmcfUyATo8EA0MbR9xVpdJdPqq3b+7a/drTXrHKobCKni20763 P3nrVATCJbH36O8Dwc+kQGbGNulxUaYn31NHpUFxY1BFFJhhbHR7meAxZ2Xo8f7c V/sRePXI =Lwki -----END PGP SIGNATURE----- --ghA4ZJu6aATogIw9--