diff options
| author | Marek Vasut <[email protected]> | 2025-11-25 16:42:57 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-12-06 11:46:09 -0600 |
| commit | 22aa122eee021a631e1b92c761ff1a434d46890e (patch) | |
| tree | d1a018d86a962abbd5fbde8b52ed96908a4c381b /scripts/kernel-doc | |
| parent | 23eb6c9ce11b6b781f7902ced7340f2c6c433e4f (diff) | |
mkimage: Add support for bundling TEE in mkimage -f auto
Introduce two new parameters to be used with mkimage -f auto to bundle
TEE image into fitImage, using auto-generated fitImage. Add -z to specify
TEE file name and -Z to specify TEE load and entry point address. This is
meant to be used with systems which boot all of TEE, Linux and its DT from
a single fitImage, all booted by U-Boot.
Example invocation:
"
$ mkimage -E -A arm -C none -e 0xc0008000 -a 0xc0008000 -f auto \
-d arch/arm/boot/zImage \
-b arch/arm/boot/dts/st/stm32mp135f-dhcor-dhsbc.dtb \
-z ../optee_os/out/arm-plat-stm32mp1/core/tee-raw.bin \
-Z 0xde000000 \
/path/to/output/fitImage
"
Documentation update and test are also included, the test validates
both positive and negative test cases, where fitImage does not include
TEE and does include TEE blobs.
Acked-by: Quentin Schulz <[email protected]>
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'scripts/kernel-doc')
0 files changed, 0 insertions, 0 deletions
