커밋 그래프

8 커밋

작성자 SHA1 메시지 날짜
Balaji Pothunoori
89ebfe7d2c icnss2: Enable icnss2 module for qcs405 target
This change is to enable icnss2 module for qcs405
target.

Change-Id: I9c7565b44a72145e11178fe360f413ff578142bb
CRs-Fixed: 3551635
2023-08-31 21:46:39 -07:00
Xiaoning Ma
d1e484f291 cnss2: Support make target 'modules'
Yocto module.bbclass calls 'make modules' from wlan platform
root dir to compile external modules, it gets the error
"make: *** No rule to make target 'modules'.  Stop."

Update Makefile to support make target 'modules'.

Change-Id: I5b20d71eeedb5dac987d42768d609b32bace1b79
CRs-Fixed: 3401306
2023-02-20 08:30:47 -08:00
Jia Ding
05abe90286 Revert "wlan_platform: Update Makefile to build CNSS drivers for Atherton_target"
cnss driver is supposed to be supported across platforms regardless of
CONFIG_PCI_MSM. Hence using CONFIG_PCI_MSM to decide if cnss2 needs to
be compiled is not correct.

This reverts Change-Id: I9ab82aeca945d29d3608e65ecbe69902f8a5b47b.

Change-Id: I1ab90e80694b0e45270f6b47666781d784f8ab76
CRs-Fixed: 3405347
2023-02-14 18:34:31 -08:00
Krupali Dhanvijay
1f4d030577 wlan_platform: Update Makefile to build CNSS drivers for Atherton_target
Currently CNSS2 is getting compiled by default and it depends
on MHI & PCIE driver code and in Atherton_target MHI & PCIE
code is not enabled.

To avoid CNSS2 driver compilation, add CONFIG_PCI_MSM check
in Makefile.

Change-Id: I9ab82aeca945d29d3608e65ecbe69902f8a5b47b
CRs-Fixed: 3356064
2023-01-20 23:17:52 -08:00
Alan Chen
ae2498e987 cnss2: Collect and load elfdump data
Call collect_driver_dump() driver ops to add the data from the buffer
for the four log types.

Change-Id: Ic06d4520de6f87202d1c3ce24362d61002b85f61
CRs-Fixed: 3352310
2023-01-19 18:40:35 -08:00
Nijun Gong
b15f3ce9fe cnss2: Use external configurations
Add option to select configurations from other places
such as yocto recipe.

Change-Id: I9ce971f3548d65630642f0b467515090f10f1480
2023-01-05 12:31:47 -08:00
Naman Padhiar
3983bc4503 wlan_platform: Bring initial files for ICNSS family drivers
Bring ICNSS family drivers from msm-5.10 kernel as of commit
'cb298739ee51 ("icnss2: Download bdf file for helium targets")'
to WLAN platform project.

Updated wlan_firmware_service files and makefiles to support
ICNSS2 compilation.

Change-Id: I02cf792b61772f07ac0607be7bb6b3bfda7815e4
2022-03-02 09:04:18 +05:30
Yue Ma
50abee9f6f wlan_platform: Add Makefile and Kbuild to build CNSS drivers
Add default Makefile and Kbuild so that CNSS family drivers can be
built directly as kernel modules.

Change-Id: I36636613220a4859b07c0069d83f3d62d39bbec2
2021-10-08 15:31:58 -07:00