Received: by mail.netbsd.org (Postfix, from userid 605) id 9BBD284D44; Thu, 18 Feb 2021 14:55:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D662984CEE for ; Thu, 18 Feb 2021 14:55:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Lm-ZmRUXMVOn for ; Thu, 18 Feb 2021 14:55:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 487EE84C86 for ; Thu, 18 Feb 2021 14:55:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 424C4FA95; Thu, 18 Feb 2021 14:55:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613660133158750" MIME-Version: 1.0 Date: Thu, 18 Feb 2021 14:55:33 +0000 From: "Martin Husemann" Subject: CVS commit: pkgsrc/sysutils To: pkgsrc-changes@NetBSD.org Reply-To: martin@netbsd.org X-Mailer: log_accum Message-Id: <20210218145533.424C4FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613660133158750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: martin Date: Thu Feb 18 14:55:33 UTC 2021 Modified Files: pkgsrc/sysutils: Makefile pkgsrc/sysutils/u-boot-jetson-tx2: Makefile Added Files: pkgsrc/sysutils/u-boot-pico-pi-imx7d: DESCR Makefile PLIST Log Message: Add u-boot for Technexion Pico IMX7D To generate a diff of this commit: cvs rdiff -u -r1.939 -r1.940 pkgsrc/sysutils/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/u-boot-jetson-tx2/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/u-boot-pico-pi-imx7d/DESCR \ pkgsrc/sysutils/u-boot-pico-pi-imx7d/Makefile \ pkgsrc/sysutils/u-boot-pico-pi-imx7d/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613660133158750 Content-Disposition: inline Content-Length: 2803 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/Makefile diff -u pkgsrc/sysutils/Makefile:1.939 pkgsrc/sysutils/Makefile:1.940 --- pkgsrc/sysutils/Makefile:1.939 Thu Feb 18 03:50:31 2021 +++ pkgsrc/sysutils/Makefile Thu Feb 18 14:55:32 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.939 2021/02/18 03:50:31 gutteridge Exp $ +# $NetBSD: Makefile,v 1.940 2021/02/18 14:55:32 martin Exp $ # COMMENT= System utilities @@ -727,6 +727,7 @@ SUBDIR+= u-boot-orangepi-plus2e SUBDIR+= u-boot-orangepi-zero SUBDIR+= u-boot-orangepi-zero-plus SUBDIR+= u-boot-pandaboard +SUBDIR+= u-boot-pico-pi-imx7d SUBDIR+= u-boot-pine-h64 SUBDIR+= u-boot-pine64 SUBDIR+= u-boot-pinebook Index: pkgsrc/sysutils/u-boot-jetson-tx2/Makefile diff -u pkgsrc/sysutils/u-boot-jetson-tx2/Makefile:1.6 pkgsrc/sysutils/u-boot-jetson-tx2/Makefile:1.7 --- pkgsrc/sysutils/u-boot-jetson-tx2/Makefile:1.6 Fri Apr 26 08:32:29 2019 +++ pkgsrc/sysutils/u-boot-jetson-tx2/Makefile Thu Feb 18 14:55:32 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2019/04/26 08:32:29 skrll Exp $ +# $NetBSD: Makefile,v 1.7 2021/02/18 14:55:32 martin Exp $ UBOOT_TARGET= jetson-tx2 UBOOT_CONFIG= p2771-0000-500_defconfig @@ -7,6 +7,6 @@ UBOOT_BIN= u-boot u-boot-dtb.bin PKGREVISION= 3 # Switch to EL1 before booting kernel (required for 32-bit support) -PKG_DEFAULT_OPTIONS+= el1 +# PKG_DEFAULT_OPTIONS+= el1 .include "../../sysutils/u-boot/u-boot-arm64.mk" Added files: Index: pkgsrc/sysutils/u-boot-pico-pi-imx7d/DESCR diff -u /dev/null pkgsrc/sysutils/u-boot-pico-pi-imx7d/DESCR:1.1 --- /dev/null Thu Feb 18 14:55:33 2021 +++ pkgsrc/sysutils/u-boot-pico-pi-imx7d/DESCR Thu Feb 18 14:55:33 2021 @@ -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 Technexion Pico IMX7D. Index: pkgsrc/sysutils/u-boot-pico-pi-imx7d/Makefile diff -u /dev/null pkgsrc/sysutils/u-boot-pico-pi-imx7d/Makefile:1.1 --- /dev/null Thu Feb 18 14:55:33 2021 +++ pkgsrc/sysutils/u-boot-pico-pi-imx7d/Makefile Thu Feb 18 14:55:33 2021 @@ -0,0 +1,7 @@ +# $NetBSD: Makefile,v 1.1 2021/02/18 14:55:33 martin Exp $ + +UBOOT_TARGET= pico-pi-imx7d +UBOOT_CONFIG= pico-pi-imx7d_defconfig +UBOOT_BIN= u-boot.img SPL + +.include "../../sysutils/u-boot/u-boot-arm.mk" Index: pkgsrc/sysutils/u-boot-pico-pi-imx7d/PLIST diff -u /dev/null pkgsrc/sysutils/u-boot-pico-pi-imx7d/PLIST:1.1 --- /dev/null Thu Feb 18 14:55:33 2021 +++ pkgsrc/sysutils/u-boot-pico-pi-imx7d/PLIST Thu Feb 18 14:55:33 2021 @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2021/02/18 14:55:33 martin Exp $ +share/u-boot/pico-pi-imx7d/u-boot.img +share/u-boot/pico-pi-imx7d/SPL + --_----------=_1613660133158750--