S5PV210启动过程
参考:《S5PV210_iROM_ApplicationNote_Preliminary_20091126》
1、硬件特性
svpv210具有以下特性:
- 64 KB internal ROM
- 96 KB internal SRAM
- 一些控制器
- General SDRAM and Controller
- 4/8 Bit High Speed SD/MMC Controller
- 4-bit SD / 4-bit MMC / 4 or 8-bit eMMC
- Nand Flash Controller
- OneNand Controller(AUDI)
- eSSD Controller
- UART/USB contorller
2、启动过程框图
从这部分,大概了解到 启动过程是怎么样的,每个部分做了什么,代表什么
bootload 指 BL1 + BL2 的部分,S5pv210的 bootload 最大 96KB( BL1_max = 16KB,BL2_max = 80KB)
3、BL0的具体操作
4、启动流程图
第一次完整启动
4.1 BL0(iROM)
4.2 BL1
4.3 BL2
第二次启动
总结
对启动过程有个简单的认识后面通过 阅读uboot源码 再去加深理解。