zephyr/samples/subsys/mgmt
Valerio Setti 4c43e3b756 samples: mcumgr: smp_svr: disable "zephyr,entropy" in mcuboot
If/when "zephry,entropy" is enabled CONFIG_ENTROPY_GENRATOR is
automatically enabled, therefore enabling the corresponding
platform entropy driver. On some platform this is a problem
because the entropy driver is not used directly as random
source, but only to seed the ctr-drbg algorithm provided
by Mbed TLS. Unfortunately CONFIG_MBEDTLS_CIPHER_MODE_CTR_ENABLED
cannot be directly enabled because CONFIG_MBEDTLS_CFG_FILE used
in mcuboot is different from the "config-tls-generic.h" which
is required to use Kconfig symbols defined in
"zephyr/modules/mbedtls/Kconfig.tls-generic".
Moreover entropy and random number generators are not required
in mcuboot because signature verification is a
deterministic operation.
In conclusion this commit disables "zephyr,entropy" in
mcuboot DTS overlay file.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2024-12-10 08:05:33 +01:00
..
hawkbit boards: nxp: adopt new zephyr:board directive and role 2024-10-24 17:51:15 +02:00
mcumgr/smp_svr samples: mcumgr: smp_svr: disable "zephyr,entropy" in mcuboot 2024-12-10 08:05:33 +01:00
osdp zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY 2024-10-03 17:06:52 +01:00
updatehub net: openthread: Allow a platform to select a Settings backend. 2024-12-02 18:18:20 +01:00
mgmt.rst doc: samples: Adopt code-sample-category across tree 2024-09-23 12:00:00 +02:00