Re: [U-Boot] [PATCH v3 7/8] km_arm: change CONFIG_SYS_TEXT_BASE to end of RAM

2011-09-04 Thread Heiko Schocher
Hello Valentin, Valentin Longchamp wrote: > This allows to test a larger part of the RAM in the memory tests. > > Signed-off-by: Valentin Longchamp > Signed-off-by: Holger Brunck > Cc: Prafulla Wadaskar > --- > include/configs/km/km_arm.h |2 +- > 1 files changed, 1 insertions(+), 1 delet

Re: [U-Boot] [MPC8379E-rdb] Question about master bus busy after enabling I2C.

2011-09-04 Thread Heiko Schocher
Hello shawn, shawn Bai wrote: > Hi, here is a question about I2C initialization. > > I2C driver of our own references i2c driver implemented in fsl_i2c.c > > The init flow is almost the same. > > After writing enable-bit MEN into i2c control register to enable I2C > controler, > > someti

Re: [U-Boot] [PATCH v4] ARMV7: OMAP: I2C driver: Write more than 1 byte at a time in i2c_write

2011-09-04 Thread Heiko Schocher
Hello Sandeep, Paulraj, Sandeep wrote: >> This patch is now checkpatch and makeall clean, can you Ack/Nack >> this patch, so I can pick it up, if you give your ack? >> (Or do you want to apply it, so I can Ack it) >> >> There is also a cosmetic (checkpatch cleanup) patch for this driver, >> see: >

Re: [U-Boot] [PATCH] mmc: retry the cmd8 to meet 74 clocks requirement in the spec

2011-09-04 Thread Lei Wen
Hi Andy, On Mon, Sep 5, 2011 at 6:45 AM, Andy Fleming wrote: > On Sun, Sep 4, 2011 at 5:18 PM, Marek Vasut wrote: >> On Saturday, September 03, 2011 05:34:17 AM Lei Wen wrote: >>> For some controller it has dynamic clock gating, and only toggle out clk >>> when the first cmd0 send out, while som

[U-Boot] Please pull u-boot-mmc.git

2011-09-04 Thread Andy Fleming
are available in the git repository at: git://www.denx.de/git/u-boot-mmc.git master Macpaul Lin (1): ftsdc010: add support of ftsdc010 mmc controller Marek Vasut (1): mmc: Fix mmc_send_status() drivers/mmc/Makefile |1 + drivers/mmc/ftsdc010_esdhc.c | 667 +++

Re: [U-Boot] build breakage w/recent pulls

2011-09-04 Thread Kumar Gala
On Sep 4, 2011, at 4:31 PM, Wolfgang Denk wrote: > Dear Kumar Gala, > > In message <3e7798a9-6359-44d8-936b-930601a0f...@kernel.crashing.org> you > wrote: >> >> Add the following change: > > Thanks, but... > >> --- a/drivers/video/Makefile >> +++ b/drivers/video/Makefile >> @@ -41,6 +41,8 @@

[U-Boot] [PATCH] video: Fix build error with global inclusion of videomodes

2011-09-04 Thread Kumar Gala
The following commit: commit de701d118380de12a48c8a4fb345e9f909329432 Author: Syed Mohammed Khasim Date: Tue Apr 19 14:00:34 2011 -0500 OMAP3: Add DSS driver for OMAP3 Added videomodes to the object list w/o any protection. This causes build issues like: videomodes.o:(.rodata.res_mode_in

Re: [U-Boot] [PATCH] mmc: retry the cmd8 to meet 74 clocks requirement in the spec

2011-09-04 Thread Andy Fleming
On Sun, Sep 4, 2011 at 5:18 PM, Marek Vasut wrote: > On Saturday, September 03, 2011 05:34:17 AM Lei Wen wrote: >> For some controller it has dynamic clock gating, and only toggle out clk >> when the first cmd0 send out, while some card strictly obey the 74 >> clocks rule, the interval may not be

Re: [U-Boot] [PATCH] mmc: retry the cmd8 to meet 74 clocks requirement in the spec

2011-09-04 Thread Marek Vasut
On Saturday, September 03, 2011 05:34:17 AM Lei Wen wrote: > For some controller it has dynamic clock gating, and only toggle out clk > when the first cmd0 send out, while some card strictly obey the 74 > clocks rule, the interval may not be sufficient between the cmd0 and > this cmd8, retry to ful

Re: [U-Boot] build breakage w/recent pulls

2011-09-04 Thread Wolfgang Denk
Dear Kumar Gala, In message <3e7798a9-6359-44d8-936b-930601a0f...@kernel.crashing.org> you wrote: > > Add the following change: Thanks, but... > --- a/drivers/video/Makefile > +++ b/drivers/video/Makefile > @@ -41,6 +41,8 @@ COBJS-$(CONFIG_SED156X) += sed156x.o > COBJS-$(CONFIG_VIDEO_SM501) +=

Re: [U-Boot] [PATCH v2] net: Check network device driver name

2011-09-04 Thread Wolfgang Denk
Dear Michal Simek, In message <1314696613-31095-1-git-send-email-mon...@monstr.eu> you wrote: > If name is longer than allocated space NAMESIZE > mac address is rewritten which show error > message like: > > Error message: > Warning: Xlltemac.8700 MAC addresses don't match: > Address in SROM

Re: [U-Boot] [PATCH] stdio: Fix a possible buffer overflow

2011-09-04 Thread Wolfgang Denk
Dear Bradley Bolen, In message <1314049685.74936.yahoomailclas...@web110204.mail.gq1.yahoo.com> you wrote: > Signed-off-by: Bradley Bolen > --- > The length of the name of a stdio_dev is 16 bytes, but the local > variable to hold it is only 8 bytes. Also, the memcpy should copy > the size of th

Re: [U-Boot] [PATCH] MAINTAINERS: fix integrator and versatile

2011-09-04 Thread Wolfgang Denk
Dear Linus Walleij, In message <1311893654-20673-1-git-send-email-linus.wall...@linaro.org> you wrote: > - Take maintainership of the integratorcp board > - Remove the double entry for the versatile board > it has two variants but only one board folder > > Cc: Philippe Robin > Signed-off-by:

[U-Boot] build breakage w/recent pulls

2011-09-04 Thread Kumar Gala
When building MPC8572DS_config: videomodes.o:(.rodata.res_mode_init+0x0): multiple definition of `res_mode_init' videomodes.o:(.rodata.res_mode_init+0x0): first defined here videomodes.o: In function `video_get_params': /local/home/galak/git/u-boot/drivers/video/videomodes.c:160: multiple definit

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

2011-09-04 Thread Wolfgang Denk
Dear Jin Zhengxiong-R64188, In message you wrote: > Hi, Wolfgang, > > Please pull from u-boot-coldfire: > > The following changes since commit a1118d60423c1fe25afc9df9015f72739f96fd67> : > > MPC8xx: fix build problem for ETX094 board (2011-08-31 22:38:20 +0200) > > are available in the gi

Re: [U-Boot] [GIT PULL] MIPS patche

2011-09-04 Thread Wolfgang Denk
Dear Shinya Kuribayashi, In message <4e618814.6030...@pobox.com> you wrote: > Hi Wolfgang, > > please pull the following patch from Yao, thanks in advance. > > The following changes since commit a1118d60423c1fe25afc9df9015f72739f96fd67: > > MPC8xx: fix build problem for ETX094 board (2011-08-

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

2011-09-04 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <4e634765.3050...@aribaud.net> you wrote: > Hi (again and again) Wolfgang, > > Here the ARM pull request with author name fixed for Aneesh V. > > The following changes since commit a1118d60423c1fe25afc9df9015f72739f96fd67: > >MPC8xx: fix build problem for ETX

[U-Boot] hello

2011-09-04 Thread rita mpka
Hi Dear ! How are you doing today i,hope every thing is fine,? if so thanks be to God almighty who made it so ,My name is Rita and i am a girl. I saw your email address in a forwarded page so I decided to extend my greetings to you. Right now I can’t really say what prompted my drive to write yo

Re: [U-Boot] OMAP3 build (overo, beagle) fails but OMAP4 build (panda) succeeds

2011-09-04 Thread Paulraj, Sandeep
> > Hey All, > > This is probably related to the recent GPIO changes for OMAP boards, so > I'd > like to figure out the fix for now. > > Building u-boot.git master for the omap3_beagle or omap3_overo results in > the following error: > > led.c:25:27: fatal error: asm/arch/gpio.h: No such file

[U-Boot] OMAP3 build (overo, beagle) fails but OMAP4 build (panda) succeeds

2011-09-04 Thread Alex Ray
Hey All, This is probably related to the recent GPIO changes for OMAP boards, so I'd like to figure out the fix for now. Building u-boot.git master for the omap3_beagle or omap3_overo results in the following error: led.c:25:27: fatal error: asm/arch/gpio.h: No such file or directory compilation

Re: [U-Boot] [PATCH v4] ARMV7: OMAP: I2C driver: Write more than 1 byte at a time in i2c_write

2011-09-04 Thread Paulraj, Sandeep
> > This patch is now checkpatch and makeall clean, can you Ack/Nack > this patch, so I can pick it up, if you give your ack? > (Or do you want to apply it, so I can Ack it) > > There is also a cosmetic (checkpatch cleanup) patch for this driver, > see: > > http://patchwork.ozlabs.org/patch/107

[U-Boot] [PATCH] OMAP: Add function to get state of a GPIO output

2011-09-04 Thread s-paulraj
From: Joel A Fernandes Read directly from OMAP_GPIO_DATAOUT to get the output state of the GPIO pin Signed-off-by: Joel A Fernandes Signed-off-by: Jason Kridner Signed-off-by: Sandeep Paulraj --- arch/arm/cpu/armv7/omap-common/gpio.c | 20 arch/arm/include/asm/omap_gpi

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

2011-09-04 Thread Jin Zhengxiong-R64188
Hi, Wolfgang, Please pull from u-boot-coldfire: The following changes since commit a1118d60423c1fe25afc9df9015f72739f96fd67: MPC8xx: fix build problem for ETX094 board (2011-08-31 22:38:20 +0200) are available in the git repository at: git://git.denx.de/u-boot-coldfire master Jason Jin (9)

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

2011-09-04 Thread Albert ARIBAUD
Hi (again and again) Wolfgang, Here the ARM pull request with author name fixed for Aneesh V. The following changes since commit a1118d60423c1fe25afc9df9015f72739f96fd67: MPC8xx: fix build problem for ETX094 board (2011-08-31 22:38:20 +0200) are available in the git repository at: git://g

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

2011-09-04 Thread Aneesh V
Hi Albert, On Sunday 04 September 2011 02:42 PM, Albert ARIBAUD wrote: > Le 04/09/2011 11:02, Aneesh V a écrit : >> Hi Albert, >> >> On Sunday 04 September 2011 02:31 PM, Albert ARIBAUD wrote: >>> Le 04/09/2011 10:44, Aneesh V a écrit : Hi Albert, On Sunday 04 September 2011 12:56 A

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

2011-09-04 Thread Albert ARIBAUD
Le 04/09/2011 11:02, Aneesh V a écrit : > Hi Albert, > > On Sunday 04 September 2011 02:31 PM, Albert ARIBAUD wrote: >> Le 04/09/2011 10:44, Aneesh V a écrit : >>> Hi Albert, >>> >>> On Sunday 04 September 2011 12:56 AM, Albert ARIBAUD wrote: Hi Aneesh, Le 01/09/2011 10:59, Aneesh V

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

2011-09-04 Thread Aneesh V
Hi Albert, On Sunday 04 September 2011 02:31 PM, Albert ARIBAUD wrote: > Le 04/09/2011 10:44, Aneesh V a écrit : >> Hi Albert, >> >> On Sunday 04 September 2011 12:56 AM, Albert ARIBAUD wrote: >>> Hi Aneesh, >>> >>> Le 01/09/2011 10:59, Aneesh V a écrit : Hi Albert, On Wednesday 31

Re: [U-Boot] Pull request: u-boot-arm/master - updated x2 - please hold, again

2011-09-04 Thread Albert ARIBAUD
Le 04/09/2011 07:52, Albert ARIBAUD a écrit : > aneeshv (3): > omap: fix gpio related build breaks > omap4: fix build warning due to signed unsigned comparison > omap4: increase SRAM budget to fix build error Fixing the committer, expect update within 30 minutes. Amicalement, -- Albert. ___

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

2011-09-04 Thread Albert ARIBAUD
Le 04/09/2011 10:44, Aneesh V a écrit : > Hi Albert, > > On Sunday 04 September 2011 12:56 AM, Albert ARIBAUD wrote: >> Hi Aneesh, >> >> Le 01/09/2011 10:59, Aneesh V a écrit : >>> Hi Albert, >>> >>> On Wednesday 31 August 2011 03:43 PM, Albert ARIBAUD wrote: Hi Woldfgang, >>> [snip ...]

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

2011-09-04 Thread Aneesh V
Hi Albert, On Sunday 04 September 2011 12:56 AM, Albert ARIBAUD wrote: > Hi Aneesh, > > Le 01/09/2011 10:59, Aneesh V a écrit : >> Hi Albert, >> >> On Wednesday 31 August 2011 03:43 PM, Albert ARIBAUD wrote: >>> Hi Woldfgang, >> [snip ...] >>> aneeshv (3): >> >> Wonder why my name is not appearin

Re: [U-Boot] [PATCH] omap4_panda: Ignore omap4 SPL called MLO

2011-09-04 Thread Albert ARIBAUD
Hi Joe, Le 10/08/2011 07:21, Joe Hershberger a écrit : > Signed-off-by: Joe Hershberger > Cc: Joe Hershberger > Cc: Sandeep Paulraj > --- > .gitignore |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/.gitignore b/.gitignore > index dbf545f..f86ec35 100644 > --- a/.g

Re: [U-Boot] Fwd: Re: Fwd: Link stage error of porting uboot2011-06

2011-09-04 Thread Albert ARIBAUD
Hi larry, Seems this mail of yours slipped through, sorry. Le 08/08/2011 04:04, larry a écrit : > As your suggestion for me,Albert,I upgrade to > "fa82f871c8dbc9a15e8dc274b3f99dd5fa0da458" by Git.This is the latest > version i found on Git .And modified some places to make uboot buildable. > Now