Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP]: envconfig: Add support for secure operation system #9386

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hizukiayaka
Copy link

There are many secure operation systems likes optee from linaro, trusty from Google, and many SoC vendor has its own proprietary one.

They don't really share many APIs, we could build trusted application with meson as long as you prepare a proper
staging sysroot and correct cross properties.

We need a cross file for host to build the client agent part and another cross file for teeos to build TA. So currently I need to run meson twice. In some case, they would have to same the same top directory, without this patch I would not know I am building the CA or TA.

There are many secure operation systems likes optee from linaro,
trusty from Google, and many SoC vendor has its own proprietary
one.

They don't really share many APIs, we could build trusted
application with meson as long as you prepare a proper
staging sysroot and correct cross properties.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant