File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,9 @@ export CONFIG_BOOTSCRIPT=/bin/gui-init
6262
6363#export CONFIG_BOOT_KERNEL_ADD="intel_iommu=igfx_off"
6464
65+ export CONFIG_BOOT_KERNEL_ADD="intel_iommu=igfx_off"
66+ export CONFIG_BOOT_KERNEL_REMOVE="intel_iommu=on intel_iommu=igfx_off"
67+
6568#TPM2 requirements
6669export CONFIG_TPM2_TOOLS=y
6770export CONFIG_PRIMARY_KEY_TYPE=ecc
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ CONFIG_ME_BIN_PATH="me.bin"
1414CONFIG_HAVE_IFD_BIN=y
1515CONFIG_HAVE_ME_BIN=y
1616
17+ CONFIG_LINUX_COMMAND_LINE="iommu=pt video=eDP-1:1920x1080 drm_kms_helper.drm_leak_fbdev_smem=1 i915.enable_fbc=0"
18+
19+
1720# CONFIG_CONSOLE_SERIAL is not set
1821# CONFIG_POST_IO is not set
1922CONFIG_VBOOT=n
Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ CONFIG_I2C_SLAVE=y
200200# CONFIG_X86_PKG_TEMP_THERMAL is not set
201201CONFIG_MFD_SYSCON=y
202202CONFIG_DRM=y
203+ CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM=y
203204CONFIG_DRM_I915=y
204205CONFIG_DRM_AST=y
205206CONFIG_FB_VESA=y
You can’t perform that action at this time.
0 commit comments