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

sysbuild: Add support for MCUboot/app encryption keys #60451

Merged
merged 3 commits into from
Sep 25, 2023

Commits on Sep 18, 2023

  1. sysbuild: Add support for MCUboot/app encryption keys

    Adds support for controlling the MCUboot (and application) signing
    key, and allows for generating encrypted updates.
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    afa4dea View commit details
    Browse the repository at this point in the history
  2. scripts: ci: check_compliance: Add sysbuild Kconfig exceptions

    Adds exceptions for Kconfigs which sysbuild uses when configuring
    MCUboot.
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    8ac3f9b View commit details
    Browse the repository at this point in the history
  3. doc: release: 3.5: Add note on sysbuild MCUboot encryption support

    Adds a note that sysbuild can now set the encryption key for
    MCUboot and target images.
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    af9719c View commit details
    Browse the repository at this point in the history