Ronak Kanabar has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31955 )
Change subject: soc/intel/icelake: Pass FSP-M/S UPD as per ICL requirement ......................................................................
Patch Set 13:
(1 comment)
https://review.coreboot.org/#/c/31955/13/src/soc/intel/icelake/romstage/fsp_... File src/soc/intel/icelake/romstage/fsp_params.c:
https://review.coreboot.org/#/c/31955/13/src/soc/intel/icelake/romstage/fsp_... PS13, Line 64: m_cfg->VmxEnable = config->VmxEnable; Now, we are using Kconfig for Vmx
m_cfg->VmxEnable = CONFIG(ENABLE_VMX);