Worth committing the pinephone board to the u-boot,aarch64 port?

Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/u-boot/Makefile,v
retrieving revision 1.89
diff -u -p -r1.89 Makefile
--- Makefile    17 Dec 2021 23:00:41 -0000      1.89
+++ Makefile    31 Dec 2021 15:49:12 -0000
@@ -8,7 +8,7 @@ FLAVOR?=        arm
 
 COMMENT=       U-Boot firmware
 VERSION=       2021.10
-REVISION=      2
+REVISION=      3
 DISTNAME=      u-boot-${VERSION}
 PKGNAME=       u-boot-${FLAVOR}-${VERSION:S/-//}
 FULLPKGNAME=   ${PKGNAME}
@@ -70,6 +70,7 @@ SUNXI64=\
        pine64-lts \
        pine64_plus \
        pinebook \
+       pinephone \
        sopine_baseboard
 BOARDS=\
        firefly-rk3399 \
Index: pkg/PFRAG.aarch64
===================================================================
RCS file: /cvs/ports/sysutils/u-boot/pkg/PFRAG.aarch64,v
retrieving revision 1.26
diff -u -p -r1.26 PFRAG.aarch64
--- pkg/PFRAG.aarch64   29 Oct 2021 11:14:46 -0000      1.26
+++ pkg/PFRAG.aarch64   31 Dec 2021 15:49:12 -0000
@@ -132,6 +132,13 @@ share/u-boot/pinebook/sunxi-spl.bin
 share/u-boot/pinebook/u-boot-sunxi-with-spl.bin
 @comment share/u-boot/pinebook/u-boot.bin
 @comment share/u-boot/pinebook/u-boot.img
+share/u-boot/pinephone/
+share/u-boot/pinephone/sunxi-spl.bin
+@comment share/u-boot/pinephone/u-boot
+@comment share/u-boot/pinephone/u-boot-spl.bin
+share/u-boot/pinephone/u-boot-sunxi-with-spl.bin
+@comment share/u-boot/pinephone/u-boot.bin
+@comment share/u-boot/pinephone/u-boot.img
 share/u-boot/qemu_arm64/
 share/u-boot/qemu_arm64/u-boot
 share/u-boot/qemu_arm64/u-boot.bin

Reply via email to