Skip to content

Commit 7b0f78d

Browse files
Jim Nortondanielinux
authored andcommitted
Updated documentation.
1 parent 1a0eb3d commit 7b0f78d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/Signing.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,12 @@ Provides a value to be set with a custom tag
196196
Value argument is in the form of a hex string, e.g. `--custom-tlv-buffer 0x0030 AABBCCDDEE`
197197
will add a TLV entry with tag 0x0030, length 5 and value 0xAABBCCDDEE.
198198

199+
* `--custom-tlv-string tag ascii-string`: Adds a TLV entry with arbitrary length to the manifest
200+
header, corresponding to the type identified by `tag`, and assigns the value of `ascii-string`. The
201+
tag is a 16-bit number. Valid tags are in the range between 0x0030 and 0xFEFE. The length
202+
is implicit, and is the length of the `ascii-string`. `ascii-string` argument is in the form of a string,
203+
e.g. `--custom-tlv-string 0x0030 "Version-1"` will add a TLV entry with tag 0x0030,
204+
length 9 and value Version-1.
199205

200206
#### Three-steps signing using external provisioning tools
201207

0 commit comments

Comments
 (0)