Hi:
In the datasheet SPRS836A,Page 97,table 5-1.it said like this:
From ARM side,the range address from 0x8000 0000 to 0xFFFF FFFF (2GB) can be mapped to DDR3A
or DDR3B.it was decided by the value of DDR3A_REMAP_EN .if value = 0,that range was mapped to
DDR3B,Otherwise,value = 1,that range was mapped to DDR3A.
Then my question comes.
1.
What's that value when ARM and DSP power up?
I guessed that value was 1,but I didn't have enough evidence.
I guessed that ARM linux kernel and uboot was running on the DDR3A not DDR3B because of
that value =1.Could you give me some evidence?
2.
How to modify that value of DDR3A_REMAP_EN?
Because I wanted to make ARM linux kernel run on DDR3B not DDR3A.At the same time,
I wanted to make DSP run on DDR3A not DDR3B.
I had searched the keyword _ DDR3A_REMAP_EN in google,but nothing useful.
Thanks!