Re: [U-Boot] Ethernet not working on OMAP3 board with

2009-06-08 Thread Pillai, Manikandan
From: John Rigby [mailto:jcri...@gmail.com] Sent: Sunday, June 07, 2009 7:43 AM To: Pillai, Manikandan Cc: Josh Karabin; u-boot@lists.denx.de Subject: Re: [U-Boot] Ethernet not working on OMAP3 board with Does anyone know what the current status of this is? I

[U-Boot] ARM mach-types.h sync request

2009-06-08 Thread Daniel Gorsulowski
Dear Jean-Christophe PLAGNIOL-VILLARD, please sync include/asm-arm/mach-types.h with mach-types.h from latest kernel source to enable support for boards MEESC (number 2165) and OTC570 (number 2166). Thanks! Best regards, Daniel Gorsulowski ___ U-Boot

Re: [U-Boot] Appropiate place for custom board init

2009-06-08 Thread Wolfgang Denk
Dear alfred steele, In message 528f13590906071928m77903d07x2d238a3c1dae4...@mail.gmail.com you wrote: I have a requirement fro initializing the GPIO pin for interrupt on a custom FPGA on the MX31 board. Where should i add this code in the uboot tree. It depends a bit on if there are

[U-Boot] [PATCH v2 1/3][repost] nand: Add Marvell Kirkwood NAND driver

2009-06-08 Thread Prafulla Wadaskar
This patch adds a NAND driver for the Marvell Kirkwood SoC's. Acked-by: Stefan Roese s...@denx.de Signed-off-by: Prafulla Wadaskar prafu...@marvell.com --- Change log: v2: updated as per feedback for v1 (cosmetic change) drivers/mtd/nand/Makefile|1 +

[U-Boot] [PATCH v4 3/3] Marvell Sheevaplug Board support

2009-06-08 Thread Prafulla Wadaskar
Reference: http://plugcomputer.org/ http://openplug.org/plugwiki/index.php/Das_U-boot_plug_support This patch is tested for- 1. Boot from DRAM/NAND flash 2. File transfer using tftp 3. NAND flash read/write/erase 4. Linux kernel and RFS Boot from NAND Signed-off-by: Prafulla Wadaskar

[U-Boot] [PATCH v3 2/3] net: Add Marvell Kirkwood gigabit ethernet driver

2009-06-08 Thread Prafulla Wadaskar
This patch adds a egiga driver for the Marvell Kirkwood SoC's. Contributors: Yotam Admon yo...@marvell.com Michael Blostein michae...@marvell.com Reviewed-by: Ronen Shitrit rshit...@marvell.com Acked-by: Stefan Rose s...@denx.de Signed-off-by: Prafulla Wadaskar prafu...@marvell.com --- Change

Re: [U-Boot] CUSTODIANS: Final boarding call for flight 2009-06

2009-06-08 Thread Mike Frysinger
On Monday 08 June 2009 00:22:25 Prafulla Wadaskar wrote: Hi Mike please stop top posting in your replies With reference to http://lists.denx.de/pipermail/u-boot/2009-April/050670.html Hopefully you are in process to send pull request for u-boot-backfin.git (sf branch) to get SF stuff in,

Re: [U-Boot] CUSTODIANS: Final boarding call for flight 2009-06

2009-06-08 Thread Wolfgang Denk
Dear Mike, In message 200906080319.25556.vap...@gentoo.org you wrote: With reference to http://lists.denx.de/pipermail/u-boot/2009-April/050670.html Hopefully you are in process to send pull request for u-boot-backfin.git (sf branch) to get SF stuff in, If not May you please do the

[U-Boot] [PATCH] mpc512x: Fix problem with I2C access before relocation

2009-06-08 Thread Stefan Roese
This is needed for the upcoming esd MECP5123 board port which uses I2C EEPROM for environment storage. Signed-off-by: Stefan Roese s...@denx.de Cc: Reinhard Arlt reinhard.a...@esd-electronics.com --- cpu/mpc512x/i2c.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[U-Boot] [PATCH] mpc512x: Add esd gmbh mecp5123 board support

2009-06-08 Thread Stefan Roese
MECP5123 is a MPC5121E based module by esd gmbh. Signed-off-by: Stefan Roese s...@denx.de Cc: Reinhard Arlt reinhard.a...@esd-electronics.com --- MAINTAINERS |1 + MAKEALL |1 + Makefile |3 + board/esd/mecp5123/Makefile

[U-Boot] [PATCH] nand/mpc512x: Add MPC512x NAND support (NFC)

2009-06-08 Thread Stefan Roese
This patch adds NAND Flash Controller driver for MPC5121 revision 2. All device features, except hardware ECC and power management, are supported. This NFC driver replaces the one orignally posted by John Rigby: [PATCH] Freescale NFC NAND driver It's a port of the Linux driver version posted by

[U-Boot] [PATCH] NAND boot: change NAND loader's relocate SP to CONFIG param

2009-06-08 Thread Mingkai Hu
So that we can set the NAND loader's relocate stack pointer to the value other than the relocate address + 0x1. Signed-off-by: Mingkai Hu mingkai...@freescale.com --- board/freescale/mpc8313erdb/mpc8313erdb.c |2 +- board/sheldon/simpc8313/simpc8313.c |2 +-

[U-Boot] [next] Pull request u-boot-blackfin.git (sf branch)

2009-06-08 Thread Mike Frysinger
The following changes since commit 48716e55b684927f5b33b2f9ac890e35309a1de4: Stefan Roese (1): mpc512x: Use serial_setbrg() in serial_init() to not duplicate the code are available in the git repository at for the next branch: git://www.denx.de/git/u-boot-blackfin.git sf Prafulla

[U-Boot] MPC8313ERDB u-boot upgrade usb problem

2009-06-08 Thread Deepak Gopalakrishnan
Hi i am in the process of upgrading the u-boot version from u-boot 1.1.6 to 1.3.0 and im stuck up with the usb. this is the error im getting = usb start (Re)start USB... USB: ACTUAL Board Setting Clock... PHY Invalid Clock setting failed Error, couldn't init Lowlevel part i have no idea wat

Re: [U-Boot] [PATCH] mpc512x: Fix problem with I2C access before relocation

2009-06-08 Thread Wolfgang Denk
Dear Stefan Roese, In message 126687-11316-1-git-send-email...@denx.de you wrote: This is needed for the upcoming esd MECP5123 board port which uses I2C EEPROM for environment storage. Stefan, please check if this is really what you want to do. Environmentin EEPROM is *strongly*

Re: [U-Boot] [PATCH] nand/mpc512x: Add MPC512x NAND support (NFC)

2009-06-08 Thread Wolfgang Denk
Dear Stefan Roese, In message 127475-13692-1-git-send-email...@denx.de you wrote: This patch adds NAND Flash Controller driver for MPC5121 revision 2. All device features, except hardware ECC and power management, are supported. This NFC driver replaces the one orignally posted by John

Re: [U-Boot] [PATCH] mpc512x: Fix problem with I2C access before relocation

2009-06-08 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: Dear Stefan Roese, In message 126687-11316-1-git-send-email...@denx.de you wrote: This is needed for the upcoming esd MECP5123 board port which uses I2C EEPROM for environment storage. Stefan, please check if this is really what you want

Re: [U-Boot] [PATCH] nand/mpc512x: Add MPC512x NAND support (NFC)

2009-06-08 Thread Piotr Zięcik
Monday 08 June 2009 09:51:15 Stefan Roese wrote: This patch adds NAND Flash Controller driver for MPC5121 revision 2. All device features, except hardware ECC and power management, are supported. This NFC driver replaces the one orignally posted by John Rigby: [PATCH] Freescale NFC NAND

Re: [U-Boot] [PATCH V4] board support patch for phyCORE-MPC5200B-tiny

2009-06-08 Thread Jon Smirl
Is this patch ready for merging? Is there anything else I need to do? On Mon, Jun 1, 2009 at 2:51 PM, Jon Smirljonsm...@gmail.com wrote: Add support for the Phytec phyCORE-MPC5200B-tiny. Code originally from Pengutronix.de. Added MAKEALL and MAINTAINER entry per last posting. Signed-off-by:

Re: [U-Boot] [PATCH] OMAP3EVM: fix typo. replace CS6 by CS5, no functionality change

2009-06-08 Thread Matthias Ludwig
Hi applied to arm/next thanks! But what about rest of the patchset? best regards, Matthias -- Matthias Ludwig, Software Development Ultratronik Entwicklungs GmbH, Gewerbestrasse 52, 82211 Herrsching, Germany http://www.ultratronik.de Tel: +49 8152 3709-356 Fax: +49 8152 5183

[U-Boot] [PATCH] OMAP3 pandora: update pin mux for rev3 boards

2009-06-08 Thread Grazvydas Ignotas
The update consists of following changes: - remove configuration of not connected pins, effectively leaving them in safe mode. - remove unused GPIOs, setup newly added ones. - setup pulls for various GPIOs. Disable pulls for game buttons, as they have external pulls. - SDRC CS change based on

Re: [U-Boot] [PATCH 3/7] fec_imx27: driver for FEC ethernet controller on i.MX27

2009-06-08 Thread Ilya Yanok
Hi Fabio, Fabio Estevam wrote: Uh... I think the hardware is pretty the same as that is handled by mcffec.c driver but merging won't be very easy... There are other i.MX processors with FEC. Uh... I didn't know that... As far as I can see Linux driver supports only i.MX27... Regards,

[U-Boot] |entists Contact List in the USA

2009-06-08 Thread gigacycle Ayala
2008 Edition Contact List of Dentists in the USA ++ 164,285 D.entists with City, State, Zip ++ 158,040 Postal Addresses ++ 163,342 Phone Nos ++ 77,621 Fax Numbers ++ 45,754 Email Addys Only until the end of the week - Jun 12 we have lowered the price to $294 - a $100 savings! To inquire

Re: [U-Boot] Pull request - net

2009-06-08 Thread Liew Tsi Chung-R5AAHP
Ben, You missed this: Date: Jun 1 [U-Boot] [PATCH] Standardize the use of MCFFEC_TOUT_LOOP as a udelay(1) loop counter Best Regards, TsiChung -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Ben Warren Sent: Sunday, June 07, 2009

Re: [U-Boot] [mcf532x] dependency of start.S not correct

2009-06-08 Thread TC Liew
Wolfgang, Have you checked your board/Your_platform/u-boot.lds? Regards, TsiChung On Thu, Jun 4, 2009 at 10:06 AM, Wolfgang Wegnerwolfg...@leila.ping.de wrote: Hi, sorry I can not provide a solution, but when trying to migrate my board to newer U-Boot I realised that the dependency

Re: [U-Boot] [PATCH] MCF5271: Added #defines for Edge Port Module (EPORT)

2009-06-08 Thread TC Liew
Richard, Nack. It is already existed in asm-m68k/coldfire/eport.h Regards, TsiChung On Fri, Jun 5, 2009 at 4:12 PM, Richard Retanubunrichardretanu...@ruggedcom.com wrote:  From edb2947e95dc8dc1c91bc952002304267d02639f Mon Sep 17 00:00:00 2001 From: Richard Retanubun

Re: [U-Boot] mkimage for ppc

2009-06-08 Thread Hollis Blanchard
Sorry, was on vacation. Copying a couple mailing lists... On Tue, 2009-06-02 at 12:34 +0300, Avi Kivity wrote: I am now doing regular build tests on various platforms (kernel only for now). That's great! Much appreciated. But ppc wants a mkimage and I don't have one to give it. Where can

Re: [U-Boot] TSEC ethernet controller problems (crc errors/ corruption)

2009-06-08 Thread Kim Phillips
On Fri, 5 Jun 2009 19:31:06 -0700 (PDT) d...@ovro.caltech.edu wrote: The bit setting did not help with our errors at 1Gbit, so the comment: fixed and pushed onto mpc83xx master. regenerated patch below. thanks for the clarification David. Kim mpc83xx: don't set SICRH_TSOBI1 to RMII/RTBI

Re: [U-Boot] [PATCH 2/3] digsy MTC: Add SPI support.

2009-06-08 Thread Detlev Zundel
Hi Grzegorz, Signed-off-by: Grzegorz Bernacki g...@semihalf.com --- board/digsy_mtc/digsy_mtc.c | 14 ++ include/configs/digsy_mtc.h |7 +++ 2 files changed, 21 insertions(+), 0 deletions(-) diff --git a/board/digsy_mtc/digsy_mtc.c b/board/digsy_mtc/digsy_mtc.c

Re: [U-Boot] [PATCH 1/3] mpc52xx: Add SPI driver.

2009-06-08 Thread Detlev Zundel
Hi Grzegorz, Signed-off-by: Grzegorz Bernacki g...@semihalf.com --- drivers/spi/Makefile |1 + drivers/spi/mpc52xx_spi.c | 108 + include/mpc5xxx.h | 18 +++ 3 files changed, 127 insertions(+), 0 deletions(-) create

Re: [U-Boot] mkimage for ppc

2009-06-08 Thread Avi Kivity
Hollis Blanchard wrote: But ppc wants a mkimage and I don't have one to give it. Where can I find it? mkimage is a tool provided by u-boot (http://git.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=summary). IIRC people have discussed the need to include a copy in the kernel source in

Re: [U-Boot] [PATCH 3/3] digsy MTC: Add 'mtc' command.

2009-06-08 Thread Detlev Zundel
Hi Grzegorz, New command allows to: o check FW version o set LED status o set digital output status o get digital input status Signed-off-by: Grzegorz Bernacki g...@semihalf.com --- board/digsy_mtc/Makefile |2 +- board/digsy_mtc/cmd_mtc.c | 287

Re: [U-Boot] [PATCH] mpc512x: Fix problem with I2C access before relocation

2009-06-08 Thread Stefan Roese
On Monday 08 June 2009 12:33:01 Heiko Schocher wrote: This is needed for the upcoming esd MECP5123 board port which uses I2C EEPROM for environment storage. Stefan, please check if this is really what you want to do. Environmentin EEPROM is *strongly* discouraged. It is slow

Re: [U-Boot] [PATCH] mpc512x: Fix problem with I2C access before relocation

2009-06-08 Thread Stefan Roese
Hi Wolfgang, On Monday 08 June 2009 12:25:01 Wolfgang Denk wrote: This is needed for the upcoming esd MECP5123 board port which uses I2C EEPROM for environment storage. Stefan, please check if this is really what you want to do. Environmentin EEPROM is *strongly* discouraged. It

Re: [U-Boot] [PATCH] nand/mpc512x: Add MPC512x NAND support (NFC)

2009-06-08 Thread Stefan Roese
Hi Wolfgang, On Monday 08 June 2009 12:41:35 Wolfgang Denk wrote: This patch adds NAND Flash Controller driver for MPC5121 revision 2. All device features, except hardware ECC and power management, are supported. This NFC driver replaces the one orignally posted by John Rigby:

Re: [U-Boot] [PATCH] nand/mpc512x: Add MPC512x NAND support (NFC)

2009-06-08 Thread Stefan Roese
On Monday 08 June 2009 12:54:45 Piotr Zięcik wrote: Monday 08 June 2009 09:51:15 Stefan Roese wrote: This patch adds NAND Flash Controller driver for MPC5121 revision 2. All device features, except hardware ECC and power management, are supported. This NFC driver replaces the one

Re: [U-Boot] mkimage for ppc

2009-06-08 Thread Josh Boyer
On Mon, Jun 08, 2009 at 10:48:58AM -0500, Hollis Blanchard wrote: Sorry, was on vacation. Copying a couple mailing lists... On Tue, 2009-06-02 at 12:34 +0300, Avi Kivity wrote: I am now doing regular build tests on various platforms (kernel only for now). That's great! Much appreciated. But

Re: [U-Boot] [PATCH] mpc512x: Add esd gmbh mecp5123 board support

2009-06-08 Thread Stefan Roese
Hi Wolfgang, On Monday 08 June 2009 12:38:18 Wolfgang Denk wrote: +int eeprom_write_enable(unsigned dev_addr, int state) +{ + volatile immap_t *im = (immap_t *)CONFIG_SYS_IMMR; + +if (dev_addr != CONFIG_SYS_I2C_EEPROM_ADDR) + return -1; + +if (state ==

Re: [U-Boot] [PATCH] mpc512x: Fix problem with I2C access before relocation

2009-06-08 Thread Wolfgang Denk
Dear Stefan Roese, In message 200906081848.50593...@denx.de you wrote: I know that EEPROM has some disadvantages. But this is not my choice but the customers (esd) decision. esd has used I2C EEPROM for environment storage for a long time and even included write-protection to the EEPROM.

Re: [U-Boot] [PATCH] nand/mpc512x: Add MPC512x NAND support (NFC)

2009-06-08 Thread Wolfgang Denk
Dear Stefan Roese, In message 200906081900.52451...@denx.de you wrote: I do not see ADS5121 support in posted driver code. ADS5121 board controls NAND chip selects via external CPLD and do not use controller chip select signals. Linux driver has workaround for this special case. Yes, I

Re: [U-Boot] [PATCH] mpc512x: Add esd gmbh mecp5123 board support

2009-06-08 Thread Wolfgang Denk
Dear Stefan, In message 200906081937.02354...@denx.de you wrote: + out_be32(im-mddrc.lut_table4_alternate_upper, CONFIG_SYS_MDDRCGRP_LUT4_AU); + out_be32(im-mddrc.lut_table4_alternate_lower, CONFIG_SYS_MDDRCGRP_LUT4_AL); Lines too long. OK. Some is true for aria and

Re: [U-Boot] [PATCH] nand/mpc512x: Add MPC512x NAND support (NFC)

2009-06-08 Thread Stefan Roese
On Monday 08 June 2009 20:08:21 Wolfgang Denk wrote: I do not see ADS5121 support in posted driver code. ADS5121 board controls NAND chip selects via external CPLD and do not use controller chip select signals. Linux driver has workaround for this special case. Yes, I know. I

Re: [U-Boot] [mcf532x] dependency of start.S not correct

2009-06-08 Thread Wolfgang Wegner
Hi TsiChung, On Mon, Jun 08, 2009 at 09:28:35AM -0500, TC Liew wrote: Wolfgang, Have you checked your board/Your_platform/u-boot.lds? basically my u-boot.lds is a copy from m5329evb, minus some things that I do not need (e.g. env_embedded.o) and some things I do not really remember why I did

Re: [U-Boot] [PATCH] nand/mpc512x: Add MPC512x NAND support (NFC)

2009-06-08 Thread John Rigby
Stephan, Are you able to read the second half of the NAND? The NAND package on the ADS contains two chips with two separate chip selects. Without the chip select code you will likely only see 512M instead of 1G. John On Mon, Jun 8, 2009 at 12:24 PM, Stefan Roese s...@denx.de wrote: On

Re: [U-Boot] [PATCH 1/1] usb: fix wait_ms declaration

2009-06-08 Thread Remy Bohmer
Hi, 2009/6/7 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com: global inline function need to be define in a header Agreed, but I have a few small remarks below Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com ---  common/usb.c  |   10 --  include/usb.h |

[U-Boot] patch to make u-boot work on jornada 720 flashrom - feedback wanted

2009-06-08 Thread Kristoffer Ericson
Greetings, I currently have blob working nicely on the flashboard in question, Ive been trying to create a patchset to get it working on u-boot. I basicly want feedback if this is enough or what else is needed. The code is heavily copied from assabet since they are similiar. diff --git

Re: [U-Boot] [PATCH] nand/mpc512x: Add MPC512x NAND support (NFC)

2009-06-08 Thread Wolfgang Denk
Dear Stefan, In message 200906082024.25415...@denx.de you wrote: Did you actually see the code? Did you see the board specific code added to the common NFC driver code? This is not really something I like to see in common drivers. And such code usually get's a NAK from you as well. No, I

Re: [U-Boot] [PATCH 3/7] fec_imx27: driver for FEC ethernet controller on i.MX27

2009-06-08 Thread Fabio Estevam
Hi Ilya, --- On Mon, 6/8/09, Ilya Yanok ya...@emcraft.com wrote: There are other i.MX processors with FEC. Uh... I didn't know that... As far as I can see Linux driver supports only i.MX27... Yes, only MX27 so far. MX35 also has a FEC. I sent this patch to the netdev list in order to

Re: [U-Boot] Pull request - net

2009-06-08 Thread Wolfgang Denk
Dear Ben Warren, In message 4a2c9343.20...@gmail.com you wrote: The following changes since commit 3bc8556f9b24af60dba2b55a0abb1182dff45ecc: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-mmc are available in the git repository at:

Re: [U-Boot] [next] Pull request u-boot-blackfin.git (sf branch)

2009-06-08 Thread Wolfgang Denk
Dear Mike Frysinger, In message 129323-30525-1-git-send-email-vap...@gentoo.org you wrote: The following changes since commit 48716e55b684927f5b33b2f9ac890e35309a1de4: Stefan Roese (1): mpc512x: Use serial_setbrg() in serial_init() to not duplicate the code are available in

Re: [U-Boot] Pull request - net

2009-06-08 Thread Ben Warren
Wolfgang Denk wrote: Dear Ben Warren, In message 4a2c9343.20...@gmail.com you wrote: The following changes since commit 3bc8556f9b24af60dba2b55a0abb1182dff45ecc: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-mmc are available in the git repository at:

Re: [U-Boot] Pull request: u-boot-usb (next)

2009-06-08 Thread Wolfgang Denk
Dear Remy Bohmer, In message 3efb10970906081215v5f3e9f25g5ab1c3c28ec1a...@mail.gmail.com you wrote: The following changes since commit 48716e55b684927f5b33b2f9ac890e35309a1de4: Stefan Roese (1): mpc512x: Use serial_setbrg() in serial_init() to not duplicate the code are

Re: [U-Boot] MPC8313ERDB u-boot upgrade usb problem

2009-06-08 Thread Kim Phillips
On Mon, 8 Jun 2009 15:32:54 +0530 Deepak Gopalakrishnan deepak.gopalakrish...@lntemsys.com wrote: Hi i am in the process of upgrading the u-boot version from u-boot 1.1.6 to 1.3.0 and im stuck up with the usb. this is the error im getting = usb start (Re)start USB... USB: ACTUAL Board

Re: [U-Boot] TSEC ethernet controller problems (crc errors/ corruption)

2009-06-08 Thread David Hawkins
Hi Dave, I'm not ready to claim success, as I need to make the change on other boards ... but its very encouraging! Good news, Dave. Sure, we need to keep the impedance matching. change the series resister. Anyway, I strong recommand you to check if the signal of GMII interface