[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Xen-devel] [PATCH v2 6/6] xen/arm: optee: update description in Kconfig
- To: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>
- Date: Wed, 18 Sep 2019 18:51:07 +0000
- Accept-language: en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=epam.com; dmarc=pass action=none header.from=epam.com; dkim=pass header.d=epam.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=YCVoa2GAD67/GurLR3WHoCdGmxTn0Rmps4y56oV/E2s=; b=ZRSSp8KaPECAjQ26rrM1TkzC9fcabIOqHgBO71YY4TPsgq7IlB0K0TCOZ4f+5oMTkos3hp1bNPuajUiguJPKBE9WrC1J1tlODutsk9r9mqiDB3N6EH0GPu/aWyQt1DgZ6JSmn04TDVURFplfyqNy3kinUKsDM/TtHJf6wmGiJ9/W80CXAX0Gi1qJIwae6GzvpnmByNfDE3VgmtuLSme9I0GaBSIP6wNvqwQvqSsU2Pz9Z5oF6gwm8rxi30A+1p9CMe8bcNGkkWiraAFiy1YOvIzovxeULU/KTRsSLjpVYcKRj1w9F7kM8P2KBvNFj4k3UjMiJrxGzDufSFOJw+wu7w==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=h55enY2AF+bLBBSdmrlZlUV27GcQ0kW5AsX6FjNcUHEVhR6Lq6Ebl+ycjwbsSgR1bxsKrZ/mIrnbZZxGlsu48+aPgxQK2vUV/FyqXlDDhQ4CYCqL/K8ha17CeWZFpuGWRU0QBx3Wb0XNaCEh3XaFg/RONiJ/3RAhVEqJ/wQPgPvMPlV6ptwCv4MEoMl4VPaq3ZMb0XhQUpllqItu7heK2mQhq0N4/hSOavjP3pyJwCd6W5LAIdMComfRJWgTIQQmgLK6GY3A33HNhq+G1JKmaRWmXTMdjve2UKBh1+JovPbMkLFJKcxRDhIh9H3G6ZT4bN2tIWYGOW9tpW6y3iCYJg==
- Authentication-results: spf=none (sender IP is ) smtp.mailfrom=Volodymyr_Babchuk@xxxxxxxx;
- Cc: "tee-dev@xxxxxxxxxxxxxxxx" <tee-dev@xxxxxxxxxxxxxxxx>, Julien Grall <julien.grall@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>
- Delivery-date: Wed, 18 Sep 2019 18:51:22 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Thread-index: AQHVblIHV7dQjvLf+kWDWtyVMQZofA==
- Thread-topic: [PATCH v2 6/6] xen/arm: optee: update description in Kconfig
OP-TEE mediator now is "Tech Preview" state, and we want to update
it's description in Kconfig accordingly.
Signed-off-by: Volodymyr Babchuk <volodymyr_babchuk@xxxxxxxx>
---
Note to commiter: this patch depends on first 4 patches in the series.
---
xen/arch/arm/tee/Kconfig | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/xen/arch/arm/tee/Kconfig b/xen/arch/arm/tee/Kconfig
index b4b6aa2610..a4a598191e 100644
--- a/xen/arch/arm/tee/Kconfig
+++ b/xen/arch/arm/tee/Kconfig
@@ -3,7 +3,11 @@ config OPTEE
default n
depends on TEE
help
- Enable experimental OP-TEE mediator. It allows guests to access
- OP-TEE running on your platform. This requires virtualization-enabled
- OP-TEE present. You can learn more about virtualization for OP-TEE
- at https://optee.readthedocs.io/architecture/virtualization.html
+ Enable the OP-TEE mediator. It allows guests to access
+ OP-TEE running on your platform. This requires
+ virtualization-enabled OP-TEE present. You can learn more
+ about virtualization for OP-TEE at
+ https://optee.readthedocs.io/architecture/virtualization.html
+
+ Right now OP-TEE mediator is "Tech Preview" state, so it is
+ not good idea to use it in production.
--
2.22.0
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel
|