22 lines
677 B
Makefile
22 lines
677 B
Makefile
# $NetBSD: Makefile,v 1.12 2021/08/12 07:30:22 wiz Exp $
|
|
|
|
UBOOT_TARGET= nanopi-neo-plus2
|
|
UBOOT_CONFIG= nanopi_neo_plus2_defconfig
|
|
UBOOT_BIN= u-boot-sunxi-with-spl.bin
|
|
|
|
UBOOT_INSTALLBOOT_PLIST= installboot.plist
|
|
|
|
PKGREVISION= 5
|
|
|
|
# Switch to EL1 before booting kernel (required for 32-bit support)
|
|
#PKG_DEFAULT_OPTIONS+= el1
|
|
|
|
post-extract:
|
|
${CP} ${PREFIX}/share/arm-trusted-firmware/sun50i_a64/bl31.bin ${WRKSRC}
|
|
|
|
post-build:
|
|
${CAT} ${WRKSRC}/spl/sunxi-spl.bin ${WRKSRC}/u-boot.itb > ${WRKSRC}/u-boot-sunxi-with-spl.bin
|
|
|
|
.include "../../sysutils/arm-trusted-firmware-sun50i_a64/buildlink3.mk"
|
|
.include "../../sysutils/u-boot/u-boot-arm64.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|