Add WLAN card support 90/26590/2
authorScott Murray <scott.murray@konsulko.com>
Tue, 7 Sep 2021 15:03:24 +0000 (11:03 -0400)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 15 Sep 2021 10:34:06 +0000 (10:34 +0000)
commit2f89119bd5b08da539650893e5659f11c86390d0
tree6436239ab9158cee4ea8915d6ebe1992126ae9fa
parent438c014047d2523878cf6a9dc0063ed8145c8969
Add WLAN card support

This is loosely based on the contents of the tar file provided with
the WLAN cards (AGL_Refhw_sample_software_KK_20210225.tar.gz) with
updates for BSP v4.7.0 and other fixes.

Changes:
- Kernel patches and configuration update to enable the TI WL1837
  module.  As opposed to the original changes from Panasonic or the
  Kingfisher support, the HCI LL driver is used instead of the older
  ti-st + btwilink combination, since the the latter are deprecated
  and are removed in kernel 5.5.
- As part of the above the sound configuration in the devicetree has
  been reworked to support the WL1837 BT audio.  This includes
  dropping the HDMI1 audio configuration from the original Salvator-X
  devicetree, as it conflicts with the SSI used for the ak4613 in the
  reference hardware.
- Recipes added for wlconf (from meta-ti) and ti-bt-firmware (loosely
  derived from the meta-rcar-gen3-adas version).  The TI-TFL license
  used by ti-bt-firmware has been added in a top-level "licenses"
  directory and that added to LICENSE_PATH in layer.conf to satisfy
  the license packaging QA checking.

Bug-AGL: SPEC-4071

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ib17fc01331efe0f49a90f7a8b223ec88b33b44f7
(cherry picked from commit a0117f8c0d614a2d15111db312eebfe9378c868e)
meta-agl-refhw-gen3/conf/layer.conf
meta-agl-refhw-gen3/licenses/TI-TFL [new file with mode: 0644]
meta-agl-refhw-gen3/recipes-bsp/ti-bt-firmware/ti-bt-firmware_git.bb [new file with mode: 0644]
meta-agl-refhw-gen3/recipes-connectivity/wlconf/wlconf_8.7.3.bb [new file with mode: 0644]
meta-agl-refhw-gen3/recipes-kernel/linux/files/0001-Add-support-for-TI-WL1837.patch [new file with mode: 0644]
meta-agl-refhw-gen3/recipes-kernel/linux/files/0002-revert-e233201a.patch [new file with mode: 0644]
meta-agl-refhw-gen3/recipes-kernel/linux/files/refhw-rcar.cfg
meta-agl-refhw-gen3/recipes-kernel/linux/linux-renesas_%.bbappend