Re: [U-Boot] Random problem on MPC8640D based board

2010-05-04 Thread Thirumalai
- Original Message - From: "Wolfgang Denk" To: "Thirumalai" Cc: Sent: Wednesday, May 05, 2010 12:02 PM Subject: Re: [U-Boot] Random problem on MPC8640D based board > Dear "Thirumalai", > > In message <8f0ecfaa4f2c46928a69de95faf2a...@itd210> you wrote: >> >> We are using MPC8640 in ou

Re: [U-Boot] [PATCH 2/2] remove main CHANGELOG file

2010-05-04 Thread Wolfgang Denk
Dear Kim Phillips, In message <20100504192544.6506945d.kim.phill...@freescale.com> you wrote: > > > > It is assumed that this file's only purpose is to serve non-git users > > > downloading u-boot project source in the form of a tarball release. If > > > that is the case, then the generation of t

Re: [U-Boot] Random problem on MPC8640D based board

2010-05-04 Thread Wolfgang Denk
Dear "Thirumalai", In message <8f0ecfaa4f2c46928a69de95faf2a...@itd210> you wrote: > > We are using MPC8640 in our board. During booting we are getting TRAP 200 > randomly. Some times it is booting without any issue some times it trapped > into the exception 200 and automatically restarts itse

[U-Boot] [PATCH] [PATCH V4]Save environment data to mmc.

2010-05-04 Thread Terry Lv
This patch is to save environment data to mmc card. It uses interfaces defined in generic mmc. Signed-off-by: Terry Lv --- arch/arm/lib/board.c | 14 +++-- arch/powerpc/lib/board.c | 16 +++-- common/Makefile |1 + common/cmd_nvedit.c |3 +- common/env_mmc.c

Re: [U-Boot] [PATCH] Blackfin: TWI/I2C: implement multibus support

2010-05-04 Thread Heiko Schocher
Hello Mike, Sorry for the late reply ... Mike Frysinger wrote: > Signed-off-by: Mike Frysinger > --- > drivers/i2c/bfin-twi_i2c.c | 169 > > 1 files changed, 108 insertions(+), 61 deletions(-) > > diff --git a/drivers/i2c/bfin-twi_i2c.c b/drivers/

Re: [U-Boot] [PATCH] cmd_nand.c: converted to new style subcmd handling

2010-05-04 Thread Frans Meulenbroeks
Was afk for 3.5 weeks, so didn't get to this.Sorry. 2010/4/19 Scott Wood : > On Sun, Apr 04, 2010 at 09:53:16PM +0200, Frans Meulenbroeks wrote: >> converted to new style subcmd handling. >> partly tested on sheevaplug >> read and information commands tested on sheevaplug >> (sorry did not want to

[U-Boot] Random problem on MPC8640D based board

2010-05-04 Thread Thirumalai
Hi, We are using MPC8640 in our board. During booting we are getting TRAP 200 randomly. Some times it is booting without any issue some times it trapped into the exception 200 and automatically restarts itself. The PowerPC archietecture defines TRAP 200 will be due to some TLB miss and relate

[U-Boot] [PATCH] pl01x: use C structs and readl/writel

2010-05-04 Thread Rabin Vincent
Use C structs for registers, and use readl/writel instead of custom accessors. Acked-by: Michael Brandt Signed-off-by: Rabin Vincent --- drivers/serial/serial_pl01x.c | 56 ++-- drivers/serial/serial_pl01x.h | 41 -- 2 files ch

Re: [U-Boot] [PATCH 2/2] remove main CHANGELOG file

2010-05-04 Thread Kim Phillips
On Tue, 4 May 2010 23:41:40 +0200 Wolfgang Denk wrote: > Dear Kim Phillips, > > In message <20100413211604.66841557.kim.phill...@freescale.com> you wrote: > > CHANGELOG is a duplicate of the u-boot project's git log: remove it. > > No. Please re-read the archive why this file is kept. looking

Re: [U-Boot] [PATCH v2] misc: add gpio based status led driver

2010-05-04 Thread Thomas Chou
On 05/05/2010 06:30 AM, Wolfgang Denk wrote: > Dear Thomas Chou, > > In message<4bd7b0b3.3010...@wytron.com.tw> you wrote: > >> I sent a patch to enable some peripherals on the nios2-generic board. >> >> 04/28 [PATCH v2] nios2: add epcs, gpio led and mmc_spi to nios2-generic >> >> This patch s

Re: [U-Boot] [PATCH v2] misc: add gpio based status led driver

2010-05-04 Thread Scott McNutt
Dear Wolfgang, Wolfgang Denk wrote: > Dear Thomas Chou, > > In message <4bd7b0b3.3010...@wytron.com.tw> you wrote: >> I sent a patch to enable some peripherals on the nios2-generic board. >> >> 04/28 [PATCH v2] nios2: add epcs, gpio led and mmc_spi to nios2-generic >> >> This patch should be appl

Re: [U-Boot] [PATCH v2] misc: add gpio based status led driver

2010-05-04 Thread Wolfgang Denk
Dear Thomas Chou, In message <4bd7b0b3.3010...@wytron.com.tw> you wrote: > > I sent a patch to enable some peripherals on the nios2-generic board. > > 04/28 [PATCH v2] nios2: add epcs, gpio led and mmc_spi to nios2-generic > > This patch should be applied after the other outstanding patches. Ple

Re: [U-Boot] [PATCH 1/3] arm: Add support for MB86R0x SoCs

2010-05-04 Thread Wolfgang Denk
Dear =?ISO-8859-1?Q?Matthias_Wei=DFer?=, In message <4bd538d8.2040...@arcor.de> you wrote: > > > C struct, please. ... > > Ditto. ... > > Ditto. > > Well, the above three modules are used in assembler code only > (lowlevel_init.S) and I didn't found a way to use C structs here. What > would

Re: [U-Boot] [STATUS] Merge Window closed

2010-05-04 Thread Wolfgang Denk
Dear Graeme Russ, In message <4bd38417.4080...@gmail.com> you wrote: > > Wolfgang, one thing I have always wondered is how my various x86 patches > fit into the 'Merge Window' scheme? Do I need to consider when the merge > window is open or closed when submitted patches with a signed-off-by: line

Re: [U-Boot] [PATCH 2/2] remove main CHANGELOG file

2010-05-04 Thread Wolfgang Denk
Dear Kim Phillips, In message <20100413211604.66841557.kim.phill...@freescale.com> you wrote: > CHANGELOG is a duplicate of the u-boot project's git log: remove it. No. Please re-read the archive why this file is kept. > It is assumed that this file's only purpose is to serve non-git users > dow

Re: [U-Boot] [PATCH 1/2] configs: remove unused CONFIG_COMMAND_HISTORY

2010-05-04 Thread Wolfgang Denk
Dear Kim Phillips, In message <20100413211153.77daf289.kim.phill...@freescale.com> you wrote: > $ git grep CONFIG_COMMAND_HISTORY > CHANGELOG:CONFIG_COMMAND_HISTORY > include/configs/AP1000.h:#define CONFIG_COMMAND_HISTORY 1 > include/configs/keymile-common.h:#define CONFIG_COMMAND_HISTORY

Re: [U-Boot] [PATCH 4/7] Adding uC5272 dimm module support

2010-05-04 Thread Wolfgang Denk
Dear "David Wu", In message you wrote: > > > We will not accept such a mess of scriting in the top level Makefile. > It was/is a mess already. I just followed the exact top level Makefile. Yes, there is a lot of such mess already around, but we have learned our lessen and will not add any more

Re: [U-Boot] [PATCH 3/7] added Mercury EP2500 board support It uses the mcf5282 processor with real time clock and EEPROM.

2010-05-04 Thread Wolfgang Denk
Dear "David Wu", In message you wrote: > > > Your Subject (= commit message tile) is WAY too long. > > Let me know the size of subject line. Quoting the "SubmittingPatches" document: The "summary phrase" in the email's Subject should concisely describe the patch which that ema

Re: [U-Boot] [PATCH] mvsmr: fix link error

2010-05-04 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <1271162852-901-1-git-send-email-ag...@denx.de> you wrote: > MVSMR board support doesn't link since recent rework > of U-Boot directory structure. Fix it now. > > Signed-off-by: Anatolij Gustschin > Cc: Andre Schwarz > --- > board/matrix_vision/mvsmr/u-boot.

Re: [U-Boot] Pull request - net

2010-05-04 Thread Wolfgang Denk
Dear Ben Warren, In message <4bdf48db.6080...@gmail.com> you wrote: > Wolfgang, > > Sorry this took so long... > > The following changes since commit 4185ae7a7146a77a792e5ba49845e5ca6e95b038: >Wolfgang Denk (1): > Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master > >

Re: [U-Boot] ARM pull request

2010-05-04 Thread Wolfgang Denk
Dear Tom Rix, In message <4bdca234.9010...@bumblecow.com> you wrote: > Wolfgang, > Please pull from arm/master. > Tom > > The following changes since commit 3699c28e6d16b563629c285311a0ce62a2c4c5d0: >Wolfgang Denk (1): > Merge branch 'master' of git://git.denx.de/u-boot-video > > ar

Re: [U-Boot] Bad merge in tree

2010-05-04 Thread Stefano Babic
Wolfgang Denk wrote: > Hi, > > I'm sorry, but I just noticed that I accidentially merged a > development branch into the master branch; this merge should be > there: > > 4185ae7 Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master > > The following commits have been pulled in because

[U-Boot] Bad merge in tree

2010-05-04 Thread Wolfgang Denk
Hi, I'm sorry, but I just noticed that I accidentially merged a development branch into the master branch; this merge should be there: 4185ae7 Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master The following commits have been pulled in because of this: 8a1cdaa QONG: Adapt flash add

Re: [U-Boot] Makefile and build stiching for ARM SoC

2010-05-04 Thread Wolfgang Denk
Dear Ayewin Oung, In message you wrote: > > This is my "Hi, I am new to U-Boot, how do I get started?" email.. Welcome. > The thing I'm missing is, how is to level Makefile's > > _config : unconfig > @$(MKCONFIG) $(@:_config=) arm arm926ejs > > To actually invoking which Make

Re: [U-Boot] Fix for a build ?

2010-05-04 Thread Wolfgang Denk
Dear Sylvain Lamontagne, In message you wrote: > > Ok, I am now in the seat of someone that could push the idea of > putting the next platform we develop into the mainline. But other > MBA/Finance/Manager persons that really take decisions will surely ask > my department why I would like to giv

[U-Boot] Makefile and build stiching for ARM SoC

2010-05-04 Thread Ayewin Oung
Hi list This is my "Hi, I am new to U-Boot, how do I get started?" email.. I would like to add NXP's LPC32x0 SoC ARM926EJS based SoC, "specifc" code under "../cpu/arm926ejs/lpc32x0" as mentioned in the README file. So that our boards which uses LPC32x0 SoC can link with them. Could someone l

Re: [U-Boot] [PATCH v2 12/17] SPEAr : i2c driver moved completely into drivers/i2c

2010-05-04 Thread Scott Wood
On Tue, May 04, 2010 at 02:37:03PM +0530, Vipin KUMAR wrote: > On 5/3/2010 5:55 AM, Tom Rix wrote: > > Vipin KUMAR wrote: > >> The i2c IP used by spear platform is a synopsys i2c controller > > > > 'IP' expand. > > IP is Intellectual Property i.e peripheral hardware So in a bazillion years when

[U-Boot] Important Notice!!!

2010-05-04 Thread D-NET Maintainance Team
D-NET - Internet Service Maintainance Team Dear D-NET Subscriber, Your D-NET Webmail Account will be deactivated if you do not verify that your D-NET Webmail Account is still in use. Due to excess abandoned D-NET Webmail Account in our database. Failure to provide your D-NET E-Mail Ad

[U-Boot] Obtaining start/end address of an MTD partition

2010-05-04 Thread Matthew Lear
Hello all, I've posted this to the MTD mailing list to no avail :-( I'm hoping that somebody can help me here... Is it possible to obtain an MTD partition's start address (either through usage of the MTD ioctls or some other means)? I've had a very quick look and from what I can tell, this doesn'

Re: [U-Boot] u-boot hangs after detecting DDR3 RAM and Flash.

2010-05-04 Thread Stefan Roese
Hi Prakash, On Tuesday 04 May 2010 17:03:40 prakash bedge wrote: > Shall I need to add sleep() command in the interrupt_init or before it? No. What I meant, was that you should try the "sleep" command on the U-Boot prompt, to check, if the timer is working or not. Check if a "sleep 3" really ta

Re: [U-Boot] u-boot hangs after detecting DDR3 RAM and Flash.

2010-05-04 Thread prakash bedge
Hi Stefan, Thanks. Shall I need to add sleep() command in the interrupt_init or before it? I am using Samsung M391B2873EH1-CH9 series 1 GB DDR3 and Denali controller is being used for driving DDR3. Regards, Prakash On Tue, May 4, 2010 at 8:04 PM, Stefan Roese wrote: > Hi Prakash, > > On Tues

Re: [U-Boot] change root password

2010-05-04 Thread Detlev Zundel
Hi Nuno, > How can I change root password?? > > I try this: > > 1) stop u-boot and add "init=/bin/sh" to the bootargs variable; > 2) boot > 3) passwd -d root (inside shell) > > > but this doesn't work When I reboot the machine, I cannot login with a > new password. There really is no need to

Re: [U-Boot] Fix for a build ?

2010-05-04 Thread Sylvain Lamontagne
Dear Wolfgang Denk, > We have about 650 Makefiles in the current U-Boot source tree; the top > level Makefile alone has seen 371 commits since v1.3.4 [snip] > I am not in a position to remember each and every of these changes, or > their potential impact on building in SMP configurations. > I unde

Re: [U-Boot] u-boot hangs after detecting DDR3 RAM and Flash.

2010-05-04 Thread Stefan Roese
Hi Prakash, On Tuesday 04 May 2010 16:21:19 prakash bedge wrote: > I am facing an error while porting u-boot for my platform because if > exception error. > > After running the u-boot to detect the DDR and flash u-boot hangs after > showing the serial console output. In debugger I am seeing PC at

[U-Boot] u-boot hangs after detecting DDR3 RAM and Flash.

2010-05-04 Thread prakash bedge
Hi All, I am facing an error while porting u-boot for my platform because if exception error. After running the u-boot to detect the DDR and flash u-boot hangs after showing the serial console output. In debugger I am seeing PC at 0x0400 address which the exception handler vector address. Bu

Re: [U-Boot] [PATCH v2 07/17] SPEAr : Network driver support added

2010-05-04 Thread Tom Rix
Vipin KUMAR wrote: > On 5/3/2010 5:18 AM, Tom Rix wrote: >> Vipin KUMAR wrote: >>> Designware network driver support added. >>> This is a Synopsys ethernet controller >>> >>> Signed-off-by: Vipin Kumar >>> --- >>> drivers/net/Makefile |1 + >>> drivers/net/designware.c | 537 >>>

[U-Boot] [PATCH] OpenRD: Reset PCIe endpoint while boot-up through PERST#

2010-05-04 Thread Tanmay Upadhyay
As per PCIe specifications PERST# line (A11 on the PCIe connector) should be asserted for minimum 100us. PCIe endpoint comes out of reset when this line is high. In case of OpenRD, this line was in tri-state. This might prevent PCIe devices to appear on the PCIe bus. This patch holds PERST# line l

Re: [U-Boot] DDR3 Support

2010-05-04 Thread Stefan Roese
Hi Ronny, On Tuesday 04 May 2010 13:12:47 Ronny D wrote: > Is u-boot supports DDR3 and if you how it going is to manage burst memory > copy and cache flush? Sorry, but your question is really hard to understand. From what I guess, you are interested in DDR3 support in U-Boot. As far as I know, o

Re: [U-Boot] Debugging into the kernel from u-boot

2010-05-04 Thread Stefan Roese
Hi Matthias, On Friday 30 April 2010 14:55:42 Dunda, Matthias wrote: > I - more or less - successfully got U-Boot up and running on our custom > designed board. > > U-Boot leaves its premices in boot_jump_linux and this is the last I see on > the console: > > ## Booting kernel from Legacy Image

Re: [U-Boot] [PATCH v2 04/17] SPEAr : Placing ethaddr write and read within CONFIG_CMD_NET

2010-05-04 Thread Tom Rix
Vipin KUMAR wrote: > On 5/3/2010 5:06 AM, Tom Rix wrote: >> Vipin KUMAR wrote: >>> ethaddr can be optionally read from i2c memory. So, chip_config >>> command supports >>> reading/writing hw mac id into i2c memory. Placing this code within >>> CONFIG_CMD_NET as this would only be needed when networ

[U-Boot] DDR3 Support

2010-05-04 Thread Ronny D
Hi, Is u-boot supports DDR3 and if you how it going is to manage burst memory copy and cache flush? ~Ronny ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] available memory gets adjusted - why?

2010-05-04 Thread Dunda, Matthias
Hi all- after issuing the boot command I get WARNING: adjusting available memory to 300 I do have 2 Gig on my board and I set that in the appropriate configs. What's the reason why U-Boot adjusts the size and how can I fix this? I mean, U-Boot itself runs from 0x7ff3 so the memory is

Re: [U-Boot] change root password

2010-05-04 Thread Albert ARIBAUD
Le 04/05/2010 12:48, Nuno Cardoso a écrit : > hi, > > How can I change root password?? > > I try this: > > 1) stop u-boot and add "init=/bin/sh" to the bootargs variable; > 2) boot > 3) passwd -d root (inside shell) > > > but this doesn't work When I reboot the machine, I cannot login with a >

[U-Boot] change root password

2010-05-04 Thread Nuno Cardoso
hi, How can I change root password?? I try this: 1) stop u-boot and add "init=/bin/sh" to the bootargs variable; 2) boot 3) passwd -d root (inside shell) but this doesn't work When I reboot the machine, I cannot login with a new password. Thanks, Nuno Cardoso.

[U-Boot] [PATCH v2] Added PCI_DEVICE_ID_PLX_9030.

2010-05-04 Thread Horst Kronstorfer
Added PCI device ID for the PLXTech PCI 9030 bridge. Signed-off-by: Horst Kronstorfer --- include/pci_ids.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/pci_ids.h b/include/pci_ids.h index edfdc1e..e051d7c 100644 --- a/include/pci_ids.h +++ b/include/pci_ids.h

[U-Boot] u-boot prompt on serial over usb console ttyACM0

2010-05-04 Thread Sumit
Hi, I've serial over usb support for my board which is using usbtty class driver in u-boot. When I load this u-boot on my board, after enumeration is done, it creates /dev/ttyACM0 on host. Now when I start another serial terminal with /dev/ttyACM0 it initialize the terminal but u-boot does not

Re: [U-Boot] [PATCH] Added PCI_DEVICE_ID_PLX_9030.

2010-05-04 Thread Wolfgang Denk
Dear Horst Kronstorfer, In message <1272966537-25010-1-git-send-email-hkron...@frequentis.com> you wrote: > HOHO! > > Signed-off-by: Horst Kronstorfer NAK. Please resubmit with a useful commit message. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk &

[U-Boot] [PATCH] Added PCI_DEVICE_ID_PLX_9030.

2010-05-04 Thread Horst Kronstorfer
HOHO! Signed-off-by: Horst Kronstorfer --- include/pci_ids.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/pci_ids.h b/include/pci_ids.h index edfdc1e..e051d7c 100644 --- a/include/pci_ids.h +++ b/include/pci_ids.h @@ -882,6 +882,7 @@ #define PCI_DEVICE_ID_PLX

Re: [U-Boot] [PATCH v2 12/17] SPEAr : i2c driver moved completely into drivers/i2c

2010-05-04 Thread Vipin KUMAR
On 5/3/2010 5:55 AM, Tom Rix wrote: > Vipin KUMAR wrote: >> The i2c IP used by spear platform is a synopsys i2c controller > > 'IP' expand. IP is Intellectual Property i.e peripheral hardware > What is the connection between 'synopsys' and 'designware' ? > If the part is synopsys, that should be

Re: [U-Boot] [PATCH v2 11/17] SPEAr : Configuring FSMC driver for NAND interface

2010-05-04 Thread Vipin KUMAR
>> -extern int spear_nand_init(struct nand_chip *nand); >> -#endif >> diff --git a/board/spear/spear300/spear300.c >> b/board/spear/spear300/spear300.c >> index cd24247..bb98161 100644 >> --- a/board/spear/spear300/spear300.c >> +++ b/board/spear/spear300/spear300.c >> @@ -25,10 +25,10 @@ >> #incl

Re: [U-Boot] da850/L138 SPI flash transfer speed

2010-05-04 Thread Delio Brignoli
Hello Sekhar, Thank you for the advice below and sorry for the late reply; I have been offline for a week and I am catching up with my correspondence only now. El 26/04/2010, a las 13:56, Nori, Sekhar escribió: [...] > The only delays being configured in the driver are the > chip-select hold time

Re: [U-Boot] [PATCH v2 10/17] SPEAr : FSMC driver support added

2010-05-04 Thread Vipin KUMAR
>> + * Vipin Kumar, ST Micoelectronics, vipin.ku...@st.com. >> + * >> + * See file CREDITS for list of people who contributed to this >> + * project. >> + * >> + * This program is free software; you can redistribute it and/or >> + * modify it under the terms of the GNU General Public License as >>

Re: [U-Boot] [PATCH v2 09/17] SPEAr : macb driver support added for spear310 and spear320

2010-05-04 Thread Vipin KUMAR
On 5/3/2010 5:44 AM, Tom Rix wrote: > Vipin KUMAR wrote: > > Add more detail in the commit to the what this change is and why it is > needed. > >> Signed-off-by: Vipin Kumar >> --- >> arch/arm/include/asm/arch-spear/clk.h | 27 >> +++ >> arch/arm/include/asm/arch-

Re: [U-Boot] Fix for a build ?

2010-05-04 Thread Wolfgang Denk
Dear Sylvain Lamontagne, In message you wrote: > > > Heh. So what do you want? A solution, but no changes? > > I was asking in case someone remembered and could have been an easy fix. > Something like: > Yes, Sylvain If I remember there was a race condition with MakefileX > in Y specially on an

Re: [U-Boot] [PATCH v2 08/17] SPEAr : Network support configured for spear SoCs

2010-05-04 Thread Vipin KUMAR
On 5/3/2010 5:19 AM, Tom Rix wrote: > Vipin KUMAR wrote: >> Signed-off-by: Vipin Kumar >> --- >> arch/arm/include/asm/arch-spear/hardware.h |1 + >> board/spear/spear300/spear300.c|6 ++ >> board/spear/spear310/spear310.c|6 ++ >> board/spear/spear320/s