summaryrefslogtreecommitdiffstats
path: root/bsps
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2020-10-07 10:34:27 -0500
committerJoel Sherrill <joel@rtems.org>2020-10-08 08:30:00 -0500
commit560c08cc3d458cdeb4abc014deef8f4ce42a5d54 (patch)
tree22ae29349ab08b372b594fe505f33f16e63add85 /bsps
parentlibrtemscxx: Fix install (diff)
downloadrtems-560c08cc3d458cdeb4abc014deef8f4ce42a5d54.tar.bz2
bsps/include/bsp/fatal.h: Add GRLIB specific fatal error
updates #4028.
Diffstat (limited to 'bsps')
-rw-r--r--bsps/include/bsp/fatal.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/bsps/include/bsp/fatal.h b/bsps/include/bsp/fatal.h
index f95290b890..a66073ae3d 100644
--- a/bsps/include/bsp/fatal.h
+++ b/bsps/include/bsp/fatal.h
@@ -154,7 +154,10 @@ typedef enum {
RISCV_FATAL_TOO_LARGE_PLIC_NDEV_IN_DEVICE_TREE,
RISCV_FATAL_INVALID_INTERRUPT_AFFINITY,
RISCV_FATAL_NO_NS16550_INTERRUPTS_IN_DEVICE_TREE,
- RISCV_FATAL_NO_TLCLOCK_FREQUENCY_IN_DEVICE_TREE
+ RISCV_FATAL_NO_TLCLOCK_FREQUENCY_IN_DEVICE_TREE,
+
+ /* GRLIB fatal codes */
+ GRLIB_FATAL_CLOCK_NO_IRQMP_TIMESTAMP_SUPPORT = BSP_FATAL_CODE_BLOCK(14)
} bsp_fatal_code;
RTEMS_NO_RETURN static inline void