Dear Sir/Mam,
We are using TMS320DM1868 IC interfaced to 4 Nos of DDR3-SDRAM each of size 256MB, All the DDR3 are interfaced to EMIF0 and EMIF1 is left open, The total of memory physically interfaces is 1GB, But in Uboot prints it was showing 2GB,
Uboot was modified as:
in file include/config/ti8168_evm.h
#define CONFIG_NR_DRAM_BANKS was set to 2
#define PHYS_DRAM_1 is set to 0x80000000
#define PHYS_DRAM_1_SIZE is set to 0x40000000
#define PHYS_DRAM_2 is set to 0xc0000000
#define PHYS_DRAM_2_SIZE is set to 0x00000000
in file arch/arm/include/asm/arch-ti81xx/ddr_defs_ti816x.h
#define USE_EMIF1 is set to 0
When booted with the above configured, modified U-BOOT it shows 1GB as DDR RAM SIZE.
In view of above , Do we have to modify the LISA registers too as shown in wiki link of EZSDK.
or are the carried out changes sufficient ?
Regards
Faiz Ahmed.