what to initialize in uboot - general recommendation

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

what to initialize in uboot - general recommendation

跳至解决方案
1,376 次查看
nexy_sm
Contributor II

Hi all,

I am working on a custom board based on imx6 and sabreauto. This rather not a specific question but more asking for an advice and best practice. How to divide what should be initialized in uboot and what should be initialized later by Linux. How do you divide that in your designs?

Thank you

标签 (2)
标记 (3)
0 项奖励
回复
1 解答
1,257 次查看
joanxie
NXP TechSupport
NXP TechSupport

suggest you can refer to the source code, for uboot, you can refer to the "/git/board/freescale/", choose the board you need, you can find what hardware configuration in the uboot, then you can refer to the dts file in the kernel, the path is arch/arm/boot/dts, choose the board dts file, if you need to change something, you can refer the dts file in the kernel source code

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,258 次查看
joanxie
NXP TechSupport
NXP TechSupport

suggest you can refer to the source code, for uboot, you can refer to the "/git/board/freescale/", choose the board you need, you can find what hardware configuration in the uboot, then you can refer to the dts file in the kernel, the path is arch/arm/boot/dts, choose the board dts file, if you need to change something, you can refer the dts file in the kernel source code

0 项奖励
回复