OPTEE config was unset by default and the doc for the boards was not quite accurate as TEE configs must be enabled first in order to be able to build with OP-TEE support. This series enables the config by default, i.e. when wanting to build without OP-TEE now, configs need to be modified. Update and clean up the documentation: Change instructions on how to build bootable image with the new OP-TEE related changes.
--- Changes in v5: - remove OP-TEE benchmark cfg from board docs (2nd attempt) - Link to v4: https://lore.kernel.org/r/20250909-imx8m-optee-enable-v4-0-6dfe494cc...@phytec.de Changes in v4: - rebase onto next (to get imx8mp-libra) - remove OP-TEE benchmark cfg from board docs - Link to v3: https://lore.kernel.org/r/20250908-imx8m-optee-enable-v3-0-14bfe249b...@phytec.de Changes in v3: - extract doc style changes into separate commit - fix commit message -> phycore-imx8mm sets OP-TEE at end of 1GiB ram - Link to v2: https://lore.kernel.org/r/20250814-imx8m-optee-enable-v2-0-c489d795a...@phytec.de Changes in v2: - Use proper board PLATFORM for OP-TEE since boards have been merged to master on optee_os (https://github.com/OP-TEE/optee_os/pull/7487) - add -j $(nproc) to make commands - Link to v1: https://lore.kernel.org/r/20250813-imx8m-optee-enable-v1-0-bbff23f04...@phytec.de --- Yannic Moog (3): phytec-imx8m boards: enable OP-TEE for KASLR doc: phytec: update imx8m docs for optee builds doc: phytec: imx8m: Style and firmware update board/phytec/phycore_imx8mm/MAINTAINERS | 1 - configs/imx8mm-phygate-tauri-l_defconfig | 5 +++- configs/phycore-imx8mm_defconfig | 5 +++- configs/phycore-imx8mp_defconfig | 4 +++ doc/board/phytec/imx8mm-optee-build.rsti | 14 --------- doc/board/phytec/imx8mm-phygate-tauri-l.rst | 41 ++++++++++++++++++--------- doc/board/phytec/imx8mp-libra-fpsc.rst | 1 - doc/board/phytec/phycore-imx8mm.rst | 42 ++++++++++++++++++--------- doc/board/phytec/phycore-imx8mp.rst | 44 +++++++++++++++-------------- 9 files changed, 90 insertions(+), 67 deletions(-) --- base-commit: 28d6f787b0deb3f66118857297a855233eba18d1 change-id: 20250730-imx8m-optee-enable-dd28b305167e Best regards, -- Yannic Moog <y.m...@phytec.de>