Re: [U-Boot-Users] [PATCH] 83xx: Add Vitesse VSC7385 firmware uploading

2008-02-08 Thread Ben Warren
Hi Timur, Just some nit-picking... Timur Tabi wrote: > The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX > and other boards. A small firwmare must be uploaded to its on-board memory > before it can be enabled. This patch adds the code which uploads firmware > (but not

Re: [U-Boot-Users] [ARM] AT91CAP9 support

2008-02-08 Thread Peter Pearse
Stelian Until the next merge window your patches "AT91CAP9 support" are available from git://linux-arm.org/u-boot-armdev.git#080116_at91cap9 Your board seem to be the first to make use of CONFIG_HAS_DATAFLASH. This has resulted in the following warnings (ELDK toolchain

Re: [U-Boot-Users] [PATCH] 83xx: Add Vitesse VSC7385 firmware uploading

2008-02-08 Thread Timur Tabi
Ben Warren wrote: > Is this switch able to pass traffic in a default configuration without > this firmware or is it dead? Without the firmware, the switch is completely dead. > I'm not 100% convinced that this is network code, but my opinion isn't > very strong and I can't really think of a be

[U-Boot-Users] Intel KIXRP435 platform

2008-02-08 Thread Antonello Lombardinilo
Hi all, I'am playing to porting u-boot to Intel KIXRP435 board and starting from u-boot-ixp-HEAD from git. I added kixrp435 platform cloning ixdp425 platform. I modified a include/asm-arm/arch-ixp/ixp425.h and cpu/ixp/start.S to initialize a DDR memory. The compilation fail with following err

[U-Boot-Users] How much does U-Boot Replace PMON? Anyone w/ opinions? (from embedded newbie)

2008-02-08 Thread Sean Parker
Hello - We're using PMC's MSP8510 MIPS processor. Included in the BSP was Linux 2.6.18 and PMON2000. We have all running, except the boot from CF. I'm a bit familiar with GRUB/LILO, and I'm looking for a direct replacement, and we thought we'd be able to use either until we saw GRUB was not po

[U-Boot-Users] [PATCH 1/2] NET: Add Vitesse VSC7385 firmware uploading

2008-02-08 Thread Timur Tabi
The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX and other boards. A small firwmare must be uploaded to its on-board memory before it can be enabled. This patch adds the code which uploads firmware (but not the firmware itself). Previously, this feature was provided by

[U-Boot-Users] [PATCH v2] Fix wrong memory limit calculation in memory-test

2008-02-08 Thread Guennadi Liakhovetski
If the length of the memory address range passed to the "mtest" command is not of the form 2^x - 1, not all address lines are tested. This bug is inherited from the original software at http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix this. Signed-off-by: Guennadi Liakhovets

Re: [U-Boot-Users] How much does U-Boot Replace PMON? Anyone w/ opinions? (from embedded newbie)

2008-02-08 Thread Sean Parker
Andrew - Thanks so much for your reply and candor - that's kind of what I needed to hear either way. I'll check out the others you mentioned first, before trying to dive into changing PMON (we already have had to mod PMON, but only changing existing code/regs/etc.) Sean --- Andrew Dyer <[EMAI

Re: [U-Boot-Users] [PATCH] 83xx: Add Vitesse VSC7385 firmware uploading

2008-02-08 Thread Scott Wood
Timur Tabi wrote: >>> +#include >>> +#include >>> +#include >>> +#include >>> + >>> >> I think Kim mentioned this will break some architectures. Just repeating it. > > Yeah, I'm still waiting for someone to tell me why. Not every architecture has an io.h and an errno.h. -Scott --

[U-Boot-Users] [PATCH 0/2] Vitesse VSC7385 firmware patches

2008-02-08 Thread Timur Tabi
These two patches add the ability to upload firmware to the Vitesse VSC7385 and update some Freescale 83xx board files to use them. These patches are for U-Boot 1.3.3. - This SF.net email is sponsored by: Microsoft Defy all

Re: [U-Boot-Users] [PATCH 1/1] xsengine: rename board_post_init to board_late_init

2008-02-08 Thread Ladislav Michl
Dear Wolfgang, On Thu, Feb 07, 2008 at 12:40:01AM +0100, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > > missing migration from "Cleanup of some init functions" > > in c837dcb1a316745092567bfe4fb266d0941884ff > > > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PRO

Re: [U-Boot-Users] [PATCH] [DRIVERS] is only available for ppc boards.

2008-02-08 Thread Ladislav Michl
On Thu, Jan 24, 2008 at 11:01:30AM -0600, Kim Phillips wrote: > On Thu, 24 Jan 2008 10:50:09 -0600 > "Andy Fleming" <[EMAIL PROTECTED]> wrote: > > > On Jan 24, 2008 10:33 AM, Peter Pearse <[EMAIL PROTECTED]> wrote: > > > > > > +#if defined(CONFIG_MPC834X) || \ > > > + defined(CONFIG_MPC8313)

[U-Boot-Users] [PATCH 0/3] PPC: Barco SMD 8245/8347E boards

2008-02-08 Thread Marc Leeman
Company: Barco, Security and Monitoring Division Maintainer: Marc Leeman <[EMAIL PROTECTED]> In the following mails, we'll be submitting a number of patches to include support of 8 new Barco Boards: Barco SVC2 Barco NGS101 Barco H-DGUC Barco NGP101 Barco NGS103 Barco NGS104 Barco NGS105 Barco NG

Re: [U-Boot-Users] 440EPX is not booting from 1Gb/128MB NAND flash

2008-02-08 Thread Nikhil Gautam
Hi Stefan, After some debugging using BDI, I found out that there are more then one problem here. IPL loads the SPL correctly. And I can see that nand_boot( ) is called. The first problem I found was that the nand_is_bad_block( ) is returning true after a while. I think its treating empty blocks

[U-Boot-Users] [PATCH] I2C register access functions for omap1510_i2c driver

2008-02-08 Thread Ladislav Michl
drivers/i2c/omap1510_i2c.c does not implement i2c_reg_read and i2c_reg_write which leads to unresolved symbols when using ds1307 driver. While there, enable CONFIG_CMD_DATE for Voiceblue board to have nice test case :-) Signed-off-by: Ladislav Michl <[EMAIL PROTECTED]> diff --git a/drivers/i2c/om

[U-Boot-Users] [PATCH 2/2] 83xx: Add Vitesse VSC7385 firmware uploading

2008-02-08 Thread Timur Tabi
Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload the Vitesse VSC7385 firmware. Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET. Cleaned up the board header files to make selecting the VSC7385 easier to control. Signed-off-by: Timur Tabi <[EMAIL PROTECTED]> --- This pa

Re: [U-Boot-Users] [PATCH] [DRIVERS] is only available for ppc boards.

2008-02-08 Thread Haavard Skinnemoen
On Fri, 8 Feb 2008 23:48:07 +0100 Ladislav Michl <[EMAIL PROTECTED]> wrote: > Ping? Above bug is still present in current git. And while there what > about fixing it this way? (controling mpc8xxx_spi compilation with > CONFIG_HARD_SPI is a bit misleading, but lets fix it with separate > patch. Any

Re: [U-Boot-Users] [PATCH] I2C register access functions for omap1510_i2c driver

2008-02-08 Thread Ben Warren
On Feb 8, 2008 6:25 PM, Ladislav Michl <[EMAIL PROTECTED]> wrote: > drivers/i2c/omap1510_i2c.c does not implement i2c_reg_read and > i2c_reg_write which leads to unresolved symbols when using ds1307 > driver. While there, enable CONFIG_CMD_DATE for Voiceblue board to have > nice test case :-) > > S

Re: [U-Boot-Users] [PATCH] 83xx: Add Vitesse VSC7385 firmware uploading

2008-02-08 Thread Ben Warren
On Feb 8, 2008 11:44 AM, Timur Tabi <[EMAIL PROTECTED]> wrote: > Ben Warren wrote: > > > Is this switch able to pass traffic in a default configuration without > > this firmware or is it dead? > > Without the firmware, the switch is completely dead. OK, good to know. What a lovely feature. > > >

Re: [U-Boot-Users] [PATCH] [DRIVERS] is only available for ppc boards.

2008-02-08 Thread Ben Warren
On Feb 8, 2008 5:48 PM, Ladislav Michl <[EMAIL PROTECTED]> wrote: > On Thu, Jan 24, 2008 at 11:01:30AM -0600, Kim Phillips wrote: > > On Thu, 24 Jan 2008 10:50:09 -0600 > > "Andy Fleming" <[EMAIL PROTECTED]> wrote: > > > > > On Jan 24, 2008 10:33 AM, Peter Pearse <[EMAIL PROTECTED]> wrote: > > > >

Re: [U-Boot-Users] [PATCH] [DRIVERS] is only available for ppc boards.

2008-02-08 Thread Ladislav Michl
On Fri, Feb 08, 2008 at 07:10:44PM -0500, Ben Warren wrote: > Here's the patch that will be going in: > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/36039 > > I guess Wolfgang just hasn't had a chance to pull the 83xx tree. > > CONFIG_HARD_SPI is intended to be used by multiple control

Re: [U-Boot-Users] [PATCH] I2C register access functions for omap1510_i2c driver

2008-02-08 Thread Ladislav Michl
On Fri, Feb 08, 2008 at 07:17:30PM -0500, Ben Warren wrote: > While your fix is technically correct, I looked into this last week > and found that this exact code is duplicated in EVERY I2C controller, > except one (MPC8xx), where there are calls to i2c_init() in each of > the functions. Yup, that

[U-Boot-Users] Sandeep Prabhu added you as a friend on WAYN...

2008-02-08 Thread Sandeep Prabhu
Dear u-boot-users, Sandeep Prabhu (http://www.wayn.com/waynfx.html?wci=link&id=915&m=11994177&c=384251485&fm_token=D357C6D457AB4182E31A7C2EB591AF71<@@VIP_UPGRADE>&pro=1) has added you as a friend on WAYN (http://www.wayn.com/waynfx.html?wci=link&id=916&m=11994177&c=384251485&fm_token=D357C6D457

Re: [U-Boot-Users] [PATCH] [DRIVERS] is only available for ppc boards.

2008-02-08 Thread Ben Warren
On Feb 8, 2008 7:43 PM, Ladislav Michl <[EMAIL PROTECTED]> wrote: > On Fri, Feb 08, 2008 at 07:10:44PM -0500, Ben Warren wrote: > > Here's the patch that will be going in: > > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/36039 > > > > I guess Wolfgang just hasn't had a chance to pull the

[U-Boot-Users] Initially loading uboot into flash on MPC5200

2008-02-08 Thread Jon Smirl
I'm working on a MPC5200 based design, www.digispeaker.com. What low cost options are there for initially loading the flash if a BDI2000 is not in the budget? Ideally we'd like to find something cheap enough that a hobbyist could buy it if they bricked their board. Our hardware is not finalized so

Re: [U-Boot-Users] 440EPX is not booting from 1Gb/128MB NAND flash

2008-02-08 Thread Stefan Roese
Hi Nikhil, On Friday 08 February 2008, Nikhil Gautam wrote: > After some debugging using BDI, I found out that there are more then > one problem here. > > IPL loads the SPL correctly. And I can see that nand_boot( ) is > called. The first problem I found was that the nand_is_bad_block( ) is > retu

Re: [U-Boot-Users] Intel KIXRP435 platform

2008-02-08 Thread Marco Cavallini [KOAN]
Antonello Lombardinilo ha scritto: > Hi all, > I'am playing to porting u-boot to Intel KIXRP435 board > and starting from u-boot-ixp-HEAD from git. > I added kixrp435 platform cloning ixdp425 platform. > I modified a include/asm-arm/arch-ixp/ixp425.h and > cpu/ixp/start.S to initialize a DDR memory