From 0d5a28d62e1b472347a282326942be3425541c17 Mon Sep 17 00:00:00 2001 From: raywu Date: Tue, 26 Jun 2018 11:48:49 +0800 Subject: Support POST Beep --- CRB/CSP.sdl | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'CRB') diff --git a/CRB/CSP.sdl b/CRB/CSP.sdl index 0da3457..d8011ad 100644 --- a/CRB/CSP.sdl +++ b/CRB/CSP.sdl @@ -613,6 +613,9 @@ TOKEN Value = "1" Help = "This flag enables/disables all firmware beeps" TokenType = Boolean + TargetH = Yes + TargetEQU = Yes + TargetMAK = Yes End TOKEN Name = "ISA_IRQ_MASK" @@ -1457,3 +1460,22 @@ ELINK InvokeOrder = AfterParent Help = "Intel Flathead Creek, PCIE Slot#6(J13BU)" End + +ELINK + Name = "ConInAvailabilityBeep," + Parent = "/* Connect ConIn Devices */" +# Token = "BEEP_ENABLE" "=" "1" + InvokeOrder = AfterParent +End +ELINK + Name = "BeepService," + Parent = "ReportMiscStatus" +# Token = "BEEP_ENABLE" "=" "1" + InvokeOrder = AfterParent +End +ELINK + Name = "BeepStatus," + Parent = "ReportSimpleStatus" +# Token = "BEEP_ENABLE" "=" "1" + InvokeOrder = AfterParent +End -- cgit v1.2.3