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 58604C6FA89 for ; Thu, 15 Sep 2022 14:02:33 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 6B5A784B73; Thu, 15 Sep 2022 16:02:00 +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="jG4ttn4n"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 9873284B26; Thu, 15 Sep 2022 16:01:59 +0200 (CEST) Received: from mail-qk1-x72c.google.com (mail-qk1-x72c.google.com [IPv6:2607:f8b0:4864:20::72c]) (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 E9F2484B6A for ; Thu, 15 Sep 2022 16:01:56 +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-x72c.google.com with SMTP id g2so10426168qkk.1 for ; Thu, 15 Sep 2022 07:01:56 -0700 (PDT) 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; bh=VvZ9nCInHdZWLEGUWacuVVMPdByWi5vrfSV1GW8MIy0=; b=jG4ttn4n/2ZssdgyiUCXKIqc/2vd4dGfgHamd8hY+aynvdnwQ+fnTP3urEAMsNla8h 7zE+PtV4rj/kGN39SLArtAgwOwWOlFEJmteUhtpfCzg8QbGsVEw7pMAjDGkNcwB2xpEu XYFcc9mKtPEBgM2dhu8BGx79KMFJwy0AJa9lc= 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; bh=VvZ9nCInHdZWLEGUWacuVVMPdByWi5vrfSV1GW8MIy0=; b=W/byQOL+qWXrVM1pK4ca3v2q6l3u9cBDLqppbCDZPXsCWR3IAplRGfZE8YqLW7IR3f /zoI4fNsUMUuaAmfQ30IHFGQOdIHfolBOVdYTIq4ekidPBAO2pyEba9G1kW3YK1VbtrU h/H55+2/nWHjavrQ8r3CKOHPDCpYskOq7BtsnLGI7VPzuBRkZ170j3P4edogKbpmxLkP OoV6Ov3sOtl2APBIiPEWqq/+ob/ByabPo8F01Fg+lrpM8PKpS8+M097eEIxM5MOAKwCr kdu6kecJBa93HTLmnqZnyIY33e+scn8fwevmjRPZSby6zE9TAI92uPy7g6Zq0uCrmX3S i3tw== X-Gm-Message-State: ACrzQf01uF+dtcUxccTCWgjxIVOq0p/b5ceMDAPS9U5URrkExHWsUlP4 rBfHyB/WmlBWoeIzDf2BjkT3AQ== X-Google-Smtp-Source: AMsMyM5b9aLn7NVHoP6rRpm+NfRLLoMnqf/lWQqElvNYcF8tU6dPqXJHdKVWrDOAIhVg89XuAowEDA== X-Received: by 2002:a37:8e06:0:b0:6cd:cca0:5fb2 with SMTP id q6-20020a378e06000000b006cdcca05fb2mr111555qkd.646.1663250515706; Thu, 15 Sep 2022 07:01:55 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-6011-212c-4988-e1af.res6.spectrum.com. [2603:6081:7b00:6400:6011:212c:4988:e1af]) by smtp.gmail.com with ESMTPSA id n7-20020a05620a294700b006b949afa980sm4329515qkp.56.2022.09.15.07.01.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 15 Sep 2022 07:01:55 -0700 (PDT) Date: Thu, 15 Sep 2022 10:01:53 -0400 From: Tom Rini To: Etienne Carriere Cc: u-boot@lists.denx.de, Jens Wiklander , Patrick Delaunay Subject: Re: [PATCH v5 2/3] drivers: tee: optee: discover OP-TEE services Message-ID: <20220915140153.GC6993@bill-the-cat> References: <20220726142143.1739265-1-etienne.carriere@linaro.org> <20220726142143.1739265-2-etienne.carriere@linaro.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Pq8tEKHpn00JYbZk" Content-Disposition: inline In-Reply-To: <20220726142143.1739265-2-etienne.carriere@linaro.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.6 at phobos.denx.de X-Virus-Status: Clean --Pq8tEKHpn00JYbZk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 26, 2022 at 04:21:42PM +0200, Etienne Carriere wrote: > This change defines resources for OP-TEE service drivers to register > themselves for being bound to when OP-TEE firmware reports the related > service is supported. OP-TEE services are discovered during optee > driver probe sequence which mandates optee driver is always probe once > bound. >=20 > Discovery of optee services and binding to related U-Boot drivers is > embedded upon configuration switch CONFIG_OPTEE_SERVICE_DISCOVERY. >=20 > Cc: Jens Wiklander > Cc: Patrick Delaunay > Signed-off-by: Etienne Carriere > Reviewed-by: Patrick Delaunay Applied to u-boot/next, thanks! --=20 Tom --Pq8tEKHpn00JYbZk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmMjMFEACgkQFHw5/5Y0 tywgEAv6AyZpcvR66pP59CYtT2bSk7SKBBbko2F3tStVmwNaosH497aX4CG2qCAF BAdxvQ1CwSuJC8bu7uRH0fT7E2PW+ijAq+B0ZafnGd2PbWdvdfeomEPFTEhhQRz8 XuFY6mjg3IdUEbwpEf2hcSIK+ZMct+nBv14xaiI0hX67FMl2Nb7YEsCCRsU6D5hH lYfwe7iQ5Om67ACSD0ynT19peDXdEWBPeczCh3Mx01Bm6PVkYyO9w64u9GcZWv7p meJEIt8TPKmJJaWsm7VJqk9gp5DAI9ETN2ctu3BrB99J3LFF+jYKpALAvxkzxJC3 c5Vo0vm+GWwfh/Z63+KOUjamivmIB/sW3nfH7ClEh2GkoZs28bxBIsE2LbeAItho Ab03wM/s444G0BhKYW/l4mbrrml2XwA99zLwA7G32vdQ8Iy8YLfCPIgJ/o7vQf+Y zKlK7A+Qc/zy5LYS8EjezUkT8ODqmbeeEzSVGWp19/M1mF5x5joMtZBbzmEV/drA 7ky2nI8t =C6Z0 -----END PGP SIGNATURE----- --Pq8tEKHpn00JYbZk--