+24
−0
drivers/char/tpm/tcm_hygon.c
0 → 100644
+243
−0
drivers/char/tpm/tpm_hygon.c
0 → 100644
+186
−0
Loading
Merge Pull Request from: @chench00 Support Trusted computing(TC) feature for hygon CPU issue: https://gitee.com/openeuler/kernel/issues/I9B9XS This Trusted computing function modules are implemented inside the hygon CPU: TPM2.0 module (Trusted Platform Module, international standard); TCM2.0 module (Trusted Crypto Module, traditional Chinese standard); TPCM module (Trusted Platform Control Module, emerging Chinese standard); TDM module (Trusted Dynamic Measuring, private). The above functional modules can be used to realize the core functions of trusted computing, such as trusted startup, dynamic measurement, trusted storage, trusted reporting, etc. Link:https://gitee.com/openeuler/kernel/pulls/10690 Reviewed-by:Liu Chao <liuchao173@huawei.com> Signed-off-by:
Zhang Peng <zhangpeng362@huawei.com>