* [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Disable VT-d and Pre-boot VT-d setup option
@ 2018-09-25 8:58 Guo, Mang
0 siblings, 0 replies; only message in thread
From: Guo, Mang @ 2018-09-25 8:58 UTC (permalink / raw)
To: edk2-devel@lists.01.org; +Cc: Wei, David
Disable VT-d and Pre-boot VT-d setup option since it caused system hang in variable initialization after Windows 10 installer restart the system.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Guo Mang <mang.guo@intel.com>
---
.../Common/PlatformSettings/PlatformSetupDxe/Cpu.vfi | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Cpu.vfi b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Cpu.vfi
index f98673c..a153e23 100644
--- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Cpu.vfi
+++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Cpu.vfi
@@ -1,7 +1,7 @@
// /** @file
// CPU Setup formset.
//
-// Copyright (c) 1999 - 2017, Intel Corporation. All rights reserved.<BR>
+// Copyright (c) 1999 - 2018, Intel Corporation. All rights reserved.<BR>
//
// This program and the accompanying materials
// are licensed and made available under the terms and conditions of the BSD License
@@ -42,16 +42,16 @@ form formid = CPU_CONFIGURATION_FORM_ID,
oneof varid = Setup.VTdEnable,
prompt = STRING_TOKEN(STR_VTD_PROMPT),
help = STRING_TOKEN(STR_VTD_HELP),
- option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = MANUFACTURING | DEFAULT | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = MANUFACTURING | DEFAULT | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
grayoutif ideqval Setup.VTdEnable == 0;
oneof varid = Setup.PrebootVTdEnable,
prompt = STRING_TOKEN(STR_PREBOOT_VTD_PROMPT),
help = STRING_TOKEN(STR_PREBOOT_VTD_HELP),
- option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = MANUFACTURING | DEFAULT | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = MANUFACTURING | DEFAULT | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
endoneof;
endif;
endif;
--
2.10.1.windows.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-09-25 9:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-25 8:58 [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Disable VT-d and Pre-boot VT-d setup option Guo, Mang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox