From 1d5db5d0feb8c4adbf8ffe41d2da6c16bdc4233b Mon Sep 17 00:00:00 2001 From: Katrina Prosise Date: Fri, 23 May 2025 10:38:50 -0400 Subject: [PATCH] Remove special cases from enabling se05x Section was marked from removal, as the info is unlikely to be relevant now. QA: ran build and checked rendered ouput No related issue, quick fix. Signed-off-by: Katrina Prosise --- .../secure-elements/se050-enablement.rst | 25 ------------------- 1 file changed, 25 deletions(-) diff --git a/source/reference-manual/security/secure-elements/se050-enablement.rst b/source/reference-manual/security/secure-elements/se050-enablement.rst index fef7444a9..6f1316184 100644 --- a/source/reference-manual/security/secure-elements/se050-enablement.rst +++ b/source/reference-manual/security/secure-elements/se050-enablement.rst @@ -45,30 +45,5 @@ Be aware that an image created with SE05X enabled does not boot on boards withou support SE05X integration without extra changes in LmP. -Special Cases -------------- - -1. For Factories created **before v85**, it is also necessary to add ``se05x`` to the ``lmp-factory-image`` build: - -``recipes-samples/images/lmp-factory-image.bb``: - -.. prompt:: text - - # Support for SE05X - require ${@bb.utils.contains('MACHINE_FEATURES', 'se05x', 'recipes-samples/images/lmp-feature-se05x.inc', '', d)} - -2. If working with a different i.MX machine without default SE05X LmP support (``imx6ullevk`` and ``imx8mm-lpddr4-evk``), - also provide which SoC I2C bus connects to the SE05X device: - -``recipes-security/optee/optee-os-fio_%.bbappend``: - -.. prompt:: text - - EXTRA_OEMAKE:append: = " \ - ${@bb.utils.contains('MACHINE_FEATURES', 'se05x', 'CFG_IMX_I2C=y CFG_CORE_SE05X_I2C_BUS=', '', d)} \ - " - -Make sure to push the changes to the ``meta-subscriber-overrides`` repo, triggering a build with the new configurations. - .. _SE050 configurations: https://www.nxp.com/docs/en/application-note/AN12436.pdf