Re: [U-Boot] [PATCH V2] Fix: if using crc32 command watchdog timed out

2011-07-18 Thread Jens Scharsig
* Fix: if using crc32 command watchdog timed out * change function call crc32(..) to the watchdog save variant crc_32_wd(..) to support watchdog reset Signed-off-by: Jens Scharsig e...@bus-elektronik.de --- common/cmd_mem.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff

Re: [U-Boot] [PATCH 47/52] ARM: remove broken at91sam9261ek /at91sam9g10ek boards

2011-07-18 Thread Albert ARIBAUD
Hi Eric, Le 18/07/2011 04:52, Hong Xu a écrit : Hi Reinhard, It's a pity to see that some of the AT91 boards are planed to be removed by Wolfgang. Several weeks ago, the patches for SAM9261/9G10 have got Acks from you. See http://www.mail-archive.com/u-boot@lists.denx.de/msg54829.html But

Re: [U-Boot] [PATCH V2] Fix: if using crc32 command watchdog timed out

2011-07-18 Thread Albert ARIBAUD
Hi Jens, Le 18/07/2011 08:31, Jens Scharsig a écrit : * Fix: if using crc32 command watchdog timed out * change function call crc32(..) to the watchdog save variant crc_32_wd(..) to support watchdog reset Signed-off-by: Jens Scharsige...@bus-elektronik.de --- Sorry for nitpicking again

Re: [U-Boot] [PATCH V3] Fix: if using crc32 command watchdog timed out

2011-07-18 Thread Jens Scharsig
* Fix: if using crc32 command watchdog timed out * change function call crc32(..) to the watchdog-safe variant crc_32_wd(..) to support watchdog reset Signed-off-by: Jens Scharsig e...@bus-elektronik.de --- common/cmd_mem.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff

[U-Boot] [PATCH][v2] powerpc/85xx: enable USB2 gadget mode for corenet ds board

2011-07-18 Thread Shaohui Xie
to make USB2 worked in gadget mode, we need to set it's 'dr_mode' to 'peripheral' in hwconfig, but driver starts scan from 'usb1', it'll break if it cannot find 'usb1', so we need to tell driver do not break until it scaned all the 'usbx' that the board may have. Signed-off-by: Shaohui Xie

[U-Boot] [PATCH RESEND v2] armv7: Disable D cache for goni target (s5p)

2011-07-18 Thread Lukasz Majewski
Disable D cache for goni target (s5p) - rationale: 1. Before change introduced in commit SHA1:c2dd0d45540397704de9b13287417d21049d34c6 the D-cache for GONI target was disabled. This change was supposed to preserve this state. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by:

Re: [U-Boot] [PATCH] am3517evm: change console device from ttyS2 to ttyO2

2011-07-18 Thread Yegor Yefremov
Hi Albert, the serial device names have been changed from ttySx to ttyOx, so the console device name should be also changed to support the latest kernel versions. Signed-off-by: Yegor Yefremovyegorsli...@googlemail.com --- This does not apply cleanly -- sorry, I should have pulled this

Re: [U-Boot] [PATCH] am3517evm: change console device from ttyS2 to ttyO2

2011-07-18 Thread Albert ARIBAUD
Hi Yegor, Le 18/07/2011 09:32, Yegor Yefremov a écrit : Hi Albert, the serial device names have been changed from ttySx to ttyOx, so the console device name should be also changed to support the latest kernel versions. Signed-off-by: Yegor Yefremovyegorsli...@googlemail.com --- This

Re: [U-Boot] [PATCH 33/52] ARM: remove broken scb9328 board

2011-07-18 Thread Torsten Koschorrek
Hello, a patch for this board is in u-boot-imx already, a patch that changes the maintainer is in u-boot-arm. Thanks, Torsten ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] OMAP3 SPL: merge window question

2011-07-18 Thread Simon Schwarz
Dear Wolfgang Denk, Sandeep Paulraj and Albert Aribaud, I'am working on the OMAP3 SPL which is part of my bachelor thesis. Some of the code was already posted - but i staled my work to wait for the new SPL layout and the work on OMAP4 by Aneeshi V. This weekend Annesh V. released the OMAP4 patch

Re: [U-Boot] [PATCH 33/52] ARM: remove broken scb9328 board

2011-07-18 Thread Albert ARIBAUD
Hi all, Le 18/07/2011 10:02, Torsten Koschorrek a écrit : Hello, a patch for this board is in u-boot-imx already, a patch that changes the maintainer is in u-boot-arm. Indeed -- note that the bugfix patch was committed to the imx tree after the lst pull request to ARM, so it is not yet

Re: [U-Boot] [PATCH 14/52] ARM: remove broken integratorap board

2011-07-18 Thread Albert ARIBAUD
Hi all, Le 18/07/2011 00:46, Linus Walleij a écrit : As mentioned I'm assuming maintainership for the integratorap, patch is on the list since two days or so. Patch 14/52 marked 'deferred' in patchwork pending inclusion of integratorap patches. Amicalement, -- Albert.

Re: [U-Boot] OMAP3 SPL: merge window question

2011-07-18 Thread Albert ARIBAUD
Le 18/07/2011 10:29, Simon Schwarz a écrit : Dear Wolfgang Denk, Sandeep Paulraj and Albert Aribaud, I'am working on the OMAP3 SPL which is part of my bachelor thesis. Some of the code was already posted - but i staled my work to wait for the new SPL layout and the work on OMAP4 by Aneeshi V.

Re: [U-Boot] [PATCH] am3517evm: change console device from ttyS2 to ttyO2

2011-07-18 Thread Yegor Yefremov
Hi Albert, the serial device names have been changed from ttySx to ttyOx, so the console device name should be also changed to support the latest kernel versions. Signed-off-by: Yegor Yefremovyegorsli...@googlemail.com --- This does not apply cleanly -- sorry, I should have pulled this

[U-Boot] [PATCH v2] am3517evm: change console device from ttyS2 to ttyO2

2011-07-18 Thread Yegor Yefremov
From 74f884f3d76feda60d8fa1dff1f3fef8bd89acb1 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov yegorsli...@googlemail.com Date: Mon, 18 Jul 2011 10:37:35 +0200 Subject: [PATCH] am3517evm: change console device from ttyS2 to ttyO2 the serial device names have been changed from ttySx to ttyOx, so the

Re: [U-Boot] [PATCH v 0/5] arm: omap4: omap4460 support

2011-07-18 Thread Aneesh V
Hi Albert, On Sun, Jul 17, 2011 at 2:35 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Aneesh, Le 16/07/2011 18:25, Aneesh V a écrit : OMAP4460 is the latest addition to the OMAP4 family. OMAP4460 has dual core Cortex-A9 CPUs that can be clocked upto 1.5 GHz The memory

Re: [U-Boot] U-Boot: using nand write to flash an ubi image, ubi part fails

2011-07-18 Thread Lars Michael
Hello Ben, --- On Wed, 1/6/11, Ben Gardiner bengardi...@nanometrics.ca wrote: Using mkfs.ubifs and ubinize I have created an image with 5 volumes. In Linux I could flash it using ubiformat /dev/mtd1 -f /root/ubi.img and attach it using ubiattach /dev/ubi_ctrl -m 1. It worked. In

Re: [U-Boot] OMAP3 SPL: merge window question

2011-07-18 Thread Graeme Russ
Hi Simon, Albert On 18/07/11 18:47, Albert ARIBAUD wrote: Le 18/07/2011 10:29, Simon Schwarz a écrit : Dear Wolfgang Denk, Sandeep Paulraj and Albert Aribaud, [snip] Personally, when a patch was initially submitted before the end of the merge window, I will accept subsequent versions of it

Re: [U-Boot] [PATCH 2/2] arm/km: fix u-boot.kwb build breakage

2011-07-18 Thread Holger Brunck
Hi Albert, On 07/16/2011 12:51 PM, Albert ARIBAUD wrote: Le 15/06/2011 09:38, Holger Brunck a écrit : I agree for a single board support, but this is not possible in our approach. We include config_cmd_default.h in keymile-common.h. And keymile-common.h is valid for our powerpc and arm

Re: [U-Boot] [PATCH v2] am3517evm: change console device from ttyS2 to ttyO2

2011-07-18 Thread Albert ARIBAUD
Le 18/07/2011 10:48, Yegor Yefremov a écrit : From 74f884f3d76feda60d8fa1dff1f3fef8bd89acb1 Mon Sep 17 00:00:00 2001 From: Yegor Yefremovyegorsli...@googlemail.com Date: Mon, 18 Jul 2011 10:37:35 +0200 Subject: [PATCH] am3517evm: change console device from ttyS2 to ttyO2 the serial device

[U-Boot] [PATCH 4/4] Armada100: Enable Ethernet support for GplugD

2011-07-18 Thread Ajay Bhargav
This patch enables ethernet support for Marvell GplugD board. Network related commands works. Signed-off-by: Ajay Bhargav ajay.bhar...@einfochips.com --- arch/arm/include/asm/arch-armada100/armada100.h | 57 +++ arch/arm/include/asm/arch-armada100/mfp.h | 19

[U-Boot] [PATCH 3/4] Armada100: Enable 88E3015 PHY support for GplugD

2011-07-18 Thread Ajay Bhargav
This patch adds support for 88E3015 PHY for Marvell GplugD board. Signed-off-by: Ajay Bhargav ajay.bhar...@einfochips.com --- board/Marvell/gplugd/gplugd.c | 35 +++ include/configs/gplugd.h | 14 ++ 2 files changed, 49 insertions(+), 0

[U-Boot] [PATCH 1/4] gpio: Adds GPIO driver support for Armada100

2011-07-18 Thread Ajay Bhargav
This patch adds generic GPIO driver framework support for Armada100 series. To enable GPIO driver define CONFIG_ARMADA100_GPIO and for GPIO commands define CONFIG_CMD_GPIO in your board configuration file. NOTE: This driver assumes proper configuration of MFP register for the GPIO in use. These

[U-Boot] [PATCH 2/4] net: Adds Fast Ethernet Controller driver for Armada100

2011-07-18 Thread Ajay Bhargav
This patch adds support for Fast Ethernet Controller driver for Armada100 series. Signed-off-by: Ajay Bhargav ajay.bhar...@einfochips.com --- arch/arm/include/asm/arch-armada100/armada100.h |1 + drivers/net/Makefile|1 + drivers/net/armada100_fec.c

Re: [U-Boot] [PATCH v2 1/2] ARMV7: Add support for Samsung ORIGEN board

2011-07-18 Thread Chander Kashyap
Dear Minkyu, On 15 July 2011 14:23, Minkyu Kang proms...@gmail.com wrote: Dear Chander Kashyap, On 12 July 2011 17:48, Chander Kashyap chander.kash...@linaro.org wrote: Origen board is based upon S5PV310 SoC which is similiar to S5PC210 SoC. Signed-off-by: Chander Kashyap

Re: [U-Boot] [PATCH v3 09/12] omap: add basic SPL support

2011-07-18 Thread Aneesh V
On Monday 18 July 2011 03:12 PM, Daniel Schwierzeck wrote: Dear Wolfgang, On Sat, Jul 16, 2011 at 5:02 PM, Wolfgang Denkw...@denx.de wrote: Dear Daniel Schwierzeck, In message4e2193dc.8040...@googlemail.com you wrote: But CONFIG_SYS_SPL_TEXT_BASE seems to be the right name for this

Re: [U-Boot] [PATCH v3 09/12] omap: add basic SPL support

2011-07-18 Thread Daniel Schwierzeck
Dear Wolfgang, On Sat, Jul 16, 2011 at 5:02 PM, Wolfgang Denk w...@denx.de wrote: Dear Daniel Schwierzeck, In message 4e2193dc.8040...@googlemail.com you wrote: But CONFIG_SYS_SPL_TEXT_BASE seems to be the right name for this option. Shall I fix it in the SPL framework patches? This is

Re: [U-Boot] [PATCH 00/52] ARM: remove broken boards

2011-07-18 Thread Albert ARIBAUD
Hi Wolfgang, Le 18/07/2011 00:16, Wolfgang Denk a écrit : Dear Albert, as announced a number of times before, the following patch series removes a number of ARM boards that have been left unmaintained and broken for a long time. Generic question: since this patch arrived on july 18th, past

Re: [U-Boot] [PATCH v4] avr32: add grasshopper (ICnova AP7000) board

2011-07-18 Thread Andreas Bießmann
Dear Reinahrd Meyer, Am 01.07.2011 16:47, schrieb Andreas Bießmann: The grasshopper board is a neat avr32 evaluation kit produced by In-Circuit GmbH. See http://www.ic-board.de/product_info.php?info=p75_ICnova-AP7000-Base.html for detailed information about this device. Signed-off-by:

Re: [U-Boot] [PATCH v2] am3517evm: change console device from ttyS2 to ttyO2

2011-07-18 Thread Yegor Yefremov
Am 18.07.2011 11:41, schrieb Albert ARIBAUD: Le 18/07/2011 10:48, Yegor Yefremov a écrit : From 74f884f3d76feda60d8fa1dff1f3fef8bd89acb1 Mon Sep 17 00:00:00 2001 From: Yegor Yefremovyegorsli...@googlemail.com Date: Mon, 18 Jul 2011 10:37:35 +0200 Subject: [PATCH] am3517evm: change console

[U-Boot] [PATCH v3 0/2] ORIGEN Board Support

2011-07-18 Thread Chander Kashyap
Adds support for ORIGEN board with MMC Booting. Chander Kashyap (2): ARMV7: Add support for Samsung ORIGEN board ORIGEN: Add MMC SPL support MAINTAINERS |1 + board/samsung/origen/Makefile | 46 ++

[U-Boot] [PATCH v3 1/2] ARMV7: Add support for Samsung ORIGEN board

2011-07-18 Thread Chander Kashyap
Origen board is based upon S5PV310 SoC which is similiar to S5PC210 SoC. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- Changes for v2: - None Changes for v3: - Board entry added Alphabetically in boards.cfg - Used get_Ram_size function to calculate ram

[U-Boot] [PATCH v3 2/2] ORIGEN: Add MMC SPL support

2011-07-18 Thread Chander Kashyap
Adds mmc boot support. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- Changes for v2: - Added Dirk Behme's patch - SMDKV310: Fix host compilation of mkv310_image Changes for v3: - None mmc_spl/board/samsung/origen/Makefile | 105

Re: [U-Boot] [PATCH v2] am3517evm: change console device from ttyS2 to ttyO2

2011-07-18 Thread Hiremath, Vaibhav
-Original Message- From: Yegor Yefremov [mailto:yegor_s...@visionsystems.de] Sent: Monday, July 18, 2011 3:48 PM To: Albert ARIBAUD Cc: u-boot@lists.denx.de; Hiremath, Vaibhav Subject: Re: [PATCH v2] am3517evm: change console device from ttyS2 to ttyO2 Am 18.07.2011 11:41,

Re: [U-Boot] [PATCH RESEND v2] armv7: Disable D cache for goni target (s5p)

2011-07-18 Thread Linus Walleij
On Mon, Jul 18, 2011 at 9:23 AM, Lukasz Majewski l.majew...@samsung.com wrote: Disable D cache for goni target (s5p) - rationale: 1. Before change introduced in commit SHA1:c2dd0d45540397704de9b13287417d21049d34c6 the D-cache for GONI target was disabled. This change was supposed to

Re: [U-Boot] [PATCH v2] am3517evm: change console device from ttyS2 to ttyO2

2011-07-18 Thread Albert ARIBAUD
Hi Yegor, Le 18/07/2011 10:48, Yegor Yefremov a écrit : From 74f884f3d76feda60d8fa1dff1f3fef8bd89acb1 Mon Sep 17 00:00:00 2001 From: Yegor Yefremovyegorsli...@googlemail.com Date: Mon, 18 Jul 2011 10:37:35 +0200 Subject: [PATCH] am3517evm: change console device from ttyS2 to ttyO2 the

Re: [U-Boot] [PATCH v2] am3517evm: change console device from ttyS2 to ttyO2

2011-07-18 Thread Albert ARIBAUD
Le 18/07/2011 12:23, Hiremath, Vaibhav a écrit : -Original Message- From: Yegor Yefremov [mailto:yegor_s...@visionsystems.de] Sent: Monday, July 18, 2011 3:48 PM To: Albert ARIBAUD Cc: u-boot@lists.denx.de; Hiremath, Vaibhav Subject: Re: [PATCH v2] am3517evm: change console device

[U-Boot] Email-Id Awarded £750.000.00 Pounds in B.P.O Promo Send

2011-07-18 Thread vivencias
Name. Tell. Address. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 04/52] ARM: remove broken jornada board

2011-07-18 Thread Kristoffer Ericson
Please dont. I have the patches here, will send them during the week. Best wishes Kristoffer On Mon, Jul 18, 2011 at 12:16:32AM +0200, Wolfgang Denk wrote: Signed-off-by: Wolfgang Denk w...@denx.de Cc: Kristoffer Ericson kristoffer.eric...@gmail.com --- MAINTAINERS |4 -

[U-Boot] [PATCH v3] Let source cross-reference targets follow symbolic links

2011-07-18 Thread hkronsto
From: Horst Kronstorfer hkron...@frequentis.com Tell 'find' to follow symbolic links, so that files under include/asm and arch/$(ARCH)/include/asm/arch are added to the indexing file list. Signed-off-by: Horst Kronstorfer hkron...@frequentis.com --- Changes for v2: - Apply this change to all

Re: [U-Boot] OMAP3 SPL: merge window question

2011-07-18 Thread Simon Schwarz
Dear Albert Aribaud, On 18.07.11, Albert Aribaud wrote: You mean you can release a patch before the end of the week, right? Personally, when a patch was initially submitted before the end of the merge window, I will accept subsequent versions of it and apply them even if they are submitted

Re: [U-Boot] OMAP3 SPL: merge window question

2011-07-18 Thread Graeme Russ
Hi Simon, Albert On Monday, July 18, 2011, Simon Schwarz simonschwarz...@googlemail.com wrote: Dear Albert Aribaud, On 18.07.11, Albert Aribaud wrote: You mean you can release a patch before the end of the week, right? Personally, when a patch was initially submitted before the end of the

Re: [U-Boot] [PATCH 14/52] ARM: remove broken integratorap board

2011-07-18 Thread Wolfgang Denk
Dear Linus, dear Albert ARIBAUD, In message 4e23efe4.8030...@aribaud.net Albert ARIBAUD wrote: Le 18/07/2011 00:46, Linus Walleij a écrit : As mentioned I'm assuming maintainership for the integratorap, patch is on the list since two days or so. Patch 14/52 marked 'deferred' in

Re: [U-Boot] OMAP3 SPL: merge window question

2011-07-18 Thread Wolfgang Denk
Dear Graeme Russ, In message 4e23ff5c.7060...@gmail.com you wrote: And if the patch is a part of a series, update the version of *all* patches in the series (with a 'no changes' comment for any individual patches in the series which have not been update). Nothing worse than a series being a

Re: [U-Boot] [PATCH v3 09/12] omap: add basic SPL support

2011-07-18 Thread Wolfgang Denk
Dear Daniel Schwierzeck, In message cacuy__wzkkygb9pwu7htbqbsfv5fd43+e78nd1jqa9pdqof...@mail.gmail.com you wrote: ok I won't change the SPL patches. So CONFIG_SPL_* is the new prefix for all SPL specific config options? I'm fine with that. Best regards, Wolfgang Denk -- DENX Software

Re: [U-Boot] [PATCH 00/52] ARM: remove broken boards

2011-07-18 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message 4e24020b.4030...@aribaud.net you wrote: Generic question: since this patch arrived on july 18th, past the merge window closing time, I assume it is now intended for the ARM next branch, i.e. it will not be applied to the 2011-09 release. Or do you expect

Re: [U-Boot] OMAP3 SPL: merge window question

2011-07-18 Thread Graeme Russ
Hi Wolfgang On Monday, July 18, 2011, Wolfgang Denk w...@denx.de wrote: Dear Graeme Russ, In message 4e23ff5c.7060...@gmail.com you wrote: And if the patch is a part of a series, update the version of *all* patches in the series (with a 'no changes' comment for any individual patches in

Re: [U-Boot] OMAP3 SPL: merge window question

2011-07-18 Thread Albert ARIBAUD
Hi Simon, Le 18/07/2011 13:31, Simon Schwarz a écrit : Dear Albert Aribaud, Just Albert is fine. :) On 18.07.11, Albert Aribaud wrote: You mean you can release a patch before the end of the week, right? Personally, when a patch was initially submitted before the end of the merge window, I

Re: [U-Boot] [PATCH 04/52] ARM: remove broken jornada board

2011-07-18 Thread Wolfgang Denk
Dear Kristoffer Ericson, In message 20110718112058.GA2596@Boggieman you wrote: Please dont. I have the patches here, will send them during the week. You are late. Board removal has been announced a number of times, several months ago. Why do you wake up only now, after letting me spend the

Re: [U-Boot] [PATCH 33/52] ARM: remove broken scb9328 board

2011-07-18 Thread Stefano Babic
On 07/18/2011 12:17 AM, Wolfgang Denk wrote: Signed-off-by: Wolfgang Denk w...@denx.de Cc: Konstantin Kletschke kletsc...@synertronixx.de --- MAINTAINERS |3 - MAKEALL |1 - board/scb9328/Makefile| 51 -- board/scb9328/config.mk

[U-Boot] [STATUS] Merge Window closed - ARM board removal on the way

2011-07-18 Thread Wolfgang Denk
Hi all, this to remind you that the merge window for the next release (v2011.09) was closed on Sun Jul 17, 2011. Release v2011.09 is scheduled in 48 days - on September 04, 2011. You may - or may not - have noticed that I posted a larger patch set to remove all support for broken ARM boards

Re: [U-Boot] OMAP3 SPL: merge window question

2011-07-18 Thread Wolfgang Denk
Dear Graeme Russ, In message calbutcj8f+sw-gbg0khby2aufcj30j1jq-xvxknzfmtqbxw...@mail.gmail.com you wrote: Actually I do not want to make this a requirement. =A0If we have a large patch series, and there are changes requested to only one or two of the patches, it is much more efficient to

Re: [U-Boot] [PATCH 36/52] ARM: remove broken versatile boards.

2011-07-18 Thread Stefano Babic
On 07/18/2011 12:17 AM, Wolfgang Denk wrote: Signed-off-by: Wolfgang Denk w...@denx.de --- MAINTAINERS|2 - MAKEALL|3 - Makefile |9 - README

Re: [U-Boot] OMAP3 SPL: merge window question

2011-07-18 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message 4e242306.1000...@aribaud.net you wrote: What might bother *you*, however, is that ATM the SPL framework patches are RFC, so they won't be applied as such, and Aneesh's OMAP4 patches are not applied yet. And you need those patches applied for yours to be. But

Re: [U-Boot] [PATCH 33/52] ARM: remove broken scb9328 board

2011-07-18 Thread Wolfgang Denk
Dear Stefano Babic, In message 4e2425ec.5030...@denx.de you wrote: NAK. The patch to fix this board was already sent and it was repost last week because I asked for some changes. I merged it into u-boot-imx and it is ready for the next pull request. Then please send this pull request ASAP,

Re: [U-Boot] [PATCH 36/52] ARM: remove broken versatile boards.

2011-07-18 Thread Wolfgang Denk
Dear Stefano Babic, In message 4e24273c.7040...@denx.de you wrote: I sent patches to fix the versatile board, and tested for QEMU support: http://patchwork.ozlabs.org/patch/101790/ But I don't see it in mainline, and the state of mainline at the end of the merge window is my reference.

Re: [U-Boot] [PATCH 00/52] ARM: remove broken boards

2011-07-18 Thread Albert ARIBAUD
Hi Wolfgang, Le 18/07/2011 14:08, Wolfgang Denk a écrit : Dear Albert ARIBAUD, In message4e24020b.4030...@aribaud.net you wrote: Generic question: since this patch arrived on july 18th, past the merge window closing time, I assume it is now intended for the ARM next branch, i.e. it will

Re: [U-Boot] [PATCH 30/52] ARM: remove broken mx1fs2 board

2011-07-18 Thread Stefano Babic
On 07/18/2011 12:16 AM, Wolfgang Denk wrote: Signed-off-by: Wolfgang Denk w...@denx.de --- MAKEALL |1 - board/mx1fs2/Makefile| 51 --- board/mx1fs2/config.mk | 10 - board/mx1fs2/flash.c | 849 --

Re: [U-Boot] [PATCH 33/52] ARM: remove broken scb9328 board

2011-07-18 Thread Stefano Babic
On 07/18/2011 10:29 AM, Albert ARIBAUD wrote: Hi all, Le 18/07/2011 10:02, Torsten Koschorrek a écrit : Hello, a patch for this board is in u-boot-imx already, a patch that changes the maintainer is in u-boot-arm. Indeed -- note that the bugfix patch was committed to the imx tree after

[U-Boot] [PATCH] Fix: watchdog timed out, if using sha1 command

2011-07-18 Thread Jens Scharsig
* Fix: if using sha1 command watchdog timed out * change function call sha1_csum(..) to the watchdog-safe variant sha1_csum_wd(..) to support watchdog reset Signed-off-by: Jens Scharsig e...@bus-elektronik.de --- common/cmd_sha1sum.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

[U-Boot] [PATCH] Fix: watchdog timed out, if using md5 command

2011-07-18 Thread Jens Scharsig
* Fix: if using md5 command watchdog timed out * change function call md5(..) to the watchdog-safe variant md5_wd(..) to support watchdog reset Signed-off-by: Jens Scharsig e...@bus-elektronik.de --- common/cmd_md5sum.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[U-Boot] [GIT PULL] Pull request: u-boot-imx

2011-07-18 Thread Stefano Babic
Hi Albert, please pull from u-boot-imx. The following changes since commit 49473adabff703d0784f1f7457f29bde0a4893d1: am3517evm: change console device from ttyS2 to ttyO2 (2011-07-18 12:35:52 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-imx.git master David

Re: [U-Boot] [PATCH 36/52] ARM: remove broken versatile boards.

2011-07-18 Thread Albert ARIBAUD
(removed my old e-mail address) Hi Wolfgang, Le 18/07/2011 14:34, Wolfgang Denk a écrit : Dear Stefano Babic, In message4e24273c.7040...@denx.de you wrote: I sent patches to fix the versatile board, and tested for QEMU support: http://patchwork.ozlabs.org/patch/101790/ But I don't see

Re: [U-Boot] [PATCH 1/2] DaVinci: rename gpio_defs.h to gpio.h

2011-07-18 Thread Paulraj, Sandeep
Hi Laurence, Le 15/07/2011 13:27, Laurence Withers a écrit : In preparation for a generic GPIO driver for the DA8xx processors, renameasm/arch/gpio_defs.h toasm/arch/gpio.h and fix up all files which include it. Signed-off-by: Laurence Witherslwith...@guralp.com ---

[U-Boot] อยากเปลี่ยนชีวิต คลิ๊กเรย..ค่ะ

2011-07-18 Thread nunans narak 001
ถ้าคุณไม่สามารถเห็นเนื้อหาด้านล่างได้ชัดเจน กรุณาดูที่ แสดงเนื้อหา (Show content) Display Image Below หรือ View งาน Part Time ผ่านระบบ Internet 100% กลยุทธ์การสร้างรายได้เสริมบนโลก Online สำหรับผู้ที่กำลังมองหารายได้เสริม แต่ไม่มีเวลาที่มากพอ นี่คืองานในรูปแบบใหม่ในการสร้างเงิน

Re: [U-Boot] [PATCH 1/2] DaVinci: rename gpio_defs.h to gpio.h

2011-07-18 Thread Albert ARIBAUD
Hi Sandeep, Le 18/07/2011 15:02, Paulraj, Sandeep a écrit : Hi Laurence, Le 15/07/2011 13:27, Laurence Withers a écrit : In preparation for a generic GPIO driver for the DA8xx processors, renameasm/arch/gpio_defs.h toasm/arch/gpio.h and fix up all files which include it.

Re: [U-Boot] [PATCH 36/52] ARM: remove broken versatile boards.

2011-07-18 Thread Stefano Babic
On 07/18/2011 02:47 PM, Albert ARIBAUD wrote: As I said, the scb9328 bugfix commit was added to the IMX tree *after* the last IMX pull request (which I applied), so I need a new IMX pull request for the ARM tree to pull the new IX commits in; then only can I send you a pull request of my own.

Re: [U-Boot] [PATCH v3 09/12] omap: add basic SPL support

2011-07-18 Thread Simon Schwarz
Hi Aneesh, On Sat, 16 Jul 2011 18:23:19 +0530 Aneesh V ane...@ti.com wrote: * omap4_rev_string() reference changed to omap_rev_string() + char omap4_rev_string[50]; [snip] + printf(\nU-Boot SPL %s (%s - %s)\n, u_boot_rev, U_BOOT_DATE, + U_BOOT_TIME); +

[U-Boot] [GIT pull] Please pull u-boot-mpc85xx

2011-07-18 Thread Kumar Gala
The following changes since commit 68d4230c3ccce96a72c5b99e48399bf1796fe3c6: powerpc/85xx: Add default usb mode and phy type to hwconfig (2011-07-11 13:24:21 -0500) are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master Becky Bruce (1):

[U-Boot] [PATCH] nand: increase chip_delay in mv kirkwood nand driver

2011-07-18 Thread Holger Brunck
From: Stefan Bigler stefan.big...@keymile.com The new SAMSUNG NAND Flash K9F1G08U0D require a bigger chip_delay. The Data Transfer from Cell to Register is = 35us. Other Vendors and older chips normally use = 25us. To have enough margin 40us is selected. Signed-off-by: Stefan Bigler

Re: [U-Boot] OMAP3 SPL: merge window question

2011-07-18 Thread Holger Brunck
Hi, On 07/18/2011 02:29 PM, Wolfgang Denk wrote: Dear Graeme Russ, In message calbutcj8f+sw-gbg0khby2aufcj30j1jq-xvxknzfmtqbxw...@mail.gmail.com you wrote: Actually I do not want to make this a requirement. =A0If we have a large patch series, and there are changes requested to only one

Re: [U-Boot] [PATCH v2 0/2] DA8xx: add generic GPIO driver

2011-07-18 Thread Paulraj, Sandeep
-Original Message- From: Laurence Withers [mailto:lwith...@guralp.com] Sent: Saturday, July 16, 2011 6:42 AM To: u-boot@lists.denx.de; u-boot@lists.denx.de Cc: Laurence Withers; Paulraj, Sandeep Subject: [PATCH v2 0/2] DA8xx: add generic GPIO driver This adds a generic GPIO

Re: [U-Boot] [PATCH v3 09/12] omap: add basic SPL support

2011-07-18 Thread Aneesh V
Hi Simon, On Monday 18 July 2011 06:51 PM, Simon Schwarz wrote: Hi Aneesh, On Sat, 16 Jul 2011 18:23:19 +0530 Aneesh Vane...@ti.com wrote: * omap4_rev_string() reference changed to omap_rev_string() +char omap4_rev_string[50]; [snip] +printf(\nU-Boot SPL %s (%s - %s)\n,

Re: [U-Boot] [STATUS] Merge Window closed - ARM board removal on the way

2011-07-18 Thread Kumar Gala
On Jul 18, 2011, at 7:25 AM, Wolfgang Denk wrote: Hi all, this to remind you that the merge window for the next release (v2011.09) was closed on Sun Jul 17, 2011. Release v2011.09 is scheduled in 48 days - on September 04, 2011. You may - or may not - have noticed that I posted a

Re: [U-Boot] [PATCH v 0/5] arm: omap4: omap4460 support

2011-07-18 Thread Aneesh V
On Saturday 16 July 2011 09:55 PM, Aneesh V wrote: OMAP4460 is the latest addition to the OMAP4 family. OMAP4460 has dual core Cortex-A9 CPUs that can be clocked upto 1.5 GHz The memory architecture has been improved to provide better performance and there several other minor improvements in

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2011-07-18 Thread Albert ARIBAUD
Hi Stefano, Le 18/07/2011 14:45, Stefano Babic a écrit : Hi Albert, please pull from u-boot-imx. The following changes since commit 49473adabff703d0784f1f7457f29bde0a4893d1: am3517evm: change console device from ttyS2 to ttyO2 (2011-07-18 12:35:52 +0200) are available in the git

[U-Boot] Pull request: u-boot-arm/master

2011-07-18 Thread Albert ARIBAUD
Hi Wolfgang, The following changes since commit 68d4230c3ccce96a72c5b99e48399bf1796fe3c6: powerpc/85xx: Add default usb mode and phy type to hwconfig (2011-07-11 13:24:21 -0500) are available in the git repository at: git://git.denx.de/u-boot-arm.git master Albert ARIBAUD (1):

Re: [U-Boot] [PATCH v3 00/12] U-Boot MMC SPL for OMAP4

2011-07-18 Thread Aneesh V
Dear Wolfgang, On Saturday 16 July 2011 06:23 PM, Aneesh V wrote: This series adds mmc SPL support for OMAP4. This is essentially an up-streaming effort for TI's x-loader for OMAP4 using the SPL framework This work partly draws upon previous work done for x-loader by: Santosh

Re: [U-Boot] [PATCH 00/52] ARM: remove broken boards

2011-07-18 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message 4e242883.5040...@aribaud.net you wrote: It took me longer to prepare this series, as I actually waited for the last day of the merge window for any fixes to come in. Same as I did for the UTF-8 patch -- would it qualify as a bugfix? :) It has caused

Re: [U-Boot] [PATCH v3 00/12] U-Boot MMC SPL for OMAP4

2011-07-18 Thread Wolfgang Denk
Dear Aneesh V, In message 4e24375d.1000...@ti.com you wrote: I think I have addressed all the comments you and others had on the previous series and adapted it to the new SPL framework. Yes, I agree. There are just two comments for this series so far. I have to omit the 'SYS' from

[U-Boot] [PATCH] am3517evm: remove rootfstype kernel parameter for MMC boot device

2011-07-18 Thread Yegor Yefremov
From 53afd3a38abbaed8890ca1ba36439e0c93b69969 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov yegorsli...@googlemail.com Date: Mon, 18 Jul 2011 15:44:42 +0200 Subject: [PATCH] am3517evm: remove rootfstype kernel parameter for MMC boot device it is not necessary to define rootfstype for mass

[U-Boot] Please Pull u-boot-ti/master

2011-07-18 Thread s-paulraj
Albert, Please pull u-boot-ti/master. I am working on some other patches from Aneesh as well. I will send a pull request for that as well as remaining u-boot-ti patches in due course of time. Regards, Sandeep The following changes since commit 68d4230c3ccce96a72c5b99e48399bf1796fe3c6:

Re: [U-Boot] [PATCH v3 00/12] U-Boot MMC SPL for OMAP4

2011-07-18 Thread Aneesh V
Dear Wolfgang, On Monday 18 July 2011 07:20 PM, Wolfgang Denk wrote: Dear Aneesh V, In message4e24375d.1000...@ti.com you wrote: I think I have addressed all the comments you and others had on the previous series and adapted it to the new SPL framework. Yes, I agree. There are just two

Re: [U-Boot] [PATCH v3 00/12] U-Boot MMC SPL for OMAP4

2011-07-18 Thread Wolfgang Denk
Dear Aneesh V, In message 4e243da5.4080...@ti.com you wrote: One minor question. For the OMAP spl I have some cofig flags like CONFIG_SYS_SPL_STACK, CONFIG_SYS_SPL_BSS_START_ADDR etc. Is it ok to omit the 'SYS' part of these too? Yes, please. I think we should make this consistently.

Re: [U-Boot] OMAP3 SPL: merge window question

2011-07-18 Thread Daniel Schwierzeck
Dear Wolfgang, On Mon, Jul 18, 2011 at 2:30 PM, Wolfgang Denk w...@denx.de wrote: Dear Albert ARIBAUD, In message 4e242306.1000...@aribaud.net you wrote: What might bother *you*, however, is that ATM the SPL framework patches are RFC, so they won't be applied as such, and Aneesh's OMAP4

Re: [U-Boot] Pull request: u-boot-arm/master

2011-07-18 Thread Igor Grinberg
Hi Albert, On 07/18/11 16:38, Albert ARIBAUD wrote: Igor Grinberg (1): arm: add CONFIG_MACH_TYPE setting and documentation hmm... no [2/3] and [3/3]... ? http://patchwork.ozlabs.org/patch/103048/ http://patchwork.ozlabs.org/patch/103047/ When do you plan to pull these? -- Regards,

[U-Boot] [PATCH v2 3/7] ARMV7: OMAP3: Add 37xx ESx revision numbers.

2011-07-18 Thread Michael Jones
From: Howard D. Gray howard.g...@matrix-vision.de Signed-off-by: Michael Jones michael.jo...@matrix-vision.de --- Changes for v2: - None. Resubmitting to include custodian in cc: arch/arm/cpu/armv7/omap3/sys_info.c | 13 - arch/arm/include/asm/arch-omap3/omap3.h | 10

[U-Boot] [PATCH v2 4/7] mmc: rescan fails on empty slot

2011-07-18 Thread Michael Jones
Fail in 'mmc rescan' if mmc_init() returns error Signed-off-by: Michael Jones michael.jo...@matrix-vision.de --- Changes for v2: - None. Resubmitting to include custodian in cc: common/cmd_mmc.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/common/cmd_mmc.c

[U-Boot] [PATCH v2 5/7] mv_common.c: don't compile reset_environment if ENV_IS_NOWHERE

2011-07-18 Thread Michael Jones
Doesn't make sense to provide this function to boards which defined CONFIG_ENV_IS_NOWHERE. Such a board gets a linking error because common/env_nowhere.c doesn't define saveenv(). Signed-off-by: Michael Jones michael.jo...@matrix-vision.de --- Changes for v2: - None. Resubmitting to include

Re: [U-Boot] [PATCH 4/4] DA8xx: fix LPSC constants

2011-07-18 Thread Laurence Withers
On Mon, Jul 18, 2011 at 10:32:07AM +0530, Rajashekhara, Sudhakar wrote: Why not remove the LPSC constants which are not used. They can be added as and when required. Hi Sudhakar, This makes sense. I'll leave it a day or two in case there are any other comments, and then post an updated patch

Re: [U-Boot] OMAP3 SPL: merge window question

2011-07-18 Thread Aneesh V
Hi Daniel, Wolfgang, On Monday 18 July 2011 07:49 PM, Daniel Schwierzeck wrote: Dear Wolfgang, On Mon, Jul 18, 2011 at 2:30 PM, Wolfgang Denkw...@denx.de wrote: Dear Albert ARIBAUD, In message4e242306.1000...@aribaud.net you wrote: What might bother *you*, however, is that ATM the SPL

[U-Boot] [PATCH v2 6/7] ARMV7: OMAP: I2C driver: Write more than 1 byte at a time in i2c_write

2011-07-18 Thread Michael Jones
This allows the EEPROM layer to send a single i2c write command per page, and wait CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS between i2c write commands. Signed-off-by: Michael Jones michael.jo...@matrix-vision.de --- Changes for v2: - None. Resubmitting to include custodian in cc:

Re: [U-Boot] OMAP3 SPL: merge window question

2011-07-18 Thread Daniel Schwierzeck
Hi Aneesh, On Mon, Jul 18, 2011 at 4:54 PM, Aneesh V ane...@ti.com wrote: Probably one more small change is required in 2/9. CONFIG_SYS_SPL_LDSCRIPT needs to be CONFIG_SPL_LDSCRIPT for the sake of consistency. I'll change it. Documentation is also missing for that option. Thanks for the

[U-Boot] i.MX51: FEC: Cache coherency problem?

2011-07-18 Thread David Jander
Hi all, I am busy debugging a problem with the i.MX51 FEC ethernet driver, that stopped working after upgrading u-boot. Before the upgrade I used v2010.06-rc3, which worked fine. I gave up on trying to find the difference beween the old version and this one that broke it due to BSP issues,

[U-Boot] [PATCH v4 00/12] U-Boot MMC SPL for OMAP4

2011-07-18 Thread Aneesh V
This series adds mmc SPL support for OMAP4. This is essentially an up-streaming effort for TI's x-loader for OMAP4 using the SPL framework This work partly draws upon previous work done for x-loader by: Santosh Shilimkar santosh.shilim...@ti.com Rajendra Nayak rna...@ti.com and

[U-Boot] [PATCH v4 01/12] omap4: utility function to identify the context of hw init

2011-07-18 Thread Aneesh V
The basic hardware init of OMAP4(s_init()) can happen in 4 different contexts: 1. SPL running from SRAM 2. U-Boot running from FLASH 3. Non-XIP U-Boot loaded to SDRAM by SPL 4. Non-XIP U-Boot loaded to SDRAM by ROM code using the Configuration Header feature What level of hw

[U-Boot] [PATCH v4 02/12] omap4: cleanup pin mux data

2011-07-18 Thread Aneesh V
- separate mux settings into essential and non essential parts - essential part is board independent as of now(so move it to SoC directory). Will help in having single SPL for all boards. - Non-essential part(the pins not essential for u-boot to function) need to be phased out eventually. -

[U-Boot] [PATCH v4 03/12] omap4: add OMAP4430 revision check

2011-07-18 Thread Aneesh V
Signed-off-by: Aneesh V ane...@ti.com --- V2: * Added a revision string in addition to the revision number Helps in printing out the OMAP revision at bootup V3: * Improved the revision check function by saving the value instead of finding it every time. * Improved revision string function

[U-Boot] [PATCH v4 04/12] omap4: add clock support

2011-07-18 Thread Aneesh V
Add support for: 1. DPLL locking 2. Initialization of clock domains and clock modules 3. Setting up the right voltage on voltage rails This work draws upon previous work done for x-loader by: Santosh Shilimkar santosh.shilim...@ti.com Rajendra Nayak rna...@ti.com Signed-off-by:

[U-Boot] [PATCH v4 05/12] omap4: add sdram init support

2011-07-18 Thread Aneesh V
Add support for the SDRAM controller (EMIF). Signed-off-by: Aneesh V ane...@ti.com --- V2: * Minor corrections in do_lpddr2_init() * Minor corrections to read_idle interval calculation * Sanity test of memory after doing the initialization * Fixed warnings reported with with latest GCC compilers

  1   2   >