-
Notifications
You must be signed in to change notification settings - Fork 32
Update and fix documentation #487
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
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,14 @@ | ||
| [book] | ||
| authors = ["Islet Contributors"] | ||
| language = "en" | ||
| multilingual = false | ||
| #multilingual = false | ||
| src = "." | ||
| title = "Islet Documentation" | ||
|
|
||
| [build] | ||
| build-dir = "../out/book" | ||
|
|
||
| [output.html] | ||
| additional-js = [ "zoom.js" ] | ||
| additional-css = [ "custom.css" ] | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| # Contents | ||
| - [4.1. RMM Spec Compliance Test](./unit-tests.html) | ||
| - [4.2. Verification](./verification.html) | ||
| - [4.2.1 Model Checking](./islet-model-checking.html) | ||
| - [4.3 Fuzzing](./fuzzing.html) | ||
| - [4.4 Miri](./miri.html) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # Contents | ||
| - [3.1. Platform development](../platform-development/index.html) | ||
| - [3.1.1 Secure interactions with the Host](../platform-development/secure-interaction.html) | ||
| - [3.2. Rust Unsafe Code](./rust-unsafe-analysis.html) | ||
| - [3.3. Format and Lint](./format-lint.html) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ../../hes/README.md |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ../../hes/images/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,11 @@ | ||
| # Contents | ||
| - [2.1. CCA platform architecture](https://islet-project.github.io/islet/components/cca_design.html) | ||
| - [2.2. Realm Management Monitor](https://islet-project.github.io/islet/components/rmm.html) | ||
| - [2.3. Command Line Interface](https://islet-project.github.io/islet/components/cli.html) | ||
| - [2.4. Software Development Kit](https://islet-project.github.io/islet/components/sdk.html) | ||
| - [2.5. Attestation](https://islet-project.github.io/islet/components/attestation.html) | ||
| - [2.6. Certifier](https://islet-project.github.io/islet/components/certifier.html) | ||
| - [2.1. CCA platform architecture](./cca_design.html) | ||
| - [2.2. Realm Management Monitor](./rmm.html) | ||
| - [2.2.1 Remote attestation](./remote_attestation.html) | ||
| - [2.2.2 Sealing Key Derivation](./sealing.html) | ||
| - [2.2.3 Realm metadata](./realm_metadata.html) | ||
| - [2.2.4 Vendor-Specific SMC Allocation for Realm Metadata Mechanism and Sealing Keys Derivation](./vendor_specific_smcs.html) | ||
| - [2.3. Hardware Enforced Security](./hes.html) | ||
| - [2.4. Software Development Kit](./sdk.html) | ||
| - [2.5. Attestation](./attestation.html) | ||
| - [2.6. Certifier](./certifier.html) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| @startuml | ||
| hide footbox | ||
|
|
||
| entity Host | ||
| entity RMM | ||
|
|
||
| note over Host, RMM: D1.2.1 Realm creation flow | ||
| Host -> Host: (mdg, meta_ptr) = alloc_granules() | ||
| Host -> Host: Initialize meta_ptr | ||
| note over Host: Realm metadata (meta_ptr) is passed as an NS granule | ||
| Host -> RMM: RMI_GRANULE_DELEGATE(mdg) | ||
| RMM --> Host: RMI_SUCCESS | ||
| Host -> RMM: RMI_ISLET_REALM_SET_METADATA(rd, mdg, meta_ptr) | ||
| note over RMM:- populate the metadata granule (mdg) with the metadata (pointed by meta_ptr)\n- set the rd.g_metadata := granule(mdg)\n- transition the metadata granule (mdg) state to METADATA | ||
| RMM --> Host: RMI_SUCCESS | ||
| Host -> Host: free_granule(meta_ptr) | ||
| note over Host, RMM: RMI_REALM_ACTIVATE | ||
| @enduml |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍