ywg_dev_doc
1. tee
2. u-boot dev note
2.1. uboot编译流程分析
2.2. source analysis
2.3. Legacy-uImage & FIT-uImage
2.4. uboot解析uImage的kernel信息
2.5. bootm原理
2.6. uboot向kernel的传参机制–bootm与tags
2.7. uboot-kernel地址空间
2.7.1. uboot地址空间
2.7.1.1. uboot在DDR中的地址空间
2.7.1.2. system boot sequence
2.7.1.3. emmc flash env
2.7.2. kernel地址空间
2.7.2.1. arm64 物理地址与虚拟地址空间
2.8. 多核异构平台系统启动分析
3. kernel note
4. linux driver modules note
5. file system note
6. application development node
7. misc
8. embeded
9. net
10. rtos note
ywg_dev_doc
»
2.
u-boot dev note
»
2.7.
uboot-kernel地址空间
查看页面源码
2.7.
uboot-kernel地址空间
2.7.1.
uboot地址空间
U-Boot image copy to LPDDR4-SDRAM from QSPI Flash by IPL
2.7.1.1.
uboot在DDR中的地址空间
2.7.1.2.
system boot sequence
2.7.1.3.
emmc flash env
2.7.2.
kernel地址空间
2.7.2.1.
arm64 物理地址与虚拟地址空间