[U-Boot] Where can I find the git repostory for mx51evk

2010-02-26 Thread Lv Terry-R65388
Hi Denx, I have cloned u-boot-imx and want to apply the patch "[U-Boot] [PATCH V4 11/11] Add initial support for Freescale mx51evk board" for a test. But the patch can't be appled. error: patch failed: MAINTAINERS:152 error: MAINTAINERS: patch does not apply How can I get the re

[U-Boot] Pull request u-boot-marvell.git

2010-02-26 Thread Prafulla Wadaskar
Hi Tom Pls pull the following The following changes since commit 1b063b552e815f90a6a880e78fc40cc309dd52ad: Anders Darander (1): Add bootcount to AT91 are available in the git repository at: http://git.denx.de/u-boot/u-boot-marvell.git master branch Heiko Schocher (1): arm: add

[U-Boot] boot from ram on rd-6281-a

2010-02-26 Thread Juergen Schindele
Hello u-boot list i have an Eval-Board RD-6281 from Marvell for which i found u-boot support on latest version "U-Boot 2009.11.1" i need a different bootloader than the one installed. so i tried to develop a private one by loading it to RAM. So i modified the TEXT_BASE = 0x0040 to not collide

Re: [U-Boot] Where can I find the git repostory for mx51evk

2010-02-26 Thread Wolfgang Denk
Dear "Lv Terry-R65388", In message <1ae74f652ecb1440b73dd7c2c20842d1ac6...@zch01exm27.fsl.freescale.net> you wrote: > > I have cloned u-boot-imx and want to apply the patch "[U-Boot] Why did you do that? u-boot-imx is currently in a pretty poor state, as the new custodian has nor picked up

Re: [U-Boot] boot from ram on rd-6281-a

2010-02-26 Thread Wolfgang Denk
Dear Juergen Schindele, In message <201002261056.32502.schind...@nentec.de> you wrote: > > i need a different bootloader than the one installed. > so i tried to develop a private one by loading it to RAM. > So i modified the TEXT_BASE = 0x0040 > to not collide with the installed one. This is

Re: [U-Boot] Where can I find the git repostory for mx51evk

2010-02-26 Thread Lv Terry-R65388
Hi Denk, I have tried to apply the patch on mainline. The steps are: 1. Copy patch from http://article.gmane.org/gmane.comp.boot-loaders.u-boot/74754. 2. Paste it to local text file patch. 3. Clone a new u-boot. 4. Try "git apply patch".

Re: [U-Boot] boot from ram on rd-6281-a

2010-02-26 Thread Juergen Schindele
Am Freitag, 26. Februar 2010 schrieb Wolfgang Denk: > Dear Juergen Schindele, > > In message <201002261056.32502.schind...@nentec.de> you wrote: > > > > i need a different bootloader than the one installed. > > so i tried to develop a private one by loading it to RAM. > > So i modified the TEXT_BA

[U-Boot] [PATCH 1/3 v6] S5PC100: Memory SubSystem Header file, register description(SROMC).

2010-02-26 Thread ch . naveen
From: Naveen Krishna CH Memory subsystem of S5PC100 handles SROM, SRAM, OneDRAM, OneNand, NAND Flash, DDRs. smc.h is a common place for the register description of Memory subsystem of S5PC100. Note: Only SROM related registers are descibed now. Signed-off-by: Naveen Krishna Ch --- Changes since

[U-Boot] [PATCH 2/3 v6] S5PC100: Function to configure the SROMC registers.

2010-02-26 Thread ch . naveen
From: Naveen Krishna CH Nand Flash, Ethernet, other features might need to configure the SROMC registers accordingly. The config_sromc() functions helps with this. Signed-off-by: Naveen Krishna Ch --- Changes since V1: 1. Funtion config_sromc() is renamed to s5pc1xx_config_sromc(). Comments fr

[U-Boot] [PATCH 3/3 v6] SAMSUNG: SMDKC100: Adds ethernet support.

2010-02-26 Thread ch . naveen
From: Naveen Krishna CH Add setup for ethernet on SMDKC100, allowing kernel/ramdisk to be loaded over tftp. The preinit function will configure GPIO (GPK0CON) & SROMC to look for environment in SROM Bank 3. Signed-off-by: Naveen Krishna Ch --- Changes since V1: 1. The CONFIG_BOOTP* and Net co

[U-Boot] MPC8548 based board Hanging at different conditions

2010-02-26 Thread Ravi Prakash Reddy M
Dear All, we are using MPC8548 based custom board, with DDR2 memory. we have successfully ported U-boot 1.3.1 and linux 2.6.19. but sometimes the board is hanging at the following conditions - afer relocating to RAM U-Boot 1.3.1 (Aug 21 2009 - 16:42:56) CPU: 8548_E, Version: 2.1, (0x80390

Re: [U-Boot] boot from ram on rd-6281-a

2010-02-26 Thread Wolfgang Wegner
Dear Juergen, On Fri, Feb 26, 2010 at 12:16:22PM +0100, Juergen Schindele wrote: > Am Freitag, 26. Februar 2010 schrieb Wolfgang Denk: > > Dear Juergen Schindele, > > > > In message <201002261056.32502.schind...@nentec.de> you wrote: > > > > > > i need a different bootloader than the one installe

Re: [U-Boot] [PATCH 5/5] cmd_i2c.c: added i2c read to memory function

2010-02-26 Thread Detlev Zundel
Hi Frans, [...@pollux u-boot-testing (master)]$ git am ~/p1 Applying: cmd_i2c.c: added i2c read to memory function /work/dzu/git/u-boot-testing/.git/rebase-apply/patch:95: trailing whitespace. #if defined(CONFIG_I2C_MUX) error: patch failed: common/cmd_i2c.c:1272 error: common/cmd_i

Re: [U-Boot] Where can I find the git repostory for mx51evk

2010-02-26 Thread Stefano Babic
Lv Terry-R65388 wrote: > Hi Denk, > Hi Terry, > 4. Try "git apply patch". I think the normal way to do is to use "git am" getting the whole e-mail, but this is not your problem now. > r65...@szx32-17[/home/r65388/uboot-imx]602% git apply patch > error: patch failed: MAINTAINE

Re: [U-Boot] [PATCH] cmd_itest.c: also support environment variables as arguments

2010-02-26 Thread Detlev Zundel
Hi Frans, > Signed-off-by: Frans Meulenbroeks > --- > common/cmd_itest.c |8 > 1 files changed, 8 insertions(+), 0 deletions(-) > > diff --git a/common/cmd_itest.c b/common/cmd_itest.c > index 58c5e7b..78a4082 100644 > --- a/common/cmd_itest.c > +++ b/common/cmd_itest.c > @@ -69,6 +

Re: [U-Boot] Where can I find the git repostory for mx51evk

2010-02-26 Thread Wolfgang Denk
Dear "Lv Terry-R65388", In message <1ae74f652ecb1440b73dd7c2c20842d1ac6...@zch01exm27.fsl.freescale.net> you wrote: > > I have tried to apply the patch on mainline. You must be doing something wrong, then. I re-tested it, it applies cleanly: -> git-am -3 -i -u --whitespace=strip ~/Mail

Re: [U-Boot] [PATCH 7/7] cmd_setexpr: allow memory addresses and env vars in expressions

2010-02-26 Thread Detlev Zundel
Hi Frans, > Resubmitted the patch (see previous message) as I noticed a \n in the > help was missing. > Apologies for any inconvenience. Then you actually submitted a Version 2 of the patch and should have expressed that with a "--subject-prefix="PATCH v2" argument to git format-patch. Cheers

Re: [U-Boot] [PATCH 7/7] cmd_setexpr: allow memory addresses and env vars in expressions

2010-02-26 Thread Detlev Zundel
Hi Frans, > This patch add functionality to use memory addresses and environment > variables in > expressions. This increases the power of expressions substantially > > It adheres to the standard convemtions: memory addresses can be given in the > format > *address (e.g. *1000), environment vari

Re: [U-Boot] MPC8548 based board Hanging at different conditions

2010-02-26 Thread Wolfgang Denk
Dear "Ravi Prakash Reddy M", In message <52105.59.163.88.129.1267184035.squir...@mail.bel.co.in> you wrote: > > we are using MPC8548 based custom board, with DDR2 memory. we have > successfully ported U-boot 1.3.1 and linux 2.6.19. Hm... U-Boot 1.3.1 is more than 2 years old; Linux 2.6.19 is mo

Re: [U-Boot] Where can I find the git repostory for mx51evk

2010-02-26 Thread Wolfgang Denk
Dear Stefano Babic, In message <4b87bc50.8000...@denx.de> you wrote: > > The patch was sent some times ago, based on the u-boot master branch at > the time it was sent. Of course, other boards went to the mainline in > the meantime, patching the MAINTAINERS file again - you have probably to > merg

Re: [U-Boot] [PATCH 5/5] cmd_i2c.c: added i2c read to memory function

2010-02-26 Thread Frans Meulenbroeks
Hi Detlev, Wrt the whitespace: I'll take more care next time. wrt the patch not applying: did you apply the patches 1 to 4 first? I'm especially triggered by the fact that you are applying p1, but this is patch 5. Also your testing tree does not show that the others have been applied (but of cour

Re: [U-Boot] [PATCH] cmd_itest.c: also support environment variables as arguments

2010-02-26 Thread Wolfgang Denk
Dear Detlev Zundel, In message you wrote: > Hi Frans, > > > Signed-off-by: Frans Meulenbroeks > > --- > > common/cmd_itest.c |8 > > 1 files changed, 8 insertions(+), 0 deletions(-) > > > > diff --git a/common/cmd_itest.c b/common/cmd_itest.c > > index 58c5e7b..78a4082 100644 > >

Re: [U-Boot] [PATCH 7/7] cmd_setexpr: allow memory addresses and env vars in expressions

2010-02-26 Thread Frans Meulenbroeks
2010/2/26 Detlev Zundel : > Hi Frans, > >> This patch add functionality to use memory addresses and environment >> variables in >> expressions. This increases the power of expressions substantially >> >> It adheres to the standard convemtions: memory addresses can be given in the >> format >> *ad

[U-Boot] [PATCH v3 7/7] cmd_setexpr: allow memory addresses in expressions

2010-02-26 Thread Frans Meulenbroeks
This patch add functionality to use memory addresses in expressions. This increases the power of expressions substantially It adheres to the standard convemtions: memory addresses can be given in the format *address (e.g. *1000) Rationale for this change is that it allows masking off bits from a

Re: [U-Boot] [PATCH 5/5] cmd_i2c.c: added i2c read to memory function

2010-02-26 Thread Detlev Zundel
Hi Frans, > Wrt the whitespace: I'll take more care next time. No problem. > wrt the patch not applying: did you apply the patches 1 to 4 first? > I'm especially triggered by the fact that you are applying p1, but > this is patch 5. Yes, my bad, sorry - disregard this part of my mail. I was lo

Re: [U-Boot] boot from ram on rd-6281-a

2010-02-26 Thread Juergen Schindele
Am Freitag, 26. Februar 2010 schrieben Sie: > Dear Juergen, > > On Fri, Feb 26, 2010 at 12:16:22PM +0100, Juergen Schindele wrote: > > Am Freitag, 26. Februar 2010 schrieb Wolfgang Denk: > > > Dear Juergen Schindele, > > > > > > In message <201002261056.32502.schind...@nentec.de> you wrote: > > >

Re: [U-Boot] [PATCH 3/3 v6] SAMSUNG: SMDKC100: Adds ethernet support.

2010-02-26 Thread Minkyu Kang
Dear Naveen Krishna CH, On 26 February 2010 20:47, wrote: > From: Naveen Krishna CH > > Add setup for ethernet on SMDKC100, allowing kernel/ramdisk to be > loaded over tftp. > > The preinit function will configure GPIO (GPK0CON) & SROMC to look > for environment in SROM Bank 3. > > Signed-off-b

[U-Boot] [PATCH] ep93xx timer: Fix get_ticks() and usecs_to_ticks()

2010-02-26 Thread Matthias Kaehlcke
ep93xx timer: Make get_ticks() consistent with get_tbclk(), returning a value with CONFIG_SYS_HZ resolution. This fix obsoletes the function clk_to_systicks(), leading to a simplification of the timer code. Further a variable in usecs_to_ticks() is promoted to a 64-bit value, to avoid overflows of

[U-Boot] Veterinarians - 78, 986 total records with 1, 438 emails and 1, 050 fax numbers

2010-02-26 Thread Butts _ Nell
Email me at this address for a catalog of all our US lists: alton.ell...@xxcvbgre.co.cc Also, ask about our sale pricing for more than one list. By emailing rem...@xxcvbgre.co.cc you will have your email taken off ___ U-Boot mailing list U-Bo

[U-Boot] Where can I find the git repostory for mx51evk

2010-02-26 Thread Lv Terry-R65388
Hi Denx, I have cloned u-boot-imx and want to apply the patch "[U-Boot] [PATCH V4 11/11] Add initial support for Freescale mx51evk board" for a test. But the patch can't be appled. error: patch failed: MAINTAINERS:152 error: MAINTAINERS: patch does not apply How can I get the re