Re: [U-Boot] Defer net initialization

2010-05-31 Thread Alexander Stein
Am Dienstag, 1. Juni 2010 08:17:41 schrieb Alexander Stein: > > Which version of U-Boot and which architecture / board are you talking > > about? > > Currently I'm using u-boot v2009.11 on at91sam9g20 on our own board (code > yet upstream). Oh, i forgot. This code is based on the atmel at91sam9g

Re: [U-Boot] Defer net initialization

2010-05-31 Thread Alexander Stein
Dear Wolfgang, Am Montag, 31. Mai 2010 18:08:30 schrieb Wolfgang Denk: > > during board setup the ethernet is configured including the PHY. This > > takes an amount of time even if the cable is plugged in. It takes even > > more time of the initialization runs into a timeout if no cable is put > >

[U-Boot] [PATCH v2] NAND: environment offset in OOB (CONFIG_ENV_OFFSET_OOB)

2010-05-31 Thread Ben Gardiner
This is a re-submission of the patch by Harald Welte with modifications to make it a sub-command and changes as suggested by Scott Wood in http://article.gmane.org/gmane.comp.boot-loaders.u-boot/43916. This patch enables the environment partition to have a run-time dynamic location (offset) in t

Re: [U-Boot] ARM pull request.

2010-05-31 Thread Marek Vasut
Dne Ne 30. května 2010 15:52:04 Tom Rix napsal(a): > This is to catch master up to ARM mach-types Is the PXA tree -next and -fix still planned to be pulled guys? Tom, Wolfgang ... hm? Cheers > > Tom > > The following changes since commit > 01f03bda5b22e5aeae5f02fd537da97a41485c73: Wolfgang Den

Re: [U-Boot] AVR32 / ATNGW100 FLASH adressing issues

2010-05-31 Thread Wolfgang Denk
Dear Reinhard Meyer, In message <4c03c0ca.50...@emk-elektronik.de> you wrote: > > currently the actual u-Boot (U-Boot 2010.03-00351-g40792d6-dirty) for > AVR32/ATNGW100 defines FLASH to be at 0x (which is the true > physical address): ... > however the "flinfo" command show FLASH to be a

[U-Boot] INHERITANCE

2010-05-31 Thread Coupe, Berengere
lucrative financial business transaction of $17,300,000.00. If interested, kindly respond to my email for more details at chen_private12.guangy...@yahoo.com.hk Sincerely, Mr.Chen Guangyuan -- CONFIDENTIALITY NOTICE: Thi

Re: [U-Boot] uboot

2010-05-31 Thread Anatolij Gustschin
Hi, On Mon, 31 May 2010 09:06:46 +0530 nagaraj karra wrote: > please adda me to uboot users mailing list Please visit http://lists.denx.de/mailman/listinfo/u-boot and subscribe to the list. Best regards, Anatolij ___ U-Boot mailing list U-Boot@list

Re: [U-Boot] [PATCH 02/10] drivers/usb/host/ohci-hcd: undef readl/writel before redefining

2010-05-31 Thread Remy Bohmer
Hi, 2010/5/28 Becky Bruce : > This avoids a build warning that you see if anyone in the > header chain has included io.h (which is coming shortly) > > Signed-off-by: Becky Bruce > --- >  drivers/usb/host/ohci-hcd.c |    2 ++ >  1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/dri

Re: [U-Boot] Please pull u-boot-mpc85xx.git

2010-05-31 Thread Kumar Gala
On May 30, 2010, at 2:45 PM, Wolfgang Denk wrote: > Dear Kumar Gala, > > In message you wrote: >> The following changes since commit bd7bb6f8a3278caff0ac6eeaf08b188b9bb05dfc: >> Wolfgang Denk (1): >>Merge branch 'next' of git://git.denx.de/u-boot-nios >> >> are available in the git re

[U-Boot] u-boot hangs after calling icache_enable()

2010-05-31 Thread Dan May
Hi, I am attempting to load u-boot onto a board that is similar to an existing design that does not use u-boot. I suspect that the issue lies in the SDRAM initialization or UPM, but since I have been looking at this issue for about a week I thought I would see if anyone has any suggestions on wha

Re: [U-Boot] make: how to add post-build step?

2010-05-31 Thread Wolfgang Denk
Dear "V, Aneesh", In message you wrote: > > We would like to add a post-build step for OMAP4430SDP. The intention of this > step is to attach a header at the beginning of u-boot.bin and create a new > binary. > > We do not mind having this as part of the main make step(i.e. as part of the

Re: [U-Boot] Defer net initialization

2010-05-31 Thread Wolfgang Denk
Dear Alexander Stein, In message <201005311458.18454.alexander.st...@systec-electronic.com> you wrote: > > during board setup the ethernet is configured including the PHY. This takes > an > amount of time even if the cable is plugged in. It takes even more time of > the > initialization runs

[U-Boot] header intact

2010-05-31 Thread nagaraj karra
___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] arm/pxa: fix and cleanup of pxa_mem_setup macro v2

2010-05-31 Thread Marek Vasut
Dne Po 31. května 2010 16:02:49 Mikhail Kshevetskiy napsal(a): > WARNING: This macro do not assume the values for K0DB4, KxDB2, KxFREE, > K1RUN, K2RUN and APD bits of CONFIG_SYS_MDREFR_VAL as it was > done early on many pxa platforms. All pxa developers that plan > to use

[U-Boot] AVR32 / ATNGW100 FLASH adressing issues

2010-05-31 Thread Reinhard Meyer
Hello, currently the actual u-Boot (U-Boot 2010.03-00351-g40792d6-dirty) for AVR32/ATNGW100 defines FLASH to be at 0x (which is the true physical address): #define CONFIG_SYS_FLASH_BASE0x #define CONFIG_SYS_FLASH_SIZE0x80 #define CONFIG_SYS_MAX_FLASH

[U-Boot] [PATCH] arm/pxa: fix and cleanup of pxa_mem_setup macro v2

2010-05-31 Thread Mikhail Kshevetskiy
WARNING: This macro do not assume the values for K0DB4, KxDB2, KxFREE, K1RUN, K2RUN and APD bits of CONFIG_SYS_MDREFR_VAL as it was done early on many pxa platforms. All pxa developers that plan to use this macro should check the validity of their MDREFR values. v1: *

[U-Boot] make: how to add post-build step?

2010-05-31 Thread V, Aneesh
Hi, We would like to add a post-build step for OMAP4430SDP. The intention of this step is to attach a header at the beginning of u-boot.bin and create a new binary. We do not mind having this as part of the main make step(i.e. as part of the target ALL) or as a separate target(let's say "oma

[U-Boot] [PATCH v3] s5pc1xx: Add support for Samsung Goni board

2010-05-31 Thread Minkyu Kang
This patch adds support for the Samsung Goni board (S5PC110 SoC) Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park --- v3: sort the Maintainer list, enable commands, fix comments v2: remove workaround code, rebase the patch MAINTAINERS|9 +- MAKEALL

[U-Boot] Defer net initialization

2010-05-31 Thread Alexander Stein
Hello, during board setup the ethernet is configured including the PHY. This takes an amount of time even if the cable is plugged in. It takes even more time of the initialization runs into a timeout if no cable is put in. Is there a possibility to defer the net initialization up to that point w

Re: [U-Boot] [PATCH v2] s5pc1xx: Add support for Samsung Goni board

2010-05-31 Thread Wolfgang Denk
Dear Minkyu Kang, In message you wrote: > ... > >> index 000..6239444 > >> --- /dev/null > >> +++ b/include/configs/s5p_goni.h > > ... > >> +#undef CONFIG_CMD_BOOTD > >> +#undef CONFIG_CMD_CONSOLE > >> +#undef CONFIG_CMD_ECHO > >> +#undef CONFIG_CMD_FPGA > >> +#undef CONFIG_CMD_ITEST > >> +

Re: [U-Boot] [PATCH v2] s5pc1xx: Add support for Samsung Goni board

2010-05-31 Thread Minkyu Kang
Dear Wolfgang, On 31 May 2010 19:38, Wolfgang Denk wrote: > Dear Minkyu Kang, > > In message <4c0309e2.2030...@samsung.com> you wrote: >> This patch adds support for the Samsung Goni board (S5PC110 SoC) >> >> Signed-off-by: Minkyu Kang >> Signed-off-by: Kyungmin Park > >> --- a/MAINTAINERS >> +

Re: [U-Boot] [PATCH v2] s5pc1xx: Add support for Samsung Goni board

2010-05-31 Thread Wolfgang Denk
Dear Minkyu Kang, In message <4c0309e2.2030...@samsung.com> you wrote: > This patch adds support for the Samsung Goni board (S5PC110 SoC) > > Signed-off-by: Minkyu Kang > Signed-off-by: Kyungmin Park > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -628,6 +628,7 @@ Simon Kagstrom > > Minkyu Ka

Re: [U-Boot] [PATCH-V3 2/2] AM35x: Add support for EMIF4

2010-05-31 Thread Wolfgang Denk
Dear hvaib...@ti.com, In message <1273166585-26101-2-git-send-email-hvaib...@ti.com> you wrote: > From: Vaibhav Hiremath > > This patch adds support for the EMIF4 interface > available in the AM35x processors. > > Changes from V2: > - Removed all instances of #ifdef CONFIG_EMIF4 See prev

Re: [U-Boot] [PATCH-V3 1/2] AM35x: Add support for AM3517EVM

2010-05-31 Thread Wolfgang Denk
Dear hvaib...@ti.com, In message <1273166585-26101-1-git-send-email-hvaib...@ti.com> you wrote: > From: Vaibhav Hiremath > > This patch adds basic support for the AM3517EVM. > It includes: > - Board int file (.c and .h) > - Default configuration file > - Updates for Makefile >

Re: [U-Boot] [STATUS] v2010.06-rc1 is out / v2010.06 delayed by 2 weeks

2010-05-31 Thread Alessandro Rubini
> * U-Boot v2010.06-rc1 was released on Wed, 26 May 2010. Any reason why my Nomadik patches are not in? I reposted them on Apr 15th and got no negative feedback. Actually, the clcd patch which was accepted long ago is only used by the Nomadik patches, which don't touch anybody else. This is my i