[U-Boot] [PATCH] netstar.h: do not exceed 80 columns

2010-02-09 Thread Ladislav Michl
From: Ladislav Michl Limit line length to 80 characters mostly by removing obvious and sometimes misleading comments. Fix indentation, too. Signed-off-by: Ladislav Michl --- netstar.h | 65 +- 1 file changed, 31 insertions(+), 34 de

Re: [U-Boot] [PATCH v2] s3c64xx: Add ifdef at the S3C64XX only codes

2010-02-09 Thread Minkyu Kang
Dear Joonyoung Shim, On 8 February 2010 22:00, Joonyoung Shim wrote: > The s3c6400.h file is only for S3C64XX cpu and the pheripheral port > address(0x7000 - 0x7fff) exists at only S3C64XX cpu, so they > should be included by only S3C64XX cpu. > > Signed-off-by: Joonyoung Shim > --- >  c

[U-Boot] [PATCH 0/2] SAMSUNG: SMDKC100: Add Ethernet support.

2010-02-09 Thread Naveen Krishna Ch
From: Naveen Krishna CH This patch set Adds A. A header file which contains the register description for memory subsystem in S5PC1XX based baords. B. A function to configure SROMC registers A. Net support for SMDKC100 board. This patch set consists of the following patches. [PATCH 1/3]

[U-Boot] [PATCH 0/3] SAMSUNG: SMDKC100: Add Ethernet support.

2010-02-09 Thread Naveen Krishna Ch
From: Naveen Krishna CH This patch set Adds A. A header file which contains the register description for memory subsystem in S5PC1XX based baords. B. A function to configure SROMC registers A. Net support for SMDKC100 board. This patch set consists of the following patches. [PATCH 1/3]

[U-Boot] [PATCH 1/3] S5PC100: Memory SubSystem Header file, register description(SROMC).

2010-02-09 Thread Naveen Krishna Ch
From: Naveen Krishna CH Memory subsystem of S5PC100 handles SROM, SRAM, OneDRAM, OneNand, NAND Flash, DDRs. mem.h is a common place for the register description of Memory subsystem of S5PC100. Note: Only SROM related registers are descibed now. Signed-off-by: Naveen Krishna Ch samsung.com> ---

[U-Boot] [PATCH 2/3] S5PC100: Function to configure the SROMC registers.

2010-02-09 Thread Naveen Krishna Ch
From: Naveen Krishna CH Nand Flash, Ethernet, other features might need to configure the SROMC registers accordingly. The config_sromc() functions helps with this. Signed-off-by: Naveen Krishna Ch samsung.com> --- cpu/arm_cortexa8/s5pc1xx/Makefile |1 + cpu/arm_cortexa8/s5pc1xx/sromc.c

[U-Boot] [PATCH 3/3] SAMSUNG: SMDKC100: Adds ethernet support.

2010-02-09 Thread Naveen Krishna Ch
From: Naveen Krishna CH Add setup for ethernet on SMDKC100, allowing kernel/ramdisk to be loaded over tftp. The preinit function will configure GPIO (GPK0CON) & SROMC to look for environment in SROM Bank 3. Signed-off-by: Naveen Krishna Ch samsung.com> --- board/samsung/smdkc100/smdkc100.c |

[U-Boot] [PATCH] VoiceBlue: fix linker errors

2010-02-09 Thread Ladislav Michl
From: Ladislav Michl linking eeprom with libgeneric.a is not really needed and causes following error: ../../lib_generic/libgeneric.a(string.o): In function `strcmp': /home/ladis/src/u-boot-ti/lib_generic/string.c:152: multiple definition of `strcmp' ../../examples/standalone/libstubs.a(stubs.o)

[U-Boot] [PATCH] VoiceBlue: limit line lenght to 80 characters

2010-02-09 Thread Ladislav Michl
From: Ladislav Michl Reindent configuration header to limit line lenght to 80 characters by removing obvious and sometimes misleading comments. Signed-off-by: Ladislav Michl --- voiceblue.h | 164 +--- 1 file changed, 80 insertions(+), 8

[U-Boot] [PATCH 1/2] TQM8xx: add device tree support for TQM8xx based boards.

2010-02-09 Thread Heiko Schocher
also use hwconfig feature for configuring, if this hardware has an fec or not. So we can adjust the DTS, if there is a fec or not. syntax: hwconfig=fec:on if hardware has an fec hwconfig=fec:off if hardware has no fec Signed-off-by: Heiko Schocher Signed-off-by: Wolfgang Denk --- board/tqc

[U-Boot] [PATCH 2/2] TQM8xx: enable device tree support on all TQM8xx based boards.

2010-02-09 Thread Heiko Schocher
also enable support for CONFIG_HWCONFIG, because we use this feature for configuring, if this hardware has an fec or not. So we can adjust the DTS, if there is a fec or not. syntax: hwconfig=fec:on if hardware has an fec hwconfig=fec:off if hardware has no fec Signed-off-by: Heiko Schocher S

[U-Boot] doc: add README for CONFIG_HWCONFIG option

2010-02-09 Thread Heiko Schocher
Signed-off-by: Heiko Schocher --- doc/README.hwconfig | 51 +++ 1 files changed, 51 insertions(+), 0 deletions(-) create mode 100644 doc/README.hwconfig diff --git a/doc/README.hwconfig b/doc/README.hwconfig new file mode 100644 index 000..d

Re: [U-Boot] [PATCH 3/3] SAMSUNG: SMDKC100: Adds ethernet support.

2010-02-09 Thread Ben Warren
Naveen, On Tue, Feb 9, 2010 at 1:38 AM, Naveen Krishna Ch wrote: > From: Naveen Krishna CH > > Add setup for ethernet on SMDKC100, allowing kernel/ramdisk to be > loaded over tftp. > > The preinit function will configure GPIO (GPK0CON) & SROMC to look > for environment in SROM Bank 3. > > Signed

[U-Boot] Problem linking u-boot-2009.11.1 with arm_v5t_le-ld

2010-02-09 Thread Andy Hawkins
Hi all, Trying to compile the latest u-boot (u-boot-2009.11.1) for the davinci_dm6467evm, using a MontaVista toolset. We're getting the following error at the end of the compilation process: arm_v5t_le-ld: /bin/sh: line 1: 2424 Segmentation fault arm_v5t_le-ld -Bstatic -T u-boot.lds -Ttext 0x810

Re: [U-Boot] Problem linking u-boot-2009.11.1 with arm_v5t_le-ld

2010-02-09 Thread Wolfgang Denk
Dear "Andy Hawkins", In message <002e01caa995$b5f42ca0$21dc85...@hawkins@cabletime.com> you wrote: > Hi all, > > Trying to compile the latest u-boot (u-boot-2009.11.1) for the > davinci_dm6467evm, using a MontaVista toolset. We're getting the > following error at the end of the compilation proces

[U-Boot] [PATCH] da830evm: Add support for TI EMAC

2010-02-09 Thread Nick Thompson
Adds support for ethernet networking on the da830evm platform. This platform uses an SoC EMAC interface and a 3 port ethernet switch as a PHY with an RMII interface. The PHY also has a i2c interface for configuring the switch functions. Signed-off-by: Nick Thompson --- board/davinci/da830evm/da

Re: [U-Boot] [PATCH] da830evm: Add support for TI EMAC

2010-02-09 Thread Nick Thompson
On 09/02/10 16:20, Nick Thompson wrote: > Adds support for ethernet networking on the da830evm platform. > > This platform uses an SoC EMAC interface and a 3 port ethernet > switch as a PHY with an RMII interface. The PHY also has a i2c > interface for configuring the switch functions. > > Signed

Re: [U-Boot] [PATCH v2] da830evm: Add support for TI EMAC

2010-02-09 Thread Paulraj, Sandeep
> > Adds support for ethernet networking on the da830evm platform. > > This platform uses an SoC EMAC interface and a 3 port ethernet > switch as a PHY with an RMII interface. The PHY also has a i2c > interface for configuring the switch functions. > > Signed-off-by: Nick Thompson > --- > bo

[U-Boot] [PATCH v2] da830evm: Add support for TI EMAC

2010-02-09 Thread Nick Thompson
Adds support for ethernet networking on the da830evm platform. This platform uses an SoC EMAC interface and a 3 port ethernet switch as a PHY with an RMII interface. The PHY also has a i2c interface for configuring the switch functions. Signed-off-by: Nick Thompson --- board/davinci/da830evm/da

Re: [U-Boot] [PATCH v2] da830evm: Add support for TI EMAC

2010-02-09 Thread Nick Thompson
On 09/02/10 16:47, Paulraj, Sandeep wrote: >> Adds support for ethernet networking on the da830evm platform. >> >> This platform uses an SoC EMAC interface and a 3 port ethernet >> switch as a PHY with an RMII interface. The PHY also has a i2c >> interface for configuring the switch functions. >> >

Re: [U-Boot] doc: add README for CONFIG_HWCONFIG option

2010-02-09 Thread Mike Frysinger
On Tuesday 09 February 2010 09:50:30 Heiko Schocher wrote: > +Enable this feature just define CONFIG_HWCONFIG in your board > +config file. To enable ... > +This implements simple hwconfig infrastructure: an > +interface for software knobs to control a hardware. ... a simple ... ... control hard

Re: [U-Boot] [PATCH] Support for the Calao USB-A9260/USB-A9G20 boards

2010-02-09 Thread Wolfgang Denk
Dear Gregory Hermant, In message <1265637776-21295-1-git-send-email-gregory.herm...@calao-systems.com> you wrote: > The Calao USB-A9260 and USB-9G20 boards are manufactured and sold by Calao > Systems > . They are built around an AT91SAM9260 ARM SoC > running at 180

Re: [U-Boot] SMSC LAN8720 support

2010-02-09 Thread Ben Warren
Hi Maxim, Two housekeeping items: 1. Please don't top-post 2. Please CC the mailing list. There are others that may be able to help you. On 2/9/2010 12:11 PM, Maxim Podbereznyi wrote: > Hi Ben! > > Thank you for answering! > > Unfortunately I don't have any other board to check the Ethernet. I

Re: [U-Boot] SMSC LAN8720 support

2010-02-09 Thread Maxim Podbereznyi
Hi Ben! I've made LAN8720 work with AT91SAM9G45 MPU. The problem was in a wrong address assigning during the PHY reset. The PHY has internal pull-down on the PHYAD0 line but the init code for AT91 turns off processor's pull-up during PHY reset only for a few lines and they are not PHYAD0. So I dis

[U-Boot] [PATCH v3] SPI: Fix 32 bit transfers in mxc_spi.c

2010-02-09 Thread Magnus Lilja
Commit f9b6a1575d9f1ca192e4cb60e547aa66f08baa3f, "i.MX31: fix SPI driver for shorter than 32 bit" broke 32 bit transfers. This patch makes single 32 bit transfer work again. Transfer lengths that are known not to work will abort and print an error message. Tested on i.MX31 Litekit and i.MX31 PDK

Re: [U-Boot] SMSC LAN8720 support

2010-02-09 Thread Ben Warren
On 2/9/2010 1:04 PM, Maxim Podbereznyi wrote: > Hi Ben! > > I've made LAN8720 work with AT91SAM9G45 MPU. The problem was in a > wrong address assigning during the PHY reset. The PHY has internal > pull-down on the PHYAD0 line but the init code for AT91 turns off > processor's pull-up during PHY

Re: [U-Boot] [PATCH 0/3] SAMSUNG: SMDKC100: Add Ethernet support.

2010-02-09 Thread Minkyu Kang
Dear Naveen Krishna Ch, On 9 February 2010 18:22, Naveen Krishna Ch wrote: > From: Naveen Krishna CH > > This patch set Adds > A. A header file which contains the register description for >        memory subsystem in S5PC1XX based baords. > B. A function to configure SROMC registers > A. Net sup

Re: [U-Boot] [PATCH 0/3] SAMSUNG: SMDKC100: Add Ethernet support.

2010-02-09 Thread Naveen Krishna Ch
Hi Kang, On 10 February 2010 08:46, Minkyu Kang wrote: > Dear Naveen Krishna Ch, > > On 9 February 2010 18:22, Naveen Krishna Ch wrote: > > From: Naveen Krishna CH > > > > This patch set Adds > > A. A header file which contains the register description for > >memory subsystem in S5PC1X

Re: [U-Boot] [PATCH 3/3] SAMSUNG: SMDKC100: Adds ethernet support.

2010-02-09 Thread Naveen Krishna Ch
Hi Ben, I think you wanted me to remove the CONFIG_BOOTP_* macros. But the gmail is showing some other code under ur comments. Any how i wil remove the CONFIG_BOOTP_* macros and submit a V2 version of the patch. On 9 February 2010 20:22, Ben Warren wrote: > Naveen, > > On Tue, Feb 9, 2010 at 1

[U-Boot] [PATCH V2 3/3] SAMSUNG: SMDKC100: Adds ethernet support.

2010-02-09 Thread Naveen Krishna Ch
From: Naveen Krishna CH Add setup for ethernet on SMDKC100, allowing kernel/ramdisk to be loaded over tftp. The preinit function will configure GPIO (GPK0CON) & SROMC to look for environment in SROM Bank 3. Changes since v1: 1. Removed the CONFIG_BOOTP_* and Net config macros from board header

Re: [U-Boot] [PATCH 3/3] SAMSUNG: SMDKC100: Adds ethernet support.

2010-02-09 Thread Ben Warren
Hi Naveen, On 2/9/2010 8:53 PM, Naveen Krishna Ch wrote: > Hi Ben, > > I think you wanted me to remove the CONFIG_BOOTP_* macros. > But the gmail is showing some other code under ur comments. > > Any how i wil remove the CONFIG_BOOTP_* macros and submit a > V2 version of the patch. > I don't have

Re: [U-Boot] [PATCH 1/3] S5PC100: Memory SubSystem Header file, register description(SROMC).

2010-02-09 Thread Minkyu Kang
Dear Naveen Krishna Ch, On 9 February 2010 18:34, Naveen Krishna Ch wrote: > From: Naveen Krishna CH > > Memory subsystem of S5PC100 handles SROM, SRAM, OneDRAM, OneNand, > NAND Flash, DDRs. > mem.h is a common place for the register description of Memory subsystem > of S5PC100. > Note: Only SRO

Re: [U-Boot] [PATCH 2/3] S5PC100: Function to configure the SROMC registers.

2010-02-09 Thread Minkyu Kang
Dear Naveen Krishna Ch, On 9 February 2010 18:38, Naveen Krishna Ch wrote: > From: Naveen Krishna CH > > Nand Flash, Ethernet, other features might need to configure the > SROMC registers accordingly. > The config_sromc() functions helps with this. > > Signed-off-by: Naveen Krishna Ch samsung.c

Re: [U-Boot] [PATCH 1/3] S5PC100: Memory SubSystem Header file, register description(SROMC).

2010-02-09 Thread Naveen Krishna Ch
Hi Kang, On 10 February 2010 11:18, Minkyu Kang wrote: > Dear Naveen Krishna Ch, > > On 9 February 2010 18:34, Naveen Krishna Ch wrote: > > From: Naveen Krishna CH > > > > Memory subsystem of S5PC100 handles SROM, SRAM, OneDRAM, OneNand, > > NAND Flash, DDRs. > > mem.h is a common place for th

Re: [U-Boot] [PATCH 2/3] S5PC100: Function to configure the SROMC registers.

2010-02-09 Thread Naveen Krishna Ch
Hi Kang, On 10 February 2010 11:43, Minkyu Kang wrote: > Dear Naveen Krishna Ch, > > On 9 February 2010 18:38, Naveen Krishna Ch wrote: > > From: Naveen Krishna CH > > > > Nand Flash, Ethernet, other features might need to configure the > > SROMC registers accordingly. > > The config_sromc() f

Re: [U-Boot] [PATCH 2/3] S5PC100: Function to configure the SROMC registers.

2010-02-09 Thread Minkyu Kang
Dear On 10 February 2010 15:31, Naveen Krishna Ch wrote: > Hi Kang, > > On 10 February 2010 11:43, Minkyu Kang wrote: >> >> Dear Naveen Krishna Ch, >> >> On 9 February 2010 18:38, Naveen Krishna Ch wrote: >> > From: Naveen Krishna CH >> > >> > Nand Flash, Ethernet, other features might need to

Re: [U-Boot] [PATCH V2 3/3] SAMSUNG: SMDKC100: Adds ethernet support.

2010-02-09 Thread Minkyu Kang
Dear Naveen Krishna Ch, On 10 February 2010 14:10, Naveen Krishna Ch wrote: > From: Naveen Krishna CH > > Add setup for ethernet on SMDKC100, allowing kernel/ramdisk to be > loaded over tftp. > > The preinit function will configure GPIO (GPK0CON) & SROMC to look > for environment in SROM Bank 3.

[U-Boot] [PATCH v2] [PATCH] doc: add README for CONFIG_HWCONFIG option

2010-02-09 Thread Heiko Schocher
Signed-off-by: Heiko Schocher --- changes since v1: - spelling check from Mike Frysinger, thanks! doc/README.hwconfig | 51 +++ 1 files changed, 51 insertions(+), 0 deletions(-) create mode 100644 doc/README.hwconfig diff --git a/doc/README.hwc

Re: [U-Boot] [PATCH 2/2 v3] arm: suen3, suen3_v1, mgcoge2_arm_p1a support

2010-02-09 Thread Heiko Schocher
Hello Prafulla, do you have some comments on the following 2 points? (If they are clarified, I can post v4 of the patch ...) Heiko Schocher wrote: > Prafulla Wadaskar wrote: >>> -Original Message- >>> From: Heiko Schocher [mailto:h...@denx.de] >>> Sent: Monday, February 01, 2010 1:07 PM

Re: [U-Boot] [PATCH 2/2 v3] arm: suen3, suen3_v1, mgcoge2_arm_p1a support

2010-02-09 Thread Prafulla Wadaskar
> -Original Message- > From: Heiko Schocher [mailto:h...@denx.de] > Sent: Wednesday, February 10, 2010 12:39 PM > To: Prafulla Wadaskar > Cc: U-Boot user list > Subject: Re: [PATCH 2/2 v3] arm: suen3, suen3_v1, > mgcoge2_arm_p1a support > > Hello Prafulla, > > do you have some commen