summaryrefslogtreecommitdiff
path: root/CRB/CSP.sdl
diff options
context:
space:
mode:
authorraywu <raywu@aaeon.com.tw>2018-11-01 14:51:46 +0800
committerraywu <raywu@aaeon.com.tw>2018-11-01 14:51:46 +0800
commit7ad07b484ccc3e98fa7153d47394c784fc8820a7 (patch)
tree6b14cee74bfbb0dbfa2309a123949d25eb5fd093 /CRB/CSP.sdl
parent3585663ec9d8e9dd658909959fbc84b0d34bd809 (diff)
parentae6ea7bd47f2f55f46c5d25a24cca3ec2425184c (diff)
downloadzprj-7ad07b484ccc3e98fa7153d47394c784fc8820a7.tar.xz
Release [DW01VR11]
Diffstat (limited to 'CRB/CSP.sdl')
-rw-r--r--CRB/CSP.sdl18
1 files changed, 17 insertions, 1 deletions
diff --git a/CRB/CSP.sdl b/CRB/CSP.sdl
index 99c41c5..37c4905 100644
--- a/CRB/CSP.sdl
+++ b/CRB/CSP.sdl
@@ -1738,4 +1738,20 @@ TOKEN
TokenType = Boolean
TargetH = Yes
# Token = "WIN8_FEATURE_SUPPORT" "=" "1"
-End \ No newline at end of file
+End
+TOKEN
+ Name = "TSE_MULTILINE_CONTROLS"
+ Value = "1"
+ Help = "Turns on multi line controls. Currently subtitle and static text controls are supported. Default is DISABLE"
+ TokenType = Boolean
+ TargetH = Yes
+End
+
+TOKEN
+ Name = "DEFAULT_BOOT_TIMEOUT"
+ Value = "3"
+ Help = "Number of seconds that the firmware will wait before initiating the original default boot selection. \A value of 0 indicates that the default boot selection is to be initiated immediately on boot. \A value of 65535(0xFFFF) indicates that firmware will wait for user input before booting. \This means the default boot selection is not automatically started by the firmware."
+ TokenType = Integer
+ TargetH = Yes
+ Range = "0-65535"
+End