commit | 0ad8a1e8f010398de0a03c5b25163bddee107dd9 | [log] [tgz] |
---|---|---|
author | Yannic Moog <y.moog@phytec.de> | Fri Jan 10 13:35:33 2025 +0100 |
committer | Fabio Estevam <festevam@gmail.com> | Thu Jan 16 10:16:02 2025 -0300 |
tree | 873c6a234c38293b125ac34f08d11f50c32075f2 | |
parent | 9ffce09e0bb8938c959f48ab1bc35e64c53052db [diff] |
arm: imx8m: add OP-TEE node Add tee node in SoC u-boot device trees. Use a kconfig entry to specify load and entry addresses for the op-tee image in the respective defconfig. Default IMX8M_OPTEE_LOAD_ADDR is supplied. To keep it simple, the same addresses are used for each SoC as are defined in upstream tf-a (BL32_BASE) [1]. [1] https://github.com/ARM-software/arm-trusted-firmware/tree/master/plat/imx/imx8m Signed-off-by: Yannic Moog <y.moog@phytec.de>