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

TF-M PSA template: Lock Approtect in network core #17093

Merged

Commits on Oct 23, 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.
    
    If TF-M is used, delay locking of the PCD commands memory
    area to be done in TF-M.
    
    NCSDK-17920
    
    Signed-off-by: Markus Lassila <[email protected]>
    MarkusLassila committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    84df01f View commit details
    Browse the repository at this point in the history
  2. 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.
    
    NCSDK-17920
    
    Signed-off-by: Markus Lassila <[email protected]>
    MarkusLassila committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    c83fad1 View commit details
    Browse the repository at this point in the history
  3. 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.
    
    NCSDK-17920
    
    Signed-off-by: Markus Lassila <[email protected]>
    MarkusLassila committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2779930 View commit details
    Browse the repository at this point in the history