Hi Rajeev:
Please reference to Section 2.3 DDR mapping to MMDC controller in MX6DL RM.
The memory start address is depends on the DDR Memory Map Config [1:0], when the DDR Memory Map Config [1:0] = 0x01.
The MMDC #0 start address is 0x80000000, and the MMDC #1 start address is 0x10000000.
For the CS0_END of MMDC #0,
setmem /32 0x021b0040 = 0x0000004F // Chan0 CS0_END
It means the CS0 end address is 0x4F=20489Mb= 2560MB=0xA0000000,
The MMDC #0 CS0 address range is 0x80000000 ~0x9FFFFFFF
The MMDC #0 CS1 address range is 0xA0000000 ~0xBFFFFFFF
For the CS1_END of MMDC #0,
setmem /32 0x021b4040 = 0x00000017 // Chan1 CS0_END
It means the CS0 end address is 0x17=6144Mb= 768MB=0x30000000,
The MMDC #1 CS0 address range is 0x10000000 ~0x2FFFFFFF
The MMDC #1 CS1 address range is 0x30000000 ~0x4FFFFFFF
Best regards
Aven