diff options
-rw-r--r-- | CRB/CSP.sdl | 22 | ||||
-rw-r--r-- | actionitems.txt | 3 |
2 files changed, 25 insertions, 0 deletions
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 diff --git a/actionitems.txt b/actionitems.txt index 97f044c..c558d96 100644 --- a/actionitems.txt +++ b/actionitems.txt @@ -1,3 +1,6 @@ +2018/06/26 + Setup Option to control LPT / GPIO +// NO POST BEEP - 2018/06/26 done 2018/06/22 // PCIEClockConfig - 2018/06/22 done 2018/06/19 |