dbf5ae3c21
With the new msm8916-mainline kernel DT for gt510wifi is reworked to be reused with gt58 devices. While at it, the DT was generalized to be used with the LTE variants of the device as well as the wifi variant. Change base dtb name to the new common dt and add an LTE-specific dt that enavles the modem. Since variants have different secure-boot keys, use msm-firmware-loader for that. Also make various updates to support gpu-accelerated UI's and FDE.
33 lines
927 B
Text
33 lines
927 B
Text
pkgname=firmware-samsung-gt510
|
|
pkgver=1
|
|
pkgrel=0
|
|
_name="Samsung Galaxy Tab A 9.7 (2015)"
|
|
pkgdesc="Firmware for $_name"
|
|
url="https://postmarketos.org"
|
|
subpackages="$pkgname-wcnss-nv:wcnss_nv"
|
|
arch="aarch64"
|
|
license="proprietary"
|
|
options="!check !strip !archcheck !tracedeps pmb:cross-native"
|
|
source="$pkgname-WCNSS_qcom_wlan_nv.bin.base64::https://pastebin.com/raw/vi1vz9ES"
|
|
|
|
_fwdir="/lib/firmware/postmarketos"
|
|
|
|
unpack() {
|
|
default_unpack
|
|
base64 -d $pkgname-WCNSS_qcom_wlan_nv.bin.base64 > WCNSS_qcom_wlan_nv.bin
|
|
}
|
|
|
|
package() {
|
|
# parent package is empty
|
|
mkdir -p "$pkgdir"
|
|
}
|
|
|
|
wcnss_nv() {
|
|
pkgdesc="$_name WiFi/BT firmware configuration"
|
|
install -Dm644 "$srcdir"/WCNSS_qcom_wlan_nv.bin -t "$subpkgdir/$_fwdir"/wlan/prima
|
|
}
|
|
|
|
|
|
sha512sums="
|
|
0708fde555d49c7cad49613af764921a906c6de00638b766b6adbfdcf8848fad630264c9234f804dbfcba9f91dde941a1f594673c1789b6ad48145e8039cde71 firmware-samsung-gt510-WCNSS_qcom_wlan_nv.bin.base64
|
|
"
|