From 5083f1f356a43b45263fd0e77c610c213f4e7458 Mon Sep 17 00:00:00 2001 From: jun Date: Sat, 26 Aug 2017 16:04:26 +0000 Subject: [PATCH] Add U-Boot package for Xunlong Orange Pi 2. --- sysutils/u-boot-orangepi-2/DESCR | 5 +++++ sysutils/u-boot-orangepi-2/Makefile | 7 +++++++ sysutils/u-boot-orangepi-2/PLIST | 2 ++ 3 files changed, 14 insertions(+) create mode 100644 sysutils/u-boot-orangepi-2/DESCR create mode 100644 sysutils/u-boot-orangepi-2/Makefile create mode 100644 sysutils/u-boot-orangepi-2/PLIST diff --git a/sysutils/u-boot-orangepi-2/DESCR b/sysutils/u-boot-orangepi-2/DESCR new file mode 100644 index 000000000000..5200bc48fb76 --- /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 000000000000..3eec5d6f9ed2 --- /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 000000000000..2dbf211dc93e --- /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