diff options
Diffstat (limited to 'security-blueprint/part-8')
-rw-r--r-- | security-blueprint/part-8/1-FOTA.md | 4 | ||||
-rw-r--r-- | security-blueprint/part-8/2-SOTA.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security-blueprint/part-8/1-FOTA.md b/security-blueprint/part-8/1-FOTA.md index a65a239..add068e 100644 --- a/security-blueprint/part-8/1-FOTA.md +++ b/security-blueprint/part-8/1-FOTA.md @@ -20,13 +20,13 @@ the sboot/U-Boot code, the board specific implementation of the Secure Loader will have to manage the entire USB initialization, enumeration, and read/write access to the mass storage device. -<!-- config --> +<!-- section-config --> Domain | Object | Recommendations ------------- | ----------------------------------------- | --------------- Update-FOTA-1 | Integrity, confidentiality and legitimacy | Must be secure. -<!-- endconfig --> +<!-- end-section-config --> Different possible type of **FOTA**: diff --git a/security-blueprint/part-8/2-SOTA.md b/security-blueprint/part-8/2-SOTA.md index 287a91a..ab8d9fd 100644 --- a/security-blueprint/part-8/2-SOTA.md +++ b/security-blueprint/part-8/2-SOTA.md @@ -3,10 +3,10 @@ **SOTA** is made possible by **AppFw** (See Platform part). It will be possible to manage in a simple way the packets (i.g. Android like). -<!-- todo --> +<!-- section-todo --> Domain | Improvement ------------- | ----------------- Update-SOTA-1 | Part to complete. -<!-- endtodo --> +<!-- end-section-todo --> |