@@ -71,6 +71,21 @@ properties:
2: use simplified command line (e.g. avoid hush)
3... reserved
+ bootscr-address:
+ $ref: types.yaml#/definitions/uint64
+ default: 0x0
+ description:
+ This property holds the full address of the boot script file. This helps in
+ making automated flows easier by fetching address directly from DT.
+
+ bootscr-offset-from-ram-start:
+ $ref: types.yaml#/definitions/uint64
+ default: 0x0
+ description:
+ This property holds the boot script file offset from start of the ram base
+ address. This helps in making automated flows easier by fetching address
+ directly from DT.
+
silent-console:
$ref: /schemas/types.yaml#/definitions/uint32
default: 0
@@ -101,6 +116,8 @@ examples:
bootcmd = "vboot go auto";
bootdelay-sec = <(-1)>;
bootsecure = <1>;
+ bootscr-address = <0x1000>;
+ bootscr-offset-from-ram-start = <0x2000>;
silent-console = <1>;
};
};