-
Notifications
You must be signed in to change notification settings - Fork 1.4k
H20 random support #18172
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
H20 random support #18172
Conversation
Certain Kconfigs were only enabled for or in relation to nRF54H20 EngC, which is the default chip revision. Ensure that the same settings are available on EngB. Signed-off-by: Grzegorz Swiderski <[email protected]>
Pull in updates to several repositories to support the SDSC bundle for NCS 2.8.0 and fix build issues with [email protected]. Signed-off-by: Håkon Amundsen <[email protected]> Signed-off-by: Jonathan Nilsen <[email protected]>
This is needed for new UICR layout. Signed-off-by: Håkon Amundsen <[email protected]>
Don't configure access to cpuapp/cpurad shared memory from the cpuapp side, as the shared access is configured by the cpurad side. Signed-off-by: Jonathan Nilsen <[email protected]>
-Enable this by default to get access to random numbers Signed-off-by: Frank Audun Kvamtrø <[email protected]>
-This adds support for RNG from SSF in client form Signed-off-by: Frank Audun Kvamtrø <[email protected]>
-Moving including of platform.c and platform_util.c away from Oberon PSA core build (as it is needed for nRF54H20 app and radio core which will use a "core-less" PSA crypto implementation, relying solely on the SSF exposed PSA crypto support -Auto-enable of OBERON_BACKEND for PSA_SSF_CRYPTO_CLIENT to ensure that Oberon SW library is enabled for legacy Mbed TLS support. Note: This is only used when MBEDTLS_LEGACY_CRYPTO_C is enabled in the system. -Ensuring that MBEDTLS_PSA_CRYPTO_C can still be used to enable PSA crypto API support for nRF54H20 devices by also checking for CONFIG_PSA_CORE_DISABLED when deciding if PSA core should be built -Disabling cipher-checks for drivers when CONFIG_PSA_CORE_DISABLED is set in psa_crypto_config.h.template. The reason for this is to that nRF54H20 app/radio core doesn't know about driver support Signed-off-by: Frank Audun Kvamtrø <[email protected]>
…vices -This commit makes wifi samples use PSA crypto exposed through SSF from SecDomain -Adding code-owner entries for samples/wifi/thread_coex -Adding code-owner entries for samples/wifi/wfa_qt_app Signed-off-by: Frank Audun Kvamtrø <[email protected]>
-Previously there was a dts entry "prng", but this is changed to "psa_rng" as we are using PSA RNG driver in zephyr Signed-off-by: Frank Audun Kvamtrø <[email protected]>
-Trying to disable some issues in build by not setting CONFIG_PSA_SSF_CRYPTO_CLIENT and CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED in board files for matter_bridge application Signed-off-by: Frank Audun Kvamtrø <[email protected]>
|
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 6ccd918790b36c3743bd94394437b382a73111ba more detailssdk-nrf:
nrfxlib:
suit-generator:
zephyr:
Github labels
List of changed files detected by CI (98)Outputs:ToolchainVersion: b44b7a08c9 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
|
if #18170 is not needed, can you close? |
|
Can #18170 be closed? |
|
This pull request has been marked as stale because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 7 days. Note, that you can always re-open a closed pull request at any time. |
Based on SDFW
Added for running tests