Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rasmus Thomsen
aports
Commits
4010d5bf
Commit
4010d5bf
authored
Aug 22, 2019
by
Philippe Schommers
Committed by
Natanael Copa
Nov 13, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/raspberrypi-bootloader: add support for RPi 4
parent
c4ae50ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
main/raspberrypi-bootloader/APKBUILD
main/raspberrypi-bootloader/APKBUILD
+5
-5
No files found.
main/raspberrypi-bootloader/APKBUILD
View file @
4010d5bf
...
...
@@ -2,7 +2,7 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname
=
raspberrypi-bootloader
pkgver
=
1.20190925
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Bootloader files for the Raspberry Pi"
url
=
https://github.com/raspberrypi/firmware
arch
=
"armhf armv7 aarch64"
...
...
@@ -17,7 +17,7 @@ subpackages="$pkgname-experimental $pkgname-debug $pkgname-cutdown $pkgname-doc"
builddir
=
"
${
srcdir
}
/firmware-
${
pkgver
}
"
package
()
{
local
fw
;
for
fw
in
bootcode.bin fixup.dat
start
.elf
;
do
local
fw
;
for
fw
in
bootcode.bin fixup.dat
fixup4.dat start.elf start4
.elf
;
do
install
-D
"
$builddir
"
/boot/
$fw
\
"
$pkgdir
"
/boot/
$fw
done
...
...
@@ -27,7 +27,7 @@ package() {
experimental
()
{
pkgdesc
=
"Experimental firmware with additional codecs"
local
fw
;
for
fw
in
start_x.elf
fixup_
x.dat
;
do
local
fw
;
for
fw
in
start_x.elf
start4x.elf fixup_x.dat fixup4
x.dat
;
do
install
-D
"
$builddir
"
/boot/
$fw
\
"
$subpkgdir
"
/boot/
$fw
done
...
...
@@ -35,7 +35,7 @@ experimental() {
debug
()
{
pkgdesc
=
"Debug firmware"
local
fw
;
for
fw
in
start_db.elf
fixup_
db.dat
;
do
local
fw
;
for
fw
in
start_db.elf
start4db.elf fixup_db.dat fixup4
db.dat
;
do
install
-D
"
$builddir
"
/boot/
$fw
\
"
$subpkgdir
"
/boot/
$fw
done
...
...
@@ -43,7 +43,7 @@ debug() {
cutdown
()
{
pkgdesc
=
"Cut-down firmware for lower memory settings"
local
fw
;
for
fw
in
start_cd.elf
fixup_
cd.dat
;
do
local
fw
;
for
fw
in
start_cd.elf
start4cd.elf fixup_cd.dat fixup4
cd.dat
;
do
install
-D
"
$builddir
"
/boot/
$fw
\
"
$subpkgdir
"
/boot/
$fw
done
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment