pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/u-boot-udoo-neo-imx6sx
Module Name: pkgsrc
Committed By: bouyer
Date: Thu May 4 13:47:02 UTC 2023
Added Files:
pkgsrc/sysutils/u-boot-udoo-neo-imx6sx: DESCR Makefile PLIST
Log Message:
Add u-boot-udoo-neo-imx6sx version 2021.01
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 Udoo Neo serie of boards.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/u-boot-udoo-neo-imx6sx/DESCR \
pkgsrc/sysutils/u-boot-udoo-neo-imx6sx/Makefile \
pkgsrc/sysutils/u-boot-udoo-neo-imx6sx/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/sysutils/u-boot-udoo-neo-imx6sx/DESCR
diff -u /dev/null pkgsrc/sysutils/u-boot-udoo-neo-imx6sx/DESCR:1.1
--- /dev/null Thu May 4 13:47:02 2023
+++ pkgsrc/sysutils/u-boot-udoo-neo-imx6sx/DESCR Thu May 4 13:47:02 2023
@@ -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-udoo-neo-imx6sx/Makefile
diff -u /dev/null pkgsrc/sysutils/u-boot-udoo-neo-imx6sx/Makefile:1.1
--- /dev/null Thu May 4 13:47:02 2023
+++ pkgsrc/sysutils/u-boot-udoo-neo-imx6sx/Makefile Thu May 4 13:47:02 2023
@@ -0,0 +1,10 @@
+# $NetBSD: Makefile,v 1.1 2023/05/04 13:47:02 bouyer Exp $
+
+UBOOT_TARGET= udoo-neo-imx6sx
+UBOOT_CONFIG= udoo_neo_defconfig
+UBOOT_BIN= u-boot-with-spl.imx
+
+UBOOT_VERSION= 2021.01
+
+.include "../../sysutils/u-boot/u-boot-arm.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/sysutils/u-boot-udoo-neo-imx6sx/PLIST
diff -u /dev/null pkgsrc/sysutils/u-boot-udoo-neo-imx6sx/PLIST:1.1
--- /dev/null Thu May 4 13:47:02 2023
+++ pkgsrc/sysutils/u-boot-udoo-neo-imx6sx/PLIST Thu May 4 13:47:02 2023
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2023/05/04 13:47:02 bouyer Exp $
+share/u-boot/udoo-neo-imx6sx/u-boot-with-spl.imx
Home |
Main Index |
Thread Index |
Old Index