svn commit: r492149 - in head/sysutils: . u-boot-pine64-lts u-boot-sopine
Emmanuel Vadot
manu at FreeBSD.org
Mon Feb 4 18:25:42 UTC 2019
Author: manu
Date: Mon Feb 4 18:25:40 2019
New Revision: 492149
URL: https://svnweb.freebsd.org/changeset/ports/492149
Log:
Add a new u-boot port for pine64-lts
In release 2019.01 a special config file was added for this board.
Add the port and remove the mention of this board in the sopine pkg-descr
file.
Approved by: bapt (mentor, implicit)
Added:
head/sysutils/u-boot-pine64-lts/
head/sysutils/u-boot-pine64-lts/Makefile (contents, props changed)
head/sysutils/u-boot-pine64-lts/pkg-descr (contents, props changed)
Modified:
head/sysutils/Makefile
head/sysutils/u-boot-sopine/pkg-descr
Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile Mon Feb 4 18:24:16 2019 (r492148)
+++ head/sysutils/Makefile Mon Feb 4 18:25:40 2019 (r492149)
@@ -1392,6 +1392,7 @@
SUBDIR += u-boot-pandaboard
SUBDIR += u-boot-pcduino3
SUBDIR += u-boot-pine64
+ SUBDIR += u-boot-pine64-lts
SUBDIR += u-boot-pinebook
SUBDIR += u-boot-riotboard
SUBDIR += u-boot-rpi
Added: head/sysutils/u-boot-pine64-lts/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/u-boot-pine64-lts/Makefile Mon Feb 4 18:25:40 2019 (r492149)
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../u-boot-master
+
+MODEL= pine64-lts
+BOARD_CONFIG= pine64-lts_defconfig
+FAMILY= allwinner64
+
+.include "${MASTERDIR}/Makefile"
Added: head/sysutils/u-boot-pine64-lts/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/u-boot-pine64-lts/pkg-descr Mon Feb 4 18:25:40 2019 (r492149)
@@ -0,0 +1,9 @@
+U-Boot loader and related files for the Pine64-LTS.
+
+To install this bootloader on an sdcard just do:
+dd if=/usr/local/share/u-boot/u-boot-pine64-lts/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync
+
+For information about running FreeBSD on Allwinner boards, see
+ https://wiki.freebsd.org/FreeBSD/arm/Allwinner
+
+WWW: http://www.denx.de/wiki/U-Boot
Modified: head/sysutils/u-boot-sopine/pkg-descr
==============================================================================
--- head/sysutils/u-boot-sopine/pkg-descr Mon Feb 4 18:24:16 2019 (r492148)
+++ head/sysutils/u-boot-sopine/pkg-descr Mon Feb 4 18:25:40 2019 (r492149)
@@ -1,4 +1,4 @@
-U-Boot loader and related files for the Sopine/Pine64-LTS.
+U-Boot loader and related files for the Sopine.
To install this bootloader on an sdcard just do:
dd if=/usr/local/share/u-boot/u-boot-sopine/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync
More information about the svn-ports-all
mailing list