mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
alarm/uboot-raspberrypi to 2024.01-3
Support more RPi models and CM boards and update conflicts Currently not providing any bcm2709 or bcm2708 dtbs
This commit is contained in:
parent
0c7d0ba6d9
commit
7293813a1d
1 changed files with 26 additions and 5 deletions
|
@ -1,34 +1,55 @@
|
|||
# U-Boot: Raspberry Pi
|
||||
# Maintainer: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# Maintainer: graysky <therealgraysky@proton.me>
|
||||
|
||||
pkgname=uboot-raspberrypi
|
||||
pkgver=2024.01
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="U-Boot for Raspberry Pi"
|
||||
arch=('armv7h' 'aarch64')
|
||||
url='http://www.denx.de/wiki/U-Boot/WebHome'
|
||||
url='https://docs.u-boot.org/en/latest'
|
||||
license=('GPL')
|
||||
backup=('boot/boot.txt' 'boot/boot.scr' 'boot/config.txt')
|
||||
makedepends=('bc' 'dtc' 'git')
|
||||
conflicts_armv7h=('linux-raspberrypi')
|
||||
conflicts_armv7h=('linux-rpi' 'linux-rpi-16k')
|
||||
_commit=f01fa5fa89d9628d15d148c545b078f8ec19c643
|
||||
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-3-b.dtb"
|
||||
"https://github.com/raspberrypi/firmware/raw/${_commit}/boot/bcm2710-rpi-2-b.dtb"
|
||||
"https://github.com/raspberrypi/firmware/raw/${_commit}/boot/bcm2710-rpi-3-b-plus.dtb"
|
||||
"https://github.com/raspberrypi/firmware/raw/${_commit}/boot/bcm2710-rpi-3-b.dtb"
|
||||
"https://github.com/raspberrypi/firmware/raw/${_commit}/boot/bcm2710-rpi-cm3.dtb"
|
||||
"https://github.com/raspberrypi/firmware/raw/${_commit}/boot/bcm2710-rpi-zero-2-w.dtb"
|
||||
"https://github.com/raspberrypi/firmware/raw/${_commit}/boot/bcm2710-rpi-zero-2.dtb"
|
||||
"https://github.com/raspberrypi/firmware/raw/${_commit}/boot/bcm2711-rpi-4-b.dtb"
|
||||
"https://github.com/raspberrypi/firmware/raw/${_commit}/boot/bcm2711-rpi-400.dtb"
|
||||
"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/bcm2712-rpi-cm5-cm4io.dtb"
|
||||
"https://github.com/raspberrypi/firmware/raw/${_commit}/boot/bcm2712-rpi-cm5-cm5io.dtb"
|
||||
"https://github.com/raspberrypi/firmware/raw/${_commit}/boot/bcm2712d0-rpi-5-b.dtb"
|
||||
'0001-rpi-increase-space-for-kernel.patch'
|
||||
'boot.txt.v2'
|
||||
'boot.txt.v3'
|
||||
'mkscr')
|
||||
md5sums=('6e0b18756a5f856b3bf520eea12f5e40'
|
||||
'797f952a9f21522c4f303393fd4b582d'
|
||||
'68b1a849ba8eb98f1b291b87ea1f2a66'
|
||||
'db77bbeb380319a3a230d6985b9a8e32'
|
||||
'797f952a9f21522c4f303393fd4b582d'
|
||||
'80e31ec6eb9d5b2fef4402c4490af57d'
|
||||
'95634d0b534d68f519ea0d3d2f956e69'
|
||||
'95634d0b534d68f519ea0d3d2f956e69'
|
||||
'1479091344ee42694d72ebc57d2f06ec'
|
||||
'2af9149c658c9f8eefd90b19272323ee'
|
||||
'a25f0c66c2b1db164c7ec7aa2fd12325'
|
||||
'd0bd006e92b307ddac4b62133e6e2442'
|
||||
'e55a2a67acbe6f93b567778ec576b203'
|
||||
'dd48d88cdf5f117bf58781b18b71e200'
|
||||
'c12a8f557c64ca79f611cdadc31bfb57'
|
||||
'e9f35c0bf2e691711d3d208111f0f8b6'
|
||||
'6508604c92fba12155805984651234b0'
|
||||
'cc3d9cb2cc977b22d236922005102be7'
|
||||
'69e883f0b8d1686b32bdf79684623f06'
|
||||
'be8abe44b86d63428d7ac3acc64ee3bf'
|
||||
|
|
Loading…
Reference in a new issue