mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/uboot-raspberrypi to 2024.04-1
This commit is contained in:
parent
b9fd679858
commit
8aeaf056ce
1 changed files with 23 additions and 15 deletions
|
@ -3,8 +3,8 @@
|
|||
# Maintainer: graysky <therealgraysky@proton.me>
|
||||
|
||||
pkgname=uboot-raspberrypi
|
||||
pkgver=2024.01
|
||||
pkgrel=5
|
||||
pkgver=2024.04
|
||||
pkgrel=1
|
||||
pkgdesc="U-Boot for Raspberry Pi"
|
||||
arch=('armv7h' 'aarch64')
|
||||
url='https://docs.u-boot.org/en/latest'
|
||||
|
@ -12,7 +12,7 @@ license=('GPL')
|
|||
backup=('boot/boot.txt' 'boot/boot.scr' 'boot/config.txt')
|
||||
makedepends=('bc' 'dtc' 'git')
|
||||
conflicts_armv7h=('linux-rpi' 'linux-rpi-16k')
|
||||
_commit=f01fa5fa89d9628d15d148c545b078f8ec19c643
|
||||
_commit=f31d28d61e048c9d918874be8e7ebbc30db90617
|
||||
source=(
|
||||
"https://github.com/u-boot/u-boot/archive/refs/tags/v${pkgver/rc/-rc}.tar.gz"
|
||||
"https://github.com/raspberrypi/firmware/raw/${_commit}/boot/bcm2710-rpi-2-b.dtb"
|
||||
|
@ -26,22 +26,30 @@ source=(
|
|||
"https://github.com/raspberrypi/firmware/raw/${_commit}/boot/bcm2711-rpi-cm4-io.dtb"
|
||||
"https://github.com/raspberrypi/firmware/raw/${_commit}/boot/bcm2711-rpi-cm4.dtb"
|
||||
"https://github.com/raspberrypi/firmware/raw/${_commit}/boot/bcm2711-rpi-cm4s.dtb"
|
||||
"https://github.com/raspberrypi/firmware/raw/${_commit}/boot/bcm2712-rpi-5-b.dtb"
|
||||
"https://github.com/raspberrypi/firmware/raw/${_commit}/boot/bcm2712d0-rpi-5-b.dtb"
|
||||
"https://github.com/raspberrypi/firmware/raw/${_commit}/boot/bcm2712-rpi-cm5-cm4io.dtb"
|
||||
"https://github.com/raspberrypi/firmware/raw/${_commit}/boot/bcm2712-rpi-cm5-cm5io.dtb"
|
||||
'0001-rpi-increase-space-for-kernel.patch'
|
||||
'boot.txt.v2'
|
||||
'boot.txt.v3'
|
||||
'mkscr')
|
||||
md5sums=('6e0b18756a5f856b3bf520eea12f5e40'
|
||||
'68b1a849ba8eb98f1b291b87ea1f2a66'
|
||||
'db77bbeb380319a3a230d6985b9a8e32'
|
||||
'797f952a9f21522c4f303393fd4b582d'
|
||||
'80e31ec6eb9d5b2fef4402c4490af57d'
|
||||
'95634d0b534d68f519ea0d3d2f956e69'
|
||||
'95634d0b534d68f519ea0d3d2f956e69'
|
||||
'1479091344ee42694d72ebc57d2f06ec'
|
||||
'2af9149c658c9f8eefd90b19272323ee'
|
||||
'a25f0c66c2b1db164c7ec7aa2fd12325'
|
||||
'd0bd006e92b307ddac4b62133e6e2442'
|
||||
'e55a2a67acbe6f93b567778ec576b203'
|
||||
md5sums=('4f21d9a53df6f5c2e66f54e747af9265'
|
||||
'7ad31a4789385a7b00ecd9672578ccef'
|
||||
'b76403a75e35fa94e8fd8e5e836a2d00'
|
||||
'f5d057efb61fcae81ac9551a4137752d'
|
||||
'c032f183c57d07cbe0d2eaf876a1a578'
|
||||
'486addde4a99e7cf92c1a6082dd95c15'
|
||||
'486addde4a99e7cf92c1a6082dd95c15'
|
||||
'77e2e811c6d5c8b7fce9e6ffb470e12f'
|
||||
'896eb2a7985a9f2565c7c7e05e9f7f68'
|
||||
'3efd77582f05e5ca6f55ec14f00810e1'
|
||||
'ab4c34a753bff6b6cfaf91b6bc2175b0'
|
||||
'261991100d8f9fb6ea1360789a70401b'
|
||||
'12ea531239034d7192900ea42fb57523'
|
||||
'5f9b71fd12055915221fd02a623cb4bb'
|
||||
'51be7ecbdf013c69d6c347d5916660f6'
|
||||
'54a9def6a54fc25a12a9f05e9367cafd'
|
||||
'6aaffd002561e8dcbbf0b26422040143'
|
||||
'69e883f0b8d1686b32bdf79684623f06'
|
||||
'be8abe44b86d63428d7ac3acc64ee3bf'
|
||||
|
|
Loading…
Reference in a new issue