1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Add slave port of u-boot-master for NanoPi Neo board.

PR:		220576
Submitted by:	manu
This commit is contained in:
Mark Linimon 2017-08-02 15:36:30 +00:00
parent 4bab7baf95
commit a879ea72b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447113
3 changed files with 27 additions and 0 deletions

View File

@ -1183,6 +1183,7 @@
SUBDIR += u-boot-duovero
SUBDIR += u-boot-imx-serial-loader
SUBDIR += u-boot-master
SUBDIR += u-boot-nanopi-neo
SUBDIR += u-boot-olimex-a20-som-evb
SUBDIR += u-boot-olinuxino-lime
SUBDIR += u-boot-orangepi-one

View File

@ -0,0 +1,10 @@
# $FreeBSD$
MAINTAINER= manu@FreeBSD.org
MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= nanopi_neo
BOARD_CONFIG= nanopi_neo_defconfig
FAMILY= allwinner
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1,16 @@
U-Boot loader for NanoPi Neo.
To install this bootloader, follow the instructions in
http://linux-sunxi.org/Bootable_SD_card#Bootloader
This version is patched so that:
* ELF and API features are enabled.
* The distroboot command knows how to load FreeBSD loader(8)
* By default, it loads ubldr.bin (PIE) from file ubldr.bin on the FAT
partition to address 0x42000000, and launches it. If ubldr.bin is
not found, it falls back on ubldr
For information about running FreeBSD on NanoPi Neo, see
https://wiki.freebsd.org/FreeBSD/arm/Allwinner
For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot