File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments