summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraywu <raywu@aaeon.com>2018-06-26 11:48:49 +0800
committerraywu <raywu@aaeon.com>2018-06-26 11:48:49 +0800
commit0d5a28d62e1b472347a282326942be3425541c17 (patch)
treeb2ab17b4955b6d8d370e5fd286a92ac486e61725
parent8fa7727f6178cf4d64f525be74bca31297a7ce23 (diff)
downloadzprj-0d5a28d62e1b472347a282326942be3425541c17.tar.xz
Support POST Beep
-rw-r--r--CRB/CSP.sdl22
-rw-r--r--actionitems.txt3
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