Contributed-under: TianoCore Contribution Agreement 1.1

Signed-off-by: xianhu2x <xianhuix....@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

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to