summaryrefslogtreecommitdiffstats
path: root/bsps/include
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-07-06 11:20:31 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-07-06 14:27:39 +0200
commit1a192398bfff40e7e8f46f3ef872ee289e131fd3 (patch)
tree232a2fdb935a6f73d3cd7d6df3e93a85ceeba365 /bsps/include
parentbsp/riscv: Simplify printk() support (diff)
downloadrtems-1a192398bfff40e7e8f46f3ef872ee289e131fd3.tar.bz2
bsp/riscv: Add console support for NS16550 devices
Update #3433.
Diffstat (limited to 'bsps/include')
-rw-r--r--bsps/include/bsp/fatal.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/bsps/include/bsp/fatal.h b/bsps/include/bsp/fatal.h
index 12d33a20e4..77c056601c 100644
--- a/bsps/include/bsp/fatal.h
+++ b/bsps/include/bsp/fatal.h
@@ -140,7 +140,9 @@ typedef enum {
IMX_FATAL_GENERIC_TIMER_FREQUENCY = BSP_FATAL_CODE_BLOCK(12),
/* RISC-V fatal codes */
- RISCV_FATAL_NO_TIMEBASE_FREQUENCY_IN_DEVICE_TREE = BSP_FATAL_CODE_BLOCK(13)
+ RISCV_FATAL_NO_TIMEBASE_FREQUENCY_IN_DEVICE_TREE = BSP_FATAL_CODE_BLOCK(13),
+ RISCV_FATAL_NO_NS16550_REG_IN_DEVICE_TREE,
+ RISCV_FATAL_NO_NS16550_CLOCK_FREQUENCY_IN_DEVICE_TREE
} bsp_fatal_code;
RTEMS_NO_RETURN static inline void