Skip to content

bootutil: (refactor) split image_validate.c into separate files #2383

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

maulik-arm
Copy link
Contributor

Motivation:
As we add more config-dependent hooks in image_validate.c, the giant #ifdefs were becoming unmanageable. Splitting each core helper into its own file lays the groundwork for cleaner feature flags and easier future refactoring.

Move bootutil_find_key(), bootutil_img_hash(), and bootutil_img_security_cnt() into their own source files for cleaner

No functional changes have been made.

Move bootutil_find_key(), bootutil_img_hash(), and
bootutil_img_security_cnt() into their own source files for cleaner

No functional changes have been made.

Signed-off-by: Maulik Patel <maulik.patel@arm.com>
Change-Id: I5d3f4a1327356238e5865dba91b4ec251ffcf1aa
@maulik-arm
Copy link
Contributor Author

Hello, @de-nordic , @almir-okato , @nordicjm , if I can have your review comments please, very much appreciated. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant