Advertisement

mt7620 u-boot分析

阅读量:

源代码获取路径:https://github.com/cleanwrt/u-boot_mt7620
从文件mt7620_uboot/cpu/ralink_soc/start.S中:

复制代码
    la  t9, board_init_f 
    
    
      
    

进入C语言代码内部,依次执行board_init_fboard_init_r函数调用,随后进入main_loop流程。
查阅系统启动过程中的输出信息,定位与显示内容相关的代码段:

复制代码
    U-Boot 1.1.3 (Jul 9 2016 - 11:19:18)
    
    Board: Ralink APSoC DRAM: 128 MB
    relocate_code Pointer at: 87fb8000
    enable ephy clock...done. rf reg 29 = 5
    SSC disabled.
    spi_wait_nsec: 29 
    spi device id: ef 40 18 0 0 (40180000)
    find flash: W25Q128BV
    raspi_read: from:30000 len:1000 
    raspi_read: from:30000 len

全部评论 (0)

还没有任何评论哟~