View | Details | Raw Unified | Return to bug 220576 | Differences between
and this patch

Collapse All | Expand All

(-)b/sysutils/Makefile (+1 lines)
Lines 1179-1184 Link Here
1179
    SUBDIR += u-boot-duovero
1179
    SUBDIR += u-boot-duovero
1180
    SUBDIR += u-boot-imx-serial-loader
1180
    SUBDIR += u-boot-imx-serial-loader
1181
    SUBDIR += u-boot-master
1181
    SUBDIR += u-boot-master
1182
    SUBDIR += u-boot-nanopi-neo
1182
    SUBDIR += u-boot-olimex-a20-som-evb
1183
    SUBDIR += u-boot-olimex-a20-som-evb
1183
    SUBDIR += u-boot-olinuxino-lime
1184
    SUBDIR += u-boot-olinuxino-lime
1184
    SUBDIR += u-boot-orangepi-one
1185
    SUBDIR += u-boot-orangepi-one
(-)b/sysutils/u-boot-nanopi-neo/Makefile (+10 lines)
Added Link Here
1
# $FreeBSD$
2
3
MAINTAINER=	manuFreeBSD.org
4
MASTERDIR=	${.CURDIR}/../u-boot-master
5
6
MODEL=		nanopi_neo
7
BOARD_CONFIG=	nanopi_neo_defconfig
8
FAMILY=		allwinner
9
10
.include "${MASTERDIR}/Makefile"
(-)b/sysutils/u-boot-nanopi-neo/pkg-descr (+16 lines)
Added Link Here
1
U-Boot loader for NanoPi Neo.
2
3
To install this bootloader, follow the instructions in
4
 http://linux-sunxi.org/Bootable_SD_card#Bootloader
5
6
This version is patched so that:
7
 * ELF and API features are enabled.
8
 * The distroboot command knows how to load FreeBSD loader(8)
9
 * By default, it loads ubldr.bin (PIE) from file ubldr.bin on the FAT
10
   partition to address 0x42000000, and launches it. If ubldr.bin is
11
   not found, it falls back on ubldr
12
13
For information about running FreeBSD on NanoPi Neo, see
14
 https://wiki.freebsd.org/FreeBSD/arm/Allwinner
15
16
For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot

Return to bug 220576