Re: [U-Boot] [PATCH] fsl_esdhc: Add no-snoop config for default init

2012-08-11 Thread Stefano Babic
On 11/08/2012 19:59, Benoît Thébaudeau wrote: Hi Benoît, > That could be a solution. However, that would have to be done for i.MX25 and > i.MX35 too (I have patches to add/fix eSDHC support for these that I will post > shortly), which means more duplicated code that should rather be centralized >

Re: [U-Boot] Is there file size limiation of tftp

2012-08-11 Thread Mike Frysinger
On Saturday 11 August 2012 21:21:03 J.Hwan Kim wrote: > Is there any limit of file size for tftpboot? not really. how much unused RAM do you have ? > I have a problem downloading the file of which file size is 65MB. did you overwrite u-boot or something ? -mike signature.asc Description: This

[U-Boot] Is there file size limiation of tftp

2012-08-11 Thread J.Hwan Kim
Hi, everyone Is there any limit of file size for tftpboot? I have a problem downloading the file of which file size is 65MB. The procedure stops in the middle of downloading. Thanks in advnace. Best Regards, J.Hwan Kim

Re: [U-Boot] [PATCH v3 8/8] ehci: Optimize qTD allocations

2012-08-11 Thread Marek Vasut
Dear Benoît Thébaudeau, > Dear Marek Vasut, > > > Dear Benoît Thébaudeau, > > > > > Relax the qTD transfer alignment constraints in order to need less > > > qTDs for > > > buffers that are aligned to 512 bytes but not to pages. > > > > > > Signed-off-by: Benoît Thébaudeau > > > Cc: Marek Vasut

Re: [U-Boot] [PATCH 1/1] USB: Fix strict aliasing in ohci-hcd

2012-08-11 Thread Marek Vasut
Dear Troy Kisky, > commit 5f6aa03fda2a0a79940765865c1e4266be8a75f8 > USB: Fix complaints about strict aliasing in OHCI-HCD > > tried to fix this, but gcc4.4 still complains. So, this > patch basically reverts the above and does a simpler fix. > > also, the above commit incorrectly changed >

Re: [U-Boot] [PATCH v3 8/8] ehci: Optimize qTD allocations

2012-08-11 Thread Benoît Thébaudeau
Dear Marek Vasut, > Dear Benoît Thébaudeau, > > > Relax the qTD transfer alignment constraints in order to need less > > qTDs for > > buffers that are aligned to 512 bytes but not to pages. > > > > Signed-off-by: Benoît Thébaudeau > > Cc: Marek Vasut > > Cc: Ilya Yanok > > Cc: Stefan Herbrech

Re: [U-Boot] [PATCH v2 1/1] USB: EHCI: Initialize multiple USB controllers at once

2012-08-11 Thread Marek Vasut
Dear Jim Lin, > Add support for command line "usb reset" or "usb start" to initialize > , "usb stop" to stop multiple USB controllers at once. > Other command like "usb tree" also supports multiple controllers. > > New added definitions in header file are: > CONFIG_USB_MULTI > CONFIG_USB_MAX_CONT

Re: [U-Boot] [PATCH v3 8/8] ehci: Optimize qTD allocations

2012-08-11 Thread Marek Vasut
Dear Benoît Thébaudeau, > Relax the qTD transfer alignment constraints in order to need less qTDs for > buffers that are aligned to 512 bytes but not to pages. > > Signed-off-by: Benoît Thébaudeau > Cc: Marek Vasut > Cc: Ilya Yanok > Cc: Stefan Herbrechtsmeier > --- > Changes for v2: N/A. > C

Re: [U-Boot] Early malloc() summary

2012-08-11 Thread Marek Vasut
Dear Wolfgang Denk, > Dear Graeme Russ, > > In message you wrote: > > While the need for early malloc() came about from the driver model and > > the desire to make drivers usable before relocation, I think we can all > > agree that its scope may well not be limited to use by drivers. A few > >

Re: [U-Boot] [PATCH v4 0/7] ehci: Improve performance

2012-08-11 Thread Marek Vasut
Dear Benoît Thébaudeau, > Dear Marek Vasut, > > > Dear Benoît Thébaudeau, > > > > > Hi all, > > > > > > This series aims at improving EHCI performance. There is also some > > > code > > > cleanup BTW. > > > > > > Best regards, > > > Benoît > > > > Applied all but 5/7 and pushed. Since we all

Re: [U-Boot] [PATCH v2 1/9] FAT: cosmetic: Remove extra spaces

2012-08-11 Thread Benoît Thébaudeau
Hi Graeme, On Aug 11, 2012 11:43:39 PM, Graeme Russ wrote: > (added ML to Cc) > Hi Benoît, > On Aug 12, 2012 6:27 AM, "Benoît Thébaudeau" < > benoit.thebaud...@advansee.com > wrote: > > > > Hi Mike, > > > > On Fri, Aug 10, 2012 at 04:41:51 PM, Benoît Thébaudeau wrote: > > > On Sat, Aug 4, 2012 at

Re: [U-Boot] [PATCH] fsl_esdhc: Add no-snoop config for default init

2012-08-11 Thread stefano babic
Am 11/08/2012 19:59, schrieb Benoît Thébaudeau: > Hi Stefano, > Hi Benoît, > That could be a solution. However, that would have to be done for i.MX25 and > i.MX35 too (I have patches to add/fix eSDHC support for these that I will post > shortly), which means more duplicated code that should rat

[U-Boot] [PATCH 1/1] USB: Fix strict aliasing in ohci-hcd

2012-08-11 Thread Troy Kisky
commit 5f6aa03fda2a0a79940765865c1e4266be8a75f8 USB: Fix complaints about strict aliasing in OHCI-HCD tried to fix this, but gcc4.4 still complains. So, this patch basically reverts the above and does a simpler fix. also, the above commit incorrectly changed /* corresponds to data_buf

[U-Boot] Fwd: Re: [PATCH v2 1/9] FAT: cosmetic: Remove extra spaces

2012-08-11 Thread Graeme Russ
(added ML to Cc) Hi Benoît, On Aug 12, 2012 6:27 AM, "Benoît Thébaudeau" wrote: > > Hi Mike, > > On Fri, Aug 10, 2012 at 04:41:51 PM, Benoît Thébaudeau wrote: > > On Sat, Aug 4, 2012 at 01:11:16 AM, Benoît Thébaudeau wrote: > > > Dear Wolfgang Denk, > > > > > > On Fri, Jul 27, 2012 at 04:29:41 P

Re: [U-Boot] [PATCH v4 0/7] ehci: Improve performance

2012-08-11 Thread Benoît Thébaudeau
Dear Marek Vasut, > Dear Benoît Thébaudeau, > > > Hi all, > > > > This series aims at improving EHCI performance. There is also some > > code > > cleanup BTW. > > > > Best regards, > > Benoît > > Applied all but 5/7 and pushed. Since we all have vacations etc etc, > this will > appear in the m

Re: [U-Boot] [PATCH v2 1/9] FAT: cosmetic: Remove extra spaces

2012-08-11 Thread Benoît Thébaudeau
Hi Mike, On Fri, Aug 10, 2012 at 04:41:51 PM, Benoît Thébaudeau wrote: > On Sat, Aug 4, 2012 at 01:11:16 AM, Benoît Thébaudeau wrote: > > Dear Wolfgang Denk, > > > > On Fri, Jul 27, 2012 at 04:29:41 PM, Wolfgang Denk wrote: > > > Dear =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?=, > > > > > > In messa

Re: [U-Boot] [PATCH] mtest: Disable dcache during test

2012-08-11 Thread Benoît Thébaudeau
On Saturday 11 August 2012 22:15:16 Mike Frysinger wrote: > On Saturday 11 August 2012 16:05:36 Benoît Thébaudeau wrote: > > On 08/11/2012 21:47, Andrew Dyer wrote: > > > I agree with Mike, use the current dcache settings. U-boot has > > > always > > > assumed the user knew what they were doing. >

Re: [U-Boot] [PATCH] mtest: Disable dcache during test

2012-08-11 Thread Mike Frysinger
On Saturday 11 August 2012 16:05:36 Benoît Thébaudeau wrote: > On 08/11/2012 21:47, Andrew Dyer wrote: > > I agree with Mike, use the current dcache settings. U-boot has always > > assumed the user knew what they were doing. > > If you want to print a small message with the dcache setting that > >

Re: [U-Boot] [PATCH] mtest: Disable dcache during test

2012-08-11 Thread Benoît Thébaudeau
On 08/11/2012 21:47, Andrew Dyer wrote: > I agree with Mike, use the current dcache settings. U-boot has always > assumed the user knew what they were doing. > If you want to print a small message with the dcache setting that > makes sense to me, but no big warning. Then, something like the follow

Re: [U-Boot] [PATCH 5/5] Add env var giving the board revision

2012-08-11 Thread Benoît Thébaudeau
Hi Mike, On Saturday 11 August 2012 19:48:33 Mike Frysinger wrote: > On Friday 10 August 2012 13:46:08 Benoît Thébaudeau wrote: > > The board revision can be a useful env var, like its serial number. > > unless i missed something, there is no standard "rev" variable today, > which > means this ch

Re: [U-Boot] [PATCH] mtest: Disable dcache during test

2012-08-11 Thread Benoît Thébaudeau
Hi Mike, On 08/11/2012 19:50, Mike Frysinger wrote: > On Saturday 11 August 2012 10:17:04 Benoît Thébaudeau wrote: > > On 08/11/2012 05:18 AM, Mike Frysinger wrote: > > > On Friday 10 August 2012 15:16:15 Benoît Thébaudeau wrote: > > > > mtest is supposed to test many types of memory accesses in m

Re: [U-Boot] [PATCH 4/5] README: The ver env var is not read-only

2012-08-11 Thread Benoît Thébaudeau
On Saturday 11 August 2012 19:48:24 Mike Frysinger wrote: > On Friday 10 August 2012 13:45:57 Benoît Thébaudeau wrote: > > --- u-boot-4d3c95f.orig/README > > +++ u-boot-4d3c95f/README > > > > If this variable is defined, an environment variable > > named "ver" is created by

Re: [U-Boot] [PATCH] fsl_esdhc: Add no-snoop config for default init

2012-08-11 Thread Benoît Thébaudeau
Hi Stefano, On 08/11/2012 19:25:26, Stefano Babic wrote: > On 11/08/2012 16:39, Benoît Thébaudeau wrote: > > Hi Stefano, > > > > Hi, > > > fsl_esdhc_mmc_init() exists, so it should give access to all > > features. > > This was left for compatibility with PowerPC SOCs. OK. > > Moreover, > > i

Re: [U-Boot] [PATCH] mtest: Disable dcache during test

2012-08-11 Thread Mike Frysinger
On Saturday 11 August 2012 10:17:04 Benoît Thébaudeau wrote: > On 08/11/2012 05:18 AM, Mike Frysinger wrote: > > On Friday 10 August 2012 15:16:15 Benoît Thébaudeau wrote: > > > mtest is supposed to test many types of memory accesses in many > > > different > > > conditions. If dcache is enabled, m

Re: [U-Boot] [PATCH 5/5] Add env var giving the board revision

2012-08-11 Thread Mike Frysinger
On Friday 10 August 2012 13:46:08 Benoît Thébaudeau wrote: > The board revision can be a useful env var, like its serial number. unless i missed something, there is no standard "rev" variable today, which means this change can easily break anyone who happens to already be using a variable named

Re: [U-Boot] [PATCH] eth_write_hwaddr: Return error for invalid MACs

2012-08-11 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 4/5] README: The ver env var is not read-only

2012-08-11 Thread Mike Frysinger
On Friday 10 August 2012 13:45:57 Benoît Thébaudeau wrote: > --- u-boot-4d3c95f.orig/README > +++ u-boot-4d3c95f/README > > If this variable is defined, an environment variable > named "ver" is created by U-Boot showing the U-Boot > version as printed by th

Re: [U-Boot] [PATCH 3/5] env import/export: Remove from help if disabled

2012-08-11 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH V3 1/3] imx-common/cmd_resetmode.c: add imx resetmode command

2012-08-11 Thread Stefano Babic
On 10/08/2012 03:09, Eric Nelson wrote: >> How difficult would it be for someone to implement a general "alias" >> command ? >> ie. 'alias bootto "resetmode $1 && reset"' >> > > It's usually a customer that asks the "How hard would it be?" question, > but you can almost get there like this: > >

Re: [U-Boot] [PATCH] fsl_esdhc: Add no-snoop config for default init

2012-08-11 Thread Stefano Babic
On 11/08/2012 16:39, Benoît Thébaudeau wrote: > Hi Stefano, > Hi, > fsl_esdhc_mmc_init() exists, so it should give access to all features. This was left for compatibility with PowerPC SOCs. > Moreover, > it's shorter to #define a config option than to create custom fsl_esdhc_mmc > init > func

Re: [U-Boot] [PATCH v3] Consolidate bootcount code into drivers/bootcount

2012-08-11 Thread Mike Frysinger
On Tuesday 05 June 2012 02:37:55 Stefan Roese wrote: > --- /dev/null > +++ b/drivers/bootcount/Makefile > > +COBJS-$(CONFIG_BFIN_CPU) += bootcount_blackfin.o needs to be CONFIG_BLACKFIN > +all: $(LIB) unused rule -> delete > --- /dev/null > +++ b/include/bootcount.h > > +#ifdef CONFIG_SYS_B

Re: [U-Boot] [PATCH] fsl_esdhc: Add no-snoop config for default init

2012-08-11 Thread Benoît Thébaudeau
Hi Stefano, On 08/11/2012 12:43, Stefano Babic wrote: > On 10/08/2012 23:13, Benoît Thébaudeau wrote: > > cfg->no_snoop was available only through custom fsl_esdhc_mmc init > > functions. > > Add a config options to make it available also through the default > > init. > > > > Hi Benoît, > > > S

Re: [U-Boot] [PATCH] mxc_spi: Round up clock divider

2012-08-11 Thread Benoît Thébaudeau
Hi Stefano, On 08/11/2012 12:37, Stefano Babic wrote: > On 10/08/2012 20:51, Benoît Thébaudeau wrote: > > Since the input frequency of the API is a maximum that should not > > be exceeded in > > order for the devices to operate properly, the SPI clock divider > > should be > > rounded up, not trun

Re: [U-Boot] [PATCH] mtest: Disable dcache during test

2012-08-11 Thread Benoît Thébaudeau
Hi Mike, On 08/11/2012 05:18 AM, Mike Frysinger wrote: > On Friday 10 August 2012 15:16:15 Benoît Thébaudeau wrote: > > mtest is supposed to test many types of memory accesses in many > > different > > conditions. If dcache is enabled, memory accesses are likely > > bursts, and > > some memory acc

Re: [U-Boot] multiple definition of `reloc_dst'

2012-08-11 Thread Sabri Altunbas
Ich habe in Makefile die Zeile "LDFLAGS += -z muldefs" aufgenommen ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/5] pxa255: Add UDC registers definitions

2012-08-11 Thread Marek Vasut
Dear nerwusek, > On 09.08.2012 22:34, Marek Vasut wrote: > > Dear Łukasz Dałek, > > > >> This patch starts series of patches adding support for USB support on > >> PXA255 chips. > >> > >> Signed-off-by: Łukasz Dałek > >> --- > >> > >> arch/arm/include/asm/arch-pxa/pxa-regs.h | 247 > >> > >>

Re: [U-Boot] Strange / Unreadable console output

2012-08-11 Thread Jerry Van Baren
Hi Markus, On 07/27/2012 05:16 AM, Markus Hubig wrote: > Hi @all, > > one minor Problem I often read about in this list is some crappy / unreadable > console output at beginning of the U-Boot start procedure. Now I have the same > "visual" Problem. > > | H�NAND: 128 MiB > | *** Warning - bad CR

Re: [U-Boot] [PATCH 1/5] pxa255: Add UDC registers definitions

2012-08-11 Thread nerwusek
On 09.08.2012 22:34, Marek Vasut wrote: Dear Łukasz Dałek, This patch starts series of patches adding support for USB support on PXA255 chips. Signed-off-by: Łukasz Dałek --- arch/arm/include/asm/arch-pxa/pxa-regs.h | 247 ++ 1 files changed, 247 insertions(+), 0

Re: [U-Boot] [PATCH] fsl_esdhc: Add no-snoop config for default init

2012-08-11 Thread Stefano Babic
On 10/08/2012 23:13, Benoît Thébaudeau wrote: > cfg->no_snoop was available only through custom fsl_esdhc_mmc init functions. > Add a config options to make it available also through the default init. > Hi Benoît, > Signed-off-by: Benoît Thébaudeau > Cc: Andy Fleming > Cc: Stefano Babic > Cc:

Re: [U-Boot] [PATCH] mxc_spi: Round up clock divider

2012-08-11 Thread Stefano Babic
On 10/08/2012 20:51, Benoît Thébaudeau wrote: > Since the input frequency of the API is a maximum that should not be exceeded > in > order for the devices to operate properly, the SPI clock divider should be > rounded up, not truncated. > Hi Benoît, > Signed-off-by: Benoît Thébaudeau > Cc: Wol