[U-Boot] [PATCH] FPU POST: fix warnings when building with 2.18 binutils

2008-12-20 Thread Yuri Tikhonov
y) this patch removes the soft-float string from CFLAGS in post/lib_ppc/fpu/Makefile. Signed-off-by: Yuri Tikhonov --- include/post.h| 13 + post/lib_ppc/fpu/20001122-1.c |2 ++ post/lib_ppc/fpu/20010114-2.c |2 ++ post

[U-Boot] [PATCH] katmai: change default config

2008-11-14 Thread Yuri Tikhonov
to read the corresponding value from the environment). The same is truth for the boot_jump_linux() function in lib_ppc/bootm.c, where U-Boot transfers control to Linux passing the CONFIG_SYS_BOOTMAPSZ (not bootm_size) value to the booting kernel. Signed-off-by: Yuri Tikhonov <[EMAIL PROTEC

Re: [U-Boot] [PATCH] 440spe MQ initialization

2008-09-23 Thread Yuri Tikhonov
t;> From: Stefan Roese [mailto:[EMAIL PROTECTED] >> Sent: Tue 9/23/2008 2:43 AM >> To: Yuri Tikhonov >> Cc: u-boot@lists.denx.de; Prodyut Hazarika; Olga Buchonina >> Subject: Re: [U-Boot] [PATCH] 440spe MQ initialization >> On Tuesday 23 September 2008, Yuri Tikhon

Re: [U-Boot] [PATCH] 440spe MQ initialization

2008-09-23 Thread Yuri Tikhonov
_RDP) | (1 << PLB_ACR_WRP); mtdcr(DCRN_PLB0_ACR, mask); mtdcr(DCRN_PLB1_ACR, mask); Is it OK, or should we remove these strings from the Linux driver, assuming U-Boot has already done this ? Thanks in advance, Yuri > From: Stefan Roese [mailto:[

Re: [U-Boot] [PATCH] 440spe MQ initialization

2008-09-23 Thread Yuri Tikhonov
, > Olga Buchonina > AMCC PowerPC Applications Engineering Best regards, Wolfgang Denk --- On Tuesday, September 23, 2008 you wrote: > Hi Yuri, > On Tuesday 23 September 2008, Yuri Tikhonov wrote: >> Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC >

[U-Boot] [PATCH] 440spe MQ initialization

2008-09-23 Thread Yuri Tikhonov
Linux, by the ppc440spe ADMA driver, which is wrong because modifying the MQ configuration registers after normal operation has begun is not supported and could have unpredictable results. Signed-off-by: Yuri Tikhonov <[EMAIL PROTECTED]> --- cpu/ppc4xx/44x_spd_ddr2.c | 10 ++