Re: [U-Boot] [PATCH] mv-common.h: increase malloc arena to 4MiB

2012-12-09 Thread Andreas Bießmann
ping? On 10/30/2012 12:58 AM, Andreas Bießmann wrote: This will fix the following error: ---8<--- UBIFS error (pid 0): ubifs_mount: Error reading superblock on volume 'ubi:root' errno=-12! --->8--- Signed-off-by: Andreas Bießmann Cc: prafu...@marvell.com Cc: dimax.m...@gmail.com --- includ

Re: [U-Boot] [PATCH v2 0/2] Factorize ARM startup code as mush as possible.

2012-12-09 Thread Sughosh Ganu
hi Albert, On Tue Nov 13, 2012 at 08:55:23PM +0100, Albert ARIBAUD wrote: > > > > I tried the 1st patch of the series, and with that u-boot does not > > > > come up on the board. It is also printing out some random values for > > > > the dram and nand sizes. > > > > > > > > The patch was applied

Re: [U-Boot] [PATCH v4 1/2] arm: move C runtime setup code in crt0.S

2012-12-09 Thread Sughosh Ganu
On Tue Nov 27, 2012 at 01:43:25PM +0100, Albert ARIBAUD wrote: > Move all the C runtime setup code from every start.S > in arch/arm into arch/arm/lib/crt0.S. This covers > the code sequence from setting up the initial stack > to calling into board_init_r(). > > Also, rewrite the C runtime setup an

Re: [U-Boot] [PATCH] arm: at91sam9x5: add dataflash boot support

2012-12-09 Thread Andreas Bießmann
Dear Bo Shen, On 07.12.2012 08:37, Bo Shen wrote: Add dataflash boot support on at91sam9x5ek board sorry, but this patch do not apply cleanly on top of current u-boot-arm/master. It seems the mmc (SYS_USE_MMC) is missing there. Can you please rebase or provide the other patches? Best regar

Re: [U-Boot] [PATCHv3 2/4] at91sam9x5: enable USB support for 9x5ek board.

2012-12-09 Thread Andreas Bießmann
Dear richard.gen...@gmail.com, On 30.11.2012 10:18, richard.gen...@gmail.com wrote: From: Richard Genoud Signed-off-by: Richard Genoud --- arch/arm/cpu/arm926ejs/at91/at91sam9x5_devices.c | 13 + arch/arm/include/asm/arch-at91/at91sam9x5.h |2 ++ board/atmel/at91sam

Re: [U-Boot] [PATCHv3 3/4] at91sam9x5ek: regroup FAT/DOS features

2012-12-09 Thread Andreas Bießmann
Dear richard.gen...@gmail.com, On 30.11.2012 10:18, richard.gen...@gmail.com wrote: From: Richard Genoud Signed-off-by: Richard Genoud --- include/configs/at91sam9x5ek.h |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) applied to u-boot-atmel/master, thanks! Best regards

Re: [U-Boot] [PATCHv3 4/4] at91sam9x5ek: add USB configuration

2012-12-09 Thread Andreas Bießmann
Dear richard.gen...@gmail.com, On 30.11.2012 10:18, richard.gen...@gmail.com wrote: From: Richard Genoud Signed-off-by: Richard Genoud --- include/configs/at91sam9x5ek.h | 23 +++ 1 files changed, 23 insertions(+), 0 deletions(-) applied to u-boot-atmel/master, than

Re: [U-Boot] [PATCH] arm: at91sam9x5: add dataflash boot support

2012-12-09 Thread Andreas Bießmann
Dear Bo Shen, On 09.12.2012 22:35, Andreas Bießmann wrote: Dear Bo Shen, On 07.12.2012 08:37, Bo Shen wrote: Add dataflash boot support on at91sam9x5ek board sorry, but this patch do not apply cleanly on top of current u-boot-arm/master. It seems the mmc (SYS_USE_MMC) is missing there. Can y

Re: [U-Boot] [PATCH] spi: atmel: sam9m10g45 also support WDRBT bit

2012-12-09 Thread Andreas Bießmann
Dear Bo Shen, On 06.12.2012 09:22, Bo Shen wrote: The at91sam9m10g45 also support WDRBT bit, add support for it Signed-off-by: Bo Shen --- drivers/spi/atmel_spi.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) applied to u-boot-atmel/master, thanks! Best regards Andreas Bießma

[U-Boot] [PULL] Please pull u-boot-atmel/master

2012-12-09 Thread Andreas Bießmann
Dear Albert Aribaud, please consider the following board related changes for u-boot-arm/master. The following changes since commit b8a7c467960ffb4d5a5e1eef5f7783fb6f594542: Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2012-11-25 13:01:58 +0100) are available in the git reposito

Re: [U-Boot] [PATCH 1/4] MMC: DWMMC: Modified fifo size computation

2012-12-09 Thread Jaehoon Chung
Hi Simon, On 12/09/2012 04:49 AM, Simon Glass wrote: > Hi Jaehoon, > > On Wed, Dec 5, 2012 at 7:59 PM, Jaehoon Chung wrote: >> It looks good to me. >> Added minor comment. >> >> Acked-by: Jaehoon Chung >> >> On 12/05/2012 10:31 PM, Amar wrote: >>> The current implementation of fifo size computa

[U-Boot] [STATUS] build errors on u-boot-samsung

2012-12-09 Thread Minkyu Kang
Hello, Since universal_c210 and SMDK5250 use old PMIC framework, these two boards are failed to build. I've pushed the "resolve" branch that is for solve the conflicts. Please submit the patch as soon as possible. Thanks. Minkyu Kang. ___ U-Boot maili

Re: [U-Boot] [PATCH] mv-common.h: increase malloc arena to 4MiB

2012-12-09 Thread Prafulla Wadaskar
> -Original Message- > From: Andreas Bießmann [mailto:andreas.de...@googlemail.com] > Sent: 09 December 2012 22:20 > To: Andreas Bießmann > Cc: U-Boot List; Prafulla Wadaskar > Subject: Re: [PATCH] mv-common.h: increase malloc arena to 4MiB > > ping? Hi Andreas Sorry for the delay :-( I

Re: [U-Boot] [PATCH 1/4] MMC: DWMMC: Modified fifo size computation

2012-12-09 Thread Amarendra Reddy
Hi Jaehoon Chung, I will update the patches as per your review comments. As suggested by Mr.Simon, I will create macros similar to the below macros in header file. #define RX_WMARK_SHIFT 16 #define RX_WMARK_MASK (0xfff << RX_WMARK_SHIFT) Thanks & Regards Amarendra On 10 December 2012 07:51,

[U-Boot] universal_c210: fix compiler error and compiler warning

2012-12-09 Thread Minkyu Kang
This patch fix following errors universal.c: In function 'init_pmic_lcd': universal.c:340: warning: implicit declaration of function 'get_pmic' universal.c:340: warning: initialization makes pointer from integer without a cast universal.c: In function 'lcd_power_on': universal.c:431: warning: ini

Re: [U-Boot] JFFS2 seems to drop nand data with ECC corrections

2012-12-09 Thread Deltour, Stephane
Hi, Thanks for the confirmation. Is this something that may be patched ? I mean, would a patch for this be accepted ? Regards, Stephane Deltour -Original Message- From: Scott Wood [mailto:scottw...@freescale.com] Sent: donderdag 6 december 2012 19:23 To: Deltour, Stephane Cc: u-boot@li

Re: [U-Boot] [STATUS] build errors on u-boot-samsung

2012-12-09 Thread Rajeshwari Birje
Hi Minkyu, Will resolve the same and send patches as soon as possible. Regards, Rajeshwari Shinde. On Mon, Dec 10, 2012 at 11:33 AM, Minkyu Kang wrote: > Hello, > > Since universal_c210 and SMDK5250 use old PMIC framework, > these two boards are failed to build. > > I've pushed the "resolve" br