Add U-Boot package for Xunlong Orange Pi 2.
This commit is contained in:
parent
ff00d9f79b
commit
5083f1f356
3 changed files with 14 additions and 0 deletions
5
sysutils/u-boot-orangepi-2/DESCR
Normal file
5
sysutils/u-boot-orangepi-2/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
U-Boot is a bootloader for embedded boards based on PowerPC, ARM, MIPS and
|
||||
several other processors, which can be installed in a boot ROM and used to
|
||||
initialize and test the hardware or to download and run application code.
|
||||
|
||||
This package provides U-Boot for the Xunlong Orange Pi 2.
|
7
sysutils/u-boot-orangepi-2/Makefile
Normal file
7
sysutils/u-boot-orangepi-2/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.1 2017/08/26 16:04:26 jun Exp $
|
||||
|
||||
UBOOT_TARGET= orangepi-2
|
||||
UBOOT_CONFIG= orangepi_2_defconfig
|
||||
UBOOT_BIN= u-boot-sunxi-with-spl.bin
|
||||
|
||||
.include "../../sysutils/u-boot/u-boot-arm.mk"
|
2
sysutils/u-boot-orangepi-2/PLIST
Normal file
2
sysutils/u-boot-orangepi-2/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2017/08/26 16:04:26 jun Exp $
|
||||
share/u-boot/orangepi-2/u-boot-sunxi-with-spl.bin
|
Loading…
Reference in a new issue