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
95623b60
Commit
95623b60
authored
3 years ago
by
tim
Browse files
Options
Downloads
Patches
Plain Diff
temp/arm-trusted-firmware: add rk3328 build
parent
637586a9
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
temp/arm-trusted-firmware/APKBUILD
+7
-2
7 additions, 2 deletions
temp/arm-trusted-firmware/APKBUILD
with
7 additions
and
2 deletions
temp/arm-trusted-firmware/APKBUILD
+
7
−
2
View file @
95623b60
...
...
@@ -2,7 +2,7 @@
pkgname
=
arm-trusted-firmware
pkgver
=
9999
_pkgver
=
2.5
pkgrel
=
3
pkgrel
=
4
pkgdesc
=
"ARM Trusted Firmware-A (TF-A)"
url
=
"https://github.com/ARM-software/arm-trusted-firmware"
arch
=
"aarch64"
...
...
@@ -14,7 +14,7 @@ source="https://github.com/ARM-software/arm-trusted-firmware/archive/v$_pkgver/a
rk3399-baudrate.patch"
options
=
"!check"
# No tests
_plats
=
"sun50i_a64 sun50i_h6 rk3399"
_plats
=
"sun50i_a64 sun50i_h6 rk3399
rk3328
"
build
()
{
unset
LDFLAGS
...
...
@@ -30,6 +30,10 @@ package() {
install
-D
"
$builddir
"
/build/
$plat
/release/bl31/bl31.elf
\
"
$pkgdir
"
/usr/share/
$pkgname
/
$plat
/bl31.elf
;;
rk3328
)
install
-D
"
$builddir
"
/build/
$plat
/release/bl31/bl31.elf
\
"
$pkgdir
"
/usr/share/
$pkgname
/
$plat
/bl31.elf
;;
*
)
install
-D
"
$builddir
"
/build/
$plat
/release/bl31.bin
\
"
$pkgdir
"
/usr/share/
$pkgname
/
$plat
/bl31.bin
...
...
@@ -42,3 +46,4 @@ sha512sums="
3c99f1d849c3c536e8e2e4838ee48a1a431f0bef35eaf27eb14f9caebde71a577589b10efbbd7db49bed3b9763bed46583d0b26e72f61fcd0d34cc46ff684846 arm-trusted-firmware-v2.5.tar.gz
86d8c60157145ab05e9b870aad11d2acaf2137ba00bf71419f8a54a4fd2b1906c19bc8bfeccc735344d1dcf11ba81bd9396bfd8854cdb972a72503b632d1e900 rk3399-baudrate.patch
"
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