Paul Menzel (paulepanter@users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6228
-gerrit
commit 64803535e2004c5726aa81cb73597a4143821373 Author: Paul Menzel paulepanter@users.sourceforge.net Date: Tue Jul 8 23:15:20 2014 +0200
cpu/intel/fsp_model_206ax/model_206ax_init.c: Correct comment
Currently there is no way to enable or disable VMX during runtime using CMOS/NVRAM. It is only possible to configure it during build time by setting the Kconfig option `CONFIG_ENABLE_VMX`. So update the comment accordingly.
Change-Id: I4e3294cb39a40cf30d294fd566bc97420592262f Signed-off-by: Paul Menzel paulepanter@users.sourceforge.net --- src/cpu/intel/fsp_model_206ax/model_206ax_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cpu/intel/fsp_model_206ax/model_206ax_init.c b/src/cpu/intel/fsp_model_206ax/model_206ax_init.c index d0b2d3d..938b811 100644 --- a/src/cpu/intel/fsp_model_206ax/model_206ax_init.c +++ b/src/cpu/intel/fsp_model_206ax/model_206ax_init.c @@ -372,7 +372,7 @@ static void model_206ax_init(device_t cpu) enable_lapic_tpr(); setup_lapic();
- /* Enable virtualization if enabled in CMOS */ + /* Enable virtualization if Kconfig option is set */ enable_vmx();
/* Configure Enhanced SpeedStep and Thermal Sensors */