Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
b883f22
Docs from "PSA core 5.12 PR #986".
GuyWi Mar 4, 2019
aeddeda
Update docs.json
GuyWi Mar 5, 2019
4fa65b2
Updated docs.json and file locations.
GuyWi Mar 5, 2019
2ff667e
Update docs.json
GuyWi Mar 5, 2019
abb3152
Removed doxy link.
GuyWi Mar 5, 2019
4841be1
Updated links.
GuyWi Mar 5, 2019
a5f2ccb
More link fixes.
GuyWi Mar 5, 2019
78263e5
Added psa_lifecycle.jpg.
GuyWi Mar 5, 2019
d6acc44
Delete psa_lifecycle.jpg
GuyWi Mar 5, 2019
808242e
Adding psa_lifecycle.png.
GuyWi Mar 5, 2019
e3e6e04
Updates.
GuyWi Mar 5, 2019
504b8b4
Adding links from storage to PSA storage.
GuyWi Mar 6, 2019
c594daa
Update psa.md
GuyWi Mar 6, 2019
9f4c395
Update psa_crypto.md
GuyWi Mar 6, 2019
a4964af
Update psa_internal_storage.md
GuyWi Mar 6, 2019
7d49741
Create testing_psa_service_compliance.md
GuyWi Mar 6, 2019
cacbe00
Update psa_crypto.md
GuyWi Mar 6, 2019
154f5d8
Adding PSA porting section.
GuyWi Mar 6, 2019
d1ab27a
Update docs.json
GuyWi Mar 6, 2019
8c5340b
Updated docs.json.
GuyWi Mar 6, 2019
60595e6
Update docs.json
GuyWi Mar 6, 2019
cb46a90
Update psa_lifecycle.md
GuyWi Mar 6, 2019
b46d327
Updated doc.json
GuyWi Mar 7, 2019
7beea1f
Merge branch 'PSA-docs' of https://github.com/ARMmbed/mbed-os-5-docs …
GuyWi Mar 7, 2019
c1089cf
Update psa_attestation.md
GuyWi Mar 7, 2019
49faaec
Update psa_attestation.md
GuyWi Mar 7, 2019
c2acf2a
Update psa_attestation.md
GuyWi Mar 7, 2019
f24f407
Moved PSA main page to the Security landing page.
GuyWi Mar 7, 2019
2da1aeb
Update porting_psa.md
GuyWi Mar 7, 2019
2a4f961
Update security.md
GuyWi Mar 7, 2019
f22f92b
Update security.md
GuyWi Mar 7, 2019
00642e2
Update spm.md
GuyWi Mar 7, 2019
7048afd
Update storage.md
GuyWi Mar 7, 2019
e0a96e9
Removed empty Example sections in API docs.
GuyWi Mar 7, 2019
01ef6b0
Delete .gitignore
GuyWi Mar 7, 2019
2e355c7
Delete psa_crypto.md
GuyWi Mar 7, 2019
d09b9aa
Update platform_service.md
GuyWi Mar 7, 2019
0fb5890
Update docs.json
GuyWi Mar 7, 2019
3748122
Delete porting_psa.md
GuyWi Mar 7, 2019
d4840a6
Delete testing_psa_service_compliance.md
GuyWi Mar 7, 2019
6eb99c6
Update docs.json
GuyWi Mar 7, 2019
bf9c1d7
Merge branch 'PSA-docs' of https://github.com/ARMmbed/mbed-os-5-docs …
GuyWi Mar 7, 2019
ed8412e
Merge branch 'development' into PSA-docs
GuyWi Mar 7, 2019
682381e
Update docs.json
GuyWi Mar 7, 2019
f94ea28
Merge branch 'PSA-docs' of https://github.com/ARMmbed/mbed-os-5-docs …
GuyWi Mar 7, 2019
ced16a6
Update platform_service.md
GuyWi Mar 7, 2019
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
Prev Previous commit
Next Next commit
Update psa_lifecycle.md
  • Loading branch information
GuyWi authored Mar 6, 2019
commit cb46a909e8b05de998469139b720c6a71d22a76c
2 changes: 1 addition & 1 deletion docs/api/security/lifecycle/psa_lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Setting a lower lifecycle state - for example, factory or test state - allows yo

The following is a state machine depiction of the PSA lifecycle:

![lifecycle](./psa_lifecycle.png)
<span class="images">![](https://s3-us-west-2.amazonaws.com/mbed-os-docs-images/psa_lifecycle.png)</span>

<span class="notes"> **Note:** PSA lifecycle is not a standalone feature; it depends on PSA bootloader support, which has not yet been introduced in Mbed OS. The only lifecycle change currently supported is `PSA_LIFECYCLE_ASSEMBLY_AND_TEST` to `PSA_LIFECYCLE_ASSEMBLY_AND_TEST`, which you can use in testing to reset the device RoT state.
All of the lifecycle changes represented by dashed lines in the diagram above have not yet been implemented.
Expand Down