diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2017-10-06 19:24:08 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2017-10-06 19:24:08 +0000 |
commit | 0ea15c98f354c9558c934180379d2ef36ce26adb (patch) | |
tree | ecf956c4c7181e00d42d23385325d29850b6605c | |
parent | a54494727b45756866e823ab0ba8251e8917fb75 (diff) | |
download | pkgsrc-0ea15c98f354c9558c934180379d2ef36ce26adb.tar.gz |
Initial import of u-boot-cubieboard2 version 2017.07.
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 Cubietech Cubieboard2.
-rw-r--r-- | sysutils/u-boot-cubieboard2/DESCR | 5 | ||||
-rw-r--r-- | sysutils/u-boot-cubieboard2/Makefile | 7 | ||||
-rw-r--r-- | sysutils/u-boot-cubieboard2/PLIST | 2 |
3 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/u-boot-cubieboard2/DESCR b/sysutils/u-boot-cubieboard2/DESCR new file mode 100644 index 00000000000..5de978d65d9 --- /dev/null +++ b/sysutils/u-boot-cubieboard2/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 Cubietech Cubieboard2. diff --git a/sysutils/u-boot-cubieboard2/Makefile b/sysutils/u-boot-cubieboard2/Makefile new file mode 100644 index 00000000000..16e82e1166d --- /dev/null +++ b/sysutils/u-boot-cubieboard2/Makefile @@ -0,0 +1,7 @@ +# $NetBSD: Makefile,v 1.1 2017/10/06 19:24:08 jmcneill Exp $ + +UBOOT_TARGET= cubieboard2 +UBOOT_CONFIG= Cubieboard2_defconfig +UBOOT_BIN= u-boot-sunxi-with-spl.bin + +.include "../../sysutils/u-boot/u-boot-arm.mk" diff --git a/sysutils/u-boot-cubieboard2/PLIST b/sysutils/u-boot-cubieboard2/PLIST new file mode 100644 index 00000000000..f0e709e640a --- /dev/null +++ b/sysutils/u-boot-cubieboard2/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2017/10/06 19:24:08 jmcneill Exp $ +share/u-boot/cubieboard2/u-boot-sunxi-with-spl.bin |