Re: [U-Boot] [PATCH] USB:host: Attribute packed removed from usb structures

2012-02-25 Thread Albert ARIBAUD
Hi Amit, Le 24/02/2012 12:58, Amit Virdi a écrit : From: Vipin Kumar Packed attribute is forcing a bytewise write on device registers, there by, resulting in a misbehavior on gcc-4.4.1. Reverting the structures to non-packed If (just asking, not asserting) the issue is caused by fields being

[U-Boot] [PATCH 2/4] microblaze: Enable several ethernet driver compilation

2012-02-25 Thread Stephan Linz
U-Boot's multipple network supports enables to use several ethernet drivers but microblaze-generic platform config file select only one driver. Reported-by: Michal Simek Signed-off-by: Stephan Linz --- include/configs/microblaze-generic.h | 11 ++- 1 files changed, 6 insertions(+), 5

[U-Boot] [PATCH 3/4] microblaze: Add faked LL_TEMAC driver configuration

2012-02-25 Thread Stephan Linz
Expand the specific configuration for the microblaze-generic board in xparameters.h with a faked setup to enable the LL_TEMAC driver. Note: From now the microblaze-generic board is no longer a valid board configuration for a real piece of hardware. Rather than, we use the file config.mk and xparam

[U-Boot] [PATCH 4/4] microblaze: Wire up LL_TEMAC driver initialization

2012-02-25 Thread Stephan Linz
Initialize ll_temac driver. Reported-by: Michal Simek Signed-off-by: Stephan Linz --- .../xilinx/microblaze-generic/microblaze-generic.c | 36 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/board/xilinx/microblaze-generic/microblaze-generic.c b/board/xil

Re: [U-Boot] [PATCH 2/4] microblaze: Enable several ethernet driver compilation

2012-02-25 Thread Stephan Linz
Note: this patch depends on commit "microblaze: Enable phylib and mii support" (http://patchwork.ozlabs.org/patch/142957/) br- Stephan Am Samstag, den 25.02.2012, 11:48 +0100 schrieb Stephan Linz: > U-Boot's multipple network supports enables to use > several ethernet drivers but microblaze-gene

Re: [U-Boot] Craneboard with Uboot and xloader

2012-02-25 Thread Mohamed HAMZAOUI
Hi M Tom, I checked the file am3517_crane.h and it well use "rescan" instead of "init" but the problem is that after compilation, when I check the bootcmd I find another one with init and not with rescan ! When i tried to change the variable with the setenv command, the system boot correctly from

Re: [U-Boot] Craneboard with Uboot and xloader

2012-02-25 Thread Tom Rini
On Sat, Feb 25, 2012 at 6:00 AM, Mohamed HAMZAOUI wrote: > Hi M Tom, > I checked the file am3517_crane.h and it well use "rescan" instead of "init" >  but the problem is that after compilation, when I check the bootcmd I find > another one with init and not with rescan ! > When i tried to change t

[U-Boot] [RFC} [PATCH] Feature removal due to lack of custodians

2012-02-25 Thread Wolfgang Denk
Despite several calls nobody volunteered to help out. Signed-off-by: Wolfgang Denk --- doc/feature-removal-schedule.txt | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/doc/feature-removal-schedule.txt b/doc/feature-removal-schedule.txt index e04ba2d..f0b828

[U-Boot] [PATCH] AVR32 removal due to lack of custodian.

2012-02-25 Thread Wolfgang Denk
AVR32 appaers to be unmaintained, and nobody appears to care about that. Let's get rid fof it. Signed-off-by: Wolfgang Denk --- doc/feature-removal-schedule.txt |7 ++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/doc/feature-removal-schedule.txt b/doc/feature-r

Re: [U-Boot] [RFC} [PATCH] Feature removal due to lack of custodians

2012-02-25 Thread Albert ARIBAUD
Hi Wolfgang, Le 25/02/2012 23:10, Wolfgang Denk a écrit : Despite several calls nobody volunteered to help out. Signed-off-by: Wolfgang Denk --- doc/feature-removal-schedule.txt | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/doc/feature-removal-schedul

Re: [U-Boot] [RFC} [PATCH] Feature removal due to lack of custodians

2012-02-25 Thread Marek Vasut
> Hi Wolfgang, > > Le 25/02/2012 23:10, Wolfgang Denk a écrit : > > Despite several calls nobody volunteered to help out. > > > > Signed-off-by: Wolfgang Denk > > --- > > > > doc/feature-removal-schedule.txt | 14 ++ > > 1 files changed, 14 insertions(+), 0 deletions(-) > > > >

Re: [U-Boot] [PATCH] AVR32 removal due to lack of custodian.

2012-02-25 Thread Jerry Van Baren
Hi Wolfgang, On 02/25/2012 05:13 PM, Wolfgang Denk wrote: AVR32 appaers to be unmaintained, and nobody appears to care about that. Let's get rid fof it. Signed-off-by: Wolfgang Denk --- doc/feature-removal-schedule.txt |7 ++ 1 files changed, 7 insertions(+), 0 deletions(-)

Re: [U-Boot] [RFC} [PATCH] Feature removal due to lack of custodians

2012-02-25 Thread Albert ARIBAUD
Hi Marek, What do you mean with 'removal' of 'USB support' and 'network support'? Do you intend that U-Boot 2012.06 be stripped of its USB code and 2012.09 of its network code? I can't speak for WD, but noone really maintains that code, what else do you expect to do with it? USB support is lit

Re: [U-Boot] [PATCHv5 1/7] mkenvimage: correct and clarify comments and error messages

2012-02-25 Thread David Wagner
On 15/01/2012 02:22, Mike Frysinger wrote: Acked-by: Mike Frysinger -mike Dear Wolfgang, I think Mike has acked all the 7 patches in v5. Thanks a lot if you can apply them. Regards, David Wagner. ___ U-Boot mailing list U-Boot@lists.denx.de http

Re: [U-Boot] Craneboard with Uboot and xloader

2012-02-25 Thread Mohamed HAMZAOUI
After trying to correct this issue, i have a difficult problem :( the booting freeze in "Starting kernel..." and it can't decompressing the uImage and starting the kernel. for information i choosed the kernel 2.6.39.4 in buildroot configuration with am3517_crane_defconfig file (a defconfig for vers

[U-Boot] BDM4GDB

2012-02-25 Thread Andrew Hakman
Hi Let me start by saying I realize this is a bit off topic, but there has been lots of discussion of BDM4GDB on this list in the past. Does anyone know where to currently get BDM4GDB from? The webpage that used to host it seems completely gone now, and it's not on sourceforge, or anywhere else t

Re: [U-Boot] [RFC} [PATCH] Feature removal due to lack of custodians

2012-02-25 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <4f495da3.6020...@aribaud.net> you wrote: > > What do you mean with 'removal' of 'USB support' and 'network support'? > Do you intend that U-Boot 2012.06 be stripped of its USB code and > 2012.09 of its network code? Yes. What else can we do if there is nobody t

Re: [U-Boot] [RFC} [PATCH] Feature removal due to lack of custodians

2012-02-25 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <4f4967cb.5000...@aribaud.net> you wrote: > > > I can't speak for WD, but noone really maintains that code, what else do you > > expect to do with it? USB support is literally trash. > > At least I would expect that the code be frozen (patches declined but > exis

Re: [U-Boot] BDM4GDB

2012-02-25 Thread Wolfgang Denk
Dear Andrew Hakman, In message you wrote: > > Let me start by saying I realize this is a bit off topic, but there > has been lots of discussion of BDM4GDB on this list in the past. > > Does anyone know where to currently get BDM4GDB from? The webpage that > used to host it seems completely gon