Re: [U-Boot] [PATCH] sh: r7780mp: Update config

2009-10-15 Thread Nobuhiro Iwamatsu
Hi Ben. Ben Warren wrote: > Hi Nobuhiro, > > On Wed, Oct 14, 2009 at 11:26 PM, Nobuhiro Iwamatsu > mailto:iwamatsu.nobuh...@renesas.com>> > wrote: > > Enabled CONFIG_NET_MULTI. > > Signed-off-by: Nobuhiro Iwamatsu > > --- > include/c

Re: [U-Boot] [PATCH 2/3] TI OMAP3: SDP3430 FIX NET_MULTI Warning

2009-10-15 Thread Dirk Behme
Nishanth Menon wrote: > Enable the NET MULTI option and remove build warning > > Tested: SDP3430 Great! Thanks! I'll keep my fingers crossed that it will work on the other boards, too, and will get an ack. Best regards Dirk ___ U-Boot mailing list U

[U-Boot] [PATCH 1/3] NET: LAN91C96 CONFIG_NET_MULTIify

2009-10-15 Thread Nishanth Menon
Make the lan91c96 driver capable of CONFIG_NET_MULTI to be clean for the new arch, add a a lil detect function Most of the formatting change was done to keep checkpatch silent, but a few functions and #if 0ed code which does not make sense for NET_MULTI have been removed Now, use the lan91c96_init

[U-Boot] [PATCH 3/3] LAN91C96: Enable NET_MULTI LAN driver

2009-10-15 Thread Nishanth Menon
This modification is NOT tested on any of the platforms modified as I dont have them. please help by testing+building+fixing Signed-off-by: Nishanth Menon Cc: Andrea Scian Cc: Ben Warren Cc: Dave Peverley Cc: George G. Davis Cc: Kyungmin Park Cc: Nishant Kamat Cc: Richard Woodruff Cc: Rish

[U-Boot] [PATCH 2/3] TI OMAP3: SDP3430 FIX NET_MULTI Warning

2009-10-15 Thread Nishanth Menon
Enable the NET MULTI option and remove build warning Tested: SDP3430 Signed-off-by: Nishanth Menon Cc: Ben Warren Cc: Sandeep Paulraj --- board/ti/sdp3430/sdp.c | 12 +++- include/configs/omap3_sdp3430.h |3 ++- 2 files changed, 9 insertions(+), 6 deletions(-) diff --g

[U-Boot] [PATCH 0/3] enable CONFIG_NET_MULTI for LAN91C96

2009-10-15 Thread Nishanth Menon
Based on the discussion[1] here is the patchset Patchset is based on [2], and tested on SDP3430. Other platforms would be prefered to be build/tested/fixed as required Nishanth Menon (3): NET: LAN91C96 CONFIG_NET_MULTIify TI OMAP3: SDP3430 FIX NET_MULTI Warning LAN91C96: Enable NET_MULTI LA

Re: [U-Boot] [PATCH] sh: r7780mp: Update config

2009-10-15 Thread Ben Warren
Hi Nobuhiro, On Wed, Oct 14, 2009 at 11:26 PM, Nobuhiro Iwamatsu < iwamatsu.nobuh...@renesas.com> wrote: > Enabled CONFIG_NET_MULTI. > > Signed-off-by: Nobuhiro Iwamatsu > --- > include/configs/r7780mp.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/include/conf

Re: [U-Boot] [PATCH] Add mkimage manual

2009-10-15 Thread Nobuhiro Iwamatsu
Hi, Mike. Thank you for comment. 2009/10/16 Mike Frysinger : > On Thursday 15 October 2009 23:01:18 Nobuhiro Iwamatsu wrote: >> +mkimage \- generate kernel image for U-Boot > > mkimage creates bootable U-Boot images.  there is no "kernel" restriction. OK. > >> +.SH SYNOPSIS >> +.B mkimage >> +.

Re: [U-Boot] Regarding NAND flash support in IMX31

2009-10-15 Thread R Arun Kumar
Hai, The OOB layout of the (u-boot)/drivers/nand/nand_imx.c and (kernel)/drivers/mtd/nand/mxc_nand.c are same. I think the problem should be in the nand_bbt driver, since we run the command *nand -a /dev/nand0.* *after the *addpart *command. The command *nand -a /dev/nand0.* *seems to be hanging

Re: [U-Boot] [PATCH] Add mkimage manual

2009-10-15 Thread Mike Frysinger
On Thursday 15 October 2009 23:01:18 Nobuhiro Iwamatsu wrote: > +mkimage \- generate kernel image for U-Boot mkimage creates bootable U-Boot images. there is no "kernel" restriction. > +.SH SYNOPSIS > +.B mkimage > +.RB [\fIoptions\fP] > +.SH "DESCRIPTION" > +.B mkimage > +can also be used to cr

[U-Boot] [PATCH] Add mkimage manual

2009-10-15 Thread Nobuhiro Iwamatsu
As for some distribution, a mkimage command is made a package. However, there was not manual of mkimage. This provides manual of mkimage. Signed-off-by: Nobuhiro Iwamatsu --- tools/mkimage.1 | 124 +++ 1 files changed, 124 insertions(+), 0 del

[U-Boot] [PATCH] Remove malloc_bin_reloc from lib_sh, lib_nios2 and lib_nios.

2009-10-15 Thread Nobuhiro Iwamatsu
By "arm/microblaze/nios/nios2/sh: Remove relocation fixups" (commit: 0630535e2d062dd73c1ceca5c6125c86d1127a49", doesn't need malloc_bin_reloc function. This commit remove this. Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: Nobuhiro Iwamatsu --- lib_nios/board.c |2 -- lib_nios2/board.c |

Re: [U-Boot] [PATCH] sh: Remove malloc_bin_reloc from SH

2009-10-15 Thread Nobuhiro Iwamatsu
Hi, Peter. 2009/10/15 Peter Tyser : >> diff --git a/lib_sh/board.c b/lib_sh/board.c >> index 5ed40e9..c97e20c 100644 >> --- a/lib_sh/board.c >> +++ b/lib_sh/board.c >> @@ -32,7 +32,6 @@ >>  #include >>  #endif >> >> -extern void malloc_bin_reloc (void); >>  extern int cpu_init(void); >>  extern i

Re: [U-Boot] Pull request u-boot-blackfin.git

2009-10-15 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1255538079-1954-1-git-send-email-vap...@gentoo.org> you wrote: > The following changes since commit 14abfe361b3ed23b02f564e2f5d663e158cd5799: > Wolfgang Denk (1): > Merge branch 'master' of /home/wd/git/u-boot/custodians > > are available in the git repo

Re: [U-Boot] Board Identification Data

2009-10-15 Thread Wolfgang Denk
Dear "alan A. A", In message you wrote: > > Can you tell me please, how or where can i find the serial number of the > board? I have a > PPC_4XX board(i think 405) with IBM STB02500 and U-Boot 1.1.2 already > installed on it. The serial number is stored in the "serial#" environment variable.

[U-Boot] Board Identification Data

2009-10-15 Thread alan A. A
Hello, in your Documentation about U-Boot under http://www.denx.de/wiki/view/DULG/UBootInstallBefore , you wrote: >All %BOARDNAME% boards use a serial number for identification >purposes. Also, all boards have at least one ethernet (MAC) address >assigned. You may lose your warranty on the board

Re: [U-Boot] some question about mips/board.c?

2009-10-15 Thread Wolfgang Denk
Dear Xiangfu Liu, In message <4ad3d96e.4040...@gmail.com> you wrote: > > why the line 354 not include by ifndef CONFIG_SYS_NO_FLASH. > I defined CONFIG_SYS_NO_FLASH in my board head file (qi_lb60.h). > this line make compile error. If you think you have found and fixed a problem, then please sub

Re: [U-Boot] Regarding LM90 support on u-boot

2009-10-15 Thread Wolfgang Denk
Dear "Thirumalai", In message <8e0b52ed0d6047eda875912081952...@itd210> you wrote: > > Is there any support for LM90 temperature sensor on u-boot? Any > patches -> ls drivers/hwmon/ Makefile adm1021.c adt7460.c ds1621.c ds1722.c ds1775.c lm63.c lm73.clm75.c lm81.c Go figur

[U-Boot] [PATCH 2/2] cmd_nand: Move conditional compilation to Makefile

2009-10-15 Thread Peter Tyser
Signed-off-by: Peter Tyser --- common/Makefile |2 +- common/cmd_nand.c |4 2 files changed, 1 insertions(+), 5 deletions(-) diff --git a/common/Makefile b/common/Makefile index 35af8ae..ec025ed 100644 --- a/common/Makefile +++ b/common/Makefile @@ -120,7 +120,7 @@ COBJS-$(CONFIG_

[U-Boot] [PATCH 1/2] cmd_nand: Remove duplicate include

2009-10-15 Thread Peter Tyser
Also remove vague, unnecessary comment Signed-off-by: Peter Tyser --- common/cmd_nand.c |8 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/common/cmd_nand.c b/common/cmd_nand.c index 158a55f..404ef9c 100644 --- a/common/cmd_nand.c +++ b/common/cmd_nand.c @@ -9,14 +9,

Re: [U-Boot] TI DA8xx/OMAP-L1x support in U-Boot

2009-10-15 Thread Dirk Behme
Thompson, Nick (GE EntSol, Intelligent Platforms) wrote: > Hi, > > First post here, so apologies up front... > > I was wondering what the status of support for DA8xx in u-boot is. Is > anyone working on that? > > The reason I ask is that I have made an initial port for the TI da830 > evm board w

Re: [U-Boot] TI DA8xx/OMAP-L1x support in U-Boot

2009-10-15 Thread Paulraj, Sandeep
> -Original Message- > > > > From: Paulraj, Sandeep > > > > > > Hi, > > > > > > First post here, so apologies up front... > > > > > > I was wondering what the status of support for DA8xx in u-boot is. > Is > > > anyone working on that? > > There is unfortunately 0 support. > > > > > > T

Re: [U-Boot] TI DA8xx/OMAP-L1x support in U-Boot

2009-10-15 Thread Thompson, Nick (GE EntSol, Intelligent Platforms)
> From: Paulraj, Sandeep > > > > Hi, > > > > First post here, so apologies up front... > > > > I was wondering what the status of support for DA8xx in u-boot is. Is > > anyone working on that? > There is unfortunately 0 support. > > > > The reason I ask is that I have made an initial port for the

Re: [U-Boot] TI DA8xx/OMAP-L1x support in U-Boot

2009-10-15 Thread Paulraj, Sandeep
> > Hi, > > First post here, so apologies up front... > > I was wondering what the status of support for DA8xx in u-boot is. Is > anyone working on that? There is unfortunately 0 support. > > The reason I ask is that I have made an initial port for the TI da830 > evm board which seems to be w

[U-Boot] [PATCH 7/7] mpc85xx: Configure QE USB for MPC8569E-MDS boards

2009-10-15 Thread Anton Vorontsov
Setup QE pin multiplexing for USB function, configure needed BCSRs and add some fdt fixups. Signed-off-by: Anton Vorontsov --- board/freescale/mpc8569mds/bcsr.h |4 +++ board/freescale/mpc8569mds/mpc8569mds.c | 32 +++ drivers/qe/fdt.c

[U-Boot] [PATCH 6/7] mpc85xx: Configure QE UART for MPC8569E-MDS boards

2009-10-15 Thread Anton Vorontsov
To make QE UART usable by Linux we should setup pin multiplexing and turn UCC2 Ethernet node into UCC2 QE UART node. Also, QE UART is mutually exclusive with UART0, so we can't enable it if eSDHC is in 4-bits mode on pilot boards, or if it's a prototype board with eSDHC in 1- or 4-bits mode. Sign

[U-Boot] [PATCH 4/7] mpc85xx: Setup SRIO memory region LAW for MPC8569E-MDS boards

2009-10-15 Thread Anton Vorontsov
This patch sets memory window for Serial RapidIO on MPC8569E-MDS boards. Signed-off-by: Anton Vorontsov --- board/freescale/mpc8569mds/law.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/board/freescale/mpc8569mds/law.c b/board/freescale/mpc8569mds/law.c index e7381aa.

[U-Boot] [PATCH 5/7] mpc85xx: Setup QE pinmux for SPI Flash on MPC8569E-MDS boards

2009-10-15 Thread Anton Vorontsov
SPI Flash (M25P40) is connected to the SPI1 bus, we need a few qe_iop entries to actually enable SPI1 on these boards. Signed-off-by: Anton Vorontsov --- board/freescale/mpc8569mds/mpc8569mds.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/board/freescale/mpc8569m

[U-Boot] [PATCH 3/7] mpc85xx: Add eLBC NAND support for MPC8569E-MDS boards

2009-10-15 Thread Anton Vorontsov
Simply add some defines, and adjust TLBe setup to include some space for eLBC NAND. Signed-off-by: Anton Vorontsov --- board/freescale/mpc8569mds/tlb.c | 30 +++--- include/configs/MPC8569MDS.h | 23 +++ 2 files changed, 34 insertions(+), 19 de

[U-Boot] [PATCH 2/7] mpc85xx: Add eSDHC support for MPC8569E-MDS boards

2009-10-15 Thread Anton Vorontsov
eSDHC is mutually exlusive with UART0 (in 4-bits mode) and I2C2 (in 1-bit mode). When eSDHC is used, we should switch u-boot console to UART1, and make the proper device-tree fixups. Because of an erratum in prototype boards it is impossible to use eSDHC without disabling UART0 (which makes it qui

[U-Boot] [PATCH 1/7] fdt_support: Add multi-serial support for stdout fixup

2009-10-15 Thread Anton Vorontsov
Currently fdt_fixup_stdout() is using hard-coded CONFIG_CONS_INDEX constant. With multi-serial support, the CONS_INDEX may no longer represent actual console, so we should try to extract port number from the current stdio device name instead of always hard-coding the constant value. Signed-off-by:

[U-Boot] [PATCH 0/7] Some patches for MPC8569E-MDS

2009-10-15 Thread Anton Vorontsov
Hello Kumar, Just resending rebased MPC8569E-MDS patches with your comments addressed, plus there some fixes in eSDHC patch for pilot boards (BCSR registers changed). Thanks, -- Anton Vorontsov email: cbouatmai...@gmail.com irc://irc.freenode.net/bd2

Re: [U-Boot] [PATCH] sh: Remove malloc_bin_reloc from SH

2009-10-15 Thread Peter Tyser
> diff --git a/lib_sh/board.c b/lib_sh/board.c > index 5ed40e9..c97e20c 100644 > --- a/lib_sh/board.c > +++ b/lib_sh/board.c > @@ -32,7 +32,6 @@ > #include > #endif > > -extern void malloc_bin_reloc (void); > extern int cpu_init(void); > extern int board_init(void); > extern int dram_init(vo

[U-Boot] U-boot doesn't start

2009-10-15 Thread ExpatEgghead
Hi all; Having installed the ELDK and gitted the latest u-boot I can build it OK. The trouble is after flashing it the ubl will start but not u-boot itself. Reverting to the old u-boot we got from TI on the SDK works just fine but this is 1.2.0 and we wanted the latest version. We are using the DM

[U-Boot] CONFIG_GENERIC_MMC Usage

2009-10-15 Thread Shane Volpe
I have a PXA270 system with U-boot v2009.08 installed, currently this system is successfully using the U-boot mmc interface (legacy) . However, after looking through the u-boot source code, I see there is a new mmc interface (CONFIG_GENERIC_MMC), should I be using the generic mmc interface? I hav

[U-Boot] TI DA8xx/OMAP-L1x support in U-Boot

2009-10-15 Thread Thompson, Nick (GE EntSol, Intelligent Platforms)
Hi, First post here, so apologies up front... I was wondering what the status of support for DA8xx in u-boot is. Is anyone working on that? The reason I ask is that I have made an initial port for the TI da830 evm board which seems to be working (serial, ethernet dhcp & tftp and i2c tested) and

Re: [U-Boot] uboot MPC5200B DDR memsize hangs

2009-10-15 Thread Detlev Zundel
Hi Chris, >> Hm... U-Boot 1.2.0 is very old. Please consider it obsolelte and >> unsupported. Is there any special reason for not using current code? > > No reason, UBoot 1.2.0 is in ELDK4.1. > Will seek and download latest uboot Stable tarballs can be found on our ftp server[1] - git access to t

[U-Boot] [PATCH v2] mmc: new legacy MMC/SPI driver

2009-10-15 Thread Mike Frysinger
From: Hans Eklund Needs converting to generic MMC framework. Signed-off-by: Hans Eklund Signed-off-by: Cliff Cai Signed-off-by: Mike Frysinger --- v2 - Rubico OK-ed the licensing changes i dont know if there's a requirement for new mmc drivers to be ported to the generic framework be