[U-Boot] [PATCH] sh: Remove re-defined CONFIG_FLASH_CFI_DRIVER from config

2008-09-11 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- include/configs/ap325rxa.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/configs/ap325rxa.h b/include/configs/ap325rxa.h index 3db609b..c961908 100644 --- a/include/configs/ap325rxa.h +++

[U-Boot] [PATCH] sh: Fix compile error for r2dplus

2008-09-11 Thread Nobuhiro Iwamatsu
netdev.h was not include by r2dplus. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- board/r2dplus/r2dplus.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/board/r2dplus/r2dplus.c b/board/r2dplus/r2dplus.c index b962dd1..4e0c66a 100644 ---

Re: [U-Boot] [PATCH] sh: Remove re-defined CONFIG_FLASH_CFI_DRIVER from config

2008-09-11 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:27 Thu 11 Sep , Nobuhiro Iwamatsu wrote: Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- include/configs/ap325rxa.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) I've send a patch about it also yesterday Best Regards, J.

Re: [U-Boot] [T-Engine] UBoot configuration for T-Engine/SH7727 MS7727CP02 DevKit

2008-09-11 Thread Yoshihiro Shimoda
Hi, thaoth. thaoth wrote: Yoshihiro Shimoda wrote: Hi, thaoth. I think that your board cannot communicate with USB device at all. SH7727 has EXCPGCR register. Do you set this register? When I used this CPU before, I did the following setting. snip Thank you very much, You are

[U-Boot] unassigned-patches/30: [PATCH] 85xx: socrates: Add support for new image format.

2008-09-11 Thread u-boot
Signed-off-by: Detlev Zundel [EMAIL PROTECTED] --- Added to GNATS database as unassigned-patches/30 Responsible:patch-coord Message-Id: [EMAIL PROTECTED] In-Reply-To:[EMAIL PROTECTED] References: [EMAIL PROTECTED] Patch-Date: Thu Sep 11 15:34:58 +0200 2008 ---

[U-Boot] unassigned-patches/31: [PATCH] 85xx: socrates: autoprobe Lime chip

2008-09-11 Thread u-boot
This patch is an attempt to implement autoprobing for the Lime presence on the bus. Configure GPCM for Lime CS2 and try to access chip ID registers. Second read atempt delivers register values if the chip is present. Signed-off-by: Anatolij Gustschin [EMAIL PROTECTED] --- Added to GNATS database

Re: [U-Boot] mpc85xx/31

2008-09-11 Thread u-boot
Synopsis: [PATCH] 85xx: socrates: autoprobe Lime chip Responsible-Changed-From-To: patch-coord-gu-mpc85xx Responsible-Changed-By: dzu Responsible-Changed-When: Thu, 11 Sep 2008 15:43:18 +0200 Responsible-Changed-Why: Assign to custodian ___ U-Boot

Re: [U-Boot] [fw_printenv should open device as O_SYNC]

2008-09-11 Thread Mari Ivan-AIM018
What eactly do you mean by I switch the banks ? How exactly do you do that? Can you please provide the exact set of commands you are using? Hello Wolfgang, We are using ATCA equipment and those boards have redundant boot banks and they are managed by IPMI controllers. So while you are you are

Re: [U-Boot] phys_size_t not defined in mips arch.

2008-09-11 Thread Shinya Kuribayashi
Luigi 'Comio' Mantellini wrote: or I have some problem on my u-boot tree? It seems you do. http://git.denx.de/?p=u-boot.git;a=blob;f=include/asm-mips/types.h;hb=HEAD#l89 http://git.denx.de/?p=u-boot.git;a=commit;h=e99ccb488181d012248c6be30b2093e950319fc5 BTW, is your Reply-To: field correct?

Re: [U-Boot] [PATCH] make: Remove redundant __ARM__ addition when cross-compiling on *BSD

2008-09-11 Thread Shinya Kuribayashi
Ping. [ I should have let you know, Wolfgang. Sorry. ] Shinya Kuribayashi wrote: __ARM__ is given by arm_config.mk automatically. Signed-off-by: Shinya Kuribayashi [EMAIL PROTECTED] --- config.mk |9 - 1 files changed, 0 insertions(+), 9 deletions(-) diff --git

[U-Boot] [PATCH] ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports

2008-09-11 Thread Stefan Roese
This patch fixes a problem introdiced with patch bbeff30c [ppc4xx: Remove superfluous dram_init() call or replace it by initdram()]. The boards affected are: - PCI405 - PPChameleonEVB - quad100hd - taihu - zeus Signed-off-by: Stefan Roese [EMAIL PROTECTED] --- board/amcc/taihu/taihu.c

[U-Boot] [PATCH] ppc4xx: Enable device tree (FDT) support in zeus board port

2008-09-11 Thread Stefan Roese
Signed-off-by: Stefan Roese [EMAIL PROTECTED] --- include/configs/zeus.h |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/configs/zeus.h b/include/configs/zeus.h index b50cba5..b71f711 100644 --- a/include/configs/zeus.h +++ b/include/configs/zeus.h @@ -309,6

Re: [U-Boot] [fw_printenv should open device as O_SYNC]

2008-09-11 Thread Martijn de Gouw
Hi We are using ATCA equipment and those boards have redundant boot banks and they are managed by IPMI controllers. So while you are you are running Linux, you can change the boot banks for next restart through set boot options IPMI command. The problem arises when we write the U-Boot env

[U-Boot] Merge window questions

2008-09-11 Thread Peter Tyser
Hello, I'm assuming the merge window has been closed based on http://www.denx.de/wiki/U-Boot/ReleaseCycle and the fact that v2008.10-rc1 has been tagged. Does U-Boot accept new drivers/board support patches (ie new features which can't regress) outside of merge windows, or only bug fixes? My

Re: [U-Boot] Data cache on MPC8248 board

2008-09-11 Thread Scott Wood
On Wed, Sep 10, 2008 at 10:51:50AM +0200, Rodrigo Vilar wrote: I have enabled cache on a MPC8248 board using Block Address Translation. RAM is cache enabled, everything else cache inhibited. Apparently cache is enabled fine, however system hangs using tftp command (in the middle of the

Re: [U-Boot] U-Boot 1.3.4 and MPC8270 board

2008-09-11 Thread Remi Lefevre
Ok, I made some progress. I realized that my debugger was not correctly initialized and was preventing accurate stepping. So if you use a Lauterbach with Trace32 and MPC8270, it seems that you have to reset OR11 BR11 to 0 in the init script (FYI). Anyway, I have set my board configuration with

Re: [U-Boot] ctrl-c detection (on 4xx platforms)

2008-09-11 Thread Wolfgang Denk
Dear Matthias Fuchs, In message [EMAIL PROTECTED] you wrote: I noticed some strange CTRL-C behavior in a BSP command. When I run my bsp command interactively everything is fine. ... But when I call this bsp command as bootcmd CTRL-C does not stop the while loop. So CTRL-C is not

Re: [U-Boot] Merge window questions

2008-09-11 Thread Wolfgang Denk
Dear Peter Tyser, In message [EMAIL PROTECTED] you wrote: Does U-Boot accept new drivers/board support patches (ie new features which can't regress) outside of merge windows, or only bug fixes? Like in Linux, only bug fixes are accepted. There is no such thing as new code that can't

Re: [U-Boot] [PATCH] sh: Fix compile error for r2dplus

2008-09-11 Thread Ben Warren
Wolfgang, Nobuhiro Iwamatsu wrote: netdev.h was not include by r2dplus. Signed-off-by: Nobuhiro Iwamatsu [EMAIL PROTECTED] --- board/r2dplus/r2dplus.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/board/r2dplus/r2dplus.c b/board/r2dplus/r2dplus.c index

Re: [U-Boot] [PATCH] ppc4xx:FIX in-tree build for ppc440-generic boards

2008-09-11 Thread Ricardo Ribalda Delgado
Hi This patch solves a bug introduced by 880f6a5d7596f42db5ff8803b797b78ec5b146e0 ppc4xx: ppc440-generic-ALL: Fix out of tree build v2. Just in case the subject was not clear enough. Without this patch user cannot build: ml507, v5fx30tevel and ppc440-generic board normally. They

Re: [U-Boot] [PATCH v2] ARM: Use do_div() instead of division for long long.

2008-09-11 Thread Haavard Skinnemoen
On Tue, 9 Sep 2008 02:08:31 +0200 Wolfgang Denk [EMAIL PROTECTED] wrote: From: Sergei Poselenov [EMAIL PROTECTED] Signed-off-by: Sergei Poselenov [EMAIL PROTECTED] Signed-off-by: Wolfgang Denk [EMAIL PROTECTED] --- With some (more recent) compiler versions there are problems because of

[U-Boot] [PATCH] ppc4xx: Fix compilation of v5fx30teval_flash

2008-09-11 Thread Ricardo Ribalda Delgado
Signed-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED] --- Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e8bbd78..116d9e7 100644 --- a/Makefile +++ b/Makefile @@ -1488,9 +1488,9 @@ v5fx30teval_flash_config: unconfig

[U-Boot] [PATCH] ppc4xx: Add .gitignore file to xlnx-ppc440 boards

2008-09-11 Thread Ricardo Ribalda Delgado
Signed-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED] --- board/avnet/v5fx30teval/.gitignore |1 + board/xilinx/ml507/.gitignore |1 + board/xilinx/ppc440-generic/.gitignore |1 + 3 files changed, 3 insertions(+), 0 deletions(-) create mode 100644

[U-Boot] [PATCH] ARM: synchronize mach-types.h with linux 2.6.27-rc6

2008-09-11 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] Due to ML limitation this patch is available at http://git.denx.de/?p=u-boot/u-boot-arm.git;a=commit;h=3fb7cb808320dc6a3d73b74e6610836771a6679b Best Regards, J. ___ U-Boot mailing list

[U-Boot] ARM Pull Request

2008-09-11 Thread Jean-Christophe PLAGNIOL-VILLARD
Hi Wolfgang, Please pull The following changes since commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836: Heiko Schocher (1): muas3001: update BR4 settings are available in the git repository at: git://git.denx.de/u-boot-arm.git master Adrian Filipi (1): Set up SD/MMC OCR as

Re: [U-Boot] [PATCH] ppc4xx:FIX in-tree build for ppc440-generic boards

2008-09-11 Thread Stefan Roese
On Wednesday 10 September 2008, Ricardo Ribalda Delgado wrote: Signed-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED] Applied to u-boot-ppc4xx. Thanks. Best regards, Stefan = DENX Software Engineering GmbH, MD: Wolfgang

Re: [U-Boot] [PATCH] ppc4xx: Fix compilation of v5fx30teval_flash

2008-09-11 Thread Stefan Roese
On Friday 12 September 2008, Ricardo Ribalda Delgado wrote: Signed-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED] Applied to u-boot-ppc4xx. Thanks. Best regards, Stefan = DENX Software Engineering GmbH, MD: Wolfgang

Re: [U-Boot] [PATCH] ppc4xx: Add .gitignore file to xlnx-ppc440 boards

2008-09-11 Thread Stefan Roese
On Friday 12 September 2008, Ricardo Ribalda Delgado wrote: Signed-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED] Applied to u-boot-ppc4xx. Thanks. Best regards, Stefan = DENX Software Engineering GmbH, MD: Wolfgang

[U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-09-11 Thread Stefan Roese
The following changes since commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836: Heiko Schocher (1): muas3001: update BR4 settings are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master Ricardo Ribalda Delgado (3): ppc4xx: Fix in-tree build for

Re: [U-Boot] [T-Engine] UBoot configuration for T-Engine/SH7727 MS7727CP02 DevKit

2008-09-11 Thread thaoth
Hi, Following your instruction, I did int usb_board_init(void) { printf(usb_board_init\n); outw(0x18, STBCR3); outw(0x18, SRSTR); udelay(10); outw(0x28, EXCPGCR); udelay(10); outw(0x00, STBCR3); outw(0x00, SRSTR); return 0; } These