summaryrefslogtreecommitdiff
path: root/Core/EM/EfiOsBootOptionNames/EfiOsBootOptionNames.sd
diff options
context:
space:
mode:
authorraywu <raywu@aaeon.com.tw>2018-09-14 08:31:46 +0800
committerraywu <raywu@aaeon.com.tw>2018-09-14 08:31:46 +0800
commit86318e713d1a2ec5a8165a8964d570e4c5a90dd8 (patch)
treec507aaba039b70236b53bd8bbff8c5709a7697ae /Core/EM/EfiOsBootOptionNames/EfiOsBootOptionNames.sd
parent31bb486c913795c8b67d1c4dbaae2bdec4943fc9 (diff)
downloadzprj-86318e713d1a2ec5a8165a8964d570e4c5a90dd8.tar.xz
BIOS Custom Done
Diffstat (limited to 'Core/EM/EfiOsBootOptionNames/EfiOsBootOptionNames.sd')
-rw-r--r--Core/EM/EfiOsBootOptionNames/EfiOsBootOptionNames.sd8
1 files changed, 8 insertions, 0 deletions
diff --git a/Core/EM/EfiOsBootOptionNames/EfiOsBootOptionNames.sd b/Core/EM/EfiOsBootOptionNames/EfiOsBootOptionNames.sd
index 8f99071..f966552 100644
--- a/Core/EM/EfiOsBootOptionNames/EfiOsBootOptionNames.sd
+++ b/Core/EM/EfiOsBootOptionNames/EfiOsBootOptionNames.sd
@@ -50,6 +50,7 @@
/* These definitions will be converted by the build process
/* to a definitions of SETUP_DATA fields.
/***********************************************************/
+ UINT8 OnlyBootHDD ;
#endif
#if defined(VFRCOMPILE) && !defined(CONTROLS_ARE_DEFINED)
@@ -99,6 +100,13 @@
EOBON_ONEOF_NEW_OPTION_POLICY
+ SEPARATOR
+ oneof varid = SETUP_DATA.OnlyBootHDD,
+ prompt = STRING_TOKEN(STR_ONLY_BOOT_HDD),
+ help = STRING_TOKEN(STR_ONLY_BOOT_HDD),
+ option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED, key = 0;
+ option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = 0, key = 0;
+ endoneof;
#endif //#ifdef FORM_SET_FORM
#endif //#ifdef BOOT_FORM_SET