diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2017-08-12 14:29:11 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2017-08-12 14:29:11 +0000 |
commit | 3dd4affe5c6b42e2e0e91d44cebcad7d42a5d5c4 (patch) | |
tree | 4f07f1b63dfb53bffba18aa5298d5d8eefd0febe /sysutils/u-boot-orangepi-plus2e | |
parent | 2b712d9770235dd5d0f22dbcfa9bf552859f706b (diff) | |
download | pkgsrc-3dd4affe5c6b42e2e0e91d44cebcad7d42a5d5c4.tar.gz |
Add U-Boot package for Xunlong Orange Pi Plus 2E
Diffstat (limited to 'sysutils/u-boot-orangepi-plus2e')
-rw-r--r-- | sysutils/u-boot-orangepi-plus2e/DESCR | 5 | ||||
-rw-r--r-- | sysutils/u-boot-orangepi-plus2e/Makefile | 7 | ||||
-rw-r--r-- | sysutils/u-boot-orangepi-plus2e/PLIST | 2 |
3 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/u-boot-orangepi-plus2e/DESCR b/sysutils/u-boot-orangepi-plus2e/DESCR new file mode 100644 index 00000000000..564a4ac146c --- /dev/null +++ b/sysutils/u-boot-orangepi-plus2e/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 Plus 2E. diff --git a/sysutils/u-boot-orangepi-plus2e/Makefile b/sysutils/u-boot-orangepi-plus2e/Makefile new file mode 100644 index 00000000000..e4c69f9f5d3 --- /dev/null +++ b/sysutils/u-boot-orangepi-plus2e/Makefile @@ -0,0 +1,7 @@ +# $NetBSD: Makefile,v 1.1 2017/08/12 14:29:11 jmcneill Exp $ + +UBOOT_TARGET= orangepi-plus2e +UBOOT_CONFIG= orangepi_plus2e_defconfig +UBOOT_BIN= u-boot-sunxi-with-spl.bin + +.include "../../sysutils/u-boot/u-boot-arm.mk" diff --git a/sysutils/u-boot-orangepi-plus2e/PLIST b/sysutils/u-boot-orangepi-plus2e/PLIST new file mode 100644 index 00000000000..240c04b1d65 --- /dev/null +++ b/sysutils/u-boot-orangepi-plus2e/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2017/08/12 14:29:11 jmcneill Exp $ +share/u-boot/orangepi-plus2e/u-boot-sunxi-with-spl.bin |