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 A741FC433F5 for ; Fri, 8 Oct 2021 12:43:04 +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 0A44960FC2 for ; Fri, 8 Oct 2021 12:43:04 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 0A44960FC2 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=amarulasolutions.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 37FC0835FA; Fri, 8 Oct 2021 14:43:02 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=amarulasolutions.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=amarulasolutions.com header.i=@amarulasolutions.com header.b="A4LEdnVc"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id D7297835FA; Fri, 8 Oct 2021 14:42:59 +0200 (CEST) Received: from mail-ed1-x52f.google.com (mail-ed1-x52f.google.com [IPv6:2a00:1450:4864:20::52f]) (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 0894C83152 for ; Fri, 8 Oct 2021 14:42:57 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=amarulasolutions.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=jagan@amarulasolutions.com Received: by mail-ed1-x52f.google.com with SMTP id a25so20121373edx.8 for ; Fri, 08 Oct 2021 05:42:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=+GGWKxz9fERkTNxfHqEyJyZxRPwf0Xeu997ZAgYBSAE=; b=A4LEdnVcDHvR1/o1zJS/MuAVoXv07knsBnipVqy+bfIpe1XeN1lz/30wBocro1BsNI YkZY2g8Bfmz2gWYBaVR/+FPTgB8TA2xD+AHpzx927EsuZIxzA9IW06JEd1HospIl6eN4 q87T5tZYsjgtzRbZ1M0Dcgh7hLsVHe2Xi3x8s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+GGWKxz9fERkTNxfHqEyJyZxRPwf0Xeu997ZAgYBSAE=; b=pG3N6rz0TLhETIGgCKFkjAHnJqLr3iSO+FZoFkWRNTJjzBZRzfWO7nmZ5eyNQses1P gyulRwXzmp0YWF6LqPkAedz+IygoB2lxvq2Ib6pbX0Ai9DvH6+W8naWYcw8S+BZbZqN0 TfMNuKdjLY/V5fDZYL98Lf5mBMvAIBkOravw1tC2IbiMDt96hEM1wZxGzMSS0dc04FsB eIrv6Puc1v7XUhGR9Mhgb4B6eV+hm8Uc2OTYlwKwFzf6sIAWyAi4pM/3YvSVnEwMo1+6 bYV+pgmiHKMyw8Bcw0CIVk5DSpLBcZYJ6HwEQReN1iMGCbIH0oSNGJBQCaBvoyn05S87 YqBQ== X-Gm-Message-State: AOAM533Y6ojV1SzJ61N3QHM+rgA/RansQkLs9enCMTzCDm3UTcx125Vf 98lUnZ3mYAwPwmh2CIa/nXjGgs/Y89VbKwiLvO1UQQ== X-Google-Smtp-Source: ABdhPJzrl2TqYRyzHATInVo9eH+LwaTNfXGoqBDUhZMnuciuvfUyBLKnwdsgHNBJEdApTmBSxgpHR/Gk+a+KRR7PHxA= X-Received: by 2002:a17:906:b104:: with SMTP id u4mr3851317ejy.201.1633696974172; Fri, 08 Oct 2021 05:42:54 -0700 (PDT) MIME-Version: 1.0 References: <20210919214937.3829422-1-sjg@chromium.org> <20210919214937.3829422-5-sjg@chromium.org> In-Reply-To: <20210919214937.3829422-5-sjg@chromium.org> From: Jagan Teki Date: Fri, 8 Oct 2021 18:12:42 +0530 Message-ID: Subject: Re: [PATCH v4 4/5] sf: doc: Add documentation for the 'sf' command To: Simon Glass Cc: U-Boot Mailing List , Heinrich Schuchardt , Pratyush Yadav , Mike Frysinger Content-Type: text/plain; charset="UTF-8" X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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 On Mon, Sep 20, 2021 at 3:19 AM Simon Glass wrote: > > This command is fairly complicated so documentation is useful. > Unfortunately I an not sure how the MTD side of things works and cannot > find information about that. > > Signed-off-by: Simon Glass > > Acked-by: Pratyush Yadav > --- Reviewed-by: Jagan Teki