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

Revert "boot: Add MCUBOOT_HW_KEY support for image encryption" #1996

Merged
merged 1 commit into from
Jul 9, 2024

Commits on Jul 9, 2024

  1. Revert "boot: Add MCUBOOT_HW_KEY support for image encryption"

    This reverts commit 0fa4627.
    
    This breaks:
    
        samples/synchronization/sample.kernel.synchronization on
        b_u585i_iot02a/stm32u585xx/ns error
    
    as this TF-M configuration uses its own keys.  This change is an API
    change that needs to be coordinated with TF-M changes.
    
    Before this revert, compiling this test results in:
    
        .../encrypted.c:447: undefined reference to
        `boot_enc_retrieve_private_key`
    
    Signed-off-by: David Brown <david.brown@linaro.org>
    d3zd3z committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    df48bc0 View commit details
    Browse the repository at this point in the history