diff options
author | khorben <khorben@pkgsrc.org> | 2019-12-14 01:11:21 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2019-12-14 01:11:21 +0000 |
commit | 6add4e46cdca40911812018472283e7a716b31b4 (patch) | |
tree | a562bb819966613c7c34f1f971d5f4709f79cdf6 /sysutils | |
parent | 47e8d250864c5d263e75c8286f042b4be989bac9 (diff) | |
download | pkgsrc-6add4e46cdca40911812018472283e7a716b31b4.tar.gz |
sysutils/u-boot-rpi3-32b: U-Boot for Raspberry Pi 3 (32-bits)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/u-boot-rpi3-32b/DESCR | 5 | ||||
-rw-r--r-- | sysutils/u-boot-rpi3-32b/Makefile | 7 | ||||
-rw-r--r-- | sysutils/u-boot-rpi3-32b/PLIST | 2 |
3 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/u-boot-rpi3-32b/DESCR b/sysutils/u-boot-rpi3-32b/DESCR new file mode 100644 index 00000000000..ce740d80556 --- /dev/null +++ b/sysutils/u-boot-rpi3-32b/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 Raspberry Pi 3 (32-bits). diff --git a/sysutils/u-boot-rpi3-32b/Makefile b/sysutils/u-boot-rpi3-32b/Makefile new file mode 100644 index 00000000000..500f5bf3093 --- /dev/null +++ b/sysutils/u-boot-rpi3-32b/Makefile @@ -0,0 +1,7 @@ +# $NetBSD: Makefile,v 1.1 2019/12/14 01:11:21 khorben Exp $ + +UBOOT_TARGET= rpi3-32 +UBOOT_CONFIG= rpi_3_32b_defconfig +UBOOT_BIN= u-boot.bin + +.include "../../sysutils/u-boot/u-boot-arm.mk" diff --git a/sysutils/u-boot-rpi3-32b/PLIST b/sysutils/u-boot-rpi3-32b/PLIST new file mode 100644 index 00000000000..f8d001e6bec --- /dev/null +++ b/sysutils/u-boot-rpi3-32b/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2019/12/14 01:11:21 khorben Exp $ +share/u-boot/rpi3-32/u-boot.bin |