mirror of https://github.com/wolfSSL/wolfBoot.git
x86: fsp: disable hyperthreading
parent
ab69e27c17
commit
e0d9e65892
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue