Hello
We have custom board based from Jacinto6 EVM
Latest Jacinto6(DRA752_ES2_0) looks supporting 2Gbyte sdram memory. I could see "DRAM: 4GiB" memory on u-boot print message.
Our custom board(DRA752_ES1_1) also has 2Gbyte sdram. Two 1Gbyte memory are connected to each emif0 and emif1(total size is 2Gbyte)
We are using struct definition "lisa_map_dra7_2GB" same as EVM board(DRA752_ES2_0).
But alike EVM u-boot log message, Our board printing "DRAM: 8 GiB". (I expected DRAM: 4 GiB like EVM)
But kernel printing "Memory: 1467668K/2079744K"
I'm afraid this configuration will create problem.
Tell me this setting is correct or not. If not, please tell me correct lisa map configuration.
File: board/ti/dra7xx/evm.c
struct:
const struct dmm_lisa_map_regs lisa_map_dra7_2GB = {
.dmm_lisa_map_0 = 0x0,
.dmm_lisa_map_1 = 0x0,
.dmm_lisa_map_2 = 0x80740300,
.dmm_lisa_map_3 = 0xFF020100,
.is_ma_present = 0x1
};