riscv-non-isa / riscv-ap-tee

This repo holds the work area and revisions of the non-ISA specification created by the RISC-V AP-TEE TG. This specification defines the programming interfaces (ABI) to support the Confidential VM Extension (CoVE) confidential computing architecture for RISC-V application-processor platforms.
https://jira.riscv.org/browse/RVG-76
Creative Commons Attribution 4.0 International
50 stars 20 forks source link

Correct DiceTcbInfo flags description. #13

Closed jyao1 closed 1 year ago

jyao1 commented 1 year ago

Using Uint8 might not be enough, because there might be more than 8 bits defined in the future. Use bit string to align the definition in DICE specification.

Signed-off-by: Jiewen Yao jiewen.yao@intel.com