Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions srcpkgs/atf-rk3399-bl31/template
Original file line number Diff line number Diff line change
@@ -1,27 +1,23 @@
# Template file for 'atf-rk3399-bl31'
pkgname=atf-rk3399-bl31
version=2.7
version=2.14.6
revision=1
archs="aarch64*"
hostmakedepends="cross-arm-none-eabi"
short_desc="ARM Trusted Firmware for Rockchip rk3399 boards (ARMv8, bl31 option)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://developer.trustedfirmware.org/dashboard/view/6/"
distfiles="https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/snapshot/trusted-firmware-a-${version}.tar.gz"
checksum=53422dc649153838e03820330ba17cb10afe3e330ecde0db11e4d5f1361a33e6
distfiles="https://github.com/TrustedFirmware-A/trusted-firmware-a/archive/refs/tags/lts-v${version}.tar.gz"
checksum=833bad7e99b5ac6bc5437a0b34c5847ef494ee0f3f3212e453704827aac91358
nostrip=yes

post_patch() {
# Adjust the baud rate to match uboot and the kernel for the PBP
vsed -i -e 's/\(RK3399_BAUDRATE\s*\)115200/\11500000/' \
plat/rockchip/rk3399/rk3399_def.h
}

do_build() {
unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
if [ "$CROSS_BUILD" ]; then
export CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-
export ARCH=${XBPS_TARGET_MACHINE}
export AS=${XBPS_CROSS_TRIPLET}-gcc
fi
make ${makejobs} PLAT=rk3399 bl31
}
Expand Down
3 changes: 1 addition & 2 deletions srcpkgs/atf-rk3399-bl31/update
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
site=https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/refs/
pattern="tag/\?h=v\K[\d\.]+"
pattern="lts-v\K[\d\.]+"
4 changes: 2 additions & 2 deletions srcpkgs/rockpro64-uboot/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'rockpro64-uboot'
pkgname=rockpro64-uboot
version=2026.04
version=2026.07
revision=1
archs="aarch64*"
hostmakedepends="bison flex bc dtc which python3 swig python3-devel python3-setuptools python3-pyelftools openssl-devel libuuid-devel gnutls-devel ncurses-libtinfo-devel"
Expand All @@ -11,7 +11,7 @@ maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
license="GPL-2.0-or-later, BSD-3-Clause"
homepage="https://www.denx.de/wiki/U-Boot/"
distfiles="https://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2"
checksum=ac7c04b8b7004923b00a4e5d6699c5df4d21233bac9fda690d8cfbc209fff2fd
checksum=78e8bfc382fe388f9b55aa1daf8c563522a037779b5d4c349d1415e381f1243e

do_configure() {
unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
Expand Down