firmware-ayaneo-pocket: add the firmware files for the Ayaneo Pocket devices
The Ayaneo Pockets devices are a serie of gaming devices running with a Snapdragon 8 Gen 2 and 3 SoCs. Add the firmware files for the Pocket devices, for now only the files for the Pocket S2 are adding into subpackages. Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7803>
This commit is contained in:
parent
66c7510658
commit
74aac83a39
1 changed files with 81 additions and 0 deletions
81
device/testing/firmware-ayaneo-pocket/APKBUILD
Normal file
81
device/testing/firmware-ayaneo-pocket/APKBUILD
Normal file
|
|
@ -0,0 +1,81 @@
|
|||
maintainer="Neil Armstrong <neil.armstrong@linaro.org>"
|
||||
pkgname=firmware-ayaneo-pocket
|
||||
pkgver=20251207
|
||||
pkgrel=0
|
||||
pkgdesc="Firmware for Ayaneo Pocket"
|
||||
subpackages="
|
||||
$pkgname-s2-adreno:s2_adreno
|
||||
$pkgname-s2-adsp:s2_adsp
|
||||
$pkgname-s2-ath12k:s2_ath12k
|
||||
$pkgname-s2-cdsp:s2_cdsp
|
||||
$pkgname-s2-iris:s2_iris
|
||||
$pkgname-s2-tplg:s2_tplg
|
||||
$pkgname-renesas-usb:renesas_usb
|
||||
"
|
||||
url="https://github.com/sunflower2333/linux-firmware-ayaneo"
|
||||
arch="aarch64"
|
||||
license="proprietary"
|
||||
makedepends="zstd"
|
||||
options="!check !strip !archcheck !tracedeps pmb:cross-native"
|
||||
_commit="17fd5306f1dd33356f0bf85e2781f5c31e98ba0e"
|
||||
source="https://github.com/sunflower2333/linux-firmware-ayaneo/archive/$_commit/linux-firmware-ayaneo-$_commit.tar.gz"
|
||||
builddir="$srcdir/linux-firmware-ayaneo-$_commit"
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"
|
||||
}
|
||||
|
||||
renesas_usb() {
|
||||
pkgdesc="Renesas XHCI USB Firmware"
|
||||
|
||||
install -Dm644 "$builddir"/renesas_usb_fw.mem.zst -t \
|
||||
"$subpkgdir/lib/firmware/"
|
||||
}
|
||||
|
||||
s2_adreno() {
|
||||
pkgdesc="Ayaneo Pocket S2 adreno firmware"
|
||||
|
||||
install -Dm644 "$builddir"/qcom/sm8650/ayaneo/ps2/gen70900_zap.mbn.zst -t \
|
||||
"$subpkgdir/lib/firmware/qcom/sm8650/ayaneo/ps2/"
|
||||
}
|
||||
|
||||
s2_adsp() {
|
||||
pkgdesc="Ayaneo Pocket S2 adsp firmware"
|
||||
|
||||
install -Dm644 "$builddir"/qcom/sm8650/ayaneo/ps2/adsp* -t \
|
||||
"$subpkgdir/lib/firmware/qcom/sm8650/ayaneo/ps2/"
|
||||
install -Dm644 "$builddir"/qcom/sm8650/ayaneo/ps2/battmgr.jsn.zst -t \
|
||||
"$subpkgdir/lib/firmware/qcom/sm8650/ayaneo/ps2/"
|
||||
}
|
||||
|
||||
s2_tplg() {
|
||||
pkgdesc="Ayaneo Pocket S2 Audio Topology"
|
||||
|
||||
install -Dm644 "$builddir"/qcom/sm8650/SM8650-APS2-tplg.bin.zst -t \
|
||||
"$subpkgdir/lib/firmware/qcom/sm8650/"
|
||||
}
|
||||
|
||||
s2_cdsp() {
|
||||
pkgdesc="Ayaneo Pocket S2 cdsp firmware"
|
||||
|
||||
install -Dm644 "$builddir"/qcom/sm8650/ayaneo/ps2/cdsp* -t \
|
||||
"$subpkgdir/lib/firmware/qcom/sm8650/ayaneo/ps2/"
|
||||
}
|
||||
|
||||
s2_iris() {
|
||||
pkgdesc="Ayaneo Pocket S2 iris firmware"
|
||||
|
||||
install -Dm644 "$builddir"/qcom/vpu/vpu33_p4.mbn.zst -t \
|
||||
"$subpkgdir/lib/firmware/postmarketos/qcom/vpu/"
|
||||
}
|
||||
|
||||
s2_ath12k() {
|
||||
pkgdesc="Ayaneo Pocket S2 ath12k firmware"
|
||||
|
||||
install -Dm644 "$builddir"/ath12k/WCN7850/hw2.0/board-2.bin.zst -t \
|
||||
"$subpkgdir/lib/firmware/postmarketos/ath12k/WCN7850/hw2.0/"
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
0fa6040320ea2493dd31b66b75c247b44030755f7f74df740537b237d77c73f81c4bb01cbd7c9749bcbb8e3a9c37e827b14e64b6ab9da97b3d5b806124657ac2 linux-firmware-ayaneo-17fd5306f1dd33356f0bf85e2781f5c31e98ba0e.tar.gz
|
||||
"
|
||||
Loading…
Add table
Add a link
Reference in a new issue