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 0BD35C433EF for ; Thu, 31 Mar 2022 23:22:26 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 9E66B84263; Fri, 1 Apr 2022 01:21:40 +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="NlDbf2Q1"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 1872A84266; Fri, 1 Apr 2022 01:21:31 +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 8BBC584263 for ; Fri, 1 Apr 2022 01:21: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=trini@konsulko.com Received: by mail-qv1-xf33.google.com with SMTP id kk12so758683qvb.13 for ; Thu, 31 Mar 2022 16:21: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=tKYMgg71u83Nr6Xi1xn/mCX3jxPPzSwZAkbowb3SCHQ=; b=NlDbf2Q1kN4tE+glrIX07LkakjzJQmGyVOpg0bFQ1Aaz38GUGxaXl4P1CtzEkJMLWO PZV7eV8dbszuHPSiow5BTerpRZ79+0WrpIvriWDa8eZG4Ninzomp55GUOWNd/FOZreyF vDtag29hAl/4Xvs21FZ2P1XG9OZzXyvvNZzZU= 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=tKYMgg71u83Nr6Xi1xn/mCX3jxPPzSwZAkbowb3SCHQ=; b=b0y/xsiRbeD5QdsWb/u1cpb7IHHvgm8n3WMl6G60EkE0siyaoYS49ms5rQtZ85v/wx fpViTzpl4sP+8fXCskS0X3QQqL6+OBG8I1AGeFLpr4yG/PsyRLr+Sd+cJ1MUapunWwHL kO6y8L6cmHFRCu08bILS3+ifZd7R0w3qtKgGQ9iF+WRUB6hakCPQv+hl+xJN4vQV7myq uzQOtg2XzWGuvH/TpwizxylHaR1XA9PjaPhBELGbQZ4Dg+cL+/TkSkHxrVYeGn9chaQB 6oB2IbuAPMeNVT9bvBtwWn5w+wziBXFKdZaF00GrDHh2kCiTJP/GIWqtdwcczNHfr63l CT6A== X-Gm-Message-State: AOAM531GarR2YkVK1hSTEQiBM/TWTwgMsSJi2Lq30m7jVdFV8E/ULIz5 nrx26Hq+ZuF3MRY/g0A8hKc/zw== X-Google-Smtp-Source: ABdhPJzG1WMb/43pxED0VczIeLvjNyXsnNTfmKO/Y8kd7rz4rF/jGrWn5tdmWUZQAxnK31K5h2VTOg== X-Received: by 2002:a05:6214:194e:b0:441:2893:c409 with SMTP id q14-20020a056214194e00b004412893c409mr6355448qvk.48.1648768882453; Thu, 31 Mar 2022 16:21: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 c11-20020a05620a134b00b006809a92a94fsm364772qkl.79.2022.03.31.16.21.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 31 Mar 2022 16:21:21 -0700 (PDT) Date: Thu, 31 Mar 2022 19:21:19 -0400 From: Tom Rini To: Philippe Reynes Cc: sjg@chromium.org, rasmus.villemoes@prevas.dk, u-boot@lists.denx.de Subject: Re: [PATCH v8 04/15] lib: allow to build asn1 decoder and oid registry in SPL Message-ID: <20220331232119.GJ14476@bill-the-cat> References: <20220328205707.348270-1-philippe.reynes@softathome.com> <20220328205707.348270-5-philippe.reynes@softathome.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="PjJPTMFqUKxQUast" Content-Disposition: inline In-Reply-To: <20220328205707.348270-5-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 --PjJPTMFqUKxQUast Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 28, 2022 at 10:56:56PM +0200, Philippe Reynes wrote: > This commit adds the options: > - SPL_ASN1_DECODER > - SPL_OID_REGISTRY >=20 > Reviewed-by: Simon Glass > Signed-off-by: Philippe Reynes Applied to u-boot/next, thanks! --=20 Tom --PjJPTMFqUKxQUast Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJGN28ACgkQFHw5/5Y0 tyxUOgwAkffdxRwMJ0Adr61XZvBy5ddgqbn36n4/SaN1lqCGlzAdqWu4rM7tccnH W4CuDx35DqZgZDnuyjfQyp95hkPifX6BwI+yCAaZ64j24bsD7aFntWMix2lzepDX vN/Iq0GdEkdf7u7ci+cidluNqp1saaiEakGn+YU8OoT8Al4i1CzBU9cs9bsmwcEG bmxhKg/C91IxQz//jn49dsQAQ/m7q2D/5t7/+91d+3OrBuTnMAjdzNInxIXiPVBD ASTmFEIR/8OqkfWVsHiwYuHHHQacQoNBPXarRTSr8zw04tG3fekoXaf06A2Y2+Ma Lpri1YMexHL6IeBT13+JhJh2PucP4jEznlh33xf3Cc+W7NEoxtlMugPXHj42wsZD dCZwg97xFwhsIymI8YcBOzI5q39OwzMyvoSADbW/n86AcQueGolD3MYZFMuGBMfk obEdP9/fCAwJvC/zV8knCwBOCxFb+ZD/9YnoWEZ9t0lCw9btpFIftWWkRw+ZbJd/ mVc+8B2C =Zk15 -----END PGP SIGNATURE----- --PjJPTMFqUKxQUast--