pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/u-boot-jetson-tx2 U-boot for Jetson TX2 devel...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1be12bc303ab
branches:  trunk
changeset: 375299:1be12bc303ab
user:      martin <martin%pkgsrc.org@localhost>
date:      Thu Feb 08 08:57:32 2018 +0000

description:
U-boot for Jetson TX2 developement board.

diffstat:

 sysutils/u-boot-jetson-tx2/DESCR    |   5 +++++
 sysutils/u-boot-jetson-tx2/Makefile |  10 ++++++++++
 sysutils/u-boot-jetson-tx2/PLIST    |   3 +++
 3 files changed, 18 insertions(+), 0 deletions(-)

diffs (30 lines):

diff -r 4f95a7d84c3b -r 1be12bc303ab sysutils/u-boot-jetson-tx2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-jetson-tx2/DESCR  Thu Feb 08 08:57:32 2018 +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 NVIDIA Jetson TX2.
diff -r 4f95a7d84c3b -r 1be12bc303ab sysutils/u-boot-jetson-tx2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-jetson-tx2/Makefile       Thu Feb 08 08:57:32 2018 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: Makefile,v 1.1 2018/02/08 08:57:32 martin Exp $
+
+UBOOT_TARGET=          jetson-tx2
+UBOOT_CONFIG=          p2771-0000-500_defconfig
+UBOOT_BIN=             u-boot u-boot-dtb.bin
+
+# Switch to EL1 before booting kernel (required for 32-bit support)
+PKG_DEFAULT_OPTIONS+=  el1
+
+.include "../../sysutils/u-boot/u-boot-arm64.mk"
diff -r 4f95a7d84c3b -r 1be12bc303ab sysutils/u-boot-jetson-tx2/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-jetson-tx2/PLIST  Thu Feb 08 08:57:32 2018 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2018/02/08 08:57:32 martin Exp $
+share/u-boot/jetson-tx2/u-boot
+share/u-boot/jetson-tx2/u-boot-dtb.bin



Home | Main Index | Thread Index | Old Index