insmod 8189es.ko
RTL871X: module init start
RTL871X: rtl8189es v4.3.18.2_17395.20160422
RTL871X: build time: Jun 16 2017 18:02:24
RTL871X: CHIP TYPE: RTL8188E
RTL871X: rtw_hal_config_rftype RF_Type is 3 TotalTxPath is 1
RTL871X: Chip Version Info: CHIP_8188E_Normal_Chip_TSMC_D_CUT_1T1R_RomVer(0)
RTL871X: EEPROM type is E-FUSE
RTL871X: =>_CardEnable
RTL871X: SetHwReg8188E: bMacPwrCtrlOn=1
RTL871X: <=_CardEnable
RTL871X: _ReadPROMContent: 9346CR=0x20, Boot from EFUSE, Autoload OK
RTL871X: =>_InitPowerOn_8188ES
RTL871X: =>_CardEnable
RTL871X: =>_CardEnable bMacPwrCtrlOn == _TRUE do nothing !!
RTL871X: <=_CardEnable
RTL871X: <=_InitPowerOn_8188ES
bFWReady == _FALSE call reset 8051...
RTL871X: =====> _8051Reset88E(): 8051 reset success .
RTL871X: efuse_read_phymap_from_txpktbuf bcnhead:0
卡死在这里面
Rtl8188e_hal_init.c文件中void efuse_read_phymap_from_txpktbuf 函数中lo32 = rtw_read32(adapter, REG_PKTBUF_DBG_DATA_L);这个函数中
进入函数,进一步跟中到 sdio_read32 ------ sd_read32 ------- mmc_wait_for_req ------- wait_for_completion 函数中