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

imgtool's compression ARM thumb filter #2084

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

michalek-no
Copy link
Collaborator

@michalek-no michalek-no commented Oct 4, 2024

Adds ARM thumb filter to imgtool's LZMA2 compression.

Copy link
Collaborator

@nordicjm nordicjm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo in commit message: filter
No flag updating that I can see

Adds ARM thumb filter to imgtool's LZMA2 compression.

Signed-off-by: Mateusz Michalek <mateusz.michalek@nordicsemi.no>
@@ -535,6 +536,8 @@ def create(self, key, public_key_format, enckey, dependencies=None,
if compression_tlvs is not None:
if compression_type == "lzma2":
compression_flags = IMAGE_F['COMPRESSED_LZMA2']
if compression_type == "lzma2armthumb":
compression_flags = IMAGE_F['COMPRESSED_ARM_THUMB']
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this needs to add both flags

nordicjm pushed a commit to nordicjm/sdk-mcuboot that referenced this pull request Oct 7, 2024
Adds ARM thumb filter to imgtool's LZMA2 compression.

Upstream PR: mcu-tools/mcuboot#2084

Signed-off-by: Mateusz Michalek <mateusz.michalek@nordicsemi.no>
@nordicjm nordicjm requested a review from d3zd3z October 7, 2024 12:21
nordicjm pushed a commit to nrfconnect/sdk-mcuboot that referenced this pull request Oct 7, 2024
Adds ARM thumb filter to imgtool's LZMA2 compression.

Upstream PR: mcu-tools/mcuboot#2084

Signed-off-by: Mateusz Michalek <mateusz.michalek@nordicsemi.no>
@de-nordic de-nordic merged commit d69933c into mcu-tools:main Oct 11, 2024
90 of 116 checks passed
rlubos pushed a commit to rlubos/fw-nrfconnect-mcuboot that referenced this pull request Oct 22, 2024
Adds ARM thumb filter to imgtool's LZMA2 compression.

Upstream PR: mcu-tools/mcuboot#2084

Signed-off-by: Mateusz Michalek <mateusz.michalek@nordicsemi.no>
(cherry picked from commit 94212b4)
rlubos pushed a commit to rlubos/fw-nrfconnect-mcuboot that referenced this pull request Oct 22, 2024
Adds ARM thumb filter to imgtool's LZMA2 compression.

Upstream PR: mcu-tools/mcuboot#2084

Signed-off-by: Mateusz Michalek <mateusz.michalek@nordicsemi.no>
(cherry picked from commit 94212b4)
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.

4 participants