Re: [U-Boot] multiple serial

2011-03-04 Thread Stefano Babic
On 03/04/2011 09:33 PM, Ran Shalit wrote: > I am not sure I undertand what is ment in the > words "modem dial-in / dial-out". > What is actually the benefit of using multiple serial (#define > CONFIG_MULTI_SERIAL) instead of using direcet call to ns15669 driver (for > the UART'S which are not the

Re: [U-Boot] MPC837x PCIe no link

2011-03-04 Thread Baidu Liu
2011/3/5 Andre Schwarz > All, > > sorry to bother you again. > After my harddisk died I'm porting my latest 8377 work to TOT. > Unfortunately I'm lacking some commits that haven't been pushed to backup. > > > But everything's fine so far and the system is up and running, except PCIe. > > Using th

[U-Boot] (no subject)

2011-03-04 Thread L'ALTRA DIMENSIONE
Richiesta di autorizzazione all'invio dell'email L'Altra Dimensione esegue lavori di Ristrutturazione, imbiancature, controsoffittature, decorazione, coibentazioni termoacustici, trattamenti antimuffa, rifacimento tetti, canne fumarie ecc... Fornitura e posa di parquet, porte, finestre, zan

[U-Boot] Marvell 88E1111S phy autosense

2011-03-04 Thread Rick Ramstetter
Hello all, I am seeing a strange behavior regarding the Marvell 88ES in U-boot. In drivers/net/tsec.c, tsec_local_mdio_read() [aliased as read_phy_reg()] seems to be grabbing the value of miimstat before the phy is actually ready. This results in my board's phy being sensed as "generic" type.

[U-Boot] multiple serial

2011-03-04 Thread Ran Shalit
Hello, I am trying to undertsnad the multiple serial configuration/usage in u-boot. in doc/ README.serial_multi

[U-Boot] [STATUS] suspend()

2011-03-04 Thread Wolfgang Denk
Hi, I'll be off for a week of vacation. Please don't expect any activities from my side before Monday, March 14. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+

[U-Boot] MPC837x PCIe no link

2011-03-04 Thread Andre Schwarz
All, sorry to bother you again. After my harddisk died I'm porting my latest 8377 work to TOT. Unfortunately I'm lacking some commits that haven't been pushed to backup. But everything's fine so far and the system is up and running, except PCIe. Using the "old" binary left on the server PCIe ha

[U-Boot] Important Notice!!! Your webmail Account Expires in 24 Hours!!!(Security and Webmail|)

2011-03-04 Thread Sande, M.C.E. van de
Your webmail quota has exceeded the set quota which is 20GB. you are currently running on 20.9GB. Attn: webmail user are to visit the link below for Security of webmail account and incase you forget your password we can easy help you recover it. To re-activate and increase your webmail quota ple

Re: [U-Boot] [PATCH][v3] fsl_esdhc: Correcting esdhc timeout counter calculation

2011-03-04 Thread Kumar Gala
On Mar 2, 2011, at 9:48 PM, Priyanka Jain wrote: > - Timeout counter value is set as DTOCV bits in SYSCTL register > For counter value set as timeout, > Timeout period = (2^(timeout + 13)) SD Clock cycles > > - As per 4.6.2.2 section of SD Card specification v2.00, host should > cofigure time

Re: [U-Boot] issue with 'ubi part'

2011-03-04 Thread Andre Schwarz
Stefan, > Andre, > > On Friday 04 March 2011 11:16:50 Andre Schwarz wrote: => ubi part root Creating 1 MTD partitions on "nand0": 0x-0x4000 : "mtd=0" UBI: attaching mtd2 to ubi0 UBI error: io_init: unaligned VID header shift 2 UBI error: ubi_init

Re: [U-Boot] issue with 'ubi part'

2011-03-04 Thread Stefan Roese
Andre, On Friday 04 March 2011 11:16:50 Andre Schwarz wrote: > >> => ubi part root > >> Creating 1 MTD partitions on "nand0": > >> 0x-0x4000 : "mtd=0" > >> UBI: attaching mtd2 to ubi0 > >> UBI error: io_init: unaligned VID header shift 2 > >> UBI error: ubi_init: cannot attach

Re: [U-Boot] issue with 'ubi part'

2011-03-04 Thread Andre Schwarz
Stefan, > Hi Andre, > > On Wednesday 02 March 2011 16:35:09 Andre Schwarz wrote: >> actually I have an issue with the "ubi part" command. >> >> Situation: >> >> MPC8377 based board with 64MiB Nor- (u-boot etc.) and 1GiB Nand-Flash >> (ubi volume). >> >> MTD devices look like this : >> >> => mtdpar

Re: [U-Boot] [PATCH] net: axi_ethernet: Add driver to u-boot

2011-03-04 Thread Michal Simek
Mike Frysinger wrote: > also, you should change the "hang()" to "return 0" in the init func. Are you sure return 0 which should mean success. Anything different from 0 seems to me relevant. >>> as i said, the initialize function is not returning "success" or >>> "failure". it is retur

Re: [U-Boot] issue with 'ubi part'

2011-03-04 Thread Stefan Roese
Hi Andre, On Wednesday 02 March 2011 16:35:09 Andre Schwarz wrote: > actually I have an issue with the "ubi part" command. > > Situation: > > MPC8377 based board with 64MiB Nor- (u-boot etc.) and 1GiB Nand-Flash > (ubi volume). > > MTD devices look like this : > > => mtdparts > > device nor0

Re: [U-Boot] [PATCH 1/2] s3c64xx: upgrade s3c6400 to s3c64xx

2011-03-04 Thread Wolfgang Denk
Dear Kavin Lau, In message <201103041704.04039.liujingwe...@gmail.com> you wrote: > --Boundary-00=_DsKcNq+7G77Pv2N > Content-Type: text/plain; > charset="us-ascii" > Content-Transfer-Encoding: quoted-printable > > From c56044d16f8ee5804d3048fe2c37028d5c963f1b Mon Sep 17 > 00:00:00 2001

Re: [U-Boot] [PATCH 1/2] s3c64xx: upgrade s3c6400 to s3c64xx

2011-03-04 Thread Wolfgang Denk
Dear Kavin Lau, In message <201103041700.53374.liujingwe...@gmail.com> you wrote: > --Boundary-00_FpKcN6pVZLXuenY > Content-Type: text/plain; > charset"us-ascii" > Content-Transfer-Encoding: quoted-printable Please sends patche sinline, NOT as attachements. Please use git-send-email to avoid s

[U-Boot] [PATCH 1/2] s3c64xx: upgrade s3c6400 to s3c64xx

2011-03-04 Thread Kavin Lau
From c56044d16f8ee5804d3048fe2c37028d5c963f1b Mon Sep 17 00:00:00 2001 From: Kavin Lau Date: Fri, 4 Mar 2011 12:58:47 +0800 Subject: [PATCH 1/2] s3c64xx: upgrade s3c6400 to s3c64xx S3C6400, S3C6410 and S3C643

Re: [U-Boot] [U-BOO] [PATCH 2/2] smdk6400: correct the compilation of smdk6400

2011-03-04 Thread Wolfgang Denk
Dear liujingwen, In message you wrote: > --===2100493628== > Content-Type: multipart/alternative; boundary=0016363b9d50996c49049da4326b > > --0016363b9d50996c49049da4326b > Content-Type: text/plain; charset=ISO-8859-1 > > From 7ec6637f49fbaf52fbc1a61871b14ba5f7d09701 Mon Sep 17 00:

Re: [U-Boot] [PATCH V2 1/1] MX53: support for freescale MX53LOCO board

2011-03-04 Thread Stefano Babic
On 03/04/2011 07:38 AM, Jason Liu wrote: > Hi, Stefano, > > 2011/2/23 Jason Liu : >> This patch add initial support for freescale MX53LOCO board. >> Network(FEC),SD/MMC, UART have been supported by this patch. >> >> Signed-off-by: Jason Liu >> >> --- >> Changes for v2: >> - remove config.mk, inst

Re: [U-Boot] [PATCH 01/22] mkimage: Add OMAP boot image support

2011-03-04 Thread Aneesh V
Hi Vaibhav, On Friday 04 March 2011 10:57 AM, Bedia, Vaibhav wrote: > Aneesh, > > On Tuesday, March 01, 2011 8:34 PM, Bedia, Vaibhav wrote: >> On Tuesday, March 01, 2011 8:20 PM, V, Aneesh wrote: >>> >>> For OMAP4: >>> 1. An 8 byte GP header is enough for booting from external >>> MMC FAT part

[U-Boot] [U-BOO] [PATCH 2/2] smdk6400: correct the compilation of smdk6400

2011-03-04 Thread liujingwen
>From 7ec6637f49fbaf52fbc1a61871b14ba5f7d09701 Mon Sep 17 00:00:00 2001 From: Kavin Lau Date: Fri, 4 Mar 2011 16:40:35 +0800 Subject: [PATCH 2/2] smdk6400: correct the compilation of smdk6400 --- board/samsung/smdk6400/u-boot-nand.lds | 34 ++--- include/configs/smdk6