Add sysutils/u-boot-a64-olinuxino

A64-Olinuxino is a Single Board Computer based on the Allwinner A64 SoC.

Reviewed by:	bapt
Approved by:	bapt
Differential Revision:	https://reviews.freebsd.org/D13562
This commit is contained in:
Emmanuel Vadot 2017-12-20 20:35:49 +00:00
parent 7534f8896b
commit 8c37ccba99
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456853
3 changed files with 20 additions and 0 deletions

View File

@ -1202,6 +1202,7 @@
SUBDIR += tw_cli
SUBDIR += tzdialog
SUBDIR += u-boot-a13-olinuxino
SUBDIR += u-boot-a64-olinuxino
SUBDIR += u-boot-bananapi
SUBDIR += u-boot-bananapim2
SUBDIR += u-boot-beaglebone

View File

@ -0,0 +1,10 @@
# $FreeBSD$
MAINTAINER= uboot@FreeBSD.org
MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= a64-olinuxino
BOARD_CONFIG= a64-olinuxino_defconfig
FAMILY= allwinner64
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1,9 @@
U-Boot loader and related files for the A64-Olinuxino.
To install this bootloader on an sdcard just do:
dd if=/usr/local/share/u-boot/u-boot-a64-olinuxino/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