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:
parent
35da238d79
commit
b87be0dd7e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492149
@ -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
|
||||
|
9
sysutils/u-boot-pine64-lts/Makefile
Normal file
9
sysutils/u-boot-pine64-lts/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../u-boot-master
|
||||
|
||||
MODEL= pine64-lts
|
||||
BOARD_CONFIG= pine64-lts_defconfig
|
||||
FAMILY= allwinner64
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
9
sysutils/u-boot-pine64-lts/pkg-descr
Normal file
9
sysutils/u-boot-pine64-lts/pkg-descr
Normal 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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user