summaryrefslogtreecommitdiffstats
path: root/security-blueprint/part-2/1-Image.md
diff options
context:
space:
mode:
authormudcam <v.nieutin@live.fr>2017-12-08 23:45:21 +0100
committermudcam <v.nieutin@live.fr>2017-12-08 23:45:21 +0100
commit89e89e757243865c1e85b72ce22240af0ed1f14f (patch)
treef0c251e8405b827c2693ec502d6fb486383928ab /security-blueprint/part-2/1-Image.md
parent687774d7352c656652128a11fc0594a3bbf23cd2 (diff)
parentdf4bdd6e9e5669451e7f60ecdc5c9e0d25e3f726 (diff)
Merge branch 'master' of github.com:automotive-grade-linux/docs-agl into sandbox/nieutin
Diffstat (limited to 'security-blueprint/part-2/1-Image.md')
-rw-r--r--security-blueprint/part-2/1-Image.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/security-blueprint/part-2/1-Image.md b/security-blueprint/part-2/1-Image.md
index c0eb0b6..453b397 100644
--- a/security-blueprint/part-2/1-Image.md
+++ b/security-blueprint/part-2/1-Image.md
@@ -8,14 +8,14 @@ as specified in the boot environment.
In U-Boot set the "_bootdelay_" environment variable and/or define
`CONFIG_BOOTDELAY` to _-2_.
-<!-- config -->
+<!-- section-config -->
Domain | _Variable_ / `Config` name | `Value`
---------------------- | -------------------------- | -------
Boot-Image-Selection-1 | `CONFIG_BOOTDELAY` | `-2`
Boot-Image-Selection-2 | _bootdelay_ | `-2`
-<!-- endconfig -->
+<!-- end-section-config -->
--------------------------------------------------------------------------------
@@ -38,7 +38,7 @@ CONFIG_DEFAULT_DEVICE_TREE: Specifies the default Device Tree used for the run-t
Generate the U-Boot image with public keys to validate and load the image. It
shall use RSA2048 and SHA256 for authentication.
-<!-- config -->
+<!-- section-config -->
Domain | `Config` name | _State_
------------------------- | ---------------------------- | --------
@@ -49,4 +49,4 @@ Boot-Image-Authenticity-4 | `CONFIG_OF_CONTROL` | _Enable_
Boot-Image-Authenticity-5 | `CONFIG_OF_SEPARATE` | _Enable_
Boot-Image-Authenticity-6 | `CONFIG_DEFAULT_DEVICE_TREE` | _Enable_
-<!-- endconfig -->
+<!-- end-section-config -->