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

kernel/firmware: Add support for firmware compression #3359

Closed
foersleo opened this issue Aug 23, 2023 · 0 comments · Fixed by #3418
Closed

kernel/firmware: Add support for firmware compression #3359

foersleo opened this issue Aug 23, 2023 · 0 comments · Fixed by #3418
Assignees
Labels
status/needs-triage Pending triage or re-evaluation type/enhancement New feature or request

Comments

@foersleo
Copy link
Contributor

What I'd like:

Add support for firmware compression to our kernels by enabling CONFIG_FW_LOADER_COMPRESS and CONFIG_FW_LOADER_COMPRESS_XZ.

With #3296 we are adding select firmware binaries to the metal variants of Bottlerocket. With Bottlerocket we are striving to have small images. Compressing firmware blobs could currently save roughly 4MB of image size when using XZ compression.

Any alternatives you've considered:

Not introduce additional complexity by adding the capability to work with compressed firmware to the kernel and accept the extra image size.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/needs-triage Pending triage or re-evaluation type/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant