Commits
yang.tian committed 0ae7ca6d145
MA-15484 [Android_8MM_EVK]WiFi:Some warning log during system boot up Enable the build macro for non qca platform to get ram dump menmory address and size for qcacld wifi driver. If not, the driver's RAMDUMP_ADDR is 0x8F000000, and since 8mm DRAM start from 0x80000000, it will be mapped to DRAM, while RAM are not allow to be mapped for ioremap. The WARNING logs are: [ 5.472762 ] WARNING: CPU: 1 PID: 3124 at /opt/ssd/build/autobuild/workspace/8 [ 5.489977 ] Modules linked in: wlan(+) [ 5.493740 ] CPU: 1 PID: 3124 Comm: insmod Not tainted 4.19.35-05963-g6931d052 [ 5.501568 ] Hardware name: FSL i.MX8MM EVK board (DT) [ 5.506619 ] pstate: 40400005 (nZcv daif +PAN -UAO) [ 5.511413 ] pc : __ioremap_caller+0xc0/0xc8 [ 5.515594 ] lr : __ioremap_caller+0x5c/0xc8 [ 5.519774 ] sp : ffff0000184eb710 [ 5.523086 ] x29: ffff0000184eb740 x28: 000000000000002d [ 5.528396 ] x27: ffff0000014e8000 x26: 0000000002faf080 [ 5.533707 ] x25: 0000000084000100 x24: 0000000000000015 [ 5.539018 ] x23: 0000000000000000 x22: ffff00000130fd8c [ 5.544328 ] x21: 0000000000700000 x20: 000000008f000000 [ 5.549639 ] x19: 00e8000000000f07 x18: 0000000000000000 [ 5.554950 ] x17: 0000000000000000 x16: 0000000000000000 [ 5.560260 ] x15: 0000000141994400 x14: 000000000000015e [ 5.565571 ] x13: 0000000040000000 x12: 0000000000000000 [ 5.570881 ] x11: 00000000b8000000 x10: 0000000000000001 [ 5.576191 ] x9 : 0000000000000018 x8 : 0000000000000000 [ 5.581501 ] x7 : 0000000000000000 x6 : 000000000000003f [ 5.586811 ] x5 : 0000000000000040 x4 : fffffffffffffff0 [ 5.592122 ] x3 : ffff00000130fd8c x2 : 00e8000000000f07 [ 5.597432 ] x1 : 0000000000700000 x0 : 0000000000000000 [ 5.602744 ] Call trace: [ 5.605189 ] __ioremap_caller+0xc0/0xc8 [ 5.609023 ] __ioremap+0x10/0x18 [ 5.612496 ] ath_hif_sdio_probe+0x1cc/0x380 [wlan] [ 5.617502 ] hifEnableFunc+0x200/0x4b8 [wlan] [ 5.622040 ] hifDeviceInserted+0x84c/0xaa0 [wlan] [ 5.626749 ] sdio_bus_probe+0x104/0x184 [ 5.630586 ] really_probe+0x208/0x474 [ 5.634248 ] driver_probe_device+0x60/0xf8 [ 5.638342 ] __driver_attach+0xcc/0x104 [ 5.642176 ] bus_for_each_dev+0x78/0xc0 [ 5.646009 ] driver_attach+0x20/0x28 [ 5.649582 ] bus_add_driver+0x11c/0x1fc [ 5.653416 ] driver_register+0x74/0x108 [ 5.657252 ] sdio_register_driver+0x24/0x2c [ 5.661641 ] HIFInit+0x6c/0x98 [wlan] [ 5.665495 ] hif_register_driver+0x58/0xa8 [wlan] [ 5.670377 ] init_module+0x118/0x1000 [wlan] [ 5.674651 ] do_one_initcall+0x138/0x298 [ 5.678575 ] do_init_module+0x5c/0x204 [ 5.682321 ] load_module+0x2a58/0x3394 [ 5.686071 ] __arm64_sys_finit_module+0xb0/0xe0 [ 5.690600 ] el0_svc_common+0x94/0xf8 [ 5.694260 ] el0_svc_handler+0x64/0x7c [ 5.698007 ] el0_svc+0x8/0xc [ 5.700886 ] ---[ end trace 44f691bbe3756b69 ]--- [ 5.844400 ] AR6000: configuration opcode 3 is not used for Linux SDIO stack [ 5.854083 ] NUM_DEV=1 FWMODE=0x2 FWSUBMODE=0x0 FWBR_BUF 0 Change-Id: Iaf4778dce9036968a9995068319d924c3a736309 Signed-off-by: yang.tian <yang.tian@nxp.com>