Index: sysutils/u-boot-orangepi-pc2/Makefile =================================================================== --- /dev/null +++ sysutils/u-boot-orangepi-pc2/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +MAINTAINER= uboot@FreeBSD.org +MASTERDIR= ${.CURDIR}/../u-boot-master + +MODEL= orangepi-pc2 +BOARD_CONFIG= orangepi_pc2_defconfig +FAMILY= allwinner64 + +BUILD_DEPENDS= ${LOCALBASE}/share/atf-allwinner/bl31.bin:sysutils/atf-allwinner +MAKE_ENV+= BL31=${LOCALBASE}/share/atf-allwinner/bl31.bin + +post-build: + ${CAT} ${WRKSRC}/spl/sunxi-spl.bin ${WRKSRC}/u-boot.itb > ${WRKSRC}/u-boot-sunxi-with-spl.bin + +.include "${MASTERDIR}/Makefile" Index: sysutils/u-boot-orangepi-pc2/pkg-descr =================================================================== --- /dev/null +++ sysutils/u-boot-orangepi-pc2/pkg-descr @@ -0,0 +1,3 @@ +U-Boot loader and related files for the Pine64 + +For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot