summaryrefslogtreecommitdiff
path: root/CRB
diff options
context:
space:
mode:
authorraywu <raywu@aaeon.com>2018-06-19 18:32:59 +0800
committerraywu <raywu@aaeon.com>2018-06-19 18:32:59 +0800
commitb06cc7b74aee095a1c8e810f0f93e2cae626f820 (patch)
tree2c6aacd86c30e83cd5ee5fde5b4be1b6e7652b93 /CRB
parent5759e2929cee86e113c0f906660412515933d451 (diff)
downloadzprj-b06cc7b74aee095a1c8e810f0f93e2cae626f820.tar.xz
Adjust IRQ Assignment
Diffstat (limited to 'CRB')
-rw-r--r--CRB/CSP.sdl9
1 files changed, 9 insertions, 0 deletions
diff --git a/CRB/CSP.sdl b/CRB/CSP.sdl
index fac0d89..441eef6 100644
--- a/CRB/CSP.sdl
+++ b/CRB/CSP.sdl
@@ -637,6 +637,15 @@ TOKEN
Help = "This flag enables/disables all firmware beeps"
TokenType = Boolean
End
+TOKEN
+ Name = "ISA_IRQ_MASK"
+ Value = "0x2305"
+ Help = "This is an IRQ mask which may be used by ISA devices\ If BIT == 0 IRQ Available BIT == 1 IRQ Used.\DEFAULT VALUE == 0xE305."
+ TokenType = Integer
+ TargetH = Yes
+ Range = "0...0FFFFh"
+End
+
## ReferenceCode\ME\ActiveManagement\ActiveManagement.sdl
TOKEN