summaryrefslogtreecommitdiff
path: root/src/mainboard/google/glados/variants/caroline
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2018-07-16 20:16:29 -0500
committerMartin Roth <martinroth@google.com>2018-07-24 12:07:20 +0000
commitfefd8e7fde0129a921f26421e3fd10dd51f3af54 (patch)
tree7cb0eca5e90561cdafef2a9629fd885fd328f692 /src/mainboard/google/glados/variants/caroline
parentbba1ee070df1311ae93ea6367285a69fff17f97a (diff)
downloadcoreboot-fefd8e7fde0129a921f26421e3fd10dd51f3af54.tar.xz
google/glados: enable VMX for all variants
Explicitly enable VMX, as some OSes (eg, Windows) need VMX feature enabled and locked in order to fully support virtualization Test: boot Windows 10 on google/chell, verify OS reports virtualization enabled Change-Id: I53ff575755a9ca376dbf953db96191c17bf57f5f Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/27549 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/google/glados/variants/caroline')
-rw-r--r--src/mainboard/google/glados/variants/caroline/devicetree.cb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/glados/variants/caroline/devicetree.cb b/src/mainboard/google/glados/variants/caroline/devicetree.cb
index f892187361..e6bf073379 100644
--- a/src/mainboard/google/glados/variants/caroline/devicetree.cb
+++ b/src/mainboard/google/glados/variants/caroline/devicetree.cb
@@ -54,6 +54,7 @@ chip soc/intel/skylake
register "PmConfigSlpSusMinAssert" = "1" # 500ms
register "PmConfigSlpAMinAssert" = "3" # 2s
register "PmTimerDisabled" = "1"
+ register "VmxEnable" = "1"
# TCC offset
register "tcc_offset" = "10"