diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2017-10-07 19:47:56 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2017-10-07 19:47:56 +0000 |
commit | 72a5d2046b14f86884fe4bdc15fb425f1114fb01 (patch) | |
tree | 5e73700a2de2589996a1d664ad9805d4708a6566 /sysutils | |
parent | e9ed6a820bd0701a465ed01aeda5a0cd0f264cfb (diff) | |
download | pkgsrc-72a5d2046b14f86884fe4bdc15fb425f1114fb01.tar.gz |
Initial import of u-boot-hummingbird-a31 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 Merrii A31 Hummingbird.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/u-boot-hummingbird-a31/DESCR | 5 | ||||
-rw-r--r-- | sysutils/u-boot-hummingbird-a31/Makefile | 7 | ||||
-rw-r--r-- | sysutils/u-boot-hummingbird-a31/PLIST | 2 |
3 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/u-boot-hummingbird-a31/DESCR b/sysutils/u-boot-hummingbird-a31/DESCR new file mode 100644 index 00000000000..a1ca6797ee8 --- /dev/null +++ b/sysutils/u-boot-hummingbird-a31/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 Merrii A31 Hummingbird. diff --git a/sysutils/u-boot-hummingbird-a31/Makefile b/sysutils/u-boot-hummingbird-a31/Makefile new file mode 100644 index 00000000000..919514a5642 --- /dev/null +++ b/sysutils/u-boot-hummingbird-a31/Makefile @@ -0,0 +1,7 @@ +# $NetBSD: Makefile,v 1.1 2017/10/07 19:47:56 jmcneill Exp $ + +UBOOT_TARGET= hummingbird-a31 +UBOOT_CONFIG= Hummingbird_A31_defconfig +UBOOT_BIN= u-boot-sunxi-with-spl.bin + +.include "../../sysutils/u-boot/u-boot-arm.mk" diff --git a/sysutils/u-boot-hummingbird-a31/PLIST b/sysutils/u-boot-hummingbird-a31/PLIST new file mode 100644 index 00000000000..103c1baff0a --- /dev/null +++ b/sysutils/u-boot-hummingbird-a31/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2017/10/07 19:47:56 jmcneill Exp $ +share/u-boot/hummingbird-a31/u-boot-sunxi-with-spl.bin |