summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-12-06 11:46:15 -0600
committerTom Rini <[email protected]>2025-12-06 11:46:15 -0600
commit17d1e039e1c41a7bd3ca04756a7dd647744db9eb (patch)
tree0d3048754042ae1b4deacb1b48012c6ccfa8e0ee /doc
parent7f053fc40ae6e3c96758b4f3a7dbe702fc2bde65 (diff)
parent22aa122eee021a631e1b92c761ff1a434d46890e (diff)
Merge patch series "test/py: fit: Deduplicate the test"
This series from Marek Vasut <[email protected]> cleans up some of the FIT pytests we have and then extends mkimage to support including the TEE in FIT images when using "-f auto" to create the resulting FIT. Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'doc')
-rw-r--r--doc/mkimage.112
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/mkimage.1 b/doc/mkimage.1
index c705218d345..9a2d07cee75 100644
--- a/doc/mkimage.1
+++ b/doc/mkimage.1
@@ -251,6 +251,18 @@ Append TFA BL31 file to the image.
.B \-\-tfa-bl31-addr
Set TFA BL31 file load and entry point address.
.
+.TP
+.B \-z
+.TQ
+.B \-\-tee-file
+Append raw TEE file to the image.
+.
+.TP
+.B \-Z
+.TQ
+.B \-\-tee-addr
+Set raw TEE file load and entry point address, in hexadecimal.
+.
.SS Options for creating FIT images
.
.TP