Index: sysutils/u-boot-sopine/Makefile =================================================================== --- /dev/null +++ sysutils/u-boot-sopine/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +MAINTAINER= manu@FreeBSD.org +MASTERDIR= ${.CURDIR}/../u-boot-master + +MODEL= sopine +BOARD_CONFIG= sopine_baseboard_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-sopine/pkg-descr =================================================================== --- /dev/null +++ sysutils/u-boot-sopine/pkg-descr @@ -0,0 +1,3 @@ +U-Boot loader and related files for the SoPine/Pine64-LTS + +For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot