x86: fsp: disable hyperthreading

pull/365/head
Marco Oliverio 2023-09-13 16:58:54 +00:00
parent ab69e27c17
commit e0d9e65892
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ static int fsp_set_memory_cfg(FSPM_UPD *udp)
mem_cfg->DdiPort2Ddc = 1;
mem_cfg->DdiPort4Ddc = 1;
mem_cfg->EnableC6Dram = 0;
mem_cfg->HyperThreading = 1;
mem_cfg->HyperThreading = 0;
mem_cfg->CpuRatio = 0;
mem_cfg->FClkFrequency = 1;
mem_cfg->VmxEnable = 0;