本文主要是介绍OK6410A 开发板 (三) 10 u-boot-2021.01 boot 解析 U-boot 镜像运行部分 cmdline,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
url : git@github.com:lisider/u-boot.git
branch : ok6410a
commit id : e63a4077ad3aea53107495b0b68b95e720fe6033
config : ok6410a_mini_defconfig
// 涉及的 .S .s .c 文件 有 223个
reset arch/arm/cpu/arm1176/start.S 39lowlevel_init(108) board/samsung/ok6410a/lowlevel_init.S 72_main(110) arch/arm/lib/crt0.S 91board_init_f(117) common/board_f.c 954initcall_run_list(init_sequence_f)(959) include/initcall.h 21init_sequence_f common/board_f.c 818board_init_r(177) common/board_r.c 901initcall_run_list(init_sequence_r)(927) include/initcall.h 21init_sequence_r common/board_f.c 695run_main_loop(898) common/board_r.c 678main_loop(685) common/main.c 39autoboot_command(60) common/autoboot.c 362abortboot(367) common/autoboot.c 291abortboot_single_key(299) common/autoboot.c 249printf("Hit any key to stop autoboot: %2d ", bootdelay);(254)printf("\b\b\b%2d ", bootdelay);(283)return (abort = 1)(288)cli_loop(62) common/cli.c 225cli_simple_loop(233) common/cli_simple.c 262cli_readline(277) common/cli_readline.c 515console_buffer[0] = '\0';(521)cli_readline_into_buffer(523) common/cli_readline.c 527cread_line(551) common/cli_readline.c 246getcmd_getch(276)/getchar common/cli_readline.c 71 common/console.c 407serial_getc(432) drivers/serial/serial-uclass.c 274_serial_getc(279) drivers/serial/serial-uclass.c 251__serial_getc(253) drivers/serial/serial-uclass.c 197ops->getc(203)/s3c64xx_serial_getc drivers/serial/s3c64xx_serial.c 144return uart->URXH & 0xff;(156) run_command_repeatable(302) common/cli.c 59cli_simple_run_command(62) common/cli_simple.c 177cmd_process(251) common/command.c 587cmd_call(636) common/command.c 576cmdtp->cmd_rep(581)
这篇关于OK6410A 开发板 (三) 10 u-boot-2021.01 boot 解析 U-boot 镜像运行部分 cmdline的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!