Tool/software: Linux
Hi All,
I am using PSDK 3.03 having U-boot 2016 and a custom board is having 4GB RAM
Currently the EVM board has 1.5GB RAM. I need to configure it 4GB .
We have EMIF1 part number MT41K512M16HA-125 * 2-----------(2GB) with ECC
And EMIF2 part number MT41K512M8DA-107 * 4 ----------------------(2GB)
I have read the document
CONFIG_ARMV7_LPAE = y is enabled in the defconfig
Also I have changed the LISA MAP to
static const struct dmm_lisa_map_regs lisa_map_dra7_4Gb = {
.dmm_lisa_map_0 = 0x0,
.dmm_lisa_map_1 = 0x0,
.dmm_lisa_map_2 = 0xx80700100,-------------------(EMIF1 2 GB non interleaved)
.dmm_lisa_map_3 = 0xFF720200,-------------------------- (EMIF1 2 GB non interleaved)
.is_ma_present = 0x1
};
Also I am not sure which LISA_MAP (i.e 0,1,2,3) has to be selected. Can I use any two out of four?
The board is booting with only 2GB
Can anyone help me to configure the EMIF1 and EMIF2 for 4GB memory.
Also what changes are required in the dts files for uboot and kernel.
Thanks
Deep