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

Add tfm psa network core #17191

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Aug 30, 2024

  1. samples: nrf5340: netboot: Support Approtect lock

    Add a PCD command for locking the Approtect in B0n.
    
    Approtect will be locked from TF-M, which is separate from
    Zephyr OS. For this purpose, the relevant parts of PCD
    library are moved to a separate header, which can be used in
    both TF-M and Zephyr.
    
    Signed-off-by: Markus Lassila <[email protected]>
    MarkusLassila committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    9c78f7d View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. tfm: Lock Approtect in network core

    With nRF53, allow the network core Approtect to be locked from TF-M.
    
    This is done when we are transitioning from provisioning LCS to
    secure LCS.
    
    Signed-off-by: Markus Lassila <[email protected]>
    MarkusLassila committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    5c93263 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. samples: tfm: psa_template: Add support for netcore update

    Add support for updating network core with nRF5340.
    
    External flash will be used for update images.
    
    Signed-off-by: Markus Lassila <[email protected]>
    MarkusLassila committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9827f06 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. samples: tfm: Add tfm_psa_template_network_core

    Add a separate network core sample to be used with
    tfm_psa_template with nRF5340.
    
    Signed-off-by: Markus Lassila <[email protected]>
    MarkusLassila committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ece8aaa View commit details
    Browse the repository at this point in the history