Other Parts Discussed in Thread: DM8107
Hi,
I am using ti8107 with two 512MB DDR3 and changed
"u-boot-dvr-rdk/include/configs/ti8107_dvr.h"
#define CONFIG_NR_DRAM_BANKS 2 /* we have 2 banks of DRAM */
#define PHYS_DRAM_1 0x80000000 /* DRAM Bank #1 */
#define PHYS_DRAM_1_SIZE 0x20000000 /* 512 MB */
#define PHYS_DRAM_2 0xA0000000 /* DRAM Bank #2 */
#define PHYS_DRAM_2_SIZE 0x20000000 /* 512 MB */
and LISA settings
"/arch/arm/include/asm/arch-ti81xx/ddr_defs_ti814x.h"
#define PG2_1_DMM_LISA_MAP__0 0x80640300
#define PG2_1_DMM_LISA_MAP__1 0xA0640300
#define PG2_1_DMM_LISA_MAP__2 0x80640300
#define PG2_1_DMM_LISA_MAP__3 0xA0640300
Is anything to be done from uboot side for 1GB support?
Can i use the below default settings for this case?Also why LISA_MAP four priorities needed?
#define CONFIG_NR_DRAM_BANKS 1
#define PHYS_DRAM_1 0x80000000 /* DRAM Bank #1 */
#define PHYS_DRAM_1_SIZE 0x40000000 /* 1 GB */
#define PG2_1_DMM_LISA_MAP__0 0x0
#define PG2_1_DMM_LISA_MAP__1 0x0
#define PG2_1_DMM_LISA_MAP__2 0x0
#define PG2_1_DMM_LISA_MAP__3 0x80640300