Skip to content
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

nrf54l15dk: add TF-M (/ns) support #17463

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Oct 4, 2024

  1. nrf54l15dk: add TF-M (/ns) support

    Bring in changes needed in Zephyr and TF-M, and make needed
    adjustments.
    
    Support for TF-M in `nrf54l15pdk` is removed at the same time.
    
    Signed-off-by: Tomi Fontanilles <[email protected]>
    tomi-font committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    0dfbda0 View commit details
    Browse the repository at this point in the history
  2. tests: tfm_psa: rework the testcase.yaml file

    Put common stuff in the `common` section.
    Also add the `nrf54l15dk/nrf54l15/cpuapp/ns` platform to the
    `tfm.psa_test_crypto_lvl2` test.
    
    Signed-off-by: Tomi Fontanilles <[email protected]>
    tomi-font committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    24dd32d View commit details
    Browse the repository at this point in the history
  3. nrf_security: cracen: cipher_update: do not assert on NULL output

    Return an error instead of triggering an assert when `output` is NULL.
    This is to prevent PSA arch tests from hanging because of this.
    
    Signed-off-by: Tomi Fontanilles <[email protected]>
    tomi-font committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    d886d1e View commit details
    Browse the repository at this point in the history
  4. tests: tfm: improve DT overlay organization

    Remove the remaining `app.overlay` as it doesn't fit all the boards.
    In addition, make sure that there are DT overlay files for every
    supported board.
    
    Signed-off-by: Tomi Fontanilles <[email protected]>
    tomi-font committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    18ba23e View commit details
    Browse the repository at this point in the history
  5. lib: hw_unique_key: improve files naming

    Rename the source files to make it more clear what is using CC3XX.
    
    Signed-off-by: Tomi Fontanilles <[email protected]>
    tomi-font committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ddee928 View commit details
    Browse the repository at this point in the history