From 99ef951afaf0415b6927f02e41721259e855b9b8 Mon Sep 17 00:00:00 2001 From: raywu Date: Tue, 30 Oct 2018 13:54:21 +0800 Subject: DW01 - POST Logo Delayed Display / Fixed Setup String Lost --- CRB/CSP.sdl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 -- cgit v1.2.3