From: van.freenix@gmail.com (Peng Fan)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: imx_v6_v7_defconfig: enable OP-TEE
Date: Wed, 24 Jan 2018 09:31:01 +0800 [thread overview]
Message-ID: <20180124013101.GA9401@shlinux2> (raw)
In-Reply-To: <1515145235-12062-1-git-send-email-peng.fan@nxp.com>
Hi,
On Fri, Jan 05, 2018 at 05:40:35PM +0800, Peng Fan wrote:
>This patch enables configs for Trusted Execution Environment(TEE) and
>Open Portable Trusted Execution Environment(OP-TEE).
>
>With Linux running in Trustzone non-secure world, OP-TEE OS runs in
>secure world, linux could use secure services provided by OP-TEE.
>With TEE/OP-TEE options selected, use the bindings
>in Documentation/devicetree/bindings/arm/firmware/linaro,optee-tz.txt
>to let the driver probe work.
>
>On i.MX6/7, now the bootflow is U-Boot->OP-TEE->Linux, OP-TEE will
>automatically create that node.
>
>Signed-off-by: Peng Fan <peng.fan@nxp.com>
>---
>
>V1:
> Tested on i.MX7D-SDB with/without OP-TEE OS.
> OP-TEE needs https://github.com/OP-TEE/optee_os/pull/2052
This OP-TEE OS change has been merged.
Any comments on this patch to enable linux side driver?
Thanks,
Peng.
>
> arch/arm/configs/imx_v6_v7_defconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
>diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
>index 29cd1ac48987..72c4231d1b62 100644
>--- a/arch/arm/configs/imx_v6_v7_defconfig
>+++ b/arch/arm/configs/imx_v6_v7_defconfig
>@@ -368,6 +368,8 @@ CONFIG_PWM=y
> CONFIG_PWM_FSL_FTM=y
> CONFIG_PWM_IMX=y
> CONFIG_NVMEM_IMX_OCOTP=y
>+CONFIG_TEE=y
>+CONFIG_OPTEE=y
> CONFIG_MUX_MMIO=y
> CONFIG_EXT2_FS=y
> CONFIG_EXT2_FS_XATTR=y
>--
>2.14.1
>
--
WARNING: multiple messages have this Message-ID (diff)
From: Peng Fan <van.freenix@gmail.com>
To: Peng Fan <peng.fan@nxp.com>
Cc: shawnguo@kernel.org, fabio.estevam@nxp.com,
kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-imx@nxp.com
Subject: Re: [PATCH] ARM: imx_v6_v7_defconfig: enable OP-TEE
Date: Wed, 24 Jan 2018 09:31:01 +0800 [thread overview]
Message-ID: <20180124013101.GA9401@shlinux2> (raw)
In-Reply-To: <1515145235-12062-1-git-send-email-peng.fan@nxp.com>
Hi,
On Fri, Jan 05, 2018 at 05:40:35PM +0800, Peng Fan wrote:
>This patch enables configs for Trusted Execution Environment(TEE) and
>Open Portable Trusted Execution Environment(OP-TEE).
>
>With Linux running in Trustzone non-secure world, OP-TEE OS runs in
>secure world, linux could use secure services provided by OP-TEE.
>With TEE/OP-TEE options selected, use the bindings
>in Documentation/devicetree/bindings/arm/firmware/linaro,optee-tz.txt
>to let the driver probe work.
>
>On i.MX6/7, now the bootflow is U-Boot->OP-TEE->Linux, OP-TEE will
>automatically create that node.
>
>Signed-off-by: Peng Fan <peng.fan@nxp.com>
>---
>
>V1:
> Tested on i.MX7D-SDB with/without OP-TEE OS.
> OP-TEE needs https://github.com/OP-TEE/optee_os/pull/2052
This OP-TEE OS change has been merged.
Any comments on this patch to enable linux side driver?
Thanks,
Peng.
>
> arch/arm/configs/imx_v6_v7_defconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
>diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
>index 29cd1ac48987..72c4231d1b62 100644
>--- a/arch/arm/configs/imx_v6_v7_defconfig
>+++ b/arch/arm/configs/imx_v6_v7_defconfig
>@@ -368,6 +368,8 @@ CONFIG_PWM=y
> CONFIG_PWM_FSL_FTM=y
> CONFIG_PWM_IMX=y
> CONFIG_NVMEM_IMX_OCOTP=y
>+CONFIG_TEE=y
>+CONFIG_OPTEE=y
> CONFIG_MUX_MMIO=y
> CONFIG_EXT2_FS=y
> CONFIG_EXT2_FS_XATTR=y
>--
>2.14.1
>
--
next prev parent reply other threads:[~2018-01-24 1:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-05 9:40 [PATCH] ARM: imx_v6_v7_defconfig: enable OP-TEE Peng Fan
2018-01-05 9:40 ` Peng Fan
2018-01-24 1:31 ` Peng Fan [this message]
2018-01-24 1:31 ` Peng Fan
2018-02-02 0:44 ` Shawn Guo
2018-02-02 0:44 ` Shawn Guo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180124013101.GA9401@shlinux2 \
--to=van.freenix@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.