Re: [U-Boot] U-Boot on PXA320

2009-12-24 Thread Ben Warren
Hello Dennis, Sending the e-mail once is enough. Dennis Semakin wrote: > Hello everybody. > I have a question about u-boot net subsystem on Toradex Colibri PXA320. > Let's see on lib_arm/board.c file > Here is code where network subsystem initializes (At least I think so) > .. > #if defined(CONFI

Re: [U-Boot] Problem with transparent PCI-PCI bridge on Canyonlands

2009-12-24 Thread Felix Radensky
Hi, Max jav...@inwind.it wrote: > Hello, > > I've encountered the same problem and found a solution. > In > drivers/pci/pci_indirect.c, add the following code block at line 79: > > #elif > defined(CONFIG_460EX) > #define INDIRECT_PCI_OP(rw, size, type, op, mask) \ > > static

Re: [U-Boot] [PATCH] ARM: Fix building without CONFIG_CMD_NET

2009-12-24 Thread Premi, Sanjeev
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Premi, Sanjeev > Sent: Thursday, December 24, 2009 6:43 PM > To: Marcel Ziswiler; u-boot@lists.denx.de > Cc: s...@denx.de > Subject: Re: [U-Boot] [PATCH] ARM: Fix building with

Re: [U-Boot] [PATCH] ARM: Fix building without CONFIG_CMD_NET

2009-12-24 Thread Premi, Sanjeev
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Marcel Ziswiler > Sent: Thursday, December 24, 2009 7:39 AM > To: u-boot@lists.denx.de > Cc: s...@denx.de > Subject: [U-Boot] [PATCH] ARM: Fix building without CONFIG_CMD_NET >

[U-Boot] Problem with transparent PCI-PCI bridge on Canyonlands

2009-12-24 Thread jav...@inwind.it
Hello, I've encountered the same problem and found a solution. In drivers/pci/pci_indirect.c, add the following code block at line 79: #elif defined(CONFIG_460EX) #define INDIRECT_PCI_OP(rw, size, type, op, mask)\ static int

[U-Boot] U-Boot on PXA320

2009-12-24 Thread Dennis Semakin
Пересылаемое сообщение 24.12.09, 14:26, "Dennis Semakin" : Hello everybody. I have a question about u-boot net subsystem on Toradex Colibri PXA320. Let's see on lib_arm/board.c file Here is code where network subsystem initializes (At least I think so) .. #if defined(CONFIG_CMD

[U-Boot] U-Boot on PXA320

2009-12-24 Thread Dennis Semakin
Hello everybody. I have a question about u-boot net subsystem on Toradex Colibri PXA320. Let's see on lib_arm/board.c file Here is code where network subsystem initializes (At least I think so) .. #if defined(CONFIG_CMD_NET) #if defined(CONFIG_NET_MULTI) puts ("Net: "); #endif eth

[U-Boot] [PATCH] omap3: fix compile warning

2009-12-24 Thread Sanjeev Premi
This patch fixes this warning during compile: omap3.c: In function 'musb_platform_init': omap3.c:126: warning: label 'end' defined but not used Problem reported by: Dirk behme[dirk.be...@googlemail.com] Signed-off-by: Sanjeev Premi --- drivers/usb/musb/omap3.c |3 +++ 1 files changed, 3 in

Re: [U-Boot] [PATCH 0/2] omap3: Remove extern declarations from headers

2009-12-24 Thread Premi, Sanjeev
> -Original Message- > From: Dirk Behme [mailto:dirk.be...@googlemail.com] > Sent: Thursday, December 24, 2009 11:28 AM > To: Premi, Sanjeev > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH 0/2] omap3: Remove extern > declarations from headers > > On 23.12.2009 15:38, Sanjeev Pr

Re: [U-Boot] Broken OMAP3 EVM and SMDKC100

2009-12-24 Thread Premi, Sanjeev
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Dirk Behme > Sent: Thursday, December 24, 2009 11:48 AM > To: u-boot@lists.denx.de > Subject: [U-Boot] Broken OMAP3 EVM and SMDKC100 > > > Doing ./MAKEALL ARM_CORTEX_A8 with rec