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

[scripts] specify bash as program loader #4

Merged
merged 1 commit into from
Nov 6, 2018

Conversation

ekiwi
Copy link
Contributor

@ekiwi ekiwi commented Oct 25, 2018

This makes it easy to run these scripts from alternative shells like fish.

@dayeol dayeol merged commit b00d61b into keystone-enclave:master Nov 6, 2018
dkohlbre pushed a commit to dkohlbre/keystone that referenced this pull request Feb 11, 2019
The security monitor supports SMP up to 8 cores

* SMM is protected over all the cores
* Enclave Creation/Destruction: PMP registers are globally synchronized using an IPI
* Enclave Run/Exit: only the local PMP register is set or unset
* Removed unused SBI functions (`copy_to_enclave` and `copy_from_enclave`)
* [BUG] Sanctum bootloader does not work with SMP yet; must debug later
dayeol added a commit that referenced this pull request Sep 24, 2022
Splitting up Create Enclave to three modules (#1)
dayeol pushed a commit that referenced this pull request Sep 24, 2022
dayeol added a commit that referenced this pull request Sep 24, 2022
Adding PT management to user space (#4)
dayeol added a commit that referenced this pull request Oct 28, 2022
The security monitor supports SMP up to 8 cores

* SMM is protected over all the cores
* Enclave Creation/Destruction: PMP registers are globally synchronized using an IPI
* Enclave Run/Exit: only the local PMP register is set or unset
* Removed unused SBI functions (`copy_to_enclave` and `copy_from_enclave`)
* [BUG] Sanctum bootloader does not work with SMP yet; must debug later
dayeol added a commit that referenced this pull request Oct 28, 2022
The security monitor supports SMP up to 8 cores

* SMM is protected over all the cores
* Enclave Creation/Destruction: PMP registers are globally synchronized using an IPI
* Enclave Run/Exit: only the local PMP register is set or unset
* Removed unused SBI functions (`copy_to_enclave` and `copy_from_enclave`)
* [BUG] Sanctum bootloader does not work with SMP yet; must debug later
dayeol added a commit that referenced this pull request Oct 28, 2022
dayeol added a commit that referenced this pull request Oct 28, 2022
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.

2 participants