On Mon, Mar 15, 2021 at 11:22 PM Herton R. Krzesinski (via Email Bridge) <[email protected]> wrote: > > From: Herton R. Krzesinski <[email protected]> > > redhat: enable CONFIG_FW_LOADER_COMPRESS for ARK > > Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1939095 > > The CONFIG_FW_LOADER_COMPRESS have been kept enabled only for Fedora. > However in RHEL 9, we inherit the linux-firmware as is from Fedora, and > it installs firmware files compressed in .xz format for RHEL too. > However, the ARK/rhel config does not enable the needed support for > loading compressed firmware files, and thus firmware loading fails. > > This fixes that by also enabling CONFIG_FW_LOADER_COMPRESS on ARK/rhel > config too (since ARK and Fedora have the same setting now, the config > file is moved to common/). > > Signed-off-by: Herton R. Krzesinski <[email protected]>
As the person who enabled it and has done the Fedora feature work around the compressed firmware: Reviewed-by: Peter Robinson <[email protected]> > diff a/redhat/configs/ark/generic/CONFIG_FW_LOADER_COMPRESS > b/redhat/configs/ark/generic/CONFIG_FW_LOADER_COMPRESS > --- a/redhat/configs/ark/generic/CONFIG_FW_LOADER_COMPRESS > +++ /dev/null > @@ -1 +0,0 @@ > -# CONFIG_FW_LOADER_COMPRESS is not set > diff a/redhat/configs/fedora/generic/CONFIG_FW_LOADER_COMPRESS > b/redhat/configs/common/generic/CONFIG_FW_LOADER_COMPRESS > --- a/redhat/configs/fedora/generic/CONFIG_FW_LOADER_COMPRESS > +++ b/redhat/configs/common/generic/CONFIG_FW_LOADER_COMPRESS > > -- > https://gitlab.com/cki-project/kernel-ark/-/merge_requests/976 > _______________________________________________ > kernel mailing list -- [email protected] > To unsubscribe send an email to [email protected] > Fedora Code of Conduct: > https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/[email protected] > Do not reply to spam on the list, report it: > https://pagure.io/fedora-infrastructure _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
