Re: [U-Boot] [PATCH v2 6/8] omap_gpmc: BCH8 support (ELM based)

2012-11-17 Thread Andreas Bießmann
Dear Peter Korsgaard, On 16.11.12 16:59, Peter Korsgaard wrote: >> "Andreas" == Andreas Bießmann writes: > > Hi, > > >> Please note that these patches are AM33XX-specific (as we are using > >> ELM that, I think, just isn't available on OMAP3) so we use OOB > >> layout that is compatible

[U-Boot] [PATCH] update .gitignore file

2012-11-17 Thread Luka Perkov
u-boot.lst is located in include directory. Update .gitignore file accordingly. Signed-off-by: Luka Perkov --- For more information look at git commit 97b24d3. .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1ac43f2..a163728 100644 -

Re: [U-Boot] [PATCH] update .gitignore file

2012-11-17 Thread Albert ARIBAUD
Hi Luka, On Sat, 17 Nov 2012 17:31:10 +0100, Luka Perkov wrote: > u-boot.lst is located in include directory. Update .gitignore file > accordingly. Could you pleasse post a V2 with the commit summary / subject changed from 'update .gitignore file' into the more informative 'add include/u-boot.l

Re: [U-Boot] [PATCH] update .gitignore file

2012-11-17 Thread Albert ARIBAUD
Hi Albert, On Sat, 17 Nov 2012 18:30:03 +0100, Albert ARIBAUD wrote: > Hi Luka, > > On Sat, 17 Nov 2012 17:31:10 +0100, Luka Perkov > wrote: > > > u-boot.lst is located in include directory. Update .gitignore file > > accordingly. > > Could you pleasse post a V2 with the commit summary / sub

[U-Boot] [PATCH v2] add include/u-boot.lst to .gitignore

2012-11-17 Thread Luka Perkov
u-boot.lst is located in include directory. Update .gitignore file accordingly. Signed-off-by: Luka Perkov --- changes in v2: * change patch subject For more information look at git commit 97b24d3. .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/

Re: [U-Boot] [PATCH] update .gitignore file

2012-11-17 Thread Luka Perkov
Hi Albert, On Sat, Nov 17, 2012 at 06:31:01PM +0100, Albert ARIBAUD wrote: > Hi Albert, Is there some kind of macro that u-boot developers use when they reply to emails ? It's strange to see someone greeting himself :) > On Sat, 17 Nov 2012 18:30:03 +0100, Albert ARIBAUD > > > u-boot.lst is loca

Re: [U-Boot] [PATCH v2 13/13] mxc nand: Add support for i.MX5

2012-11-17 Thread Fabio Estevam
On Fri, Nov 16, 2012 at 6:15 PM, Benoît Thébaudeau wrote: > It's hard to find the schematics of all the i.MX5 boards supported by mainline > U-Boot. According to the links below, at least the Genesi EFIKA MX Smartbook > and > the Freescale MX53 ARD boards have embedded NAND. Matt, Fabio, is it p

Re: [U-Boot] [PATCH v2 6/8] omap_gpmc: BCH8 support (ELM based)

2012-11-17 Thread Peter Korsgaard
> "Andreas" == Andreas Bießmann writes: Hi, >> No, please not. Having more than 1 OOB layout on the same NAND device >> leads to all kind of complications. There has also been kernel patches >> posted for the ELM, so IMHO the only sane option for am33xx is BCH8 >> everywhere (with the RO

Re: [U-Boot] [PATCH] update .gitignore file

2012-11-17 Thread Albert ARIBAUD
Hi Luka, On Sat, 17 Nov 2012 19:27:23 +0100, Luka Perkov wrote: > Hi Albert, > > On Sat, Nov 17, 2012 at 06:31:01PM +0100, Albert ARIBAUD wrote: > > Hi Albert, > > Is there some kind of macro that u-boot developers use when they reply > to emails ? It's strange to see someone greeting himself

[U-Boot] Moschip ethernet adapter is not seen as ethernet device

2012-11-17 Thread valdez valdez
Hello, I tried use my USB ETH adapter. Following README files I addes into beagle.h file (my board is beagleboard) this: #define CONFIG_USB_HOST_ETHER/* Enable USB Ethernet adapters */ #define CONFIG_USB_ETHER_ASIX/* Asix, or whatever driver(s) you want */ #define CONFIG_CMD_NET #define

Re: [U-Boot] [PATCH] update .gitignore file

2012-11-17 Thread Wolfgang Denk
Dear Luka, In message <20121117182723.ga26...@w500.zg.iskon.hr> you wrote: > > Is there some kind of macro that u-boot developers use when they reply > to emails ? It's strange to see someone greeting himself :) This depends on your MUA - for example, I'm using nmh / exmh, and my "replcomps" has

Re: [U-Boot] [PATCH 13/57] x86: Move new_gd_addr to arch_global_data

2012-11-17 Thread Graeme Russ
Hi Simon, On 11/17/2012 08:19 AM, Simon Glass wrote: > Move this field into arch_global_data and tidy up. > > This will certainly break x86, so will need Graeme's help to sort out Yes, it most certainly will break x86 :) > the problem. I would prefer not to put the architecture-specific stuff >

Re: [U-Boot] [PATCH 0/14] fdt: Add various device tree utilities and features

2012-11-17 Thread Jerry Van Baren
Dear Simon, Sorry for being so late on this (the patches were submitted before the merge window closed). I've applied the patches to the "next" branch in the u-boot-fdt repo. I'm assuming these are still valid (Simon) a

Re: [U-Boot] Custodian branch base commits

2012-11-17 Thread Jerry Van Baren
On 10/30/2012 06:20 PM, Stephen Warren wrote: > On 10/30/2012 04:06 PM, Wolfgang Denk wrote: >> Dear Stephen Warren, >> >> In message <5090423c.5070...@wwwdotorg.org> you wrote: >>> >>> git checkout master >>> git reset --hard u-boot/master >> ... Why don't you do just git bran

[U-Boot] [PATCH] OMAP3 SPI : Fixed bugs related to SPI transfer

2012-11-17 Thread Ajoy Kumar Das
From: ajoy Added posted writes (read after writes) to effect the change immediately for channel confiuration and channel enable register Disable the channel to purge receieve data in TX_ONLY mode transfer otherwise rx data will get affected by the next immediate RX_ONLY mode transfer Wait for t