Skip to content

Commit 2e48a0a

Browse files
authored
Enable x2APIC controller support on x86 and OVA (#4342)
This might be required for some modern Intel processors (Meteor Lake and newer) which fail to boot Linux kernel without x2APIC controller when some features (e.g. VT-d or x2APIC itself) are enabled in the BIOS. Enable it also for OVA, as it can be emulated in virtual machines, even when the host CPU does not support it. Fixes #4337, fixes #4144, fixes #4345
1 parent 7005ede commit 2e48a0a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

buildroot-external/board/pc/generic-x86-64/kernel.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ CONFIG_MMC_SDHCI_ACPI=y
4646
CONFIG_MMC_SDHCI_PCI=y
4747
CONFIG_MMC_REALTEK_PCI=m
4848
CONFIG_MMC_REALTEK_USB=m
49+
CONFIG_X86_X2APIC=y
4950
CONFIG_X86_INTEL_LPSS=y
5051

5152
CONFIG_MISC_RTSX_PCI=m

buildroot-external/board/pc/ova/kernel.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ CONFIG_MMC_BLOCK=y
9797
CONFIG_MMC_SDHCI=y
9898
CONFIG_MMC_SDHCI_ACPI=y
9999
CONFIG_MMC_SDHCI_PCI=y
100+
CONFIG_X86_X2APIC=y
100101
CONFIG_X86_INTEL_LPSS=y
101102

102103
CONFIG_DRM=y

0 commit comments

Comments
 (0)