summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraywu <raywu@aaeon.com.tw>2018-10-30 13:54:21 +0800
committerraywu <raywu@aaeon.com.tw>2018-10-30 13:54:21 +0800
commit99ef951afaf0415b6927f02e41721259e855b9b8 (patch)
tree5ce28e17a7d16a708898baf61f7c7a57975a0862
parent64ba2a17a34969a80bb3894899ae65669e9ad542 (diff)
downloadzprj-99ef951afaf0415b6927f02e41721259e855b9b8.tar.xz
DW01 - POST Logo Delayed Display / Fixed Setup String Lost
-rw-r--r--CRB/CSP.sdl17
1 files changed, 17 insertions, 0 deletions
diff --git a/CRB/CSP.sdl b/CRB/CSP.sdl
index 5c6b4bf..e27e5b7 100644
--- a/CRB/CSP.sdl
+++ b/CRB/CSP.sdl
@@ -1723,3 +1723,20 @@ TOKEN
Token = "BASE_BOARD_INFO" "=" "1"
# Token = "NUMBER_OF_BASEBOARDS" "=" "1"
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