summaryrefslogtreecommitdiffstats
path: root/bsps/include
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-07-24 14:47:05 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-07-25 10:07:44 +0200
commit581a0f8866401ab057f1b827c7b02c93e8f43fad (patch)
tree9cf295dbdfc35eec3242d64af650394a6a13c911 /bsps/include
parentbsp/riscv: Add PLIC support (diff)
downloadrtems-581a0f8866401ab057f1b827c7b02c93e8f43fad.tar.bz2
bsp/riscv: Use interrupt driven NS16550 driver
Update #3433.
Diffstat (limited to 'bsps/include')
-rw-r--r--bsps/include/bsp/fatal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bsps/include/bsp/fatal.h b/bsps/include/bsp/fatal.h
index f9eca339ec..fae5461699 100644
--- a/bsps/include/bsp/fatal.h
+++ b/bsps/include/bsp/fatal.h
@@ -151,7 +151,8 @@ typedef enum {
RISCV_FATAL_NO_PLIC_REG_IN_DEVICE_TREE,
RISCV_FATAL_INVALID_PLIC_NDEV_IN_DEVICE_TREE,
RISCV_FATAL_TOO_LARGE_PLIC_NDEV_IN_DEVICE_TREE,
- RISCV_FATAL_INVALID_INTERRUPT_AFFINITY
+ RISCV_FATAL_INVALID_INTERRUPT_AFFINITY,
+ RISCV_FATAL_NO_NS16550_INTERRUPTS_IN_DEVICE_TREE
} bsp_fatal_code;
RTEMS_NO_RETURN static inline void