Your message dated Mon, 25 Apr 2011 20:50:53 +0000
with message-id <[email protected]>
and subject line Bug#624123: fixed in u-boot 2011.03-5
has caused the Debian Bug report #624123,
regarding u-boot: please add pandaboard support
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.)
--
624123: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624123
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: u-boot
Version: 2011.03-4
Severity: wishlist
Tags: patch
Hi,
I attached two patches, which add pandaboard support. The first one adds
the pandaboard as target on armel and armhf. The second one adds a
patch, which changes the default console, so that serial output works by
default.
-- Sebastian
>From c9482de6af86bbeb54b73b76105de7bfdc42d6b5 Mon Sep 17 00:00:00 2001
From: Sebastian Reichel <[email protected]>
Date: Sat, 23 Apr 2011 00:45:19 +0200
Subject: [PATCH] add pandaboard target
Signed-off-by: Sebastian Reichel <[email protected]>
---
debian/targets | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/debian/targets b/debian/targets
index 2524757..9c1b8e7 100644
--- a/debian/targets
+++ b/debian/targets
@@ -5,11 +5,13 @@ armel efikamx u-boot.imx
armel guruplug u-boot.kwb
armel igep0020 u-boot.bin
armel omap3_beagle u-boot.bin
+armel omap4_panda u-boot.bin
armel openrd_ultimate u-boot.kwb
armel sheevaplug u-boot.kwb
armhf efikamx u-boot.imx
armhf igep0020 u-boot.bin
armhf omap3_beagle u-boot.bin
+armhf omap4_panda u-boot.bin
avr32 hammerhead u-boot.img
i386 eNET u-boot.bin
mipsel dbau1100 u-boot.img
--
1.7.2.5
>From 9e43d97d4921113b0aca76e817f2cd226990d8d8 Mon Sep 17 00:00:00 2001
From: Sebastian Reichel <[email protected]>
Date: Mon, 25 Apr 2011 20:58:35 +0200
Subject: [PATCH] new patch to change default console on pandaboard
Signed-off-by: Sebastian Reichel <[email protected]>
---
debian/patches/panda-default-console.diff | 17 +++++++++++++++++
debian/patches/series | 1 +
2 files changed, 18 insertions(+), 0 deletions(-)
create mode 100644 debian/patches/panda-default-console.diff
diff --git a/debian/patches/panda-default-console.diff
b/debian/patches/panda-default-console.diff
new file mode 100644
index 0000000..d70f81e
--- /dev/null
+++ b/debian/patches/panda-default-console.diff
@@ -0,0 +1,17 @@
+From: Raúl Porcel <[email protected]>
+Subject: Use ttyO2 in the default environment
+ This patch replaces ttyS2 with ttyO2 in the default environment
+ so it's in sync with the kernel which uses the latter
+Origin: http://patchwork.ozlabs.org/patch/84702/
+
+--- a/include/configs/omap4_panda.h
++++ b/include/configs/omap4_panda.h
+@@ -148,7 +148,7 @@
+
+ #define CONFIG_EXTRA_ENV_SETTINGS \
+ "loadaddr=0x82000000\0" \
+- "console=ttyS2,115200n8\0" \
++ "console=ttyO2,115200n8\0" \
+ "usbtty=cdc_acm\0" \
+ "vram=16M\0" \
+ "mmcdev=0\0" \
diff --git a/debian/patches/series b/debian/patches/series
index 0224fc9..f930a64 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ Drop-config.h-include-in-tools-imximage.h.diff
eNET-monitor_flash_len.diff
openrd-client-and-ultimate.diff
openrd-mmc-mtd-fat.diff
+panda-default-console.diff
--
1.7.4.4
--- End Message ---
--- Begin Message ---
Source: u-boot
Source-Version: 2011.03-5
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:
u-boot-tools_2011.03-5_amd64.deb
to main/u/u-boot/u-boot-tools_2011.03-5_amd64.deb
u-boot_2011.03-5.debian.tar.gz
to main/u/u-boot/u-boot_2011.03-5.debian.tar.gz
u-boot_2011.03-5.dsc
to main/u/u-boot/u-boot_2011.03-5.dsc
u-boot_2011.03-5_amd64.deb
to main/u/u-boot/u-boot_2011.03-5_amd64.deb
uboot-envtools_20081215-3+2011.03-5_all.deb
to main/u/u-boot/uboot-envtools_20081215-3+2011.03-5_all.deb
uboot-mkimage_2011.03-5_all.deb
to main/u/u-boot/uboot-mkimage_2011.03-5_all.deb
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.
Clint Adams <[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: Mon, 25 Apr 2011 15:36:16 -0400
Source: u-boot
Binary: u-boot u-boot-tools uboot-envtools uboot-mkimage
Architecture: source amd64 all
Version: 2011.03-5
Distribution: unstable
Urgency: low
Maintainer: Clint Adams <[email protected]>
Changed-By: Clint Adams <[email protected]>
Description:
u-boot - A boot loader for embedded systems
u-boot-tools - companion tools for Das U-Boot
uboot-envtools - read/modify the environment for the U-Boot boot loader
(transitio
uboot-mkimage - generate kernel image for U-Boot (transitional package)
Closes: 624123
Changes:
u-boot (2011.03-5) unstable; urgency=low
.
[ Sebastian Reichel ]
* Add Pandaboard target. closes: #624123
* New patch to change default console on Pandaboard.
Checksums-Sha1:
cc2f8139e0f42e19a446c4c105a515cf6876490b 1860 u-boot_2011.03-5.dsc
62a438457bc32c54daa003b6699c57a3af58e87c 32643 u-boot_2011.03-5.debian.tar.gz
dfbcebe11a707bc7cb31c4c881bff97642146002 15520 u-boot_2011.03-5_amd64.deb
044416a78bcd90dea2f1194681937fa0ae8b1e55 61046 u-boot-tools_2011.03-5_amd64.deb
c5d4b227b7a5c070d32b3e014c43fd39d2650a7c 14926 uboot-mkimage_2011.03-5_all.deb
6603d00f30d319b6ea8c3509b934106e8a1e1ed6 14954
uboot-envtools_20081215-3+2011.03-5_all.deb
Checksums-Sha256:
5df8c6cbf7b001ce689a026b3ff88ce39855a5c2687235436a054ebdfa0c111f 1860
u-boot_2011.03-5.dsc
a32bea744188339c153d1409dd8f5fbbe72513f3a48a60a042e602e56befcac5 32643
u-boot_2011.03-5.debian.tar.gz
e3c004d4eb86589fb7320c86186929a19f7d14a40f109d0684484530f2ebfa40 15520
u-boot_2011.03-5_amd64.deb
35f5089592e366f6f1e880049592f99a58a5a3c3428a64854570646ac041352c 61046
u-boot-tools_2011.03-5_amd64.deb
a0dfa6fbaa60cb0dcc7011699478ffb995f10b9968e01662005dfacb3bd8c987 14926
uboot-mkimage_2011.03-5_all.deb
c1c179137d155d14444ba28af0db19b4cf63ce8a28dfbd2ecf26d58a80a298e0 14954
uboot-envtools_20081215-3+2011.03-5_all.deb
Files:
dffac722ee1763cf9ea3be4761fc1bd3 1860 admin optional u-boot_2011.03-5.dsc
230cd8a081504d3f57caf2fccc011760 32643 admin optional
u-boot_2011.03-5.debian.tar.gz
20e3431497797f63dad9461270f8153b 15520 admin optional
u-boot_2011.03-5_amd64.deb
ae39664b13ce5bfa766b1e0495465761 61046 admin optional
u-boot-tools_2011.03-5_amd64.deb
e2d8524ce141770736be2b835a693596 14926 utils optional
uboot-mkimage_2011.03-5_all.deb
57671af441672e01fbf50601d7a6b97b 14954 utils optional
uboot-envtools_20081215-3+2011.03-5_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Debian!
iQIcBAEBCgAGBQJNtdMXAAoJEFWSMx4ZnTio8L0P/05V7RT5WZ/arbD93dU3tPQN
RV8Wi7ZRj43zZI/yBZPA5IAR0XibolUImJ5yUYXNPUYrIC84PT+kAZY8W3RFA3sc
dZOh2IRtiaTqiFowiu3y0IDfLr93aZVsbX2WQNjpV+jH5bqC7+HRvXBTn5LgJaGi
d/fbOUa9inS0iAfH/nCsR6DS76BFJPiWBP4prI+/Z108JLE1lZ84FFZtu3Cq1VSp
L21EIFi+ohl8r4LjTnMdSX1yRkA3FMsc8/XF6NIr2m4/FfycgaPKZOgTOrQtSBH6
0nXkuGrIf9DFQ3fXdmZWXyamKTfiZ5ApLmTIgZw+yWaRvgCWMgC0m+Lc6QVmSixN
0aGK4xetzmm2aHdDgSozFt1f7xqKwyXu9au5SUMotAwHF3Ddu11L2vXNz2Ue1sJy
qSY6e+nJk4h1ppO59ei9oRlwU5Y0iDt0HSs5telpBsiB3Z1296eGiE1CcTumMit9
a+yp2qhq0uTd7EmEKjltjCgcUydyPK/d+cbA90OLTnGNAblT9Zufw32oO967yUm5
W2fH/eRQMS23YHvW6I0MOvmQlyZDs8Il8+9BHGCW+kPkMzdK280t0L0Fi4WDRf7v
vmtJmkfQkNGvg9au0dEyXqD3mGraF5q4IBmaNZuO0E7avok/RSM5Eq+8rRLyTArm
dmDq7A0v/o3jUibqPEAO
=o3cV
-----END PGP SIGNATURE-----
--- End Message ---