Skip to content

packagegroup-iq-615-evk: add qcc2072 WLAN/BT firmware - #2978

Open
DaizhuangBai wants to merge 1 commit into
qualcomm-linux:masterfrom
DaizhuangBai:master
Open

packagegroup-iq-615-evk: add qcc2072 WLAN/BT firmware#2978
DaizhuangBai wants to merge 1 commit into
qualcomm-linux:masterfrom
DaizhuangBai:master

Conversation

@DaizhuangBai

Copy link
Copy Markdown

Talos Lyra EVK has QCC2072 chip in addition to QCA6698. Add linux-firmware-ath12k-qcc2072 and linux-firmware-qca-qcc2072 so that WLAN/BT firmware bin files get packaged into the image.

Talos Lyra EVK has QCC2072 chip in addition to QCA6698. Add
linux-firmware-ath12k-qcc2072 and linux-firmware-qca-qcc2072
so that WLAN/BT firmware bin files get packaged into the image.

Signed-off-by: Daizhuang Bai <daizhuang.bai@oss.qualcomm.com>
@ricardosalveti

Copy link
Copy Markdown
Contributor

How is it available to the board, m2?

@lumag Dmitry Baryshkov (lumag) left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

has QCC2072 chip in addition to QCA6698

Does it have both of them simultaneously?

${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'linux-firmware-ath11k-qca6698aq', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'linux-firmware-qca-qca6698', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'wifi', 'linux-firmware-ath11k-qca6698aq linux-firmware-ath12k-qcc2072', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'linux-firmware-qca-qca6698 linux-firmware-qca-qcc2072', '', d)} \

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How is Lyra EVK related to IQ-615-EVK? If it's a different machine, should it have a separate packagegroup?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How is Lyra EVK related to IQ-615-EVK? If it's a different machine, should it have a separate packagegroup?

Yes, Lyra EVK is a different machine. And platform team does not plan to add new machine conf for it. They will use the existed Talos EVK machine conf and use multiDTB feature and different compatible to distinguish between Talos Lyra EVK and IQ-615-EVK.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still, provide a separate packagegroup, in case the customers want to use a tighter configuration.

@DaizhuangBai

Copy link
Copy Markdown
Author

How is it available to the board, m2?

Yes, M2. should I add "m2connector" in MACHINE_FEATURES of file conf/machine/iq-615-evk.conf?
If I add "m2connector" in MACHINE_FEATURES, the WLAN/BT firmware of QCC2072 will also be included.

@lumag

Copy link
Copy Markdown
Contributor

How is it available to the board, m2?

Yes, M2. should I add "m2connector" in MACHINE_FEATURES of file conf/machine/iq-615-evk.conf?

What does that machine feature describe? Is it applicable to the machine configuration?

If I add "m2connector" in MACHINE_FEATURES, the WLAN/BT firmware of QCC2072 will also be included.

What if somebody installs QCC2072 into the M.2 slot?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants