diff options
author | jun <jun@pkgsrc.org> | 2017-08-26 16:04:26 +0000 |
---|---|---|
committer | jun <jun@pkgsrc.org> | 2017-08-26 16:04:26 +0000 |
commit | 3a1c1b53d29cc1c93d83711acd2ab1e1f2683518 (patch) | |
tree | fd9e38a126230fc29281bd2a1c91ad1e650db1d6 /sysutils | |
parent | 810206e6621a6f5ae0c9179008e8395c58188c0b (diff) | |
download | pkgsrc-3a1c1b53d29cc1c93d83711acd2ab1e1f2683518.tar.gz |
Add U-Boot package for Xunlong Orange Pi 2.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/u-boot-orangepi-2/DESCR | 5 | ||||
-rw-r--r-- | sysutils/u-boot-orangepi-2/Makefile | 7 | ||||
-rw-r--r-- | sysutils/u-boot-orangepi-2/PLIST | 2 |
3 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/u-boot-orangepi-2/DESCR b/sysutils/u-boot-orangepi-2/DESCR new file mode 100644 index 00000000000..5200bc48fb7 --- /dev/null +++ b/sysutils/u-boot-orangepi-2/DESCR @@ -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. diff --git a/sysutils/u-boot-orangepi-2/Makefile b/sysutils/u-boot-orangepi-2/Makefile new file mode 100644 index 00000000000..3eec5d6f9ed --- /dev/null +++ b/sysutils/u-boot-orangepi-2/Makefile @@ -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" diff --git a/sysutils/u-boot-orangepi-2/PLIST b/sysutils/u-boot-orangepi-2/PLIST new file mode 100644 index 00000000000..2dbf211dc93 --- /dev/null +++ b/sysutils/u-boot-orangepi-2/PLIST @@ -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 |