pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils Add u-boot for Technexion Pico IMX7D



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef4af7a04100
branches:  trunk
changeset: 447253:ef4af7a04100
user:      martin <martin%pkgsrc.org@localhost>
date:      Thu Feb 18 14:55:32 2021 +0000

description:
Add u-boot for Technexion Pico IMX7D

diffstat:

 sysutils/Makefile                      |  3 ++-
 sysutils/u-boot-jetson-tx2/Makefile    |  4 ++--
 sysutils/u-boot-pico-pi-imx7d/DESCR    |  5 +++++
 sysutils/u-boot-pico-pi-imx7d/Makefile |  7 +++++++
 sysutils/u-boot-pico-pi-imx7d/PLIST    |  4 ++++
 5 files changed, 20 insertions(+), 3 deletions(-)

diffs (62 lines):

diff -r 17f0aff49684 -r ef4af7a04100 sysutils/Makefile
--- a/sysutils/Makefile Thu Feb 18 14:42:52 2021 +0000
+++ b/sysutils/Makefile Thu Feb 18 14:55:32 2021 +0000
@@ -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-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
diff -r 17f0aff49684 -r ef4af7a04100 sysutils/u-boot-jetson-tx2/Makefile
--- a/sysutils/u-boot-jetson-tx2/Makefile       Thu Feb 18 14:42:52 2021 +0000
+++ b/sysutils/u-boot-jetson-tx2/Makefile       Thu Feb 18 14:55:32 2021 +0000
@@ -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 @@
 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"
diff -r 17f0aff49684 -r ef4af7a04100 sysutils/u-boot-pico-pi-imx7d/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-pico-pi-imx7d/DESCR       Thu Feb 18 14:55:32 2021 +0000
@@ -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.
diff -r 17f0aff49684 -r ef4af7a04100 sysutils/u-boot-pico-pi-imx7d/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-pico-pi-imx7d/Makefile    Thu Feb 18 14:55:32 2021 +0000
@@ -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"
diff -r 17f0aff49684 -r ef4af7a04100 sysutils/u-boot-pico-pi-imx7d/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-pico-pi-imx7d/PLIST       Thu Feb 18 14:55:32 2021 +0000
@@ -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