Skip to content
Snippets Groups Projects
Commit 3f644f3a authored by Philip Müller's avatar Philip Müller
Browse files

[pkg-upd] 2023.07rc2-0.1

- update BL31 to v1.36
parent 877baeb8
No related branches found
No related tags found
No related merge requests found
Pipeline #11444 failed
...@@ -8,18 +8,18 @@ pkgname=uboot-pinephonepro ...@@ -8,18 +8,18 @@ pkgname=uboot-pinephonepro
pkgver=2023.07rc2 pkgver=2023.07rc2
pkgrel=0.1 pkgrel=0.1
epoch=5 epoch=5
_nofoss=yes _nonfoss=yes
_tfaver=lts-v2.8.4 _tfaver=lts-v2.8.4
_tfanon=rk3399_ddr_933MHz_v1.30.bin _tfanon=rk3399_ddr_933MHz_v1.30.bin
_tfanonc=851d6dcb793ef83f625f51fb5fecee93f86f3149 _tfanonc=851d6dcb793ef83f625f51fb5fecee93f86f3149
_bl31non=rk3399_bl31_v1.35.elf _bl31non=rk3399_bl31_v1.36.elf
_bl31nonc=1cfafa7bb1ad1e7e4fdae378ed07ff3de5baf13c _bl31nonc=1d47b8d9369522dfc2c5af420b6e41a9993ddd78
_commit=981097c0d80c488ef7b8c6a6fc114639e03ae4b6 _commit=981097c0d80c488ef7b8c6a6fc114639e03ae4b6
pkgdesc="U-Boot for Pine64 PinePhone Pro" pkgdesc="U-Boot for Pine64 PinePhone Pro"
arch=('aarch64') arch=('aarch64')
url='https://source.denx.de/u-boot/u-boot' url='https://source.denx.de/u-boot/u-boot'
[[ $_nofoss == yes ]] && license=('GPL' 'Custom') [[ $_nonfoss == yes ]] && license=('GPL' 'Custom')
[[ $_nofoss != yes ]] && license=('GPL') [[ $_nonfoss != yes ]] && license=('GPL')
makedepends=('git' 'arm-none-eabi-gcc' 'dtc' 'bc' 'swig' 'python-setuptools' 'python-pyelftools') makedepends=('git' 'arm-none-eabi-gcc' 'dtc' 'bc' 'swig' 'python-setuptools' 'python-pyelftools')
depends=('uboot-tools') depends=('uboot-tools')
provides=('uboot') provides=('uboot')
...@@ -37,7 +37,7 @@ source=("git+https://xff.cz/git/u-boot#commit=$_commit" ...@@ -37,7 +37,7 @@ source=("git+https://xff.cz/git/u-boot#commit=$_commit"
"ppp-prepare-fstab.service") "ppp-prepare-fstab.service")
sha256sums=('SKIP' sha256sums=('SKIP'
'9887ca101cfa2d4efe2af9d2671aa64b9ba82a7f28409e5854696a7778b35225' '9887ca101cfa2d4efe2af9d2671aa64b9ba82a7f28409e5854696a7778b35225'
'68ad1a1db071c1b63a4bdf8a5b5210ef1f880dd55c73f07fc3cb29082825dae9' '3be6cdf32462d7f676d109bb2a97af9a1f469f058674ef0a5cb20941af2923d5'
'aab3b04166c098c8ba1d9a734c509cdf75b47b64c37c49196c7242526ce32179' 'aab3b04166c098c8ba1d9a734c509cdf75b47b64c37c49196c7242526ce32179'
'0b37e1522c36cf4579c45dfb138798c3cb5665fcf6302b95377179fbed38e35c' '0b37e1522c36cf4579c45dfb138798c3cb5665fcf6302b95377179fbed38e35c'
'12311da7e1a8d7bf19ddf78568e58da0888b0ca89e937aecccae4d896d20b7e2' '12311da7e1a8d7bf19ddf78568e58da0888b0ca89e937aecccae4d896d20b7e2'
...@@ -94,7 +94,7 @@ build() { ...@@ -94,7 +94,7 @@ build() {
unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS unset CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
if $_nofoss != yes; then if $_nonfoss != yes; then
cd arm-trusted-firmware-${_tfaver} cd arm-trusted-firmware-${_tfaver}
echo -e "\nBuilding FOSS TF-A for Pine64 PinePhone Pro...\n" echo -e "\nBuilding FOSS TF-A for Pine64 PinePhone Pro...\n"
make PLAT=rk3399 make PLAT=rk3399
...@@ -143,6 +143,6 @@ package() { ...@@ -143,6 +143,6 @@ package() {
install -D -m 0644 "${srcdir}/ppp-prepare-fstab.service" -t "${pkgdir}/usr/lib/systemd/system" install -D -m 0644 "${srcdir}/ppp-prepare-fstab.service" -t "${pkgdir}/usr/lib/systemd/system"
install -D -m 0755 "${srcdir}/ppp-uboot-flash" -t "${pkgdir}/usr/bin" install -D -m 0755 "${srcdir}/ppp-uboot-flash" -t "${pkgdir}/usr/bin"
[[ $_nofoss == yes ]] && install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" \ [[ $_nonfoss == yes ]] && install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" \
${srcdir}/LICENSE.TXT ${srcdir}/LICENSE.TXT
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment