2020-03-10 10:58:36 +00:00
|
|
|
# U-boot with patches to make the PinePhone boot faster and have control over the ddr clock speed
|
|
|
|
pkgname=u-boot-pinephone
|
2020-06-17 07:36:00 +00:00
|
|
|
pkgver=2020.07_git20200612
|
|
|
|
pkgrel=0
|
|
|
|
_commit="78c99d82596fef01444c076f4c975b60e084a09b"
|
2020-03-10 10:58:36 +00:00
|
|
|
pkgdesc="u-boot bootloader for the PINE64 PinePhone"
|
|
|
|
url="https://gitlab.com/pine64-org/u-boot"
|
|
|
|
arch="aarch64"
|
|
|
|
license="GPL-2.0-or-later OFL-1.1 BSD-2-Clause BSD-3-Clause eCos-2.0 IBM-pibs
|
|
|
|
ISC LGPL-2.0-only LGPL-2.1-only X11"
|
2020-06-17 07:36:00 +00:00
|
|
|
makedepends="$depends_dev bc dtc python3-dev swig bison flex openssl-dev arm-trusted-firmware-sun50i crust"
|
2020-03-10 10:58:36 +00:00
|
|
|
options="!check"
|
|
|
|
source="
|
2020-06-17 07:36:00 +00:00
|
|
|
https://github.com/crust-firmware/u-boot/archive/$_commit/u-boot-$_commit.tar.gz
|
|
|
|
update-u-boot
|
|
|
|
"
|
|
|
|
builddir="$srcdir/u-boot-$_commit"
|
2020-03-10 10:58:36 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
touch include/config.h
|
|
|
|
LC_ALL=C date +'#define U_BOOT_DATE "%b %d %C%y"' > include/timestamp_autogenerated.h
|
|
|
|
LC_ALL=C date +'#define U_BOOT_TIME "%T"' >> include/timestamp_autogenerated.h
|
|
|
|
|
|
|
|
export BL31="/usr/share/arm-trusted-firmware-sun50i/bl31.bin"
|
2020-06-17 07:36:00 +00:00
|
|
|
export SCP="/usr/share/crust/pinephone/scp.bin"
|
2020-03-10 10:58:36 +00:00
|
|
|
export BUILD_DIR="$builddir"/build
|
|
|
|
mkdir -p "$BUILD_DIR"
|
|
|
|
make O="$BUILD_DIR" HOSTCC=gcc ARCH=arm pinephone_defconfig
|
|
|
|
make O="$BUILD_DIR" HOSTCC=gcc ARCH=arm all
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
2020-06-17 07:36:00 +00:00
|
|
|
cd build
|
2020-03-10 10:58:36 +00:00
|
|
|
install -D -m644 "u-boot-sunxi-with-spl.bin" \
|
|
|
|
"$pkgdir"/usr/share/u-boot/pine64-pinephone/u-boot-sunxi-with-spl.bin
|
2020-06-17 07:36:00 +00:00
|
|
|
install -D -m 755 "$srcdir"/update-u-boot "$pkgdir"/usr/sbin/update-u-boot
|
2020-03-10 10:58:36 +00:00
|
|
|
}
|
2020-06-17 07:36:00 +00:00
|
|
|
sha512sums="3fe43a9d3364a68ba88f5c895da5fbc2e309461d64be0fb0493840ef70fe07e89c71ce13f5ae97b61526ba223ea1a5efa505f97f40bc9c74fe336019973e27bc u-boot-78c99d82596fef01444c076f4c975b60e084a09b.tar.gz
|
|
|
|
4a3a1772a7309d44e7977dee4aca499d5c79675d99cda1395d8765abb415b8456260c7a989650f0bd2dfda0377af2346917fbcbf3e356a36265ed07e161ddc3b update-u-boot"
|