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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 19518C4332F for ; Tue, 11 Oct 2022 21:37:46 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5E98484F1D; Tue, 11 Oct 2022 23:37:07 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (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="cg/YFOSF"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7E0E384F25; Tue, 11 Oct 2022 23:36:59 +0200 (CEST) Received: from mail-qv1-xf2f.google.com (mail-qv1-xf2f.google.com [IPv6:2607:f8b0:4864:20::f2f]) (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 1D56084F1D for ; Tue, 11 Oct 2022 23:36:56 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qv1-xf2f.google.com with SMTP id f14so9816603qvo.3 for ; Tue, 11 Oct 2022 14:36:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=m2oPH0cIm/vYYSbefGm/FFiPlctybbyYWBLv6P4CnxM=; b=cg/YFOSFp+dURVeDQGUfTUoxWte88eWnpanWWVnG2wIoW9AkBem9NzjQuKpjCslLmp ZF8G4aNpWORkxbVfgtstzihaNWRyOWg1O08VWx8RRavhsER++9bfKhxMUUEXNuIvXdM/ 6GpeT/xFQgUhJVRjrEKMuS+tElb9VpL+F+53w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=m2oPH0cIm/vYYSbefGm/FFiPlctybbyYWBLv6P4CnxM=; b=T/Z/l6wJyNt6uIFe5x/kZe5Ahyv+dwLDKacySK2+CCj1OidKAFhjMOPqqDc0Pf9Ufc LiF1XBhMEdpznkNSyqIj492iGglc9v2/yGaEdfXRWC2ukA5ydUUBqvy1filfE/DT45+7 /RPZtBdc1zGjWmQUrzXmybFF5METTdrci7WuBhSYXiFOwDdBm83eBma6858Nm+om9hel zZ6S3Cv5nNT7N5C2TUDaShV/vTcSxk0Fz96F88TUDtRboe1Md4M1lcFZ/TNzGCVNdLIv NWhHFA3qZBC9LOojaYDYYL6KIt4IrnYLhC2DzyechQY7uN2+SVttjBULEquooRuqCsGJ RIMQ== X-Gm-Message-State: ACrzQf2EoHy+ez4KQ0WFoDph2b6fTIWSkVFfxHYcGbvOM6syGykO3laF b6or3xzq61ax31b5A1mh/VxEnQ== X-Google-Smtp-Source: AMsMyM4pi3SSEeyquaxOn0iTNUpD1N+PM2vGvIpk+UbM0O+wgHSgGOso/HEnSjj9wgW/NzglLgTqEA== X-Received: by 2002:ad4:574f:0:b0:4af:b3ed:8b9b with SMTP id q15-20020ad4574f000000b004afb3ed8b9bmr21065245qvx.1.1665524214770; Tue, 11 Oct 2022 14:36:54 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-9506-5302-f3bb-a137.res6.spectrum.com. [2603:6081:7b00:6400:9506:5302:f3bb:a137]) by smtp.gmail.com with ESMTPSA id m5-20020a05620a290500b006ea7f9d8644sm4391647qkp.96.2022.10.11.14.36.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 11 Oct 2022 14:36:54 -0700 (PDT) Date: Tue, 11 Oct 2022 17:36:52 -0400 From: Tom Rini To: Roger Knecht Cc: u-boot@lists.denx.de, Simon Glass , Heinrich Schuchardt Subject: Re: [PATCH v6] cmd: cat: add new command Message-ID: <20221011213652.GP2020586@bill-the-cat> References: <20220903113413.411-1-rknecht@pm.me> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="qih7n4MdZQ4fb9uN" Content-Disposition: inline In-Reply-To: <20220903113413.411-1-rknecht@pm.me> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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.6 at phobos.denx.de X-Virus-Status: Clean --qih7n4MdZQ4fb9uN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 03, 2022 at 11:34:53AM +0000, Roger Knecht wrote: > Add cat command to print file content to standard out >=20 > Reviewed-by: Simon Glass > Signed-off-by: Roger Knecht Applied to u-boot/master, thanks! --=20 Tom --qih7n4MdZQ4fb9uN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmNF4fQACgkQFHw5/5Y0 tywbYgv/S1aKbeBSCx6M1ZUts/pNN0bIE0p+3wplw4Q8xvDsA9HROC1tb1XXo2A0 K8D/Lei6T8J2Ohx8oA+AW/i8szkZoHi0xFBFTMFr5lBjwmJqq9jLg3ndmHtycVfD csoYR1PZ1G0zUVmKrDvbIqkw35EMwBuOjTC4mUcZjQJD12O76WZPxICAbN8idf32 0rvRPmwOlb4R0t6PcZjZ64J5V+zU3iiM9DgfPDKX5clv+weR7Tgp+sWC47snUDFu LRRA29vPlrJXPHVRC+AYtv9Ijj3jxg9L8EJg0utJbQwIphI24QPGa5VmMB9CnhhF 7rJVsHh8Hv2zKzJCuZLdddqrhylLwsJRQDrGzInOF3Sg6g0MAAoKhHxiZcTRabEC 32uJCfDjexWCr6B0C16Zb4EqqEtB535ak9ButldFI4UDGmBEiTodqaeE25loIDWg 8dNeIWajsAtfMD706OEAxJzBe7Xn/U+QNzB/xEkWP/+a4R63RWL931N/NGJgO683 fMvL0x5D =9x17 -----END PGP SIGNATURE----- --qih7n4MdZQ4fb9uN--