Hi,
Our main objective is to do DDR R/W in the kernel.
EMIF start address is 0x80000000 which is the physical address in the device memory map which is logical address 0 of the DDR. In DDR configuration, EBANK_POS=0 and IBANK_POS=0, so SDRAM Address mapping is
Bit 1 to Bit 10 - Column Address
Bit 11 to Bit 13 - Bank Address
Bit 14 to Bit 28 - Row address.