View | Details | Raw Unified | Return to bug 253052
Collapse All | Expand All

(-)b/sysutils/Makefile (+1 lines)
Lines 1382-1387 Link Here
1382
    SUBDIR += u-boot-orangepi-plus-2e
1382
    SUBDIR += u-boot-orangepi-plus-2e
1383
    SUBDIR += u-boot-orangepi-r1
1383
    SUBDIR += u-boot-orangepi-r1
1384
    SUBDIR += u-boot-orangepi-zero
1384
    SUBDIR += u-boot-orangepi-zero
1385
    SUBDIR += u-boot-orangepi-zero-plus
1385
    SUBDIR += u-boot-pandaboard
1386
    SUBDIR += u-boot-pandaboard
1386
    SUBDIR += u-boot-pcduino3
1387
    SUBDIR += u-boot-pcduino3
1387
    SUBDIR += u-boot-pine-h64
1388
    SUBDIR += u-boot-pine-h64
(-)b/sysutils/u-boot-orangepi-zero-plus/Makefile (+9 lines)
Added Link Here
1
# $FreeBSD$
2
3
MASTERDIR=     ${.CURDIR}/../u-boot-master
4
5
MODEL=         orangepi-zero-plus
6
BOARD_CONFIG=  orangepi_zero_plus_defconfig
7
FAMILY=                allwinner64
8
9
.include "${MASTERDIR}/Makefile"
(-)b/sysutils/u-boot-orangepi-zero-plus/pkg-descr (+13 lines)
Added Link Here
1
U-Boot loader for OrangePi Zero Plus.
2
3
To install this bootloader on an sdcard just do :
4
dd if=$LOCALBASE/share/u-boot/u-boot-orangepi-zero-plus/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=128k seek=1 conv=sync
5
6
This version is patched so that:
7
 * API features are enabled.
8
 * A boot.scr (U-Boot script) that loads ubldr.bin and execute it is included
9
10
For information about running FreeBSD on Allwinner boards, see
11
https://wiki.freebsd.org/FreeBSD/arm/Allwinner
12
13
WWW: https://www.denx.de/wiki/U-Boot

Return to bug 253052