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 68CA7C433F5 for ; Thu, 10 Mar 2022 13:27:48 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 926D383AB3; Thu, 10 Mar 2022 14:27:37 +0100 (CET) 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="oOT9XKn3"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 4F57583AC7; Thu, 10 Mar 2022 14:27:00 +0100 (CET) Received: from mail-qv1-xf35.google.com (mail-qv1-xf35.google.com [IPv6:2607:f8b0:4864:20::f35]) (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 43D3A83AD5 for ; Thu, 10 Mar 2022 14:26:43 +0100 (CET) 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-xf35.google.com with SMTP id hu12so4469293qvb.6 for ; Thu, 10 Mar 2022 05:26:43 -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=HZVbP2owub2fsHIsXGQIpARx3ePiTw73CSpQiooF87A=; b=oOT9XKn3dbARMrasNPBUQcp4fCg4XzywUcg48pj9GJl/TGmNUvfdqoNyw6NGYdgWLZ 44nEPKuAUmcF9e/679m+/3bwAZzVa7bWpQN/DDAclYQSXPHXsVqAZMffida03BlQ+IQQ ZmQNyg/CH+lPOIBkWh/bA6ElhRz32v4fqmwHE= 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=HZVbP2owub2fsHIsXGQIpARx3ePiTw73CSpQiooF87A=; b=nvS0SkMK5CNSYzv0+zpDCBQxuUQrtpaVdCp5S41xFfqnO1HUv3tA5oBTYdCyUpfKqB A9OuoerAKL5Kdl9Yb7bZ7g1wHrys0wBV0wCsyNoFE61Rh33oLIBZeZh77K8e4yc6j9yi IbvIVbwcbAhFwIiXrYwnknJ4wAIiWRAOpqbaZ2ijLOdoFwZ9hJqd1xcgDdrVK77GtfAt lzZgi03RzlTxJTzt+HiaDfk3fa1cwMLZ544in+idxbaPBZfm8oMngxlnga/jjiru4jhw FkfnSTG22HokgwcswYkpm/Oj7VUr7wwzIagP0yPCQV4H+6K/Mwug7JWBybR1USsIcyvD cisg== X-Gm-Message-State: AOAM530DTR4TYlwGCtmnC3JyUrKWHjtON8sMFsaN7kGZIJAyj5Ha4NHJ +8iU64rNmrGcN9pRwTBo6ER1jw== X-Google-Smtp-Source: ABdhPJyZqL9UWiLG5o0Dg4uh2iL7q9oa8N74gZze45pgdPYHbbBCus/XzhBu6pIJ3hgU7SYoAbjKcA== X-Received: by 2002:a05:6214:2689:b0:435:be79:a17e with SMTP id gm9-20020a056214268900b00435be79a17emr3576962qvb.35.1646918802146; Thu, 10 Mar 2022 05:26:42 -0800 (PST) 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 p68-20020a378d47000000b006491d2d1450sm2350064qkd.10.2022.03.10.05.26.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Mar 2022 05:26:41 -0800 (PST) Date: Thu, 10 Mar 2022 08:26:39 -0500 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Marek Vasut , Masahiro Yamada , AKASHI Takahiro , Marek =?iso-8859-1?Q?Beh=FAn?= , Heinrich Schuchardt Subject: Re: [PATCH v2 12/13] event: Add a script to decode the event-spy list Message-ID: <20220310132639.GJ5020@bill-the-cat> References: <20220304154308.2547711-1-sjg@chromium.org> <20220304154308.2547711-13-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="VXyBLKGsDMQc4YGk" Content-Disposition: inline In-Reply-To: <20220304154308.2547711-13-sjg@chromium.org> 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 --VXyBLKGsDMQc4YGk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 04, 2022 at 08:43:07AM -0700, Simon Glass wrote: > For debugging and dicoverability it is useful to be able to see a list of > each event spy in a U-Boot ELF file. Add a script which shows this, along > with the event type and the source location. This makes events a little > easier to use than weak functions, for example. >=20 > Add a basic sandbox test as well. We could provide a test for other > boards, but for now, few use events. >=20 > Signed-off-by: Simon Glass Applied to u-boot/next, thanks! --=20 Tom --VXyBLKGsDMQc4YGk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmIp/I8ACgkQFHw5/5Y0 tyyxjgv+L51EwpSSOxSyJV0VryRcyU9yy+wGabMQ1/bZzIcYxdOW0AEnJTGDcTLc kN9RxbZdms2zy16JRnAAbFhpGgUMkeZUwpiqk3yjTKwETaL0CtRWvUqXl+0SjxhQ hj+MgVyKEoYt5XA1Oq+UhH8AMzUu5p0H1KyK/xSwsb300vu8j5nymbe64wb0qo62 220N+0FVULGNsMgMIHhWiFFwT5e99SJgjtbmqx+y9rpYyP4Q4dPsCA/hH+U8LSmR TEwmIDInZK3reLZkRBTnxfk558INsMiKXDTkCOB65DhRMOFeizAUh77Vve9/QaWe 6Hy5FY+h0MyJiUaRbMaRc3t/UrY+rYDtx2XjPvhftYUkcvKAsgpAzFKDZ4zNEKPR tVmblf0Ca5z8fXUNaAsOnzn5nyYF90NW5x9SKJRVpIVszuRkyi7eA8rfwpI/leLP ufROF7ZFqT/0b5VXLPwd0ARMI5qJQfWy77sgtTbKP+oSAuI0oXListKIs4Bdi3Jq vPC1gnVn =OwUX -----END PGP SIGNATURE----- --VXyBLKGsDMQc4YGk--