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

Add support for protected MMIO SMs #10

Closed
jovanbulck opened this issue Jun 28, 2017 · 2 comments
Closed

Add support for protected MMIO SMs #10

jovanbulck opened this issue Jun 28, 2017 · 2 comments
Assignees
Labels

Comments

@jovanbulck
Copy link
Member

Tool chain should make it easier to create and securely link to asm SMs that gain exclusive access to a Memory Mapped I/O (MMIO) device.

@jovanbulck
Copy link
Member Author

Commit 03446cb implements compiler/linker support for DECLARE_ASM_SM modules.

For now, tool chain assumes exclusive ownership over the asm MMIO SM using a hard coded sancus_get_caller_id. Ideally, exclusive ownership should be optional -- to also allow for secure authentic != exclusive sensor readings.

@jovanbulck
Copy link
Member Author

FIxed: as per 8d9b5e4 MMIO asm SMs can either be exclusive to a certain callerID, or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant