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
>
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
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
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
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
>
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
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
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
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
>
>
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
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
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
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
(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
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
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
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.
>
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
> >
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
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
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
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
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
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
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
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
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
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
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:
>
>
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
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
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
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
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
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
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
> >>
> >>
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
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
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:
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
40 matches
Mail list logo