Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754598AbdL2BHC (ORCPT ); Thu, 28 Dec 2017 20:07:02 -0500 Received: from mail-pf0-f196.google.com ([209.85.192.196]:35464 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753302AbdL2BHA (ORCPT ); Thu, 28 Dec 2017 20:07:00 -0500 X-Google-Smtp-Source: ACJfBoul1dlQvMiaIRq9tdb9xCzagm7TLwThFUyKONJTgvJzZu7TF4oLiJsNmHyvi9Bryv30fKCr3A== Date: Fri, 29 Dec 2017 08:50:10 +0800 From: Peng Fan To: Krzysztof Kozlowski Cc: Peng Fan , arnd@arndb.de, linux@armlinux.org.uk, shawnguo@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Olof Johansson , Simon Horman , Geert Uytterhoeven , Rask Ingemann Lambertsen , Valentin Rothberg , Andy Gross , Dong Aisheng Subject: Re: [PATCH 2/2] ARM: multi_v7_defconfig: Enable OP-TEE Message-ID: <20171229005010.GB17906@shlinux2> References: <1514453660-15373-1-git-send-email-peng.fan@nxp.com> <1514453660-15373-2-git-send-email-peng.fan@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 877 Lines: 30 On Thu, Dec 28, 2017 at 02:03:01PM +0100, Krzysztof Kozlowski wrote: >On Thu, Dec 28, 2017 at 10:34 AM, Peng Fan wrote: >> Enable OP-TEE for multi_v7_defconfig > >Why? You essentially copied here the subject of patch. That is not enough. This patch could be dropped. Previously, I could not select OP-TEE in imx_v6_v7_defconfig, seems things changed. I'll move this to imx_v6_v7_defconfig. OP-TEE stands for Open Portable Trusted Execution Environment. With Linux running in trustzone nonsecure world, OP-TEE runs in secure world, with TEE/OP-TEE driver enabled, linux could use secure services provided by OP-TEE. With TEE/OP-TEE options selected, we could use the following node to let the driver probed. " firmware { optee { compatible = "linaro,optee-tz"; method = "smc"; }; }; " Thanks, Peng. > >Best regards, >Krzysztof --