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

Soc tfm #15492

Merged
merged 2 commits into from
Jul 16, 2024
Merged

Soc tfm #15492

merged 2 commits into from
Jul 16, 2024

Commits on Jul 16, 2024

  1. manifest: update

    update
    
    Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
    SebastianBoe authored and vili-nordic committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e8d92df View commit details
    Browse the repository at this point in the history
  2. tfm: 54l: Add Zephyr's soc.c to the TF-M build system

    Add Zephyr's soc.c to the TF-M build system and TF-M image.
    
    Zephyr's soc.c will do misc. power and clock configuration based on
    the Kconfig and DT of the non-secure image.
    
    But the non-secure image does not have access to NRF_OSCILLATORS or
    NRF_REGULATORS for security reasons.
    
    To solve this we have ported soc.c to TF-M.
    
    Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
    SebastianBoe authored and vili-nordic committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d771656 View commit details
    Browse the repository at this point in the history