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)
This commit is contained in:
Emmanuel Vadot 2019-02-04 18:25:40 +00:00
parent 35da238d79
commit b87be0dd7e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492149
4 changed files with 20 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,9 @@
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= pine64-lts
BOARD_CONFIG= pine64-lts_defconfig
FAMILY= allwinner64
.include "${MASTERDIR}/Makefile"

View File

@ -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

View File

@ -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