From 6add4e46cdca40911812018472283e7a716b31b4 Mon Sep 17 00:00:00 2001 From: khorben Date: Sat, 14 Dec 2019 01:11:21 +0000 Subject: sysutils/u-boot-rpi3-32b: U-Boot for Raspberry Pi 3 (32-bits) --- sysutils/u-boot-rpi3-32b/DESCR | 5 +++++ sysutils/u-boot-rpi3-32b/Makefile | 7 +++++++ sysutils/u-boot-rpi3-32b/PLIST | 2 ++ 3 files changed, 14 insertions(+) create mode 100644 sysutils/u-boot-rpi3-32b/DESCR create mode 100644 sysutils/u-boot-rpi3-32b/Makefile create mode 100644 sysutils/u-boot-rpi3-32b/PLIST (limited to 'sysutils') 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 -- cgit v1.2.3