u-boot-pine64-pinenote: set blob versions on seperate lines

To facilitate tracking upstream versions of ddr and trust blobs, set
versions on seperate line so that my infra (via
953627f48d)
can alert me if there are new blob versions.

Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6914
This commit is contained in:
Antoine Martin 2025-08-10 20:07:53 -04:00 committed by Aster Boese
parent ea6e5010c1
commit 2703aebeb8
No known key found for this signature in database
GPG key ID: 5928F0555EE32B69

View file

@ -1,7 +1,9 @@
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
pkgname=u-boot-pine64-pinenote
pkgver=2025.07
pkgrel=0
pkgrel=1
_ddr_ver=1.20
_trust_ver=2.17
pkgdesc="u-boot bootloader for the Pinenote (rk3566)"
url="https://gitlab.com/a-wai/u-boot-pinenote"
arch="aarch64"
@ -27,16 +29,16 @@ _rkbin_commit="fd73dcf27702e1efc2065055215320adeaadee84"
builddir="$srcdir"/u-boot-$pkgver
source="
https://ftp.denx.de/pub/u-boot/u-boot-${pkgver//_/-}.tar.bz2
https://github.com/m-weigand/rkbin/raw/$_rkbin_commit/bin/rk35/rk3566_ddr_1056MHz_ultra_v1.20.bin
https://github.com/m-weigand/rkbin/raw/$_rkbin_commit/bin/rk35/rk3568_bl31_ultra_v2.17.elf
https://github.com/rockchip-linux/rkbin/raw/$_rkbin_commit/bin/rk35/rk3566_ddr_1056MHz_ultra_v$_ddr_ver.bin
https://github.com/rockchip-linux/rkbin/raw/$_rkbin_commit/bin/rk35/rk3568_bl31_ultra_v$_trust_ver.elf
https://github.com/PNDeb/pinenote-debian-image/releases/download/v20250101_01/rk356x_spl_loader_v1.12.112.bin
0001-board-rockchip-add-pine64-pinenote.patch
update-u-boot
"
build() {
export ROCKCHIP_TPL="$srcdir"/rk3566_ddr_1056MHz_ultra_v1.20.bin
export BL31="$srcdir"/rk3568_bl31_ultra_v2.17.elf
export ROCKCHIP_TPL="$srcdir"/rk3566_ddr_1056MHz_ultra_v$_ddr_ver.bin
export BL31="$srcdir"/rk3568_bl31_ultra_v$_trust_ver.elf
make pinenote-rk3566_defconfig
make