Confidential computing framework for iTrustee OS driver
iTrustee_7.10.1_release 分支 6 Tags 5 文件 最后提交记录 最后更新时间 iTrustee OS tzdriver init
4 年前 support get ca cmdline in ta
2 个月前 有关中断的过程中,不要打印日志(tlog会调用到printk接口),原因是5.10内核printk的实现约束
1 个月前 /dev/tee节点权限变更 Signed-off-by: wangdianxing <619815866@qq.com>
2 个月前 update: 更新文件 reboot.c Signed-off-by: lixiang202 <lixiang202@huawei.com>
6 个月前 bugfix:do not compile trace files
1 年前 On some devices, excessive printk can lead to a soft watchdog. So by default, dumping agent status is disabled to enhance reliability. Signed-off-by: yinxyww <yinxuyang2@huawei.com>
1 个月前 Updated the reference compilation instructions in the README file. Signed-off-by: yinxyww <yinxuyang2@huawei.com>
1 个月前 Updated the reference compilation instructions in the README file. Signed-off-by: yinxyww <yinxuyang2@huawei.com>
1 个月前 update tzdriver to itrustee 7.3.0
2 年前 update tzdriver for itrustee 1.3.0
3 年前 update: 更新文件 tc_ns_client.h Signed-off-by: lixiang202 <lixiang202@huawei.com>
5 个月前 update tzdriver for itrustee 1.3.0
3 年前 fix compile tee_upgrade issue
2 年前 update: 更新文件 teek_client_constants.h Signed-off-by: lixiang202 <lixiang202@huawei.com>
5 个月前 update tzdriver to itrustee 7.3.0
2 年前 update tzdriver for itrustee 1.3.0
3 年前 Modify MAX_REF_COUNT to 512 Signed-off-by: suwanghw <wangsu14@huawei.com>
1 个月前
iTrustee tzdriver
介绍
iTrustee OS 非安全侧driver,支持与iTrustee OS通信。
操作系统
支持ARM服务器,比如鲲鹏920。
编译教程
1)下载tzdriver代码。
2)下载libboundscheck库,下载地址https://atomgit.com/openeuler/libboundscheck
3)解压libboundscheck,放到源码目录:
itrustee_tzdriver
|--Makefile
|--core
|--......
|--libboundscheck
|--src
|--include
|--Makefile
4)cd xxx(tzdriver 源码路径)。
5)make -C libboundscheck。
6)make 编译出tzdriver.ko文件。
鲲鹏920新型号使用命令:make CPU_BINDING=y
使用容器内非root用户提供tee能力命令:make CONFIG_CONTAINER_TEE_CAPABLE=true
使用说明
1)确保ARM 服务器已经运行iTrustee OS。
2)使用root用户,执行insmod tzdriver.ko
3)使用root用户,执行nohup /usr/bin/teecd &
4)运行测试CA 和TA。
参与贡献
如果您想为本仓库贡献代码,请向本仓库任意maintainer发送邮件
如果您找到产品中的任何Bug,欢迎您提出ISSUE
Confidential computing framework for iTrustee OS driver
定制我的领域 举报项目