Re: [U-Boot] Introducing myself

2012-04-15 Thread Timo Ketola
On 15.04.2012 11:11, Marek Vasut wrote: btw don't let some duds ward you off ;-) Reading a handful of technical lists I know what you mean, but, While I'm prepared for my fair share of impertinent feedback, all comments so far have been helpful and well-founded. And I'd like to thank (shoul

Re: [U-Boot] Introducing myself

2012-04-15 Thread Timo Ketola
On 15.04.2012 06:12, Mike Frysinger wrote: g'luck! Thanks! -- Timo ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Introducing myself

2012-04-15 Thread Marek Vasut
Dear Timo Ketola, > On 15.04.2012 11:11, Marek Vasut wrote: > > btw don't let some duds ward you off ;-) > > Reading a handful of technical lists I know what you mean, but, While I'm > prepared for my fair share of impertinent feedback, all comments so far > have been helpful and well-founded. A

[U-Boot] packet dropping problem in uboot

2012-04-15 Thread Ali Ahari
Dear All, I have a board with a DSP processor and two Ethernet controllers(dm9000) . U-boot is installed on the DSP processor which is configured to work with these two Ethernets. I have two questions: 1- I can just work with one of the Ethernets at a time and call eth_rx for it, is it possible to

Re: [U-Boot] [PATCH v7] kirkwood: add NAS62x0 board support

2012-04-15 Thread Luka Perkov
Hi Marek, On Sun, Apr 15, 2012 at 12:41:10PM +0200, Marek Vasut wrote: > > +#define CONFIG_ENV_SIZE0x2 > > +#define CONFIG_ENV_OFFSET 0x8 > > The indent is weird in here? No. Indentation is ok, the "+" moves it, when you apply the patch it looks ok in include/configs/ib62x0.

Re: [U-Boot] [PATCH v5] kirkwood: add support for Cloud Engines Pogoplug E02

2012-04-15 Thread David Purdy
On Sun, Apr 15, 2012 at 2:41 AM, Prafulla Wadaskar wrote: > > >> -Original Message- >> From: David Purdy [mailto:david.c.pu...@gmail.com] >> Sent: 15 April 2012 00:54 >> To: u-boot@lists.denx.de >> Cc: Prafulla Wadaskar; albert.u.b...@aribaud.net >> Subject: Re: [PATCH v5] kirkwood: add su

Re: [U-Boot] packet dropping problem in uboot

2012-04-15 Thread Marek Vasut
Dear Ali Ahari, > Dear All, > I have a board with a DSP processor and two Ethernet controllers(dm9000) . > U-boot is installed on the DSP processor which is configured to work with > these two Ethernets. I have two questions: So far, I also have two questions: 1) What CPU is it? 2) What version o

[U-Boot] u-boot for sbc8641D ASMPmode

2012-04-15 Thread Li, Chanjuan
hi,all: I want to boot two os images in sbc8641D board, Could you tell me where can I download *MPC8641D* ASMP support *u-boot* ? thanks ahead ! best regards lily ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listin

Re: [U-Boot] u-boot for sbc8641D ASMPmode

2012-04-15 Thread Marek Vasut
Dear Li, Chanjuan, > hi,all: >I want to boot two os images in sbc8641D board, Could you tell me > where can I download *MPC8641D* ASMP support *u-boot* ? thanks ahead ! git://git.denx.de ftp://denx.de/pub/u-boot > > best regards > > lily Best regards, Marek Vasut

[U-Boot] yaffs2 u-boot patching support

2012-04-15 Thread Charles Manning
Hello ubooters and yaffsers I was commissioned to refresh yaffs2 in u-boot and add a mechanism to support dynamic yaffs partition set up (way simpler than screwing around with mtd part) and manual configuration. Rather than do this as a once off, I set this scripting up so that this can be do

Re: [U-Boot] [PATCH 4/9] imx: nand: Place BBT patterns into free OOB region

2012-04-15 Thread Timo Ketola
On 13.04.2012 21:17, Scott Wood wrote: It looks like Linux wants the BBT to be at offset zero. Is there any plan to fix that? The two really should match... Somewhere in the process I got an impression that BBT couldn't be placed over the area where factory markers would be. But you made me

Re: [U-Boot] [PATCH 05/08] omap3: Introduce weak misc_init_r

2012-04-15 Thread Igor Grinberg
On 04/14/12 01:20, Tom Rini wrote: > Introduce a __weak misc_init_r function that just runs dieid_num_r(). > Remove misc_init_r from cm_t35, mcx, omap3_logic and mt_ventoux as this was > all they did for misc_init_r. > > Cc: Igor Grinberg > Cc: Ilya Yanok > Cc: Peter Barada > Cc: Stefano Babic

Re: [U-Boot] [PATCH v5] kirkwood: add support for Cloud Engines Pogoplug E02

2012-04-15 Thread Prafulla Wadaskar
> -Original Message- > From: David Purdy [mailto:david.c.pu...@gmail.com] > Sent: 15 April 2012 00:54 > To: u-boot@lists.denx.de > Cc: Prafulla Wadaskar; albert.u.b...@aribaud.net > Subject: Re: [PATCH v5] kirkwood: add support for Cloud Engines > Pogoplug E02 > > Hi Wolfgang, Prafulla,

Re: [U-Boot] Introducing myself

2012-04-15 Thread Marek Vasut
Dear Mike Frysinger, > On Thursday 12 April 2012 03:20:31 Timo Ketola wrote: > > This is the first time for me to work with a community. Working practices > > in a community (git procedures etc.) are all new for me. So, I'll expect > > constructive critic on my forthcoming posts. > > g'luck! Heh

Re: [U-Boot] [PATCH 05/08] omap3: Introduce weak misc_init_r

2012-04-15 Thread stefano babic
Am 14/04/2012 00:20, schrieb Tom Rini: > Introduce a __weak misc_init_r function that just runs dieid_num_r(). > Remove misc_init_r from cm_t35, mcx, omap3_logic and mt_ventoux as this was > all they did for misc_init_r. > > Cc: Igor Grinberg > Cc: Ilya Yanok > Cc: Peter Barada > Cc: Stefano Ba

Re: [U-Boot] [PATCH] mx6qsabresd: Add basic support

2012-04-15 Thread stefano babic
Am 14/04/2012 22:15, schrieb Wolfgang Denk: > Dear Stefano, > > In message <4f899f3b.2080...@denx.de> you wrote: >> >> Something like this, but not exactly this. After sending my answer I >> remembered that the stack is *before* u-boot code, and not after as I >> wrote - using gd->relocaddr is wro

Re: [U-Boot] [PATCH] mx6qsabresd: Add basic support

2012-04-15 Thread stefano babic
Am 14/04/2012 22:13, schrieb Wolfgang Denk: > Dear Stefano, > > In message <4f898ca5.8070...@denx.de> you wrote: >> >> The start address CONFIG_SYS_MEMTEST_START is the lowest address of the >> SDRAM that can be accessed, that is MMDC0_ARB_BASE_ADDR (0x1000) for >> i.MX6. > > But it _should_

Re: [U-Boot] [PATCH v7] kirkwood: add NAS62x0 board support

2012-04-15 Thread Marek Vasut
Dear Luka Perkov, > Add support for new boards RaidSonic ICY BOX NAS6210 and NAS6220. > > NAS6210 has 1 SATA and 1 eSATA port while NAS6220 has 2 SATA ports. > > More information about the boards can be found here: > > http://www.raidsonic.de/en/products/nas-systems.php?we_objectID=7036 > http: