Your message dated Tue, 07 Jun 2016 19:20:38 +0000
with message-id <[email protected]>
and subject line Bug#825458: fixed in u-boot 2016.07~rc1+dfsg1-1
has caused the Debian Bug report #825458,
regarding Please enable Jetson TX1 (P2371-2180)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
825458: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825458
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: u-boot
Version: 2016.05+dfsg1-1
Severity: wishlist

Please enable Jetson TX1 (P2371-2180).

I've attached a tested patch.

Note: NVidia's flash script looks for a file called "u-boot" so I
added a symlink from eboot.elf.

-- 
Martin Michlmayr
http://www.cyrius.com/
>From 12f46a6bc34370153def69c43e87aede348e4003 Mon Sep 17 00:00:00 2001
From: Martin Michlmayr <[email protected]>
Date: Thu, 26 May 2016 16:11:28 -0700
Subject: [PATCH] Add Jetson TX1 (P2371_2180) target

---
 debian/changelog                      | 9 +++++++++
 debian/control                        | 2 +-
 debian/targets                        | 3 +++
 debian/u-boot-tegra.README.Debian     | 8 ++++++++
 debian/u-boot-tegra.links             | 1 +
 debian/u-boot-tegra.lintian-overrides | 2 ++
 6 files changed, 24 insertions(+), 1 deletion(-)
 create mode 100644 debian/u-boot-tegra.links

diff --git a/debian/changelog b/debian/changelog
index 2df0edb..9ab93ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+u-boot (2016.05+dfsg1-2) UNRELEASED; urgency=medium
+
+  [ Martin Michlmayr ]
+  * u-boot-tegra: Add Jetson TX1 (P2371-2180) target.
+  * u-boot-tegra: Add arm64 arch.
+  * u-boot-tegra: Update README.Debian for Jetson TX1.
+
+ -- Martin Michlmayr <[email protected]>  Thu, 26 May 2016 15:05:36 -0700
+
 u-boot (2016.05+dfsg1-1) experimental; urgency=medium
 
   * New upstream version.
diff --git a/debian/control b/debian/control
index 6da1a69..6e2d3ee 100644
--- a/debian/control
+++ b/debian/control
@@ -39,7 +39,7 @@ Description: A boot loader for imx systems
  ${uboot:platforms}
 
 Package: u-boot-tegra
-Architecture: armhf
+Architecture: armhf arm64
 Multi-Arch: same
 Depends: ${misc:Depends}
 Breaks: u-boot (<< 2014.10~rc2+dfsg1-2~)
diff --git a/debian/targets b/debian/targets
index 634e93c..71a06bf 100644
--- a/debian/targets
+++ b/debian/targets
@@ -153,6 +153,9 @@ armhf	sunxi		orangepi_plus	u-boot-sunxi-with-spl.bin
 # Ryan Finnie <[email protected]>
 arm64	rpi		rpi_3		u-boot.bin
 
+# Martin Michlmayr <[email protected]>
+arm64	tegra		p2371-2180	u-boot-dtb.bin
+
 avr32	-		hammerhead	u-boot.img
 
 mips	-		qemu_mips	u-boot.bin
diff --git a/debian/u-boot-tegra.README.Debian b/debian/u-boot-tegra.README.Debian
index 83cc222..97a0200 100644
--- a/debian/u-boot-tegra.README.Debian
+++ b/debian/u-boot-tegra.README.Debian
@@ -3,11 +3,19 @@
 At this point, you must install U-Boot to flash yourself from a host
 system using the Linux_For_Tegra tools.
 
+=== Jetson TK1 ===
+
 sudo ./flash.sh -L /usr/lib/u-boot/jetson-tk1/u-boot-dtb-tegra.bin jetson-tk1 mmcblk1p1
 
 It seems that L4T R19.3.0 is currently required (image does not boot
 if flashed with L4T R21.X).
 
+=== Jetson TX1 ===
+
+sudo ./flash.sh -L /usr/lib/u-boot/p2371-2180/u-boot-dtb.bin jetson-tx1 mmcblk0p1
+
+=== TODO ===
+
 TODO: Figure out how to do this with tools within Debian,
 e.g. tegracrm and cbootimage.
 
diff --git a/debian/u-boot-tegra.links b/debian/u-boot-tegra.links
new file mode 100644
index 0000000..8b9628d
--- /dev/null
+++ b/debian/u-boot-tegra.links
@@ -0,0 +1 @@
+/usr/lib/u-boot/p2371-2180/uboot.elf /usr/lib/u-boot/p2371-2180/u-boot
diff --git a/debian/u-boot-tegra.lintian-overrides b/debian/u-boot-tegra.lintian-overrides
index 661add3..4186db9 100644
--- a/debian/u-boot-tegra.lintian-overrides
+++ b/debian/u-boot-tegra.lintian-overrides
@@ -4,9 +4,11 @@
 # targets could be built on multiple architectures, but could instead install
 # the package for the architecture needed.
 u-boot-tegra [armhf]: arch-dependent-file-not-in-arch-specific-directory usr/lib/u-boot/jetson-tk1/uboot.elf
+u-boot-tegra [arm64]: arch-dependent-file-not-in-arch-specific-directory usr/lib/u-boot/p2371-2180/uboot.elf
 
 # These bootloaders need to be statically linked.
 u-boot-tegra [armhf]: statically-linked-binary usr/lib/u-boot/jetson-tk1/uboot.elf
+u-boot-tegra [arm64]: statically-linked-binary usr/lib/u-boot/p2371-2180/uboot.elf
 
 u-boot-tegra: description-synopsis-starts-with-article
 
-- 
2.1.4


--- End Message ---
--- Begin Message ---
Source: u-boot
Source-Version: 2016.07~rc1+dfsg1-1

We believe that the bug you reported is fixed in the latest version of
u-boot, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vagrant Cascadian <[email protected]> (supplier of updated u-boot package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 07 Jun 2016 12:04:16 -0700
Source: u-boot
Binary: u-boot u-boot-imx u-boot-tegra u-boot-omap u-boot-sunxi u-boot-exynos 
u-boot-rockchip u-boot-rpi u-boot-tools
Architecture: source
Version: 2016.07~rc1+dfsg1-1
Distribution: experimental
Urgency: medium
Maintainer: Vagrant Cascadian <[email protected]>
Changed-By: Vagrant Cascadian <[email protected]>
Description:
 u-boot     - A boot loader for embedded systems
 u-boot-exynos - A boot loader for exynos systems
 u-boot-imx - A boot loader for imx systems
 u-boot-omap - A boot loader for omap systems
 u-boot-rockchip - A boot loader for rockchip systems
 u-boot-rpi - A boot loader for Raspberry PI systems
 u-boot-sunxi - A boot loader for sunxi systems
 u-boot-tegra - A boot loader for tegra systems
 u-boot-tools - companion tools for Das U-Boot bootloader
Closes: 825458
Changes:
 u-boot (2016.07~rc1+dfsg1-1) experimental; urgency=medium
 .
   * New upstream release candidate.
 .
   [ Martin Michlmayr ]
   * u-boot-tegra:
     - Add Jetson TX1 (P2371-2180) target (Closes: #825458).
     - Add arm64 arch.
     - Update README.Debian for Jetson TX1.
 .
   [ Vagrant Cascadian ]
   * u-boot-omap: Update use dra7xx_evm target.
   * u-boot-imx: Remove patch to us private libgcc on imx systems.
   * u-boot-exynos:
     - Refresh odroid distro_bootcmd patch.
     - Increase default environment size on odroid-u3 to support
       distro_bootcmd.
   * u-boot-sunxi: Enable Cubietruck_plus target.
Checksums-Sha1:
 8bc93bdecc345817dcdfc246e24742f54e6bb17d 2595 u-boot_2016.07~rc1+dfsg1-1.dsc
 573d51833b1789f98325f9cdd16139f76bb87065 9374400 
u-boot_2016.07~rc1+dfsg1.orig.tar.xz
 d8a8f9b1a2e6cf9589081ec9154b9f24e826effc 29480 
u-boot_2016.07~rc1+dfsg1-1.debian.tar.xz
Checksums-Sha256:
 c853e45051cfabdfc2ec3a78fbe846fb510721d5ec009a120acb23e96b0a200a 2595 
u-boot_2016.07~rc1+dfsg1-1.dsc
 96a031dad304b8ef735fa3b1f3a59a6853400767d55d807cfd53799b79130bda 9374400 
u-boot_2016.07~rc1+dfsg1.orig.tar.xz
 5ca32b77cb152eb624537d0e2fb8e17f716f4344557721909a33118a22f2b0e1 29480 
u-boot_2016.07~rc1+dfsg1-1.debian.tar.xz
Files:
 edfa51fa73baa5de50b9432ac27bc5ba 2595 admin optional 
u-boot_2016.07~rc1+dfsg1-1.dsc
 554598c42daa03566a614306464f396c 9374400 admin optional 
u-boot_2016.07~rc1+dfsg1.orig.tar.xz
 a7377fc5deec41cf990ed552ca911ab5 29480 admin optional 
u-boot_2016.07~rc1+dfsg1-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJXVxsTAAoJELeLgtSBS5G20CgQAJL0cvC0T/bICO4z9wU87luv
ruSpXsOVsOhsq+ru7p8li201WLCvJc45q/Ucb8w9d0ejzfSgD1diO1sg6+IzPBBw
LL9N8kDpEFHUFqPR9bTLLQcrWvcqwwwHhgKle5DJLyJBV8pWneysNRI/OQgidQeY
LAU92REmLG3MZKO9k5vQy0Umsslp+EszYHS/Teb2j2NblY4USE/m6+O3NmKHeaWT
nee+39dIlTa5jWQWIrRem4qKnJkN6kEBg4mqvsK2uiuUkThEVEbAUvFcbvGXM4gc
iQk92RkplwekzVV20dkzCS1POER+K41LZh+gK8LjKEQdyqTv0yrVeS7CDXa1wDEW
5fbkzchQWtO+nrHfxgIZCP/UFbwtJcsMPVUF3C36lZeAJ5lcoFh4v0wZRwnaxfgZ
Y0KZApyVd1CXPmXq5714Xa3Fc8fQncsrYlQgeyJl50p5+qR7Dw/6rWCi4nJUL2jQ
CSDBdIsRDfJZOprGAfTWq8gOJDiaD/aL2+ZLjblc2l/8v2SbCfsDZcl5F0B0meb3
GW61oBg3hChYJpAuXqGT6m8rTEC8Ujm9OusuWxYp9+Mp2GMnKCIA+ZIHKP+gMoSB
P8oRe8qwht9GN0fyd+FpLcJVOHU2TysVG/O6CzcMhhSaTQrXnLpKVptKIldckDx6
243Lb+gdjXWhFLSdO2cj
=TCQD
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to