svn commit: r567909 - in head/sysutils: . u-boot-orangepi-zero-plus
Li-Wen Hsu
lwhsu at FreeBSD.org
Tue Mar 9 09:03:55 UTC 2021
Author: lwhsu
Date: Tue Mar 9 09:03:54 2021
New Revision: 567909
URL: https://svnweb.freebsd.org/changeset/ports/567909
Log:
Add sysutils/u-boot-orangepi-zero-plus: Das U-Boot build for orangepi-zero-plus
PR: 253052
Submitted by: balazs at wee.hu
Reviewed by: manu
Differential Revision: https://reviews.freebsd.org/D28325
Added:
head/sysutils/u-boot-orangepi-zero-plus/
head/sysutils/u-boot-orangepi-zero-plus/Makefile (contents, props changed)
head/sysutils/u-boot-orangepi-zero-plus/pkg-descr (contents, props changed)
Modified:
head/sysutils/Makefile
Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile Tue Mar 9 08:51:14 2021 (r567908)
+++ head/sysutils/Makefile Tue Mar 9 09:03:54 2021 (r567909)
@@ -1385,6 +1385,7 @@
SUBDIR += u-boot-orangepi-plus-2e
SUBDIR += u-boot-orangepi-r1
SUBDIR += u-boot-orangepi-zero
+ SUBDIR += u-boot-orangepi-zero-plus
SUBDIR += u-boot-pandaboard
SUBDIR += u-boot-pcduino3
SUBDIR += u-boot-pine-h64
Added: head/sysutils/u-boot-orangepi-zero-plus/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/u-boot-orangepi-zero-plus/Makefile Tue Mar 9 09:03:54 2021 (r567909)
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../u-boot-master
+
+MODEL= orangepi-zero-plus
+BOARD_CONFIG= orangepi_zero_plus_defconfig
+FAMILY= allwinner64
+
+.include "${MASTERDIR}/Makefile"
Added: head/sysutils/u-boot-orangepi-zero-plus/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/u-boot-orangepi-zero-plus/pkg-descr Tue Mar 9 09:03:54 2021 (r567909)
@@ -0,0 +1,13 @@
+U-Boot loader for OrangePi Zero Plus.
+
+To install this bootloader on an sdcard just do :
+dd if=$LOCALBASE/share/u-boot/u-boot-orangepi-zero-plus/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=128k seek=1 conv=sync
+
+This version is patched so that:
+ * API features are enabled.
+ * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included
+
+For information about running FreeBSD on Allwinner boards, see
+https://wiki.freebsd.org/FreeBSD/arm/Allwinner
+
+WWW: https://www.denx.de/wiki/U-Boot
More information about the svn-ports-all
mailing list