aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-12-04 09:33:42 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-12-04 09:33:42 +0100
commitdb4ebba55e046fbc53a9750609fd9050fae8c38c (patch)
treeece58cc6fc0786a2609ed9cc1c0d50ee3794b6fe /doc
parentf18d2eb8121c329d353df018a44f8442853dddf2 (diff)
Boot: Add initrd field.
Change-Id: I501ee18ecfc0d490b7ad65bd7c0a441de0fc56e5
Diffstat (limited to 'doc')
-rw-r--r--doc/schema-boot.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/schema-boot.rst b/doc/schema-boot.rst
index 1100261..611f108 100644
--- a/doc/schema-boot.rst
+++ b/doc/schema-boot.rst
@@ -135,6 +135,10 @@ necessary to use its ``_id`` value.
"type": "string",
"description": "Initrd address used"
},
+ "initrd": {
+ "type": "string",
+ "description": "Initrd path"
+ },
"load_addr": {
"type": "string",
"description": "Load address used"
@@ -306,6 +310,10 @@ have when sent to the server.
"type": "string",
"description": "Initrd address used"
},
+ "initrd": {
+ "type": "string",
+ "description": "Initrd path"
+ },
"kernel_image": {
"type": "string",
"description": "The kernel image used to boot"