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 79D6DC433F5 for ; Sun, 3 Apr 2022 00:20:10 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D01E083C27; Sun, 3 Apr 2022 02:16:23 +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="EreKqET+"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id D7A9E83B11; Sun, 3 Apr 2022 02:15:59 +0200 (CEST) Received: from mail-qt1-x830.google.com (mail-qt1-x830.google.com [IPv6:2607:f8b0:4864:20::830]) (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 156AD83B47 for ; Sun, 3 Apr 2022 02:15:50 +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-qt1-x830.google.com with SMTP id t7so5061007qta.10 for ; Sat, 02 Apr 2022 17:15:50 -0700 (PDT) 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=H8/hfyD5auxKSNRdeSnjUenkkBYh0gQXA0Eu0gWVelQ=; b=EreKqET+KDjTOOClJ1+eRxr4KTMjPSVcNuOI3hITzKPIGQnzyqtdA7irFTa7/57O7S /6CbonYV0VYSAnNq3FCjrmxj/Y2Ag9u5d1pSOXdcETZWdqu0NoxFzIAIxauaPR5UyMZU b7QGEkgwbdhpKQY1ImlmoaBndyWxmS0yPB9ZQ= 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=H8/hfyD5auxKSNRdeSnjUenkkBYh0gQXA0Eu0gWVelQ=; b=jRHOJ207kPtg1rCaa2XZrd+pH8++5XNeA83gbP5epeBfET0Fwl2ge2gtzpf9wx+SfL xothHKe7yVnTc7La3ckkxnU+lBzHz7lRkzWGsDToB9q0oCiEKQOQiZZOOc/r7MJjb8y2 RHq6Ns1gtQdJhxFuSe402feJKaFOh+SqvcrwE++XnW1aA3LC0pDfJbaKXtvemen+dwrK Dhb28AP6IpfVlMbw9mKqc6Q1sUnYskRnlVxVd7T/VOzJ0PV1uzCU9b3wDfA5r8DW6JJK 8XfeU3Mdclw4QGFbQmru7ZD/aigLawNYPXPd7w650C5r1BBkjT4HMCB+4yNsdnjZ2/Uc r+Yw== X-Gm-Message-State: AOAM532OyPKP1WlzAA2DIIg03cg9MD52kSDmLf1aREc3wzSfvlQ63QKt AwlUIge/0CdqzsWdmxQYwJSBlQ== X-Google-Smtp-Source: ABdhPJwmMOyw4tVOfpVOAQKBbIjMb48A5a2j4w8Jq7yzMm6c0H0k+4/82LXFRYNr8XfC3cvXRdMCEg== X-Received: by 2002:a05:622a:490:b0:2e1:cd32:f3da with SMTP id p16-20020a05622a049000b002e1cd32f3damr12951274qtx.339.1648944948958; Sat, 02 Apr 2022 17:15:48 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id v18-20020a05622a189200b002e22e09d77fsm5325510qtc.59.2022.04.02.17.15.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 02 Apr 2022 17:15:48 -0700 (PDT) Date: Sat, 2 Apr 2022 20:15:46 -0400 From: Tom Rini To: Sean Anderson Cc: Linus Walleij , Liviu Dudau , Andre Przywara , Simon Glass , u-boot@lists.denx.de Subject: Re: [PATCH v3 12/29] fs: Add semihosting filesystem Message-ID: <20220403001546.GX14476@bill-the-cat> References: <20220322205938.1721846-1-sean.anderson@seco.com> <20220322205938.1721846-13-sean.anderson@seco.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ZpBW6FMFksNodSH/" Content-Disposition: inline In-Reply-To: <20220322205938.1721846-13-sean.anderson@seco.com> 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.5 at phobos.denx.de X-Virus-Status: Clean --ZpBW6FMFksNodSH/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 22, 2022 at 04:59:20PM -0400, Sean Anderson wrote: > This adds a filesystem which is backed by the host's filesystem. It is > modeled off of sandboxfs, which has very similar aims. Semihosting > doesn't support listing directories (except with SYS_SYSTEM), so neither > do we. it's possible to optimize a bit for the common case of reading a > whole file by omitting a call to smh_seek, but this is left as a future > optimization. >=20 > Signed-off-by: Sean Anderson Applied to u-boot/next, thanks! --=20 Tom --ZpBW6FMFksNodSH/ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJI5zIACgkQFHw5/5Y0 tyx4UQwAkGJ6j6uV8Gj9XP9fMgjuC+kCQxiNfyQILudQPRMwYEnupbqoKlykYK2z wdONFYdfkFufyVetBz2KYTfxwA3syfMuZ54NAVRhs0LKERljoi6wEZ1zBW00PvqE dhil7L1qNZpIG8DHuN0+GyzmUivVsuFYoV+Ode3th+LoMLAxKvTGWhrl+Z6+OQve 7qiHaD4uZWjeQMtoSDaqF+icL+6uzMS5HcS40bTfawSMuvvN7T6dkgCfxr5ogI7w FWkFOYLya1wE1jSBKinqDZVqPPUIAntvwNXmQxavUbmdvFy/LyM6dFVjH4SEJiiH OFHqf+6dtYugKQoKxXPv1GlPs5P/YK1UKCUZ/KpxAJgkaqRD68QUrwHSkHmbkWU9 zQQb/D5AudGLstJ0oGic/66wJx116EVnAxGunzxwSDIFfwefy9BEsB2JCzrOjkUi njyh1LK9bjza1EfKGP3zQG+FTJ+aqsN8AsDP+wEPGDJzVWYvlRRK3JrBpgK593ln PDY/46Ko =kgBa -----END PGP SIGNATURE----- --ZpBW6FMFksNodSH/--