diff options
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 |