-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Pr 17200 #18684
Pr 17200 #18684
Commits on Nov 6, 2024
-
nrf_security: Make PSA drivers depend on PSA core
Make all PSA drivers depend on the OBERON_PSA_CORE since we cannot use the drivers without it. Signed-off-by: Georgios Vasilakis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a6f4e27 - Browse repository at this point
Copy the full SHA a6f4e27View commit details -
manifest: Bring Zephyr with PSA RNG for NRF54H20
Brings Zephyr changes which automatically enable the PSA crypto as the entropy generator for Zephyr. Signed-off-by: Georgios Vasilakis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb4e3b9 - Browse repository at this point
Copy the full SHA fb4e3b9View commit details -
nrf_security: Make PSA SSF client independent
Add configuration to allow enabling the SSF PSA client when nrf_security is not enabled. This is particularly useful for the applications that only want to use the PSA rng and no other crypto. Enabling nrf_security in these applications will result to an increased application footprint and configuration complexity without any reason. This configuration provides the PSA implementation from the secure domain through the SSF client and it has no configurability yet. So there is no need to enforce NRF_SECURITY with this configuration. Signed-off-by: Georgios Vasilakis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e03ee9 - Browse repository at this point
Copy the full SHA 5e03ee9View commit details -
application: matter_bridge: Add overlay for 54h20
Add overlay to reduce the footprint of the matter_bridge application. Signed-off-by: Georgios Vasilakis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b2c27c - Browse repository at this point
Copy the full SHA 7b2c27cView commit details -
samples: suit: flash_compantion: Remove prng
Remove prng dts node since this is removed from the nrf54h20 board file. Signed-off-by: Georgios Vasilakis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95c2a74 - Browse repository at this point
Copy the full SHA 95c2a74View commit details -
samples: suit: smp_transfer: recovery: fix compilation
The changes to enable PSA RNG on 54H20 made sample.suit.smp_transfer.recovery overflow ROM on recovery_hci_ipc. Slightly increase the size of the cpurad_recovery_partition so that everything fits. Signed-off-by: Tomi Fontanilles <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 666b8a0 - Browse repository at this point
Copy the full SHA 666b8a0View commit details -
sdfw_services: Remove call to psa_crypto_init from ssf
Remove the call to the ssf_psa_crypto_init since the psa_crypto is initialiazed in SDFW and it doesn't need to get initialized from the application. Signed-off-by: Georgios Vasilakis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3827708 - Browse repository at this point
Copy the full SHA 3827708View commit details -
tests: suit: Disable cpusec IPC and bellboard
Disable the IPC and bellboard nodes since these tests don't use communication between domains. Signed-off-by: Georgios Vasilakis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0755901 - Browse repository at this point
Copy the full SHA 0755901View commit details -
In a comment, tHe -> The Signed-off-by: Georgios Vasilakis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4f39ff - Browse repository at this point
Copy the full SHA f4f39ffView commit details