Pour vous, une carte postale de la C�te d'Azur

2008-03-03 Thread webmaster
Si vous ne pouvez lire ce mail cliquez ici Pour vous désinscrire de cette newsletter ! Cliquez ici - This SF.net email is sponsored by: Micros

Re: [U-Boot-Users] [PATCH] fix QE firmware uploading limit

2008-03-03 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Fix a typo in qe_upload_firmware() that prevented uploading firmware on > systems with more than one RISC core. > > Signed-off-by: Timur Tabi <[EMAIL PROTECTED]> Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD:

Re: [U-Boot-Users] [PATCH] Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)

2008-03-03 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > I agree. Can somebody please submit a proper patch? > > voila. Thanks, but: Applying Fix endianess problem in cramfs code (cramfs is always host-endian in Linux) error: patch failed: include/cramfs/cramfs_fs.h:84 error: include/cramfs/cramfs_fs.h:

Re: [U-Boot-Users] [PATCH] fix copy from ram to dataflash

2008-03-03 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > If I try to "cp.b ", u-boot selects normal flash > routines instead of dataflash. This is because it checks "if source > address is not dataflash" instead of target address. > > Signed-off-by: Kim B. Heino <[EMAIL PROTECTED]> Applied, thanks. Best reg

Re: [U-Boot-Users] PPC4xx enet crossover

2008-03-03 Thread Wolfgang Denk
Dear Mike, in message <[EMAIL PROTECTED]> you wrote: > > There were differences in the PHY setup between Linux and U-Boot. > > This patch fixes the problem. Apparently "remote fault" is being set, > which signals to some devices (on the other end of the cable) that a > fault has occurred, while

Re: [U-Boot-Users] PPC4xx enet crossover

2008-03-03 Thread Mike Nuss
Wolfgang Denk wrote: > It seems every now and then a report pops up that the Sequoia board > (or now on equivalent hardware) has problems connecting to a Gigabit > capable network interface. In our case, it's when the Sequoia is > attached to a HP Procurve switch. There were differences i

Re: [U-Boot-Users] PPC4xx enet crossover

2008-03-03 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > Oddly enough, I tried a different PC (with a different NIC) and it worked > there. But I'm reluctant to blame the NIC on the first machine, since it > worked fine once Linux was running on the PowerPC. [Please restrict your line length to < 70 charac

Re: [U-Boot-Users] 1.3.2-rc2 83xx CONFIG_HAS_ETHX not passing MAC addresses

2008-03-03 Thread Scott Wood
On Sat, Mar 01, 2008 at 12:06:14PM +0100, Marc Leeman wrote: > > > Looks like something that was introduced between 2.6.24 and 2.6.25-rc3; > > > does this mean that u-boot-1.3.2 will not be able to boot 834x > > > processors (networking that is) with kernels before 2.6.25? > > > > No, it just mean

Re: [U-Boot-Users] ppc4xx: PCI init failure on kilauea?

2008-03-03 Thread H L
Yup, that was it! And along with, of course, the needed J14 jumper. Thank you! Curiously with an adapter in PCIE0 which comes up fine, one still sees the same "complaint" message on the other PCIE slot when there's no adapter therein. Stefan Roese <[EMAIL PROTECTED]> wrote: On Monday 03 Marc

Re: [U-Boot-Users] Contribution: EHCI USB HC driver

2008-03-03 Thread Marcel Moolenaar
On Mar 1, 2008, at 12:38 AM, Markus Klotzbücher wrote: > Hi Marcel, > > Marcel Moolenaar <[EMAIL PROTECTED]> writes: > >> On Feb 29, 2008, at 9:24 AM, Detlev Zundel wrote: > >>> Glancing over the patch I fail to see what hardware and >>> configuration >>> you are using for your development. Ca

Re: [U-Boot-Users] Contribution: EHCI USB HC driver

2008-03-03 Thread Marcel Moolenaar
On Mar 1, 2008, at 12:35 AM, Markus Klotzbücher wrote: >>> At this time the EHCI driver is exclusive in that there's no support >>> for having the companion controller active. I presume this is one of >>> the major themes for adding EHCI support, so that's definitely open >>> for discussion. > > T

Re: [U-Boot-Users] ppc4xx: PCI init failure on kilauea?

2008-03-03 Thread Stefan Roese
On Monday 03 March 2008, H L wrote: > Greetings from Austin, TX. My first posting to this list. Searched > through the archives first, but didn't see any mention, so. > > On recently obtained new kilauea boards, I noted on all of them PCI init > failure at boot: > > U-Boot 1.3.1-g5dd372a2 (Ja

Re: [U-Boot-Users] PPC4xx enet crossover

2008-03-03 Thread Stefan Roese
On Monday 03 March 2008, Mike Nuss wrote: > > Did you really try to communicate with the PC in this > > situation? Please note > > that the PHY is only initialized upon ethernet usage. So if > > you just turn on > > the Sequoia and stop on the U-Boot prompt, no real PHY > > configuration will > > h

Re: [U-Boot-Users] MPC8349EMDS.h Why do the BAT entries use Memory coherency?

2008-03-03 Thread David Hawkins
Hi all, Once I'd written the email on this subject to the U-Boot list, I figured it was starting to sound like a Freescale support request, so I submitted one too. Here's their response: "Actually, snooping occurs inside MPC8349 device. Besides e300 core, other possible masters are: PCI1,

Re: [U-Boot-Users] PPC4xx enet crossover

2008-03-03 Thread Mike Nuss
Stefan Roese wrote: > On Monday 03 March 2008, Mike Nuss wrote: > > I'm using a PPC440EPx with a Marvell PHY (same as on > Sequoia). If I connect > > to a PC with a crossover Ethernet cable, U-Boot sees a link > but the PC does > > not. The PC (running Linux) reports "Autonegotiation failed > (r

[U-Boot-Users] ppc4xx: PCI init failure on kilauea?

2008-03-03 Thread H L
Greetings from Austin, TX. My first posting to this list. Searched through the archives first, but didn't see any mention, so. On recently obtained new kilauea boards, I noted on all of them PCI init failure at boot: U-Boot 1.3.1-g5dd372a2 (Jan 14 2008 - 11:01:38) CPU: AMCC PowerPC 40

[U-Boot-Users] [PATCH] fix QE firmware uploading limit

2008-03-03 Thread Timur Tabi
Fix a typo in qe_upload_firmware() that prevented uploading firmware on systems with more than one RISC core. Signed-off-by: Timur Tabi <[EMAIL PROTECTED]> --- This patch is for 1.3.2. Andy, I know this isn't an 85xx-specific patch, but I was hoping you'd take it for me anyway. drivers/qe/qe.c

Re: [U-Boot-Users] PPC4xx enet crossover

2008-03-03 Thread Stefan Roese
On Monday 03 March 2008, Mike Nuss wrote: > I'm using a PPC440EPx with a Marvell PHY (same as on Sequoia). If I connect > to a PC with a crossover Ethernet cable, U-Boot sees a link but the PC does > not. The PC (running Linux) reports "Autonegotiation failed (remote fault)" > and ethtool reports n

[U-Boot-Users] PPC4xx enet crossover

2008-03-03 Thread Mike Nuss
I'm using a PPC440EPx with a Marvell PHY (same as on Sequoia). If I connect to a PC with a crossover Ethernet cable, U-Boot sees a link but the PC does not. The PC (running Linux) reports "Autonegotiation failed (remote fault)" and ethtool reports no link. However if I let the PowerPC boot up i

Re: [U-Boot-Users] [PATCH 0/2] LIBFDT: Two more Gibson patches

2008-03-03 Thread Jon Loeliger
Jerry Van Baren wrote: > For the record, publishing two more patches of libfdt from the dtc > master repository. I will apply them to the u-boot-fdt repository in > preparation for the next merge window. > > Best regards, > gvb Double for the record, I have a backlog of another half dozen from G

Re: [U-Boot-Users] [PATCH 5/8] [new uImage] Add libfdt support to mkimage

2008-03-03 Thread Jon Loeliger
Jerry Van Baren wrote: > Marian Balakowicz wrote: >> From: Bartlomiej Sieka <[EMAIL PROTECTED]> >> >> Signed-off-by: Bartlomiej Sieka <[EMAIL PROTECTED]> >> --- >> >> Makefile |3 +++ >> include/libfdt_env.h |4 >> libfdt/fdt.c |4 >> libfdt/fdt_ro.c

Re: [U-Boot-Users] Writing JFFS2 image using u-boot

2008-03-03 Thread Maupin, Chase
Sorry, I forgot to add a subject. Sincerely, Chase Maupin Software Applications Catalog DSP Products e-mail: [EMAIL PROTECTED] phone: (281) 274-3285 > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Maupin, Chase > Sent: Friday, February 29, 200

[U-Boot-Users] the question about the Flat Device Tree on MPC8360?

2008-03-03 Thread 郭劲
HI, friends. I want to update my linux version from 2.6.11 to 2.6.22 on MPC8360 board, I always fail when the linux version is about 2.6.11. Someone told me that I need to build the Flat Device Tree. I see that the U-boot-1.2.0 has one FDT command, but I did not know how to use this command an

Re: [U-Boot-Users] [PATCH 6/8] libfdt: Add and use a node iteration helper function.

2008-03-03 Thread Jerry Van Baren
Marian Balakowicz wrote: > Hi Jerry, > > Jerry Van Baren wrote: [snip] >> Did you cherry-pick this out of the u-boot-fdt subrepo or apply it >> yourself from David's patch? >> >> I don't know how git will react if we both apply the same patch, >> possibly differently. (I applied it by hand edit

Re: [U-Boot-Users] Cortex-M1 support

2008-03-03 Thread Vishal Oliyil Kunnil
On Mon, Mar 3, 2008 at 5:31 PM, Shinose <[EMAIL PROTECTED]> wrote: > > On Mon, Mar 3, 2008 at 5:20 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > > In message <[EMAIL PROTECTED]> you wrote: > > > > > > Currently I'm envisaging > > > > > > ./lib_arm Existing armv4,

[U-Boot-Users] [PATCH v2] ADS5121: Fix default environment.

2008-03-03 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> -- Take 2 - missed some settings. --- include/configs/ads5121.h | 15 --- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/include/configs/ads5121.h b/include/configs/ads5121.h index 65dc97e..c147424 100644 --- a/include

Re: [U-Boot-Users] Cortex-M1 support

2008-03-03 Thread Shinose
On Mon, Mar 3, 2008 at 5:20 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > In message <[EMAIL PROTECTED]> you wrote: > > > > Currently I'm envisaging > > > > ./lib_arm Existing armv4,v5 assembly code > > ./lib_armv6 New v6 arm assembly code > >

[U-Boot-Users] [PATCH] Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)

2008-03-03 Thread Bernhard Nemec
Wolfgang Denk denx.de> writes: > > > > Thus, I suggest that the original fix should be re-applied. > > I agree. Can somebody please submit a proper patch? > voila. Signed-off-by: Bernhard Nemec ganssloser.com> --- include/cramfs/cramfs_fs.h | 22 -- 1 files changed,

Re: [U-Boot-Users] Cortex-M1 support

2008-03-03 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > Currently I'm envisaging > > ./lib_arm Existing armv4,v5 assembly code > ./lib_armv6 New v6 arm assembly code > ./lib_armv6mNew v6 thumb assembly code > ./lib_armv7 New v7 arm as

[U-Boot-Users] [PATCH] Fix quoting problem (preboot setting) in many board config files.

2008-03-03 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- include/configs/BC3450.h |2 +- include/configs/CPC45.h |2 +- include/configs/CPU86.h |2 +- include/configs/CPU87.h |2 +- include/configs/CU824.h |2 +- include/configs/DB64360.h |2 +-

Re: [U-Boot-Users] Cortex-M1 support

2008-03-03 Thread Peter Pearse
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Vishal Oliyil Kunnil > Sent: 03 March 2008 09:18 > To: U-Boot-Users@lists.sourceforge.net > Cc: [EMAIL PROTECTED] > Subject: [U-Boot-Users] Cortex-M1 support > > Hi all, > > i have ported u-boot

[U-Boot-Users] [PATCH] ADS5121: Fix default environment.

2008-03-03 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]> --- include/configs/ads5121.h | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/configs/ads5121.h b/include/configs/ads5121.h index 65dc97e..6232591 100644 --- a/include/configs/ads5121.h +++ b/include/configs

Re: [U-Boot-Users] uboot 1.3.0 (with Atmel patch 1.5) and DAVICOM Phy -> Autonegotiation ?

2008-03-03 Thread michael
Hi, I use the macb driver of the latest git for the at91sam9260. For an example use at91cap board. Regards Michael - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http:/

[U-Boot-Users] uboot 1.3.0 (with Atmel patch 1.5) and DAVICOM Phy -> Autonegotiation ?

2008-03-03 Thread Manuel Sahm
Hello, in the file "/board/at91sam9260ek/dm9161a.c" is a function called: static uchar dm9161a_AutoNegotiation (AT91PS_EMAC p_mac, int* status) { ... } Does this function handle the AutoNegotiation ? But this function is never called -> not in use Could anybdy explain me, if AutoNegotiati

Re: [U-Boot-Users] [PATCH 5/8] [new uImage] Add libfdt support to mkimage

2008-03-03 Thread Marian Balakowicz
Jerry Van Baren wrote: > Marian Balakowicz wrote: >> From: Bartlomiej Sieka <[EMAIL PROTECTED]> >> >> Signed-off-by: Bartlomiej Sieka <[EMAIL PROTECTED]> >> --- >> >> Makefile |3 +++ >> include/libfdt_env.h |4 >> libfdt/fdt.c |4 >> libfdt/fdt_ro.c

Re: [U-Boot-Users] [PATCH 6/8] libfdt: Add and use a node iteration helper function.

2008-03-03 Thread Marian Balakowicz
Hi Jerry, Jerry Van Baren wrote: > Marian Balakowicz wrote: >> From: David Gibson <[EMAIL PROTECTED]> >> >> This patch adds an fdt_next_node() function which can be used to >> iterate through nodes of the tree while keeping track of depth. This >> function is used to simplify the iteration code

[U-Boot-Users] Cortex-M1 support

2008-03-03 Thread Vishal Oliyil Kunnil
Hi all, i have ported u-boot on Cortex-M1 series - It does not use the conventional arm routines in lib_arm (as Cortex M1 need these in Thumb-2). What is the correct method of integrating it in to u-boot ? For now I have a new directory named lib_armv6-m. Is it better to use place the lib files in

[U-Boot-Users] [PATCH] fix copy from ram to dataflash

2008-03-03 Thread Kim B. Heino
If I try to "cp.b ", u-boot selects normal flash routines instead of dataflash. This is because it checks "if source address is not dataflash" instead of target address. Signed-off-by: Kim B. Heino <[EMAIL PROTECTED]> --- u-boot-1.3.2-rc3/common/cmd_mem.c.foo 2008-03-03 10:17:50.0

Re: [U-Boot-Users] [PATCH] Makefile: Fix missing unconfig and mkconfig use

2008-03-03 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > > diff --git a/Makefile b/Makefile > index d6a0299..dbb39e4 100644 Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Z