[U-Boot] [U-BOOT]Error:No PHY IDs found VSC8641 RGMII

2011-03-16 Thread Aneesh kumar VR
Hi , I have design over that using the VSC8641 PHY on RGMII interface of AR7161 , I am getting error Error:No PHY IDs found in U-boot for many times . could any one help me to find out the issue . -- Regards, Aneesh Kumar V R M +91-8086241258

Re: [U-Boot] [PATCH 1/4] S5P: timer: Use pwm functions

2011-03-16 Thread Minkyu Kang
On 10 March 2011 20:08, Minkyu Kang mk7.k...@samsung.com wrote: Use pwm functions for timer that is PWM timer 4. Signed-off-by: Minkyu Kang mk7.k...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---  arch/arm/cpu/armv7/s5p-common/timer.c   |   49

Re: [U-Boot] [PATCH 1/2] powerpc: eSPI and eSPI controller support

2011-03-16 Thread Xie Shaohui-B21989
On Tuesday, March 15, 2011 22:53:20 Shaohui Xie wrote: --- a/drivers/mtd/spi/spi_flash.c +++ b/drivers/mtd/spi/spi_flash.c @@ -1,6 +1,8 @@ /* * SPI flash interface + * Add support for Freescale eSPI controller this is not the place for changelogs [Xie Shaohui] OK, I'll drop this. @@

[U-Boot] NAND on Davinci boards

2011-03-16 Thread Stefano Babic
Hi all, I have seen an incompatibility between the NAND driver in u-boot for the davinci boards and the linux driver (kernel 2.6.38, mainline). I think it is not related to the specific board I use. In any case, I am using the ea20 board (OMAP-L138 based, in u-boot mainline), and I have added

Re: [U-Boot] [RFC PATCH 1/2] armv7: enable Thumb build for armv7

2011-03-16 Thread Aneesh V
On Tuesday 15 March 2011 05:24 PM, Loïc Minier wrote: On Tue, Mar 15, 2011, Aneesh V wrote: Please note that I am enabling armv7-a in the second patch in omap4 config.mk file. The reason I didn't do this here was some ARMv7 SoCs do not want to use -march=armv7-a even if the compiler supports

[U-Boot] [RFC] ks8851_mll: add ethernet support

2011-03-16 Thread Raffaele Recalcati
From: Roberto Cerati roberto.cer...@bticino.it The device interface is 16 bits wide. All the available packets are read from the incoming fifo. Signed-off-by: Roberto Cerati roberto.cer...@bticino.it Signed-off-by: Raffaele Recalcati raffaele.recalc...@bticino.it --- This driver has been adapted

Re: [U-Boot] NAND on Davinci boards

2011-03-16 Thread Nick Thompson
On 16/03/11 08:22, Stefano Babic wrote: Hi all, I have seen an incompatibility between the NAND driver in u-boot for the davinci boards and the linux driver (kernel 2.6.38, mainline). I think it is not related to the specific board I use. In any case, I am using the ea20 board (OMAP-L138

[U-Boot] [PATCH] S5P: timer: replace bss variable by gd

2011-03-16 Thread Minkyu Kang
Use the global data instead of bss variable, replace as follow. count_value - removed timestamp - tbl lastdec - lastinc Signed-off-by: Minkyu Kang mk7.k...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/cpu/armv7/s5p-common/timer.c | 27

Re: [U-Boot] NAND on Davinci boards

2011-03-16 Thread Stefano Babic
On 03/16/2011 11:01 AM, Nick Thompson wrote: Hi Nick, I'm using da830evm (OMAP-L137) with more or less up-to-date U-Boot, but quite old 2.6.18+ kernel from Montavista. #define CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST #define CONFIG_SYS_NAND_USE_FLASH_BBT I don't have BBT enabled. Thanks,

Re: [U-Boot] NAND on Davinci boards

2011-03-16 Thread Nick Thompson
On 16/03/11 12:01, Stefano Babic wrote: On 03/16/2011 11:01 AM, Nick Thompson wrote: Hi Nick, I'm using da830evm (OMAP-L137) with more or less up-to-date U-Boot, but quite old 2.6.18+ kernel from Montavista. #define CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST #define

Re: [U-Boot] NAND on Davinci boards

2011-03-16 Thread Stefano Babic
On 03/16/2011 01:12 PM, Nick Thompson wrote: You may be correct, but maybe you have another problem first... Yes, you are right... Have you tried nand dump of a Linux programmed Kernel and compared it with nand dump of a U-Boot programmed Kernel? I have tried now to get the first page

Re: [U-Boot] NAND on Davinci boards

2011-03-16 Thread Nick Thompson
Stefano, On 16/03/11 12:36, Stefano Babic wrote: It looks like Linux has not written the ECCs at all So I'll leave you to look into that problem. You could still be correct about Kernel compatibilities, though I hope not. I'm encouraged that the zeros where in the correct place, but the

Re: [U-Boot] NAND on Davinci boards

2011-03-16 Thread Ben Gardiner
Hi Stefano, On Wed, Mar 16, 2011 at 4:22 AM, Stefano Babic sba...@denx.de wrote: Hi all, I have seen an incompatibility between the NAND driver in u-boot for the davinci boards and the linux driver (kernel 2.6.38, mainline). I think it is not related to the specific board I use. In any

Re: [U-Boot] [PATCH v2 3/5] MIPS: Optimize the setup of endianess and CPU optimization flags

2011-03-16 Thread Shinya Kuribayashi
On 3/15/11 10:20 PM, Daniel Schwierzeck wrote: http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/81572/focus=81735 sorry, I missed that discussion You can find a lot more in the list archive. Do we need this endianess flag stuff at all? Each toolchain that is built with a specific

Re: [U-Boot] [U-BOOT]Error:No PHY IDs found VSC8641 RGMII

2011-03-16 Thread Charles Krinke
Dear Aneesh: Usualy one will see this when the PHY is not in the list of supported PHY's in one's MAC driver. Start from the message you see, look in the source for this message and then trace back in the source to see how you PHY is not recognized. This usually occurs when one uses a PHY in in

Re: [U-Boot] [PATCH v2 3/5] MIPS: Optimize the setup of endianess and CPU optimization flags

2011-03-16 Thread Daniel Schwierzeck
2011/3/16 Shinya Kuribayashi skuri...@pobox.com: On 3/15/11 10:20 PM, Daniel Schwierzeck wrote: http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/81572/focus=81735 sorry, I missed that discussion You can find a lot more in the list archive. ok I looked through the past discussions and

Re: [U-Boot] [PATCH] echi: add ULI1575 PCI ID

2011-03-16 Thread Remy Bohmer
Hi, 2011/3/15 Kumar Gala ga...@kernel.crashing.org: On Mar 13, 2011, at 10:07 AM, Kumar Gala wrote: From: Zhao Chenhui b35...@freescale.com Add ULI1575 EHCI controller to the list of the supported devices. Signed-off-by: Zhao Chenhui b35...@freescale.com Signed-off-by: Kumar Gala

Re: [U-Boot] NAND on Davinci boards

2011-03-16 Thread Stefano Babic
On 03/16/2011 02:05 PM, Ben Gardiner wrote: Hi Stefano, Hi Ben, I hope we can combine our efforts -- please keep me on the CC here. Sure. I will inform you about my progresses (if any...). Best regards, Stefano Babic --

Re: [U-Boot] [U-BOOT]Error:No PHY IDs found VSC8641 RGMII

2011-03-16 Thread Aneesh kumar VR
Hi Charles , Thanks for the feed back . it was HW connection error , JTAG reset was floating . Regards, Aneesh On Wed, Mar 16, 2011 at 7:56 PM, Charles Krinke charles.kri...@gmail.comwrote: Dear Aneesh: Usualy one will see this when the PHY is not in the list of supported PHY's in

Re: [U-Boot] NAND on Davinci boards

2011-03-16 Thread Stefano Babic
On 03/16/2011 03:44 PM, Stefano Babic wrote: Sure. I will inform you about my progresses (if any...). Solved. It was a misunderstanding about how to set up the NAND driver in linux. I think the usage of the id field in the platform device can confuse, as it did for me. I thought the id was used

Re: [U-Boot] [RFC PATCH 1/2] armv7: enable Thumb build for armv7

2011-03-16 Thread Albert ARIBAUD
Le 16/03/2011 09:39, Aneesh V a écrit : On Tuesday 15 March 2011 05:24 PM, Loïc Minier wrote: On Tue, Mar 15, 2011, Aneesh V wrote: Please note that I am enabling armv7-a in the second patch in omap4 config.mk file. The reason I didn't do this here was some ARMv7 SoCs do not want to use

Re: [U-Boot] NAND on Davinci boards

2011-03-16 Thread Ben Gardiner
Hi Stefano, On Wed, Mar 16, 2011 at 1:24 PM, Stefano Babic sba...@denx.de wrote: [...] Ben, I have already tested writing from linux, and u-boot can now read the partition correctly. I think there is no incompatibility problem with the mainline kernel. Thanks. I guess that eliminates quite a

Re: [U-Boot] beagle bootcmd not set to CONFIG_BOOTCOMMAND in version2011.03-rc1

2011-03-16 Thread Egon Boormans
Dear Mr. Aribaud and Mr. Fleming, As you're the ARM and MMC specialist, do have an answer to the question below? Thanks, Egon. -Oorspronkelijk bericht- Van: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] Namens Egon Boormans Verzonden: Saturday, March 05, 2011 2:58

Re: [U-Boot] [PATCH] Fix NAND_SPL and ONENAND_IPL in Makefile

2011-03-16 Thread Scott Wood
On Thu, 27 Jan 2011 09:44:59 -0500 haiying.w...@freescale.com wrote: From: Haiying Wang haiying.w...@freescale.com Signed-off-by: Haiying Wang haiying.w...@freescale.com Acked-by: Scott Wood scottw...@freescale.com Applied to u-boot-nand-flash next, except: -$(NAND_SPL): $(TIMESTAMP_FILE)

Re: [U-Boot] [PATCH 1/1] [NAND] Add support for 4GiB and larger NAND

2011-03-16 Thread Scott Wood
On Mon, Jan 31, 2011 at 07:44:13PM -0800, Aaron Williams wrote: I'm still fighting with my mail tool, hopefully this will work. Patch is line-wrapped and does not apply. -Scott ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [U-Boot, v3] atmel_nand: don't require CONFIG_SYS_NAND_ENABLE_PIN

2011-03-16 Thread Scott Wood
On Mon, Mar 14, 2011 at 09:16:38PM -, michael wrote: atmel_nand: don't require CONFIG_SYS_NAND_ENABLE_PIN If NCE is hooked up to NCS3, we don't need to (and can't) explicitly set the state of the NCE pin. Instead, the controller asserts it automatically as part of a command/data access.

Re: [U-Boot] [U-Boot, v4] NAND: add support for reading ONFI page table

2011-03-16 Thread Scott Wood
On Fri, Feb 25, 2011 at 12:01:34AM -, Florian Fainelli wrote: From: Florian Fainelli flor...@openwrt.org This patch adds support for reading an ONFI page parameter from a NAND device supporting it. If this is the case, struct nand_chip onfi_version member contains the supported ONFI

Re: [U-Boot] beagle bootcmd not set to CONFIG_BOOTCOMMAND in version2011.03-rc1

2011-03-16 Thread Alexander Holler
Hello, Am 16.03.2011 19:10, schrieb Egon Boormans: Dear Mr. Aribaud and Mr. Fleming, As you're the ARM and MMC specialist, do have an answer to the question below? I've already answered that but your mail-server send my answer back and you don't seem to read this mailing list. Here it is