[U-Boot] TFTP load for file over 50MB fails

2010-08-29 Thread StephenPaulraj Chinnadurai-ERS,HCLTech
Dear Marek, The thread ([U-Boot] TFTP timeout issue while downloading the linux kernel in openpxa vpac270 u-boot source code) is restarted to avoid the mess with new subject TFTP load for file over 50MB fails. Previous issue summary & Test observations: Microcontroller used in the board

Re: [U-Boot] [PATCH V3] AT91 Fix: return value of get_tbclk

2010-08-29 Thread Alexander Stein
Hello Eric, On Wednesday 18 August 2010, 09:17:26 you wrote: > > Hello, > > > > Am Samstag, 7. August 2010, 19:49:42 schrieb Jens Scharsig: > > > * Fix: return value of get_tbclk > > > * this fixes issue with prematurely restart/retry, if > > > > > > BOOT_RETRY_TIMEOUT is used > > > > This is

Re: [U-Boot] [PATCH] ARMV7: S5P: rename the member of gpio structure

2010-08-29 Thread Minkyu Kang
On 25 August 2010 14:05, Minkyu Kang wrote: > Typically we declare the name of gpio structure to "gpio", > so it was duplicated around the name. (e.g: gpio->gpio_a) > This patch modified the naming that is removing "gpio_". > > Signed-off-by: Minkyu Kang > Signed-off-by: Kyungmin Park > --- >  a

Re: [U-Boot] [PATCH] ARMV7: S5P: separate the peripheral clocks

2010-08-29 Thread Minkyu Kang
On 24 August 2010 16:51, Minkyu Kang wrote: > Because of peripheral devices can select clock sources, > separate the peripheral clocks. (pwm, uart and so on) > It just return the pclk at s5pc1xx SoC, > but s5pc210 SoC must be calculated by own clock register setting. > > Signed-off-by: Minkyu Kang

[U-Boot] android fastboot support on U-boot

2010-08-29 Thread shulin.zhou
hi, Now I working on porting android fastboot protocol to U-boot,does somebody add fastboot protocol patches to U-boot? shulin ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 3/7] Add memory test feature for mpc85xx POST.

2010-08-29 Thread Wolfgang Denk
Dear York Sun, In message <1282944356-4020-3-git-send-email-york...@freescale.com> you wrote: > If enabled in config file and hwconfig, the memory test is performed POST memory testing is not controlled through hwconfig, but through it's own set of environment variable settings. Please don't mix

Re: [U-Boot] TFTP timeout issue while downloading the linux kernel in openpxa vpac270 u-boot source code

2010-08-29 Thread Marek Vasut
Dne Ne 29. srpna 2010 16:28:45 StephenPaulraj Chinnadurai-ERS,HCLTech napsal(a): > -Original Message- > From: Marek Vasut [mailto:marek.va...@gmail.com] > Sent: Friday, August 27, 2010 3:00 PM > To: StephenPaulraj Chinnadurai-ERS,HCLTech > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] TF

Re: [U-Boot] TFTP timeout issue while downloading the linux kernel in openpxa vpac270 u-boot source code

2010-08-29 Thread StephenPaulraj Chinnadurai-ERS,HCLTech
-Original Message- From: Marek Vasut [mailto:marek.va...@gmail.com] Sent: Friday, August 27, 2010 3:00 PM To: StephenPaulraj Chinnadurai-ERS,HCLTech Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] TFTP timeout issue while downloading the linux kernel in openpxa vpac270 u-boot source code

Re: [U-Boot] [PATCH 2/7] Expand POST memory test to support arch-depended implementation.

2010-08-29 Thread sun york-R58495
Wolfgang, Without progress indicator, slowe test on memory takes minutes and it looks like hanging. You probably don't want to run it every time the board boots up. York Sun - Original Message - From:"Wolfgang Denk" To:"York Sun" Cc:"u-boot@lists.denx.de" Sent:8/29/2010 3:56 AM Subjec

Re: [U-Boot] [RFC][PATCH] mkimage: Add compatibility option for legacy Multi-File images

2010-08-29 Thread Per Andersson
Hi! Do you want to apply the patch that Thibaut Girka posted earlier in mainline U-Boot? [0] We need it for Debian Installer when we make images for the Neo FreeRunner. The patch is useful for use with devices that use broken U-Boot versions. [0] http://lists.denx.de/pipermail/u-boot/2010-Augus

Re: [U-Boot] Why does logo_plot() not use video_display_bitmap()?

2010-08-29 Thread Timur Tabi
On Sun, Aug 29, 2010 at 3:56 AM, Wolfgang Denk wrote: > Because logo_plot() predates video_display_bitmap(), and the > implementors of the latter function did not bother to clean up > existing code? Ok, I just wanted to make sure there wasn't some technical limitations I didn't notice. I'll loo

[U-Boot] [PATCH] at91_emac.h: fix typo in register definition

2010-08-29 Thread Andreas Bießmann
Signed-off-by: Andreas Bießmann --- arch/arm/include/asm/arch-at91/at91_emac.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/include/asm/arch-at91/at91_emac.h b/arch/arm/include/asm/arch-at91/at91_emac.h index 45ae333..0e2ff78 100644 --- a/arch/arm/include/as

Re: [U-Boot] [PATCH 7/8] APM82xxx: Add bluestone board support

2010-08-29 Thread Wolfgang Denk
Dear tma...@apm.com, In message <1282856775-24619-1-git-send-email-tma...@apm.com> you wrote: > From: Tirumala Marri > > Add support code for bluestone board wth APM82XXX processor based. > This patch includes early board init, misc init, configure EBC, > and initializes UIC. > > Signed-off-by:

Re: [U-Boot] [PATCH 5/8] APM82xxx: Add UIC support

2010-08-29 Thread Wolfgang Denk
Dear tma...@apm.com, In message <1282856765-24544-1-git-send-email-tma...@apm.com> you wrote: > From: Tirumala Marri > > This patch adds Universal Interrupt Controller support for > APM82XXX processor. Again. This is NOT a separate, independent commit. Please reread the documentation andfix yo

Re: [U-Boot] [PATCH 4/8] APM82xxx: Add DDR support

2010-08-29 Thread Wolfgang Denk
Dear tma...@apm.com, In message <1282856759-24503-1-git-send-email-tma...@apm.com> you wrote: > From: Tirumala Marri > > This patch adds 32bit DDR2 static as well as dynamic > setting of different DRAM parameters like CAS and read/write > delays. > > Signed-off-by: Tirumala R Marri > --- > ar

Re: [U-Boot] [PATCH 8/8] APM82xxx: Add top level common file changes

2010-08-29 Thread Wolfgang Denk
Dear tma...@apm.com, In message <1282856780-24660-1-git-send-email-tma...@apm.com> you wrote: > From: Tirumala Marri > > Add bluestone board name to the board.cfg. NAK. This must not ne a separate commit. > Change Makefile to include bluestone board support. NAK. This is not needed and not

Re: [U-Boot] [PATCH 2/8] APM82xxx: Add Common register definitions

2010-08-29 Thread Wolfgang Denk
Dear tma...@apm.com, In message <1282856749-24425-1-git-send-email-tma...@apm.com> you wrote: > From: Tirumala Marri > > This patch adds APM82XXX specific definitions, which include > clock and boot strap. > > Signed-off-by: Tirumala R Marri > --- > include/ppc440.h | 57 +++

Re: [U-Boot] [PATCH 4/7] Enabled POST for generic mpc85xx

2010-08-29 Thread Wolfgang Denk
Dear York Sun, In message <1282944356-4020-4-git-send-email-york...@freescale.com> you wrote: > Using PIC TFRR register for post word load/store for generic. > Fix post_word_store, post_word_load offset for mpc85xx with cpm Subject and commit messsage don't match. Please fix. Probably you want

Re: [U-Boot] [PATCH 7/8] APM82xxx: Add bluestone board support

2010-08-29 Thread Wolfgang Denk
Dear Feng Kan, In message you wrote: > Our legal is out at the moment. Why is this an issue, since it is > on many of the files in U-Boot. Our legal indicated without the > statement the Copyright would not stand. Please tell your legal to get a clue. Fact is, that any files where a "All right

Re: [U-Boot] [PATCH 5/7] Enable POST memory test for corenet_ds

2010-08-29 Thread Wolfgang Denk
Dear York Sun, In message <1282944356-4020-5-git-send-email-york...@freescale.com> you wrote: > Signed-off-by: York Sun > --- > include/configs/corenet_ds.h |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h

Re: [U-Boot] Why does logo_plot() not use video_display_bitmap()?

2010-08-29 Thread Wolfgang Denk
Dear Timur Tabi, In message <4c7832b3.8020...@freescale.com> you wrote: > logo_plot() has its own code for rendering a bitmap, but this code is much > less capable than video_display_bitmap(). Why doesn't logo_plot() just call > video_display_bitmap() to draw the actual bitmap? Because logo_plot

Re: [U-Boot] [PATCH 2/7] Expand POST memory test to support arch-depended implementation.

2010-08-29 Thread Wolfgang Denk
Dear York Sun, In message <1282944356-4020-2-git-send-email-york...@freescale.com> you wrote: > Add progress indicator for slow test. It is useful when the testing > takes too longer to finish. The indicator is reused from flash > programming. > > Hwconfig is used to turn on slow test when not en