aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86
diff options
context:
space:
mode:
authorTony Ambardar <itugrok@yahoo.com>2021-03-15 02:48:46 -0700
committerTony Ambardar <itugrok@yahoo.com>2021-03-15 19:12:03 -0700
commit662ceebc4ccc5a23fffd06cdda054b1a8e261048 (patch)
tree56f23ef28bc4d1f7604b3f14955357b2012f4da2 /target/linux/x86
parentd7c8ca4d0b5c18c08e645f010fd0012f54c1c102 (diff)
downloadupstream-662ceebc4ccc5a23fffd06cdda054b1a8e261048.tar.gz
upstream-662ceebc4ccc5a23fffd06cdda054b1a8e261048.tar.bz2
upstream-662ceebc4ccc5a23fffd06cdda054b1a8e261048.zip
x86/legacy: fix subtarget CPU for kernel 5.10
The 5.10 target config defined a baseline i686 CPU aligned to the 32-bit generic subtarget. However, the legacy subtarget arch wasn't set to the older 586MMX, defaulting instead to the i686. Explicitly set the subtarget arch and refresh the subtarget config, as done already with the old geode subtarget. Fixes: 8391781389 ("x86: support kernel 5.10") Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
Diffstat (limited to 'target/linux/x86')
-rw-r--r--target/linux/x86/legacy/config-5.105
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/x86/legacy/config-5.10 b/target/linux/x86/legacy/config-5.10
index 2d9dcab7bc..1accd7c199 100644
--- a/target/linux/x86/legacy/config-5.10
+++ b/target/linux/x86/legacy/config-5.10
@@ -140,6 +140,8 @@ CONFIG_ISO9660_FS=y
# CONFIG_JOLIET is not set
CONFIG_KCMP=y
# CONFIG_LANCE is not set
+CONFIG_M586MMX=y
+# CONFIG_M686 is not set
# CONFIG_MDA_CONSOLE is not set
CONFIG_MFD_CORE=y
CONFIG_MFD_INTEL_LPSS=y
@@ -201,11 +203,14 @@ CONFIG_VMAP_PFN=y
# CONFIG_WDT is not set
CONFIG_X86_ACPI_CPUFREQ=y
# CONFIG_X86_ACPI_CPUFREQ_CPB is not set
+CONFIG_X86_ALIGNMENT_16=y
# CONFIG_X86_AMD_FREQ_SENSITIVITY is not set
# CONFIG_X86_AMD_PLATFORM_DEVICE is not set
# CONFIG_X86_E_POWERSAVER is not set
+CONFIG_X86_F00F_BUG=y
# CONFIG_X86_INTEL_LPSS is not set
# CONFIG_X86_LONGHAUL is not set
+CONFIG_X86_MINIMUM_CPU_FAMILY=5
# CONFIG_X86_PAE is not set
# CONFIG_X86_PCC_CPUFREQ is not set
CONFIG_X86_PM_TIMER=y