- 17
- 0
- 约1.23万字
- 约 4页
- 2015-09-26 发布于重庆
- 举报
Uboot启动流程分析(四)
U-boot启动流程 (Linux内核)的分析 (四)
在上一篇中分析到u-Boot启动Linux内核的函数do_bootm_linux,这一篇则着重分析,U-boot是如果一步一步启动内核的。
我们可以看到在,start_armboot()函数的最后,在一个无限循环中调用了函数main_loop(),该函数在common/main.c文件中被定义,我们可以看到下面
的一段代码:
#if defined (CONFIG_BOOTDELAY) (CONFIG_BOOTDELAY 0)
s getenv (bootdelay); //得到环境变量中bootdelay
bootdelay s ? (int)simple_strtol(s, NULL, 10) : CONFIG_BOOTDELAY ;
debug (### main_loop entered: bootdelay=%d\n\n, bootdelay);
如果定义了CONFIG_BOOTDELAY,则在没有CONF
您可能关注的文档
- Some Notes Concerning the Dynamics of Noncommutative Lumps Corresponding to Nontrivial Vacu.pdf
- Some professional words(财经类专业英语).doc
- Some Simple Arithmetic on How Income Inequality and Economic Growth Matter by.pdf
- SONPCR扩增抗禾谷孢囊线虫基因LRR区及序列分析.pdf
- SOP液相色谱岗位分析方法性能标准其他要求和步骤.doc
- SOMKmeans两阶段聚类算法及其应用.pdf
- soundforge的使用说明.doc
- Spark Streaming 对数据流的“批处理”不是“流处理”的五大理由.doc
- Spatiotemporal Dynamics of Broad Area Semiconductor Lasers and its Characterization.pdf
- Spectral Analysis of Central Stars of PNe Interacting with the Interstellar Medium.pdf
最近下载
- 酿酒专用小麦品质与酿造性能研究.pptx VIP
- 广西建设领域现场专业人员三新技术网络培训考试试题.100分.pdf VIP
- 四旋翼无人机设计.docx VIP
- 2026 年 静脉输液治疗技术操作规范(WS_T 433-2025,附穿刺流程).docx VIP
- 《输电网规划设计内容深度规定》DL_T 5631-2021 电力.docx VIP
- 2026年信息技术在智能教育教学资源开发中的应用与共享.docx
- 泰和110kV输变电工程可行性研究报告.doc VIP
- 表面处理机器人系列编程:Fanuc CRX-10iA_L_(11).故障诊断与排除.docx
- 煤油冷却器的设计毕业设计论文.doc VIP
- 检验科意外事故处理方案.docx VIP
原创力文档

文档评论(0)