Does dtb change the LAW configuration (T2080RDB)?

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

Does dtb change the LAW configuration (T2080RDB)?

跳至解决方案
1,263 次查看
manoloruiz
Contributor III

Hi,

I am using the T2080RDB. I want to change the memory location for a PCI device. I have changed the dtb. However, it does not work because the LAW register are not modified.

I want to know if I must to change uboot and dtb (both of them) in order to get a proper functionality.

BR

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

Device Tree only reflects the local address map established by the bootloader. Linux does not change LAWs.

If you want to change LAW settings, do it in the board-specific code in u-Boot and adjust the Device Tree

accordingly.

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,093 次查看
bpe
NXP Employee
NXP Employee

Device Tree only reflects the local address map established by the bootloader. Linux does not change LAWs.

If you want to change LAW settings, do it in the board-specific code in u-Boot and adjust the Device Tree

accordingly.

0 项奖励
回复