* [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Enable Vtd in setup option
@ 2018-09-12 7:28 xianhu2x
0 siblings, 0 replies; only message in thread
From: xianhu2x @ 2018-09-12 7:28 UTC (permalink / raw)
To: edk2-devel
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: xianhu2x <xianhuix.liu@intel.com>
---
.../Common/PlatformSettings/PlatformSetupDxe/Cpu.vfi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Cpu.vfi b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Cpu.vfi
index 9094794de2..f98673c65a 100644
--- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Cpu.vfi
+++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/Cpu.vfi
@@ -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 = MANUFACTURING | DEFAULT | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = MANUFACTURING | DEFAULT | 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 = MANUFACTURING | DEFAULT | RESET_REQUIRED;
- option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = MANUFACTURING | DEFAULT | RESET_REQUIRED;
endoneof;
endif;
endif;
--
2.14.1.windows.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-09-12 7:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-12 7:28 [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Enable Vtd in setup option xianhu2x
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox