From Kconfig:
Some Intel systems circa 2022 and later are locked into x2APIC mode
and can not fall back to the legacy APIC modes if SGX or TDX are
enabled in the BIOS. They will boot with very reduced functionality
without enabling this option.
Part of current Intel Chip Sets e.g. Alder Lake. Used for NVMEs
Konfig help:
Adds support for the Intel Volume Management Device (VMD). VMD is a
secondary PCI host bridge that allows PCI Express root ports,
and devices attached to them, to be removed from the default
PCI domain and placed within the VMD domain. This provides
more bus resources than are otherwise possible with a
single domain.
The following changes were introduced in 6.11-rc1 and 6.11-rc7
only pass 3 variables to
- of: remove internal arguments from of_property_for_each_u32()
- 9722c3b66e
6.11-rc7 has refactored drm 9da7ec9b19
resulting in the following compile error.
build.LibreELEC-H6.aarch64-13.0-devel/toolchain/bin/aarch64-libreelec-linux-gnu-ld: drivers/gpu/drm/sun4i/sun8i_dw_hdmi.o: in function `sun8i_dw_hdmi_bind':
build.LibreELEC-H6.aarch64-13.0-devel/build/linux-6.11-rc7/drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c:394:(.text+0x73c): undefined reference to `drm_bridge_connector_init'
Co-authored-by: Jernej Skrabec <jernej.skrabec@gmail.com>