This project aims to enable KVM guests to interact with OP-TEE in the secure world, which is not possible otherwise. This repository acts as the primary build system for testing this functionality out. This is done because building a fully functioning machine with TF-A, U-Boot, Linux Kernel and OP-TEE can be quite tedious.
The code enabling the guest to S-EL1 functionality is placed in the linux/ submodule. The reader is advised to navigate to the linux kernel submodule and switch branches to 'tee_mediator1' and git diff it with the master branch to view the feature.