-
Notifications
You must be signed in to change notification settings - Fork 801
bootutil: src: image_validate.c: remove mbedtls headers #2432
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
base: main
Are you sure you want to change the base?
Conversation
boot/bootutil/src/image_validate.c
Outdated
@@ -5,6 +5,7 @@ | |||
* Copyright (c) 2016-2019 JUUL Labs | |||
* Copyright (c) 2019-2024 Arm Limited | |||
* Copyright (c) 2025 Nordic Semiconductor ASA | |||
* Copyright (c) 2025 Analog Devices, Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Copyright (c) 2025 Analog Devices, Inc. |
boot/bootutil/src/image_validate.c
Outdated
|
||
//to make INT_MAX available |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
//to make INT_MAX available |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed all reviews.
Can we propose "Portions Copyright (c) 2025 Analog Devices, Inc" instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You've changed some includes, I'm not being funny but that is not a contribution that warrants a copyright added to a file, that's not code, that's not even copyrightable
removing direct inclusion of mbedtls headers. bootutil has already abstracted away mbedtls apis. Signed-off-by: Gowri Ramshankar <[email protected]>
71a4e25
to
bfaa0fa
Compare
@@ -5,6 +5,7 @@ | |||
* Copyright (c) 2016-2019 JUUL Labs | |||
* Copyright (c) 2019-2024 Arm Limited | |||
* Copyright (c) 2025 Nordic Semiconductor ASA | |||
* Portions Copyright (c) 2025 Analog Devices, Inc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Portions Copyright (c) 2025 Analog Devices, Inc |
removing direct inclusion of mbedtls headers.
bootutil has already abstracted away mbedtls apis.