packaging: add required modules for confidential guest kernel

SNP launch was failing after the confidential guest kernel was upgraded to 6.16.1.
Added required module CONFIG_MTRR enabled.
Added required module CONFIG_X86_PAT enabled.

Fixes: #11779

Signed-off-by: Ryan Savino <ryan.savino@amd.com>
This commit is contained in:
Ryan Savino
2025-09-09 17:53:19 -05:00
parent c1ee0985ed
commit 85779a6f1a
2 changed files with 3 additions and 2 deletions

View File

@@ -1,10 +1,11 @@
# !s390x !ppc64le !arm64
# enable sev-snp support
CONFIG_AMD_MEM_ENCRYPT=y
CONFIG_MTRR=y
CONFIG_SEV_GUEST=y
CONFIG_VIRT_DRIVERS=y
CONFIG_X86_PAT=y
# Prepare kernel for direct boot using OVMF
CONFIG_EFI=y
CONFIG_EFI_STUB=y

View File

@@ -1 +1 @@
163
164