type
Post
status
Published
date
Oct 6, 2024
slug
summary
OP-TEE 中斷和例外的 codes trace 筆記。
tags
OP-TEE
category
Security
icon
password
The code is based on: https://gitlab.com/riseproject/riscv-optee/optee_os/-/tree/dev-optee-mpxy
Commit ID:
75df9ba41a404aec897399ead0ff0aebcbff48ca- Currently, RISC-V OP-TEE doesn’t define native interrupts. All interrupts are foreign interrupts:
- i.e. OP-TEE DOES NOT handle any interrupts.