- Notifications
You must be signed in to change notification settings - Fork 177
PSA core 5.12 #986
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
Closed
Closed
PSA core 5.12 #986
Changes from 1 commit
Commits
Show all changes
38 commits Select commit Hold shift + click to select a range
0f33d99 PSA core 5.12 docs
alzix 1ad712c update .gitignore
alzix e4af98d rearrange docs
alzix 2778c2d lifecycle - doxyden
alzix 619d63a platform partition
alzix 69845d4 Move psa IST and PS to storage folder
alzix 7f20a7f Fix typo in ITS
alzix 818a8e5 Update PSA Initial Attestation Service document
02a3bd7 Update psa_lifecycle.md
GuyWi 81dedfe Update platform_service.md
GuyWi ae37b51 Update psa_attestation.md
GuyWi 1c0426e Update security.md
GuyWi e9c6050 Update spm.md
GuyWi 8a13c4f Update psa_internal_storage.md
GuyWi 9857a52 Update psa_protected_storage.md
GuyWi 52113f0 Update spm.md
GuyWi 6524fdf Update psa.md
GuyWi a83cc98 Update security.md
GuyWi 079c4d1 Update psa_internal_storage.md
GuyWi e22de4a Updates based on Danny's feedback.
GuyWi a1332cd Updates based on Danny's feedback.
GuyWi 2e65a88 Updated based on Danny's feedback.
GuyWi 1095825 Update psa_protected_storage.md
GuyWi 5a21af0 Updated based on Alex Z's clarifications.
GuyWi 7b0722b Update psa_lifecycle.md
GuyWi 1e5a857 Update psa_attestation.md
GuyWi 89311f9 Update psa_attestation.md
GuyWi afc8bdc Update security.md
GuyWi f9f7b08 Update psa_internal_storage.md
GuyWi df93f26 Update psa_internal_storage.md
GuyWi 6a9f6aa Update spm.md
GuyWi ce744d5 Update psa.md
GuyWi b42c68c Update psa_crypto.md
GuyWi e79b2e8 Delete psa_crypto.md
GuyWi 14ce3a7 Update psa_lifecycle.md
GuyWi 78e26cb Update platform service doc
alzix b8f57c3 Update platform_service.md
GuyWi f02cd8a Update platform_service.md
GuyWi 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
Update psa_internal_storage.md
- Loading branch information
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,20 +1,20 @@ | ||
| ## PSA Internal Storage | ||
| ## PSA internal storage | ||
| | ||
| ### Description | ||
| PSA internal storage APIs enable saving data to and retrieving data from a PSA internal flash. | ||
| | ||
| PSA internal storage APIs allows saving and retrieving data from PSA internal flash. | ||
| The implementation of PSA internal storage varies depending on the target type: | ||
| | ||
| PSA internal storage implementation varies depending on the target type: | ||
| - on single core ARMv7-M target it PSA internal storage APIs are implemented by calling to "default" internal TDBStore instance. | ||
| - on PSA targets implementing SPM, PSA internal storage implemented as a secure service. PSA internal storage has access control list, | ||
| which makes sure that only the entries created from NSPE will be accessible to it. | ||
| * On a single core ARMv7-M target, PSA internal storage APIs are implemented by calling the default internal TDBStore instance. | ||
| * On PSA targets that implement Secure Partition Manager (SPM), PSA internal storage is implemented as a secure service. The service uses an access control list to ensure that it only accesses entries created from the Non-Secure Processing Environment (NSPE). | ||
| | ||
| ### Specification | ||
| ### PSA internal storage class reference | ||
| | ||
| API specification in mbed-os specific context can be found here: [mbed-os/Storage](../../storage/storage.md) | ||
| [](../mbed-os-api-doxy/psa__prot__internal__storage_8h.html) | ||
| | ||
| PSA specification can be found here [PSA Secure Storage](https://pages.arm.com/PSA-APIs) | ||
| ### Example | ||
| | ||
| ### Doxygen | ||
| ### Related content | ||
| | ||
| [](../mbed-os-api-doxy/psa__prot__internal__storage_8h.html) | ||
| * [Storage overview (Mbed OS)](..apis/storage.html). | ||
| | ||
| * [PSA secure storage](https://pages.arm.com/PSA-APIs). | ||
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.
Uh oh!
There was an error while loading. Please reload this page.