Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

firmware: add brcmfmac_sdio-firmware package #3464

Merged
merged 1 commit into from
Apr 28, 2019

Conversation

chewitt
Copy link
Member

@chewitt chewitt commented Apr 28, 2019

This adds a common package and repo for brcmfmac_sdio WiFi and Bluetooth firmware along with corresponding board-specific NVRAM files which (since 4.19 kernel) follow a device-tree compatible based naming scheme or fall-back to generic NVRAM or driver-based defaults. As we start to purge legacy kernel packages this should be adopted as a common source. The package allows project or device-specific .dat files to selectively include specific content from the package if required.


DTNAME=$(/usr/bin/dtname)

if [ "$DTNAME" = "khadas,vim" ]; then
Copy link
Member

Choose a reason for hiding this comment

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

"xunlong,orangepi-win" also needs same FW as "khadas,vim". I wonder if there will be less exceptions the other way around.
Anyway, I can add that in follow up PR.

@jernejsk jernejsk merged commit bd886b1 into LibreELEC:master Apr 28, 2019
@chewitt chewitt deleted the brcmfmac_sdio branch April 25, 2020 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants