You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uek-rpm: Enable the FWCTL PDS and CXL support in UEK8
Enable these config flags for OL9/OL10 x86_64 kernel builds
in UEK8-U1:
CONFIG_CXL_FEATURES=y
CONFIG_FWCTL_PDS=m
Also add this module to the OL9/OL10 x86_64 module list:
pds_fwctl.ko
Remove fwctl.ko from the module list to avoid a build error,
as CONFIG_FWCTL is now built-in rather than a module after
enabling CONFIG_CXL_FEATURES=y.
Move pds_core.ko from the common modules section to the common modules-core
section (not the x86_64-specific section) to avoid a Jenkins build error.
Since pds_fwctl.ko uses the symbol pds_client_adminq_cmd exported by
pds_core.ko, we need to include all dependent modules in modules-core
when adding pds_fwctl.ko in the x86_64-specific modules-core section.
Orabug: 38006732
Signed-off-by: Qing Huang <[email protected]>
Reviewed-by: Harshit Mogalapalli <[email protected]>
Reviewed-by: Samasth Norway Ananda <[email protected]>
0 commit comments