Skip to content

Commit

Permalink
fix: add gsc_proxy/mei_gsc_proxy to mei modules
Browse files Browse the repository at this point in the history
Required for Intel 14th Gen CPUs

Signed-off-by: Devin Buhl <[email protected]>
Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
onedr0p authored and frezbo committed Dec 16, 2024
1 parent 434bd5f commit b449434
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
- name: EXTENSIONS_IMAGE_REF
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
- name: PKGS
defaultValue: v1.10.0-alpha.0-8-g8c31321
defaultValue: v1.10.0-alpha.0-9-g86e3755
- name: PKGS_PREFIX
defaultValue: ghcr.io/siderolabs
useBldrPkgTagResolver: true
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-12-12T11:54:21Z by kres 8183c20.
# Generated on 2024-12-16T04:55:48Z by kres 8183c20.

# common variables

Expand Down Expand Up @@ -50,7 +50,7 @@ COMMON_ARGS += --build-arg=PKGS_PREFIX="$(PKGS_PREFIX)"
# extra variables

EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
PKGS ?= v1.10.0-alpha.0-8-g8c31321
PKGS ?= v1.10.0-alpha.0-9-g86e3755
PKGS_PREFIX ?= ghcr.io/siderolabs

# targets defines all the available targets
Expand Down
1 change: 1 addition & 0 deletions drivers/mei/files/modules.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
modules.order
modules.builtin
modules.builtin.modinfo
kernel/drivers/misc/mei/gsc_proxy/mei_gsc_proxy.ko
kernel/drivers/misc/mei/hdcp/mei_hdcp.ko
kernel/drivers/misc/mei/pxp/mei_pxp.ko
kernel/drivers/misc/mei/mei-gsc.ko
Expand Down

0 comments on commit b449434

Please sign in to comment.