summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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