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 BBA5BC433EF for ; Thu, 10 Mar 2022 13:26:11 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5A30C83AC3; Thu, 10 Mar 2022 14:26:02 +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="b6Gilt8u"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id A7955837E4; Thu, 10 Mar 2022 14:25:57 +0100 (CET) Received: from mail-qt1-x82c.google.com (mail-qt1-x82c.google.com [IPv6:2607:f8b0:4864:20::82c]) (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 5AE5E837E4 for ; Thu, 10 Mar 2022 14:25:52 +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-qt1-x82c.google.com with SMTP id 10so2027645qtz.11 for ; Thu, 10 Mar 2022 05:25:52 -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=/D1zj3LKXu+EFmFwWgXO72IC0TA03HpTem84mDqJ6S4=; b=b6Gilt8uOQxJZwja5MGZOUxiOMomjC20yfY15NAxZuEPq9Zc28BL56uUd+SN3d3fTJ CJsNo3jU41vnCvlE+6xMAQJsJJ+FSSQQ4aHKA7c0GPwEULkAwlw70SmEXyof0HGAaxLw 0YVPpWRnOgITZvX0Q3+sYJ9q2MfCghP+RFM2U= 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=/D1zj3LKXu+EFmFwWgXO72IC0TA03HpTem84mDqJ6S4=; b=6493NpF6bC8FtNiPFnCV614dRXmKewEgktTXvpNcFYuhvVmWmKBVAFKCv3oreF8a06 ydd+alKGv5rty4NQ2qmdzRvwhSN59qetgJB5GzTxDy/h7n7l7ISwfI/+aBlBy2zijV/z dJknJHvGT+SNsyqTdEmzGEXTycPkws3PZMArwpbwCg7Tz2w62C0vavAU/jCSqOxKw7gN mjKjX67D3IYJLoBIfPMzh9TlHcivpZjAUGYqxPYVkMb+YXFnby6eSFA33lCBizSNtsA4 Yjbz97kLudRJ9Kbhjz58lb3sfckeUJ7xAvqk9nt1N9EF1usb9zkr0kbvauBZglLQE8Yw +wTQ== X-Gm-Message-State: AOAM530U6Ya+DStLJTBTx0IBBJu7YSMzrqerKf7WQpnpWHCNPEd80kRs a/qAKUm7CqSd1eMSnSVpx+FG0w== X-Google-Smtp-Source: ABdhPJwc+q09jwIsN5Kg+8Tsn0DpEBtiuqlN2W1mAeFs6gKDhj72vRyOOeZB54iZb9SMgdrjCcwSTw== X-Received: by 2002:a05:622a:1307:b0:2e0:70c7:167b with SMTP id v7-20020a05622a130700b002e070c7167bmr3733139qtk.55.1646918751098; Thu, 10 Mar 2022 05:25:51 -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 h206-20020a379ed7000000b0067b5192da4csm2263923qke.12.2022.03.10.05.25.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Mar 2022 05:25:50 -0800 (PST) Date: Thu, 10 Mar 2022 08:25:48 -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 04/13] binman: Expand elf support a little Message-ID: <20220310132548.GB5020@bill-the-cat> References: <20220304154308.2547711-1-sjg@chromium.org> <20220304154308.2547711-5-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="y3ZGpI4yi7dqmmo+" Content-Disposition: inline In-Reply-To: <20220304154308.2547711-5-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 --y3ZGpI4yi7dqmmo+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 04, 2022 at 08:42:59AM -0700, Simon Glass wrote: > Allow finding a symbol by its address. Also export the function to get > the file offset of a particular address, so it can be used by a script to > be added. >=20 > Signed-off-by: Simon Glass Applied to u-boot/next, thanks! --=20 Tom --y3ZGpI4yi7dqmmo+ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmIp/FwACgkQFHw5/5Y0 tywfvQwAiadcY9qVFEf+dzJwgymM+0nzMzUsHicOzdtLeeiHniUrd8VlFSc1+jbU gi43L+i9MMkIOKUC4R/euqePFLspCI6nfAJ3tgtjARxJYdpApClp2V13RcYfoHqI BhRLMJaMfVjEkZn93ySBoCfxu9AAqJ5Xx+VSZGt50xAaAA18hq1B0Lx1tdgTUyUM S6hKSScHhFoLZG7Fap+e2eSebT8PQ/5tAdMRdVuQp0UKilx/hmvngpfYlMyWHKY9 H6QPytOgbdAtDg1kammZ6EJJV8RoyXl8w9MUSw0CFvGn0uOj8Peh/kRQE35vgy/+ 6Rb9XHEAxaVLNTMuTSFLWT621HLs02AjKyKPKG7/GgA1qsg9j7gb+pqI2teoex27 3eO5VEpgHA/tihRpb7KhIRLEutv/82UWxMwtbLdatwQDzZBvUyBsSK8Rq85rNcuc FtyvuFclypPiEgOLmjDxq9UE7/n0VQiCSfaH6hE05/a8CFamRE8jYx4SsWP4CpKY YM+Pys6z =SRdg -----END PGP SIGNATURE----- --y3ZGpI4yi7dqmmo+--