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

bootutil: Fix image verification and add state to is header valid function #2045

Merged
merged 3 commits into from
Aug 27, 2024

Commits on Aug 22, 2024

  1. bootutil: loader: Add state to boot_is_header_valid() function

    Adds the state object to this function so it can be referenced
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3f07bdc View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. bootutil: loader: Verify image header before checking image

    Changes the order of operations to validate the image header
    before checking the image, it does not make sense to check the
    image if the header itself is invalid
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    15b35f6 View commit details
    Browse the repository at this point in the history
  2. docs: release-notes: Add note on bootutil changes

    Adds notes on the changed bootutil features
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    49a5872 View commit details
    Browse the repository at this point in the history