forked from Imagelibrary/rtems
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
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user