summaryrefslogtreecommitdiffstats
path: root/bsps/include/bsp/fatal.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2022-07-22 16:27:12 +1000
committerChris Johns <chrisj@rtems.org>2022-07-28 09:04:46 +1000
commit51ffa21011a8f62649af0c98d27a1717eaa1e96d (patch)
tree1e05bf98a9c88667c1ebe31a76832c7d688800c7 /bsps/include/bsp/fatal.h
parentbasp/aarch64: Make the unexpected sections origin address 64bit (diff)
downloadrtems-51ffa21011a8f62649af0c98d27a1717eaa1e96d.tar.bz2
aarch64/versal: Support DDRMC0 region 0 and 1
- Support DDRMC0 region 0 up to 2G in size - Support DDRMC0 region 1 with DDR memory greater than 2G up to the DDRMC0 max amount - Extend the heap with region 1's memory Closes #4684
Diffstat (limited to '')
-rw-r--r--bsps/include/bsp/fatal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsps/include/bsp/fatal.h b/bsps/include/bsp/fatal.h
index e37e47d7ed..f350fe9f48 100644
--- a/bsps/include/bsp/fatal.h
+++ b/bsps/include/bsp/fatal.h
@@ -73,6 +73,7 @@ typedef enum {
BSP_FATAL_CONSOLE_INSTALL_1,
BSP_FATAL_CONSOLE_REGISTER_DEV_2,
BSP_FATAL_MMU_ADDRESS_INVALID,
+ BSP_FATAL_HEAP_EXTEND_ERROR,
/* ARM fatal codes */
BSP_ARM_A9MPCORE_FATAL_CLOCK_IRQ_INSTALL = BSP_FATAL_CODE_BLOCK(1),