Opened on 07/22/22 at 06:04:41
Closed on 07/27/22 at 23:00:10
#4684 closed defect (fixed)
Support Versal DDRMC0 regions 0 and 1
Reported by: | Chris Johns | Owned by: | Chris Johns |
---|---|---|---|
Priority: | normal | Milestone: | 6.1 |
Component: | bsps | Version: | 6 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
The Versal's DDRMC0 supports region 0 and 1. Region 0's base address defaults to 0x00000000000
and can be up to 2G in length. If the hardware has more than 2G of DDR memory it is placed in region 1 and it's default base address is 0x00800000000
placing it in the A64 address space.
Add support so the user defined memory length BSP_XILINX_VERSAL_RAM_LENGTH
spans region 0 and 1.
Extend the heap with the region 1 memory.
Change History (2)
comment:1 Changed on 07/27/22 at 23:00:07 by Chris Johns <chrisj@…>
comment:2 Changed on 07/27/22 at 23:00:10 by Chris Johns <chrisj@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
In 51ffa21/rtems:
Note: See
TracTickets for help on using
tickets.
In b868d0a/rtems: