10 2023 档案

摘要:参考:doc/README.standalone The functions are exported by U-Boot via a jump table. 跳转表的初始函数jumptable_init()在common/exports.c文件中实现跳转表结构体在include/exports.h 阅读全文
posted @ 2023-10-24 22:43 0欧姆 阅读(8) 评论(0) 推荐(0)
摘要:U-boot下netconsole实现 参考1.函数main_loop和u-boot命令执行 上面的do-while会循环命令解析器的"命令输入解析–执行"运行模式。 其中的函数run_list执行如下的函数调用流程:run_list–>run_list_real–>run_pipe_real->c 阅读全文
posted @ 2023-10-08 00:16 0欧姆 阅读(14) 评论(0) 推荐(0)