DDR reserved bits cleared during boot

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

DDR reserved bits cleared during boot

跳至解决方案
791 次查看
pavelstanek
Contributor II

Hello,

I have small question about reserved bits in DDR subsystem.

Let's use i.MX6Q sabre board (mx6qsabresd) , and nearly any Linux SDK.

Let's picup some register, for example IOMUXC_SW_PAD_CTL_PAD_DRAM_ODT0 (0x020e059c), but there are others with same problem.

In documentation there is that reset value is 0x00003030

In U-boot there are records in *.cfg files (for device configuration block - ROM init) like

DATA 4, 0x020e059c, 0x00000030

So this will set DSE value of pin, but also clears reserved bits (bits 15-12) during ddr init by rom code.

Is it correct to clear these reserved bits? Are they useful for anything?

And is it safe to clear them?

标签 (2)
标记 (2)
0 项奖励
回复
1 解答
682 次查看
Yuri
NXP Employee
NXP Employee

Hello,

The reserved bits concern with preliminary i.MX6 specs, where PUE and PKE
bits were used (to define pull up options). Strictly speaking, initialization code should

follow recent RM recommendations.

Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
1 回复
683 次查看
Yuri
NXP Employee
NXP Employee

Hello,

The reserved bits concern with preliminary i.MX6 specs, where PUE and PKE
bits were used (to define pull up options). Strictly speaking, initialization code should

follow recent RM recommendations.

Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复