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 BFFBCC433EF for ; Thu, 31 Mar 2022 23:21:53 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D131584268; Fri, 1 Apr 2022 01:21:26 +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="CJSjVlm+"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 793C783B06; Fri, 1 Apr 2022 01:21:21 +0200 (CEST) Received: from mail-qk1-x72e.google.com (mail-qk1-x72e.google.com [IPv6:2607:f8b0:4864:20::72e]) (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 0CA4883C75 for ; Fri, 1 Apr 2022 01:21:14 +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-qk1-x72e.google.com with SMTP id d65so837088qke.5 for ; Thu, 31 Mar 2022 16:21:13 -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=CEhlaAobDYhCxRAbmCcRJfhWVdLUajsmEzye6TlNnXE=; b=CJSjVlm+Uhg0jwS3g4A4CY8QuJ04GWx2FzWLOorn+F+fKVeOfQe/6xrp6MhzCbn2Hv VImXAkPvljceJXOj0dR4gZ1NWtqz1au0n0tkneAp22SRmzAqdURK5l9/SMIVZBZJY85M FUxUt1OB5Ix+d1thgsqIvP/AWB6pth19uMwXg= 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=CEhlaAobDYhCxRAbmCcRJfhWVdLUajsmEzye6TlNnXE=; b=iBZd6lIeX61bUsIYXGZBKDHks4iKDZuEy3veZiRZclo04dodxSqYNlq8vQI8I1/3L5 ZeqtXLOIw7GsCpU/kBUMIQnfEsbq9I65yKUAxmlNx/gLkpGUo4dX7dEEAP3uTSgrkMI+ aTyaWfd/G1O8/TTXariWsJRESh02E4lOMYpoBB8nrc+0srcz8nwO2sWpqBJ2I76miyu7 4uLgVCXGKfmPq+MNiKpxqQ1LFZN6DB1hjo03n+IVs5XFU1zS+QGlw8J6eULVk/l55SyD nE8QiRrej1on/jLNpv3g8EKjHTu7CturzrNEr/QCY4TJZbWHbKOvOKZDIEZVWpfHEXWE kRDQ== X-Gm-Message-State: AOAM533ivpTaSxeLQUmQgmScLdzgDGrBRmxqy0ofqTPgOCux1kggV47A /vFJNVseGEdMGTDuVdep5PJPgw== X-Google-Smtp-Source: ABdhPJxGh4N5/KDfWroXDWSH87JhURlQqp51K0zrZwz4evAgQLBGV8g1V45cbFJZDHIaXEUD1m2udQ== X-Received: by 2002:a05:620a:22d7:b0:67b:1bef:7701 with SMTP id o23-20020a05620a22d700b0067b1bef7701mr5064064qki.268.1648768867724; Thu, 31 Mar 2022 16:21:07 -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 w8-20020a05622a134800b002eb8401862bsm620386qtk.34.2022.03.31.16.21.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 31 Mar 2022 16:21:07 -0700 (PDT) Date: Thu, 31 Mar 2022 19:21:05 -0400 From: Tom Rini To: Philippe Reynes Cc: sjg@chromium.org, rasmus.villemoes@prevas.dk, u-boot@lists.denx.de Subject: Re: [PATCH v8 02/15] lib: Kconfig: enhance help for ASN1 Message-ID: <20220331232105.GH14476@bill-the-cat> References: <20220328205707.348270-1-philippe.reynes@softathome.com> <20220328205707.348270-3-philippe.reynes@softathome.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="2zue9K3IhLF/3KAd" Content-Disposition: inline In-Reply-To: <20220328205707.348270-3-philippe.reynes@softathome.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 --2zue9K3IhLF/3KAd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 28, 2022 at 10:56:54PM +0200, Philippe Reynes wrote: > Enhance the help for configs ASN1_COMPILER > and ASN1_decoder. >=20 > Reviewed-by: Simon Glass > Signed-off-by: Philippe Reynes Applied to u-boot/next, thanks! --=20 Tom --2zue9K3IhLF/3KAd Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJGN2EACgkQFHw5/5Y0 tyyz6Qv/S2pUsKh31TW2gqFCpVdQRb9wcbU51jlVvIEGHy62vqeCs78wplxmjQy/ O+POb8Zi7zxGCCVRKn7s/BCLkZSgeCimWQgAeHxNBzWxHAiEHM3l7AJm7fWx0HXJ y/4MqZbb5GXu5brZ2gQOfb8sY8KDd8eyqpzIOoWVrVrtBQYaiBcufPAjQmODt5E0 mtv+LiPhRzCxbopiddcFxS1hxN5+eTNaEZAecCU8AVezoo3HBDcL6IAcCEhmMAwf 3qQofDW0aRh517KlAxty1tf1l+A4WcUOAG1bDDtJs0rHa8YSYbn9U8F6fnfJIMbQ KvwPPgQgpjZhjDbdM0DelA74uAKc3BIW6lo5uhEOXQWeXbe/OWrGY9ksJfhAEyM9 B5g9S//j23hiLZauYzMMh5rj8z2zH0r29v+AzYSPd0fjbkIAFg12K/EithLpIODX V8ipRhMD20M1ixPofJDzzwNVpBoBGEmYbBw7vfvPuIgKImHmt0eO93uyAdLxG74j SgQgO42L =URHs -----END PGP SIGNATURE----- --2zue9K3IhLF/3KAd--