pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils
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.
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
+
Home |
Main Index |
Thread Index |
Old Index