diff options
| author | Tom Rini <[email protected]> | 2025-12-06 11:46:15 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-12-06 11:46:15 -0600 |
| commit | 17d1e039e1c41a7bd3ca04756a7dd647744db9eb (patch) | |
| tree | 0d3048754042ae1b4deacb1b48012c6ccfa8e0ee /doc | |
| parent | 7f053fc40ae6e3c96758b4f3a7dbe702fc2bde65 (diff) | |
| parent | 22aa122eee021a631e1b92c761ff1a434d46890e (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.1 | 12 |
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 |
