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

PSA tools: Find secure image at post-build #9894

Merged
merged 4 commits into from Mar 6, 2019
Merged

PSA tools: Find secure image at post-build #9894

merged 4 commits into from Mar 6, 2019

Commits on Mar 3, 2019

  1. tools: Add find_secure_image function

    - Used by Non-secure targets post-build hooks to find
      the relevant secure image.
    Michael Schwarcz committed Mar 3, 2019
    Copy the full SHA
    e7341a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Add assertions and tests

    Michael Schwarcz committed Mar 4, 2019
    Copy the full SHA
    a9fdf1f View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Add missing license header

    Michael Schwarcz committed Mar 6, 2019
    Copy the full SHA
    f155057 View commit details
    Browse the repository at this point in the history
  2. Compare non-secure image name without extension

    - For cases where non-secure image is HEX and secure image is BIN
    Michael Schwarcz committed Mar 6, 2019
    Copy the full SHA
    1f7a829 View commit details
    Browse the repository at this point in the history