Your message dated Tue, 24 Nov 2015 22:50:22 +0000
with message-id <[email protected]>
and subject line Bug#806151: fixed in u-boot 2015.10+dfsg1-3
has caused the Debian Bug report #806151,
regarding [PATCH] u-boot-sunxi: Please enable the A10s-OLinuXino-M target
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.)
--
806151: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806151
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: u-boot
Version: 2015.10+dfsg1-2
Severity: wishlist
Tags: patch
Hi,
please enable the A10s-OLinuXino-M target. Applying the following patch
creates a working u-boot which allows to start the Debian installer via
TFTP.
Kind regards,
Benedikt Wildenhain
--
Benedikt Wildenhain, M.Sc., Wiss. Mitarbeiter - Hardwarenahe IT-Systeme
Hochschule Bochum - Bochum University of Applied Sciences
Campus Velbert/Heiligenhaus - http://www.hs-bochum.de/cvh/
Höseler Platz 2, Heiligenhaus, Raum 2.28, Tel +49 (0)2056 158744
diff --unified -r a/debian/targets b/debian/targets
--- a/debian/targets 2015-11-14 16:06:56.000000000 +0100
+++ b/debian/targets 2015-11-24 17:56:59.393462544 +0100
@@ -70,6 +70,9 @@
# Christian Kastner <[email protected]>
armhf sunxi A10-OLinuXino-Lime u-boot-sunxi-with-spl.bin
+# Benedikt Wildenhain <[email protected]>
+armhf sunxi A10s-OLinuXino-M u-boot-sunxi-with-spl.bin
+
# Karsten Merker <[email protected]>
armhf sunxi A20-Olimex-SOM-EVB u-boot-sunxi-with-spl.bin
diff --unified -r a/debian/u-boot-sunxi.lintian-overrides b/debian/u-boot-sunxi.lintian-overrides
--- a/debian/u-boot-sunxi.lintian-overrides 2015-11-14 16:06:56.000000000 +0100
+++ b/debian/u-boot-sunxi.lintian-overrides 2015-11-24 18:14:16.646943245 +0100
@@ -4,6 +4,7 @@
# targets could be built on multiple architectures, but could instead install
# the package for the architecture needed.
u-boot-sunxi [armhf]: arch-dependent-file-not-in-arch-specific-directory usr/lib/u-boot/A10-OLinuXino-Lime/uboot.elf
+u-boot-sunxi [armhf]: arch-dependent-file-not-in-arch-specific-directory usr/lib/u-boot/A10s-OLinuXino-M/uboot.elf
u-boot-sunxi [armhf]: arch-dependent-file-not-in-arch-specific-directory usr/lib/u-boot/A20-Olimex-SOM-EVB/uboot.elf
u-boot-sunxi [armhf]: arch-dependent-file-not-in-arch-specific-directory usr/lib/u-boot/A20-OLinuXino-Lime/uboot.elf
u-boot-sunxi [armhf]: arch-dependent-file-not-in-arch-specific-directory usr/lib/u-boot/A20-OLinuXino-Lime2/uboot.elf
@@ -19,6 +20,7 @@
# These bootloaders need to be statically linked.
u-boot-sunxi [armhf]: statically-linked-binary usr/lib/u-boot/A10-OLinuXino-Lime/uboot.elf
+u-boot-sunxi [armhf]: statically-linked-binary usr/lib/u-boot/A10s-OLinuXino-M/uboot.elf
u-boot-sunxi [armhf]: statically-linked-binary usr/lib/u-boot/A20-Olimex-SOM-EVB/uboot.elf
u-boot-sunxi [armhf]: statically-linked-binary usr/lib/u-boot/A20-OLinuXino-Lime/uboot.elf
u-boot-sunxi [armhf]: statically-linked-binary usr/lib/u-boot/A20-OLinuXino-Lime2/uboot.elf
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: u-boot
Source-Version: 2015.10+dfsg1-3
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, 24 Nov 2015 14:14:29 -0800
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-tools
Architecture: source
Version: 2015.10+dfsg1-3
Distribution: unstable
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-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: 806151
Changes:
u-boot (2015.10+dfsg1-3) unstable; urgency=medium
.
* u-boot-install-targets: Add support to install documentation.
* u-boot-exynos: Install README.odroid.
* u-boot-rockchip: Install README.rockchip.
* u-boot-omap: Install README.nokia_rx51.
* Add included platforms to u-boot package descriptions.
* u-boot-sunxi: Enable the A10s-OLinuXino-M target. Thanks to Benedikt
Wildenhain (Closes: #806151).
* u-boot-imx: Add novena patches to include fdtfile variable, and load
fdt file into correct address.
* u-boot-sunxi: Backport patches from upstream to enable the Lamobo_R1
target.
Checksums-Sha1:
29698bbedc92de67c4b4d1939af423dad7ff578e 2443 u-boot_2015.10+dfsg1-3.dsc
e32ff45e96c904e9aa1a6f7cc40003f4940b9b57 33572
u-boot_2015.10+dfsg1-3.debian.tar.xz
Checksums-Sha256:
cd94d959ef86f10386d3461443532a615194a8894080abaafd95e483740e899f 2443
u-boot_2015.10+dfsg1-3.dsc
9a5cc3ffa48dae5521664485413b51b5ca6158c2ac6d0ba680e5a98d31971845 33572
u-boot_2015.10+dfsg1-3.debian.tar.xz
Files:
663cc4e22a129b25bad0b34e08e367b5 2443 admin optional u-boot_2015.10+dfsg1-3.dsc
556b7c02abd176caf64b6a2d697ef2fc 33572 admin optional
u-boot_2015.10+dfsg1-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJWVOWrAAoJELeLgtSBS5G2cKQP/1LusiS7j7/HgdHbkbLdSoht
gYYZa831HlV9pgMRwSoPktFFpWLSL7xWaRY5hfOSxpn6UNkk/0bs2ZPhXvPakYyd
AloR2iw3QdDI2IO7cK3JtXfNDn+mBfllltOX27dFadP3UvtV7CK0dIdEfd+4itir
HCNcfC5am6nUjEbetfeP7hLt6RmfkeTSqrmyibjvZqYM6PdvaXfir8KWe9b1bYB1
dyDaA0LqoGJR+BqgX8KHBKVrcPCx3JOr3U6eMpg+BCRCLsrSChIa/Lpm168sTWoe
nipKsn0bhszxZIIGId8UIVtStI+2BksYa6txZPqygNjk7fOmMCcONtT+jeHIOvzj
fjwb1W1p2RNmRUOwL1BXVs8g1IRvRCExOlWxgvkKAJcgdlgSKIHHByD9jOHSx1lS
Zwsw0zMRMPOgdheoocWpQFMBySpUYlYnWBZbVJyLO5+n/bzzB50U4l76/eyTEJv0
oOkqiwWIeupsCi8qJcmSwM+c5ISJeCAEWxbana/YhzRrRWrqq1gJ296bnCWK1N0F
UkQjLJY3wo99nEJkshtKh0ZSIZGEup3tah5FvttekHA9zULzoKTM6C/0oQ0+BjkI
LhAI0o49jF1ZMFxn+JapgXlHfLOnupFdmgJJ/pc+0W7lp7pO7RZirMyhSrCZC4if
C1ufVLHTnTsoWf9vaZGp
=t8Y6
-----END PGP SIGNATURE-----
--- End Message ---