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 4FD20C61DA4 for ; Mon, 6 Feb 2023 23:38:46 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id EEE3D85CBF; Tue, 7 Feb 2023 00:38: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=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="FvC3rbqt"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 4024B85CBF; Tue, 7 Feb 2023 00:38:42 +0100 (CET) Received: from mail-qv1-xf2c.google.com (mail-qv1-xf2c.google.com [IPv6:2607:f8b0:4864:20::f2c]) (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 8230A859BF for ; Tue, 7 Feb 2023 00:38:39 +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-xf2c.google.com with SMTP id k28so8108104qve.5 for ; Mon, 06 Feb 2023 15:38:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=kVP/YJ4uLkNHAmf2jaGS6ELo+EFCzg2RozdZmMEeJns=; b=FvC3rbqtb/yPC1y8GeWR7d8xVLoQp9uxnbWCmJiZ6Cq2zfZ/cNsudHaWW85/1dpPTq OlKVC5n1LAcksBHguzqeqL9OBRRfZv3sci363rEGdFs1xbIIWt04QQLgKDt0JlRrgGnt 3A2qnG2qaOg36vnGPCQuAiLhl53BmhXcZGWAU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=kVP/YJ4uLkNHAmf2jaGS6ELo+EFCzg2RozdZmMEeJns=; b=68F9ZZ+LSpHjT1Rwv2xGqb5jJKVAfkVKLwyleKXHwl0SYE67c244sfaOoe7joqFdFo pMieEbM6yZR3+cdgEfOqc+NnMNbalSfrXyGR08rx6HH4na+gyBYOKxho4aFLPX/vWhX0 lJchksXikWsRiFV3mNpaJN+xmB11FGy5VFEyvgR3p2qNEhQ1LZqqGwfT6XutQgROYyOr 4hVxkeIxMWc+ZPcKRcdwYo8mINrdG0hNfyjggV3U3fO/RG+MVfCCzw0urX4lMPrs9ODk Uj2ME6ZAuqmtgGHy3G++qlzbiHYJxzRF5kU4XHH8tC6ncV7VOtWmwUHs8SxlnlbRY5oS DbgQ== X-Gm-Message-State: AO0yUKWKxDNe7I/zv6vLj2fPUrGXjAwkyYsLSEEE6MBlINil1LGwizB0 2TRzb8N+jUz0tfFzT34HwNsPIQ== X-Google-Smtp-Source: AK7set/v5wDOEVH7mdieBFDPRRoIdPSNB1SucfQX24kUZsoSvEqop/nRl1UNAYJ3FPWfKkKigQi7ZA== X-Received: by 2002:a05:6214:1c0a:b0:56b:eed2:e6a with SMTP id u10-20020a0562141c0a00b0056beed20e6amr1239846qvc.36.1675726718224; Mon, 06 Feb 2023 15:38:38 -0800 (PST) Received: from bill-the-cat (2603-6081-7b00-6400-7494-fb31-9b5f-683c.res6.spectrum.com. [2603:6081:7b00:6400:7494:fb31:9b5f:683c]) by smtp.gmail.com with ESMTPSA id ea7-20020a05620a488700b007290be5557bsm8306073qkb.38.2023.02.06.15.38.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 06 Feb 2023 15:38:37 -0800 (PST) Date: Mon, 6 Feb 2023 18:38:35 -0500 From: Tom Rini To: Heinrich Schuchardt Cc: Simon Glass , U-Boot Mailing List Subject: Re: [PATCH v2 078/169] Correct SPL use of EFI_UNICODE_COLLATION_PROTOCOL2 Message-ID: References: <20230205224118.233425-63-sjg@chromium.org> <20230205224118.233425-79-sjg@chromium.org> <835558ba-c78f-f64a-3df5-4fffc2afa875@canonical.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="RjSJ3HsqZ6n5FEE0" Content-Disposition: inline In-Reply-To: <835558ba-c78f-f64a-3df5-4fffc2afa875@canonical.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.6 at phobos.denx.de X-Virus-Status: Clean --RjSJ3HsqZ6n5FEE0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 07, 2023 at 12:36:51AM +0100, Heinrich Schuchardt wrote: > On 2/5/23 23:39, Simon Glass wrote: > > This converts 1 usage of this option to the non-SPL form, since there is > > no SPL_EFI_UNICODE_COLLATION_PROTOCOL2 defined in Kconfig > >=20 > > Signed-off-by: Simon Glass > > --- > >=20 > > (no changes since v1) > >=20 > > lib/efi_loader/efi_root_node.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > >=20 > > diff --git a/lib/efi_loader/efi_root_node.c b/lib/efi_loader/efi_root_n= ode.c > > index 21a014d7c21..108c14b95bd 100644 > > --- a/lib/efi_loader/efi_root_node.c > > +++ b/lib/efi_loader/efi_root_node.c > > @@ -68,7 +68,7 @@ efi_status_t efi_root_node_register(void) > > &efi_guid_dt_fixup_protocol, > > &efi_dt_fixup_prot, > > #endif > > -#if CONFIG_IS_ENABLED(EFI_UNICODE_COLLATION_PROTOCOL2) > > +#if IS_ENABLED(CONFIG_EFI_UNICODE_COLLATION_PROTOCOL2) >=20 > I never received this patch in my inbox. Expect series with more than 50 > mails not even to be copied to the spam folder. They are outright rejected > by my mail provider. >=20 > I cannot see any problem solved by this patch. Why did you send it? You should look in to setting up lei to fetch the list then, as this is well explained in the cover letter. --=20 Tom --RjSJ3HsqZ6n5FEE0 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmPhj3QACgkQFHw5/5Y0 tyyewQwAhakajIXS94wiV3CTRvx8G59VtvNPrMs5WScqDSerIAafX/qD5O5C4iha E7VlaBS8BD2PsADkETpnahETtj5yDPBN7N/yAjqgl44qF3VQI61O91W8k/+1ebJv blJDwudKJIUiMgLnSnSVsKQpbX2jTGy9iJiS/f89OXfOeaOjKk9VfExitHKa4NKU kT1HXAYhsGDL9mLCHPnmVmQiKoOUm8WNXcnwTP9kb7WN5isdfJ4utAOqbu3XwpSP sHk/bVJaDoXZeL6gK+rbLhRH0DzhTpLG6MB9EcVpk+L/L9iU327+n0Wjdz81j9pY jdElmZKrW0GaGu/n0hTm1epht3orR5J8zNngLutCrfdRrO1WqCAuhCqyyAJEVW3J 058WwjvPnpAubBzbE2j2fBbUwe7t3SP7H6AF9POU6udZFNKS/iBfB/dgY7O8maG7 /l8NcNeyrpUlATL7uqmECX5Js/OkwA2zERQTkcQMeeP9ehfo22OjUb44lerJKHtg zh5FRC1z =LcKc -----END PGP SIGNATURE----- --RjSJ3HsqZ6n5FEE0--