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 72FBFC433EF for ; Sun, 3 Apr 2022 00:21:21 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E0F0083C67; Sun, 3 Apr 2022 02:16:48 +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="nMrtja7p"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id BC96983AD1; Sun, 3 Apr 2022 02:16:28 +0200 (CEST) Received: from mail-qv1-xf33.google.com (mail-qv1-xf33.google.com [IPv6:2607:f8b0:4864:20::f33]) (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 05A0183C29 for ; Sun, 3 Apr 2022 02:16:24 +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-xf33.google.com with SMTP id k7so4843614qvc.4 for ; Sat, 02 Apr 2022 17:16:23 -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=FTov69gVEJoaKftLVipLmREoU1NJePw7wUnLnmLM604=; b=nMrtja7p4YkiR96MKjtz4zVHDocYE3NQgLTA6SB33JJsurNkGLB0AU1qGzxrYaA7Zo D4tTZFJrDCNnWY5Ur3OywaMKTcodjOErVuOo17CnRXx87PjJBw+9IuJ9VtAhSzPsiYNU DoBicGh89rDlmDQy1MRZl8pjQauNLsXPt1XHk= 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=FTov69gVEJoaKftLVipLmREoU1NJePw7wUnLnmLM604=; b=7zlXAi26K1FKA5ptfTygazClKRYEy0FpGycupQUdrz/bsJ9BcbPr/oHPnVF+2r3L2z e0MHZHJ/d4oU5lLAwCS8SE1lEBO9FJlFQSSOHFY3nJggV0fHTPy0GdvvPAEv6R1b6vry 3g6dQTYoEfDF2gTwKSmm0du0iauSxsOpE4j1STMRAxXn087muFrCK5Bw1ecYVntoyq1m awzFOFbKardRH4mlO+WVdc4UeJPz7hEjfX+1y1f2c3ZCfbNu6MLCf4jUchOT8LaMRZus Pzpp0qOUn0fiSwFQ9VmpFulKGO6U25lM0rE8EhQrz69CD0lKMceNLZZWJjF8mq/zfS2B 7Jsg== X-Gm-Message-State: AOAM530KShDwFSlXgR1r+9oXfb6ofaRop2cjXH1iMvtJMNYYbPWgfuZZ eM0xW4OKSmSv7ThjXP7u+hdUhA== X-Google-Smtp-Source: ABdhPJyN9goN+R5MGcfCwopsi9gar/qm/kGXkMcgOLafPMnJULprH6pYFdUzd4JAiAPXYXJKb+pQIA== X-Received: by 2002:a05:6214:4017:b0:440:d478:c167 with SMTP id kd23-20020a056214401700b00440d478c167mr13138344qvb.79.1648944982888; Sat, 02 Apr 2022 17:16:22 -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 21-20020ac85715000000b002e1ce9605ffsm5378651qtw.65.2022.04.02.17.16.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 02 Apr 2022 17:16:22 -0700 (PDT) Date: Sat, 2 Apr 2022 20:16:20 -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 17/29] doc: smh: Update semihosting documentation Message-ID: <20220403001620.GC14476@bill-the-cat> References: <20220322205938.1721846-1-sean.anderson@seco.com> <20220322205938.1721846-18-sean.anderson@seco.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Ijl6cC5PotpeSsNi" Content-Disposition: inline In-Reply-To: <20220322205938.1721846-18-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 --Ijl6cC5PotpeSsNi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 22, 2022 at 04:59:25PM -0400, Sean Anderson wrote: > This documents how to use semihosting, the new semihosting features, and > how to migrate from smhload. >=20 > Signed-off-by: Sean Anderson Applied to u-boot/next, thanks! --=20 Tom --Ijl6cC5PotpeSsNi Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJI51QACgkQFHw5/5Y0 tyy8qwv/a0CxIGSlx8BtY5uRx8vB78RoJFnVmrIMpP0Ud1O2Xz/wnVu111YoptLu lJiJEcWnQUIMximaH2jFJ0/9tP4aYj/a6hPZ1DQ/gX1O1LEQI8GPj0fMNsZ688Vw AyUrj6ocNDlG8q/ogntg5oBns/ucpz5m+5HCJZcHoJwONm4+gAkh0R1QrQ3efRPF 2X6R0F8+CBnnWn/MsnZ06WnyXziazPWolKu7NDP4yod850jfKzf0DWrI7RwEMEmr ThBpiZgiOgkcdG1gLjm41it8nwxIzJ8a43i3o6v5jC2iBeFf5lPKPaLejKMtT+ds pLA5V+tu26D/vYViFofZcii54TsezNyaX2UA1XRkAUwybMEAbQkaHlelTY4Csahq qkQ18jCZPzMrLmzs23AmqSjBNJHgjS+d8nvtp7BXUUHHV/prUnByjRu2ZP3MtIZM bHyYIklPayKiTtXBNQau3Tf1P5KqC686VAN5w+0mOZGGT/DSn1etMzcRAAjeb9Yn d4jE8hpP =lMd4 -----END PGP SIGNATURE----- --Ijl6cC5PotpeSsNi--