mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/uboot-raspberrypi to 2021.04-1
This release fixes non-functional USB on RPi4 8G model w/ linux-aarch64
This commit is contained in:
parent
e2b8874b9b
commit
761362bbc2
1 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
buildarch=12
|
||||
|
||||
pkgname=uboot-raspberrypi
|
||||
pkgver=2021.01
|
||||
pkgver=2021.04
|
||||
pkgrel=1
|
||||
pkgdesc="U-Boot for Raspberry Pi"
|
||||
arch=('armv7h' 'aarch64')
|
||||
|
@ -13,7 +13,7 @@ license=('GPL')
|
|||
backup=('boot/boot.txt' 'boot/boot.scr' 'boot/config.txt')
|
||||
makedepends=('bc' 'dtc' 'git')
|
||||
conflicts_armv7h=('linux-raspberrypi')
|
||||
_commit=c78f3ef45229ab722ec6b858f39b078535d88bee
|
||||
_commit=fb0bfa6a669745578041e838fc73cc17e8c543c9
|
||||
source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver/rc/-rc}.tar.bz2"
|
||||
"https://github.com/raspberrypi/firmware/raw/${_commit}/boot/bcm2710-rpi-3-b.dtb"
|
||||
"https://github.com/raspberrypi/firmware/raw/${_commit}/boot/bcm2710-rpi-3-b-plus.dtb"
|
||||
|
@ -23,11 +23,11 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver/rc/-rc}.tar.bz2"
|
|||
'boot.txt.v2'
|
||||
'boot.txt.v3'
|
||||
'mkscr')
|
||||
md5sums=('a3206df1c1b97df7a4ddcdd17cb97d0c'
|
||||
'c7f30bf7d5ca995fd3ee92f054e2d72e'
|
||||
'b59043313e3764d3282c2bc8037711a8'
|
||||
'c3aa16371298ab9eb7c8c7613af62ab1'
|
||||
'aa6b79067b2c631eee0e11952ceb892e'
|
||||
md5sums=('1299c23ee4fde7e73a1b9f8f80fd28e0'
|
||||
'a3b0c472a22d72b314a3e6b8ae1e8fbe'
|
||||
'ff09713c9a5f5a6232609c8492dd2d41'
|
||||
'cbd634c5b9e4b0a088330ebfa6412202'
|
||||
'67b69121709d6a442c0214ddef336470'
|
||||
'728c4a0a542db702b8d88ffe1994660c'
|
||||
'69e883f0b8d1686b32bdf79684623f06'
|
||||
'be8abe44b86d63428d7ac3acc64ee3bf'
|
||||
|
|
Loading…
Reference in a new issue