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 419D2C4332F for ; Fri, 12 Nov 2021 15:40:37 +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 B6EAB61056 for ; Fri, 12 Nov 2021 15:40:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org B6EAB61056 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 AA03C83024; Fri, 12 Nov 2021 16:40:34 +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="X70Porg2"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 5120182FFD; Fri, 12 Nov 2021 16:39:43 +0100 (CET) Received: from mail-qv1-xf34.google.com (mail-qv1-xf34.google.com [IPv6:2607:f8b0:4864:20::f34]) (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 7805A82FF6 for ; Fri, 12 Nov 2021 16:39:31 +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-qv1-xf34.google.com with SMTP id kl8so1992245qvb.3 for ; Fri, 12 Nov 2021 07:39:31 -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=f0Fwqlgyh6wFwXQkt97wXisqMMff8a4tC4Rmb/G62NY=; b=X70Porg2d3kJkQw06X5oREjD7gukgO5CmESbimnsXxM6UL/GSXwl2KlcykPUr6i7vU 2vrjlR4AJOUAPO3iwoednRZcsEH4+/KObRWEO5JyEKkjwXqU+tuLSIk8wQqJ5F60PijK VjmWuQfN+Wf6KNmWiHPN3lFZbQtMgzfpBRFcM= 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=f0Fwqlgyh6wFwXQkt97wXisqMMff8a4tC4Rmb/G62NY=; b=URikBXDLt6Tb5Bmb9/YWPubw+APz0yhL603D+diqOt3D575XISpArtAw4laaDbpM1D NU2ue6TZ6W2Omu/v+m+/TZbHvff9YV8E2glOVmIPnaYbGBYe8F5I/eyAPRFZtjo1LHRq +TSh4fDEgr4ONtfsaGoXBNIHvgKOXSqskEBezzG9bfKdCXsL+Yt8nvzeTI2Xlmmhpxcm dsOZnpbfGq1neGdIYS50kYntI9PwdovvCe3usopQIyf9muk2JGnJ8DZxR4xSglKFoN4R 1oKpdKsARcHf+h51VVHiMlLsupMcRyRBBUzX08VvHGcH0jm/eEE67gvgV7+77zqFuXoQ smGA== X-Gm-Message-State: AOAM532V21A5sth4cFE5AGx7ewjzejDi1t4YLRIu2Vzf2tr7UKW51+T7 9SjEClTisEZymzalKJKl2008eQ== X-Google-Smtp-Source: ABdhPJzEx9HQ3apaqVLhp5WG8M+3A86nFvOwfUFqaFULxxF3RLy87hZC02DitEofxowfYMQqjTYODw== X-Received: by 2002:a05:6214:e47:: with SMTP id o7mr15836840qvc.61.1636731570162; Fri, 12 Nov 2021 07:39:30 -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 h2sm2887781qkf.106.2021.11.12.07.39.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 12 Nov 2021 07:39:29 -0800 (PST) Date: Fri, 12 Nov 2021 10:39:27 -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 07/18] pxe: Move pxe_utils files Message-ID: <20211112153927.GF24579@bill-the-cat> References: <20211014184811.482560-1-sjg@chromium.org> <20211014124803.v3.7.Id5595981cd99201c6a2d8b714254d775436a3483@changeid> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="2nawogoZW/Ua1ULb" Content-Disposition: inline In-Reply-To: <20211014124803.v3.7.Id5595981cd99201c6a2d8b714254d775436a3483@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 --2nawogoZW/Ua1ULb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 14, 2021 at 12:48:00PM -0600, Simon Glass wrote: > Move the header file into the main include/ directory so we can use it > from the bootmethod code. Move the C file into boot/ since it relates to > booting. >=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 --2nawogoZW/Ua1ULb Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmGOiq8ACgkQFHw5/5Y0 tyy2nAv9FpJNNNnQg+Er2bH0pbOz2XHv7z8838VnQkYYIk8wGw1TdVpi9EEO5U7W XlWSAq381JVJ00x7yo5Euvvm3hToIPIcsaB6wX0s8UWu9NAm5okmXwPkYu0RCFEg cKWFsegngqf2EIdOBQO6DFAdyjtwKxgGSUn6k6u+ERNgvTQpNgK7MvPNmZkF1dIA v2h6nxDh+HoZ2OjTjMNNrOh6aLZGch2fcBakRl1i+1eSfjfpusjE2NO5ho0/nCF9 YhGCiZN6RYsgRlTEOg67M9cnyXpaFVRZdbSWwbAKBPtuOy+NDZ1qvpVg3A2Ug7oU k4dlgcUox3tbcRcQlTtnNUoBktqsnikZyqhZPm+ZlZrEpvNw94H9CYSDPer0Dz/N REChC+mblbouNJtRLMxBoXni2iQsr5w30wLu9H4KOJ5UZQ/Tnvn0ppZPeu/TJLja yiwRO/yK1u1CcETtLFxeBYGqPamjIbYwMKCk4TMivm/yosR4BO+KMEwlty1nZpwE e9OYIzQX =/Mw4 -----END PGP SIGNATURE----- --2nawogoZW/Ua1ULb--