diff --git a/README.en.md b/README.en.md index 2b6c3bad7b324579ac59b77148a77722b9cdfa7f..28f75d2f2d07aea90f573ad52d3879d2b694bbdf 100644 --- a/README.en.md +++ b/README.en.md @@ -1,36 +1,21 @@ # virtCCA_driver -#### Description -The driver of virtCCA (virtualized ARM confidential computing architecture with trustzone), such as remote attestation, derived key based on hardware etc. +## Description +The VirtCCA kernel driver is used to enable `KAE`、`Sealing Key` and `Secure Memory Query` etc. -#### Software Architecture -Software architecture description +## Instructions +### OS +Supporting the openEuler series of operating systems under the Kunpeng architecture. -#### Installation +### Installation -1. xxxx -2. xxxx -3. xxxx +1. [KAE](https://www.hikunpeng.com/document/detail/zh/kunpengcctrustzone/tee/fg/kunpengtee_16_0043.html) -#### Instructions +2. [Sealing Key](https://www.hikunpeng.com/document/detail/zh/kunpengcctrustzone/tee/fg/kunpengtee_16_0022.html) -1. xxxx -2. xxxx -3. xxxx +3. [Secure Memory Query](https://www.hikunpeng.com/document/detail/zh/kunpengcctrustzone/tee/fg/kunpengtee_16_0021.html) -#### Contribution -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) +### Contribution +If you want to contribute code to this repository, please send an email to any maintainer of this repository. +If you find any bugs in the product, please feel free to raise an issue. diff --git a/README.md b/README.md index 3841a19013ffcf849b2e7a085c33b736d21856ba..6c4a3d7e2598b54deb0951578fb74d9e80326773 100644 --- a/README.md +++ b/README.md @@ -1,37 +1,21 @@ # virtCCA_driver -#### 介绍 -The driver of virtCCA (virtualized ARM confidential computing architecture with trustzone), such as remote attestation, derived key based on hardware etc. +## 介绍 +virtCCA (包含TEE虚拟化的ARM机密计算架构)使能国密硬件加速、密钥封印和安全内存查询等的内核驱动。 -#### 软件架构 -软件架构说明 +## 使用说明 +### 操作系统 +支持鲲鹏架构下openEuler系列操作系统。 +### 安装教程 +1. [KAE驱动编译部署](https://www.hikunpeng.com/document/detail/zh/kunpengcctrustzone/tee/fg/kunpengtee_16_0043.html) -#### 安装教程 +2. [部署Sealing Key组件](https://www.hikunpeng.com/document/detail/zh/kunpengcctrustzone/tee/fg/kunpengtee_16_0022.html) -1. xxxx -2. xxxx -3. xxxx +3. [部署安全内存可观测驱动](https://www.hikunpeng.com/document/detail/zh/kunpengcctrustzone/tee/fg/kunpengtee_16_0021.html) -#### 使用说明 - -1. xxxx -2. xxxx -3. xxxx - -#### 参与贡献 - -1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request - - -#### 特技 - -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 -5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) +## 参与贡献 +```shell +如果您想为本仓库贡献代码,请向本仓库任意maintainer发送邮件 +如果您找到产品中的任何Bug,欢迎您提出ISSUE +```