Skip to content

Commit e9675e3

Browse files
committed
pkg: pine64: uboot-pinephone: upgrade crust and atf
It claims to make deepsleep last up to 100 hours, let's see. Signed-off-by: Danct12 <[email protected]>
1 parent 6eba889 commit e9675e3

File tree

3 files changed

+4
-43
lines changed

3 files changed

+4
-43
lines changed

PKGBUILDS/pine64/uboot-pinephone/6e19a238bc4743964029a8ff36b878d3295e7a28.patch

-34
This file was deleted.

PKGBUILDS/pine64/uboot-pinephone/PKGBUILD

+4-9
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildarch=8
55

66
pkgname=uboot-pinephone
77
pkgver=v2020.04
8-
pkgrel=2
8+
pkgrel=3
99
pkgdesc="U-Boot for Pine64 - CRUST EDITION"
1010
arch=('aarch64')
1111
url='http://www.denx.de/wiki/U-Boot/WebHome'
@@ -14,34 +14,29 @@ makedepends=('bc' 'python' 'swig' 'dtc')
1414
install=${pkgname}.install
1515

1616
_commit_uboot="f0b298c504daae9da171bac950c036432cc00201"
17-
_commit_atf="a4b8b9dba3a32013d9eac6dc1517ea25386568f7"
17+
_commit_atf="f928897fa5df6afa0f70bb1b1011e4bb03cb4596"
1818

1919
source=("u-boot-$_commit_uboot.tar.gz::https://gitlab.com/pine64-org/u-boot/-/archive/${_commit_uboot}/u-boot-${_commit_uboot}.tar.gz"
2020
"arm-trusted-firmware-$_commit_atf.tar.gz::https://github.com/crust-firmware/arm-trusted-firmware/archive/${_commit_atf}.tar.gz"
2121
'0001-ATF-set-fno-stack-protector.patch'
2222
'0001-configs-Add-Pinetab-configuration.patch'
2323
'fix-atf-bug.patch'
24-
'6e19a238bc4743964029a8ff36b878d3295e7a28.patch'
2524
'boot.txt'
2625
'mkscr'
2726
'scp.bin')
2827
md5sums=('c04fe9cb85b9e5f6dc20eed79e0f6149'
29-
'0bfdff354fe2ac22be638718f92f4752'
28+
'ec70813ae71f978f07795cde13ba42c0'
3029
'348a6943a1c220047ce5312b59da95b6'
3130
'bdb8e9686df7fccbedf8577a8d3e350a'
3231
'e2fb72a6a47dc3876585dc674935e9d0'
33-
'c3191f1cc90b12d482fd48b1e134a34c'
3432
'e8d184f3f8834ffe9b77001d54d28ec4'
3533
'021623a04afd29ac3f368977140cfbfd'
36-
'602bfbdf1d3f06fd25fd4704c51e26d9')
34+
'af8268d4f7c026d375e60044fdf12691')
3735

3836
prepare() {
3937
cd arm-trusted-firmware-${_commit_atf}
4038
patch -N -p1 < ../0001-ATF-set-fno-stack-protector.patch
4139

42-
# This patch is reverted to fix touch screen
43-
patch -N -p1 -R <../6e19a238bc4743964029a8ff36b878d3295e7a28.patch
44-
4540
cd ../u-boot-${_commit_uboot}
4641
patch -N -p1 < ../0001-configs-Add-Pinetab-configuration.patch
4742
patch -N -p1 < ../fix-atf-bug.patch
-1.08 KB
Binary file not shown.

0 commit comments

Comments
 (0)