Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Commits
75821c76
Unverified
Commit
75821c76
authored
8 months ago
by
Chalkin Deng
Browse files
Options
Downloads
Patches
Plain Diff
firmware-lenovo-q706f: add package files for cirrus cs35l45 (MR 5506)
Package the files to be requested by wm_adsp.ko
parent
79166718
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
device/testing/firmware-lenovo-q706f/APKBUILD
+16
-8
16 additions, 8 deletions
device/testing/firmware-lenovo-q706f/APKBUILD
with
16 additions
and
8 deletions
device/testing/firmware-lenovo-q706f/APKBUILD
+
16
−
8
View file @
75821c76
pkgname
=
firmware-lenovo-q706f
pkgver
=
20240726
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Firmware for Lenovo Xiaoxin Pad Pro 12.6 (Lenovo Tab P12 Pro)"
subpackages
=
"
$pkgname
-adreno
$pkgname
-adsp
$pkgname
-cdsp
$pkgname
-cirrus
$pkgname
-slpi
$pkgname
-venus
"
...
...
@@ -13,7 +14,7 @@ url="https://github.com/silime/lenovo-sm8250-q706f-firmware"
arch
=
"aarch64"
license
=
"proprietary"
options
=
"!check !strip !archcheck !tracedeps pmb:cross-native"
_commit
=
"
cec1c1d8b4105caa661cf3212a5894981c1c8
95
4
"
_commit
=
"
24f7bcfbe457e5de21a2600be4619303503d36
95"
source
=
"https://github.com/silime/lenovo-sm8250-q706f-firmware/archive/
$_commit
.zip"
builddir
=
"
$srcdir
/lenovo-sm8250-q706f-firmware-
$_commit
"
...
...
@@ -24,7 +25,7 @@ package() {
# lenovo q706f boots with secure boot, it can only load signed firmwares.
adreno
()
{
pkgdesc
=
"
l
enovo q706f adreno firmware"
pkgdesc
=
"
L
enovo q706f adreno firmware"
depends
=
"firmware-qcom-adreno-a650"
ls
"
$builddir
"
install
-Dm644
"
$builddir
"
/sm8250/q706f/a650_zap.mbn
-t
\
...
...
@@ -32,33 +33,40 @@ adreno() {
}
adsp
()
{
pkgdesc
=
"
l
enovo q706f adsp firmware"
pkgdesc
=
"
L
enovo q706f adsp firmware"
install
-Dm644
"
$builddir
"
/sm8250/q706f/adsp
*
-t
\
"
$subpkgdir
/lib/firmware/qcom/sm8250/q706f/"
}
cdsp
()
{
pkgdesc
=
"
l
enovo q706f cdsp firmware"
pkgdesc
=
"
L
enovo q706f cdsp firmware"
install
-Dm644
"
$builddir
"
/sm8250/q706f/cdsp
*
-t
\
"
$subpkgdir
/lib/firmware/qcom/sm8250/q706f/"
}
cirrus
()
{
pkgdesc
=
"Lenovo q706f cirrus firmware"
install
-Dm644
"
$builddir
"
/cirrus/cs35l45
*
-t
\
"
$subpkgdir
/lib/firmware/cirrus/"
}
slpi
()
{
pkgdesc
=
"
l
enovo q706f slpi firmware"
pkgdesc
=
"
L
enovo q706f slpi firmware"
install
-Dm644
"
$builddir
"
/sm8250/q706f/slpi
*
-t
\
"
$subpkgdir
/lib/firmware/qcom/sm8250/q706f/"
}
venus
()
{
pkgdesc
=
"
l
enovo q706f venus firmware"
pkgdesc
=
"
L
enovo q706f venus firmware"
install
-Dm644
"
$builddir
"
/sm8250/q706f/venus.mbn
-t
\
"
$subpkgdir
/lib/firmware/qcom/sm8250/q706f/"
}
sha512sums
=
"
6b5cf73808c2a7cd480d3fa008564cf9b69c4c3303761173adcf094c9a70b08c295890b7d5fa5f685a983949443d757749a71080077a3da27758309a6cd5534a cec1c1d8b4105caa661cf3212a5894981c1c8
95
4
.zip
8590482902de2239e0d2edac36a548ccc51204a8c8173ed865f1f0697435eb70b1de8680e8fa2b7bb2274ad0876ab42e64d25682cfab171f45eb4c9f5819ed2c 24f7bcfbe457e5de21a2600be4619303503d36
95.zip
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment