Re: [U-Boot] [PATCH 1/1 v3] ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY

2008-09-04 Thread Ben Warren
Hi Stefan and Victor, Stefan Roese wrote: On Wednesday 03 September 2008, Victor Gallardo wrote: This patch adds GPCS, SGMII and M88E1112 PHY support for the AMCC PPC460GT/EX processors. Signed-off-by: Victor Gallardo [EMAIL PROTECTED] --- A good idea is to keep a history of

Re: [U-Boot] [PATCH] ads5121: Set offset of NFC registers in device tree.

2008-09-04 Thread Kenneth Johansson
On Wed, 2008-09-03 at 22:41 +0200, Wolfgang Denk wrote: Dear John Rigby, In message [EMAIL PROTECTED] you wrote: I'm not sure this right way to deal with this. Even with the modified offset the 1.5 silicon linux nand driver will not work correctly with the 2.0 silicon nand controller.

Re: [U-Boot] [PATCH v2] USB EHCI: reset root hub

2008-09-04 Thread Markus Klotzbücher
On Thu, Sep 04, 2008 at 11:19:05AM +0200, Detlev Zundel wrote: From: Yuri Tikhonov [EMAIL PROTECTED] Some of multi-function USB controllers (e.g. ISP1562) allow root hub resetting only via EHCI registers. So, this patch adds the corresponding kind of reset to OHCI's hc_reset() if the newly

Re: [U-Boot] [PATCH] ppx4xx: Fix broken DASA_SIM board

2008-09-04 Thread Matthias Fuchs
Hi Wolfgang, you are right. But currently I do not have any suitable IOP480 based hardware on my desk to test bigger changes. Matthias On Wednesday 03 September 2008 22:58, Wolfgang Denk wrote: Dear Matthias Fuchs, In message [EMAIL PROTECTED] you wrote: This patch adds initdram() to

[U-Boot] [PATCH v2] fw_env: add NAND support

2008-09-04 Thread Guennadi Liakhovetski
Add support for environment in NAND with automatic NOR / NAND recognition, including unaligned environment, bad-block skipping, redundant environment copy. Signed-off-by: Guennadi Liakhovetski [EMAIL PROTECTED] --- Changes since v1: multiple style updates, added Copyright, restored flash_io()

[U-Boot] running u-boot from SDRAM

2008-09-04 Thread Roman Mashak
Hello, I need to port U-Boot on the platform, consisting of master and daughter boards. Master boards runs WinCE; daughter board features SoC, based on ARM926EJ-S, on-chip SDRAM and ROM. Master launches daughter board by downloading binary image of bootcode in to the on-chip SDRAM, then does

Re: [U-Boot] [U-Boot-Users] Boot from Jffs2 filesystem problem

2008-09-04 Thread Detlev Zundel
Hi Pedro, the SourceForge mailing list is deprecated, please use the one at lists.denx.de. [This time, the new address is correct] The u-boot version I'm using is 1.3.1 (self compiled) and Linux Kernel 2.6.23.1. It is possible to boot it with a stored kernel uImage and the oftree in the

Re: [U-Boot] running u-boot from SDRAM

2008-09-04 Thread Wolfgang Denk
Dear Roman Mashak, In message [EMAIL PROTECTED] you wrote: I need to port U-Boot on the platform, consisting of master and daughter boards. Master boards runs WinCE; daughter board features SoC, based on ARM926EJ-S, on-chip SDRAM and ROM. Master launches daughter board by downloading binary

[U-Boot] Boot from jffs2 filesystem problem

2008-09-04 Thread Pedro Luis D. L.
[Previously posted in the wrong mail list, sorry] Hello everybody, I'm finding some problems trying to boot a TQM5200 board using a jffs2 image as filesystem. The u-boot version I'm using is 1.3.1 (self compiled) and Linux Kernel 2.6.23.1. It is possible to boot it with a stored kernel

[U-Boot] [PATCH] TQM5200 HIGHBOOT Makefile patch

2008-09-04 Thread Pedro Luis D. L.
Hi, I don't know the normal procedure, if I should send the patch to Wolfgang or someone else, but I found a problem with Makefile and TQM5200 HIGHBOOT config in Makefile. I think this problem is also in previous versions since tqm boards where moved under tqc folder. The patch is: ---

[U-Boot] CFG_64BIT_xxx and friends

2008-09-04 Thread Matthias Fuchs
Hi all, after testing the recent U-Boot code on a couple of 405EP boards I noticed, that the memsize in the output of the bdinfo command is always 0x. This is caused by using 64 types and format directives in printf that only work when CFG_64BIT_VSPRINTF is defined. So what's the best

Re: [U-Boot] [PATCH] TQM5200 HIGHBOOT Makefile patch

2008-09-04 Thread Detlev Zundel
Hi Pedro, Hi, I don't know the normal procedure, if I should send the patch to Wolfgang or someone else, but I found a problem with Makefile and TQM5200 HIGHBOOT config in Makefile. I think this problem is also in previous versions since tqm boards where moved under tqc folder. The normal

Re: [U-Boot] [PATCH] ads5121: Set offset of NFC registers in device tree.

2008-09-04 Thread Scott Wood
On Thu, Sep 04, 2008 at 10:13:49AM +0200, Kenneth Johansson wrote: On Wed, 2008-09-03 at 22:41 +0200, Wolfgang Denk wrote: Dear John Rigby, In message [EMAIL PROTECTED] you wrote: I'm not sure this right way to deal with this. Even with the modified offset the 1.5 silicon linux nand

Re: [U-Boot] Boot from jffs2 filesystem problem

2008-09-04 Thread Scott Wood
On Thu, Sep 04, 2008 at 02:04:42PM +0200, Pedro Luis D. L. wrote: It seems to me that U-boot is trying to boot from RAMDisk instead of booting the kernel, but I'm not sure. The same kernel is working properly on a phytec board and 1.2.0 U-boot, so it's not a problem with jffs2 support within

Re: [U-Boot] [PATCH 1/1 v3] ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY

2008-09-04 Thread Stefan Roese
On Thursday 04 September 2008, Ben Warren wrote: I like the idea very much, but am not sure about the implementation. This problem has been around for a while (just search the archives for people wondering how to deal with a switch chip connected via rvMII or whatever). The trickiest part of

Re: [U-Boot] Boot from jffs2 filesystem problem

2008-09-04 Thread Scott Wood
On Thu, Sep 04, 2008 at 05:21:57PM +0200, Pedro Luis D. L. wrote: I've already tried with: - bootm ${kernel_addr} - ${fdt_addr} This is the correct one. And always with the same result... Are you sure it's exactly the same? How could u-boot fail when loading the initrd if there is none

Re: [U-Boot] [PATCH 1/1 v3] ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY

2008-09-04 Thread Victor Gallardo
Hi Stefan and Ben, I saw what Andy Fleming's did. This is a bit to much work for what I have time for. I aggree, we need to take baby steps.. For now I'll change PHY-less to Fixed PHY and update some style issues. -Victor Gallardo -Original Message- From: Stefan Roese [mailto:[EMAIL

[U-Boot] Fix dev_print for when it is called from usb_stor_info (usb storage command)

2008-09-04 Thread Nícolas Carneiro Lebedenco
Hello people, here is a quick fix for the output of the command usb storage. It was printing Device 0: not available because the IF_TYPE_USB was not included into the switch statement. --- u-boot-1.3.4.original/disk/part.c 2008-08-12 11:08:38.0 -0300 +++ u-boot-1.3.4/disk/part.c

[U-Boot] ppc4xx: glacier broken with latest u-boot

2008-09-04 Thread Victor Gallardo
Hello Stefan, I just pulled the latest u-boot (git://git.denx.de/u-boot-ppc4xx.git) and glacier is broken. It builds, but if load the u-boot it hangs. This is far as it gets. U-Boot 1.3.4-03965-g7deb3b3 (Sep 4 2008 - 16:26:55) CPU: AMCC PowerPC 460GT Rev. A at 800 MHz (PLB=200, OPB=100,

Re: [U-Boot] ppc4xx: glacier broken with latest u-boot

2008-09-04 Thread Adam Graham
Stefan, I took a quick look at this problem and tracked the problem down to the serial console initialization area for the AMCC Glacier and Canyonlands boards. description PPC4xx U-Boot Custodian Tree owner Stefan Roese last change Wed, 3 Sep 2008 15:21:38 + URL

Paid A Full-Time Job's Salary To Play Video Games

2008-09-04 Thread teresa farrell
If you buy a new MMORPG that crashes every time your character jumps while running, chances are you will not like the game and tell all of your friends not to buy it. This is a serious setback for the game company. The customers that bought their product will not buy it again and neither will