-
Notifications
You must be signed in to change notification settings - Fork 251
[nrf noup] zephyr: socs: enable MULTITHREADING for nrf54h20_cpuapp #582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[nrf noup] zephyr: socs: enable MULTITHREADING for nrf54h20_cpuapp #582
Conversation
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-mcuboot#582 Signed-off-by: Nordic Builder <[email protected]>
nrfconnect/sdk-zephyr#3613 nrfconnect/sdk-mcuboot#582 Signed-off-by: Nordic Builder <[email protected]>
nrfconnect/sdk-zephyr#3613 nrfconnect/sdk-mcuboot#582 Signed-off-by: Nordic Builder <[email protected]>
nrf-squash! [nrf noup] boot/zephyr/socs: nrf54h20 prj.conf for S2RAM MULTITHREADING is needed by the mram driver for the nrf54h20_cpuapp target Signed-off-by: Riadh Ghaddab <[email protected]>
153ed1c to
9b6e31e
Compare
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-mcuboot#582 Signed-off-by: Nordic Builder <[email protected]>
|
nrfconnect/sdk-zephyr#3613 nrfconnect/sdk-mcuboot#582 Signed-off-by: Nordic Builder <[email protected]>
nrfconnect/sdk-zephyr#3613 nrfconnect/sdk-mcuboot#582 Signed-off-by: Nordic Builder <[email protected]>
|
With CONFIG_MULTITHREADING enabled, you may want to explicitly disable POWER_DOMAIN_NRFS_GDPWR or POWER_DOMAIN. The power domain drivers where previously excluded based on https://github.com/nrfconnect/sdk-zephyr/blob/e37df13e0e9ba6d539d84dba7fe14c3311d70500/drivers/power_domain/Kconfig.nrfs_gdpwr#L7 which will now be enabled, and enabling NRFS services |
|
Ok, let me investigate first all the unnecessary CONFIGS added when enabling MULTITHREADING before merging |
|
@bjarki-andreasen the benefits from disabling those extra configs is very little. |
nrfconnect/sdk-zephyr#3613 nrfconnect/sdk-mcuboot#582 Signed-off-by: Nordic Builder <[email protected]>
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-mcuboot#582 Signed-off-by: Nordic Builder <[email protected]>
nrfconnect/sdk-zephyr#3613 nrfconnect/sdk-mcuboot#582 Signed-off-by: Nordic Builder <[email protected]>
nrfconnect/sdk-zephyr#3613 nrfconnect/sdk-mcuboot#582 Signed-off-by: Nordic Builder <[email protected]>



MULTITHREADING is needed by the mram driver for the nrf54h20_cpuapp target