首页 > 其他 > 详细

UU-boot和kernel的传参

时间:2015-09-28 18:40:50      阅读:154      评论:0      收藏:0      [点我收藏+]
bd_info
 1     typedefstruct bd_info {
 2     int    bi_baudrate;/* serial console baudrate */
 3     unsignedlong    bi_ip_addr;/* IP Address */
 4     struct environment_s *bi_env;
 5     ulong bi_arch_number;/* unique id for this board */
 6     ulong bi_boot_params;/* where this board expects params */
 7     struct/* RAM configuration */
 8     {
 9     ulong start;
10     ulong size;
11     }    bi_dram[CONFIG_NR_DRAM_BANKS];
12     }bd_t;
13     #define bi_env_data bi_env->data
14     #define bi_env_crc bi_env->crc

 

 



UU-boot和kernel的传参

原文:http://www.cnblogs.com/xiaoweishine/p/4844554.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!