Re: [U-Boot] Fw:How can I use yaffs2 in uboot

2010-06-07 Thread William Juul
On Mon, Jun 7, 2010 at 08:44, Wolfgang Denk wrote: > Dear jackfriend, > > In message <39c3dad3.3bd4.12910469457.coremail.jackfri...@163.com> you > wrote: > > > > How can I use yaffs2 in uboot > You have to use absolute path with all commands. eg "yls /flash/" This path must match your mount poin

Re: [U-Boot] [PATCH v4] da830: Move common code out of da830evm.c file

2010-06-07 Thread Sudhakar Rajashekhara
Hi, On Fri, Jun 04, 2010 at 21:02:31, Nick Thompson wrote: > On 04/06/10 15:26, Ben Gardiner wrote: > > On Thu, Jun 3, 2010 at 8:58 AM, Sudhakar Rajashekhara > > wrote: > >> On Thu, Jun 03, 2010 at 16:23:36, Nick Thompson wrote: > >>> On 03/06/10 05:25, Sudhakar Rajashekhara wrote: > TI's DA

[U-Boot] [PATCH v5] da830: Move common code out of da830evm.c file

2010-06-07 Thread Sudhakar Rajashekhara
TI's DA850/OMAP-L138 platform is similar to DA830/OMAP-L137 in many aspects. So instead of repeating the same code in multiple files, move the common code to a different file and call those functions from the respective da830/da850 files. Signed-off-by: Sudhakar Rajashekhara Acked-by: Nick Thomps

Re: [U-Boot] [PATCH-V3 1/2] AM35x: Add support for AM3517EVM

2010-06-07 Thread Hiremath, Vaibhav
> -Original Message- > From: Hiremath, Vaibhav > Sent: Thursday, June 03, 2010 10:57 PM > To: 'Wolfgang Denk' > Cc: u-boot@lists.denx.de; t...@bumblecow.com; Paulraj, Sandeep; Premi, > Sanjeev > Subject: RE: [PATCH-V3 1/2] AM35x: Add support for AM3517EVM > [Hiremath, Vaibhav] Denk, Can

Re: [U-Boot] [PATCH-V3 1/2] AM35x: Add support for AM3517EVM

2010-06-07 Thread Wolfgang Denk
Dear "Hiremath, Vaibhav", In message <19f8576c6e063c45be387c64729e7394044e7a1...@dbde02.ent.ti.com> you wrote: ... > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > > > index 5cbc845..0bc65e1 100644 > > > > --- a/MAINTAINERS > > > > +++ b/MAINTAINERS > > > > @@ -798,6 +798,10 @@ Alex Z > > > >

Re: [U-Boot] [PATCH 0/4] Support for board Calao USB A9263

2010-06-07 Thread Tom Rix
Thomas Petazzoni wrote: > Hello, > > This patchset implements the support for the Calao USB A9263 board > (patch 4). The first three patches are preliminary work, to convert > the Atmel Dataflash SPI driver to the new C struct accessors > introduced a few months ago for AT91 support in U-Boot. >

Re: [U-Boot] [PATCH][mpc83xx] Update SICRL_USBDR to reflect 4 different settings

2010-06-07 Thread Kim Phillips
On Tue, 1 Jun 2010 17:00:49 -0700 Ron Madrid wrote: > This patch changed the SICRL_USBDR define to reflect the 4 different bit > settings for this two-bit field. The four different options are '00', '01', > '10', and '11'. This patch also corrects the config file for SIMPC8313 and > MPC8313ERDB

[U-Boot] [GIT PULL] u-boot-mpc83xx fix

2010-06-07 Thread Kim Phillips
Wolfgang Denk, Please pull a fix for the mpc8313 usb setting: The following changes since commit 9bb3b3d4406c1e388a99f6fb189147d6a06cc2cf: Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2010-05-30 21:44:07 +0200) are available in the git repository at: git://git.denx.de/u-boot

Re: [U-Boot] ARM pull request.

2010-06-07 Thread Tom Rix
Marek Vasut wrote: > Dne Ne 30. května 2010 15:52:04 Tom Rix napsal(a): >> This is to catch master up to ARM mach-types > > Is the PXA tree -next and -fix still planned to be pulled guys? Tom, Wolfgang > ... hm? > Sorry I have been out for a while. Please verify that PXA branch you wish me to

Re: [U-Boot] [PATCH v5] da830: Move common code out of da830evm.c file

2010-06-07 Thread Ben Gardiner
On Mon, Jun 7, 2010 at 4:29 AM, Sudhakar Rajashekhara wrote: > TI's DA850/OMAP-L138 platform is similar to DA830/OMAP-L137 > in many aspects. So instead of repeating the same code in > multiple files, move the common code to a different file > and call those functions from the respective da830/da8

Re: [U-Boot] [PATCH-V3 1/2] AM35x: Add support for AM3517EVM

2010-06-07 Thread Hiremath, Vaibhav
> -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: Monday, June 07, 2010 5:55 PM > To: Hiremath, Vaibhav > Cc: u-boot@lists.denx.de; t...@bumblecow.com; Paulraj, Sandeep; Premi, > Sanjeev > Subject: Re: [PATCH-V3 1/2] AM35x: Add support for AM3517EVM > > Dear "Hirema

Re: [U-Boot] [PATCH 2/2] arm: cortexa9: adding support for TI OMAP4430 SDP

2010-06-07 Thread V, Aneesh
Hello Wolfgang, Thanks for your comments. We will fix the issues you have pointed out. > > +#endif /* CONFIG_DISPLAY_BOARDINFO */ > ... > > +#ifdef CONFIG_DISPLAY_CPUINFO > > These #defines have never been documented. It seems they are being > copied around a lot, but I'm not sure if anybody

[U-Boot] [PATCH-V4 2/2] AM35x: Add support for EMIF4

2010-06-07 Thread hvaibhav
From: Vaibhav Hiremath This patch adds support for the EMIF4 interface available in the AM35x processors. Signed-off-by: Vaibhav Hiremath Signed-off-by: Sanjeev Premi --- Changes from V2: - Removed all instances of #ifdef CONFIG_EMIF4 Changes from V3: - Corrected Makfile entry

[U-Boot] [PATCH-V4 1/2] AM35x: Add support for AM3517EVM

2010-06-07 Thread hvaibhav
From: Vaibhav Hiremath This patch adds basic support for the AM3517EVM. It includes: - Board files (.c and .h) - Default configuration file - Updates for Makefile Signed-off-by: Vaibhav Hiremath Signed-off-by: Sanjeev Premi --- Changes from V2: - Removed trailin

Re: [U-Boot] [PATCH v5] da830: Move common code out of da830evm.c file

2010-06-07 Thread Paulraj, Sandeep
> -Original Message- > From: Sudhakar Rajashekhara [mailto:sudhakar@ti.com] > Sent: Monday, June 07, 2010 4:30 AM > To: u-boot@lists.denx.de > Cc: Paulraj, Sandeep; Rajashekhara, Sudhakar > Subject: [PATCH v5] da830: Move common code out of da830evm.c file > > TI's DA850/OMAP-L138 pl

Re: [U-Boot] [PATCH v6 0/3] TI: tnetv107x patch series

2010-06-07 Thread Paulraj, Sandeep
> > TNETV107X is a Texas Instruments SoC based on an ARM1176 core, and with a > bunch on on-chip integrated peripherals. This patch series generalizes > current > ARM1176 code to allow for the addition of new ARM1176 SOCs. The remaining > patches in this series add arch and board support. > >

[U-Boot] [PATCH] [v2] tsec: fix the return value for tsec_eth_init() and tsec_standard_init()

2010-06-07 Thread Timur Tabi
The Ethernet initialization functions are supposed to return the number of devices initialized, so fix tsec_eth_init() and tsec_standard_init() so that they returns the number of TSECs initialized, instead of just zero. This is safe because the return value is currently ignored by all callers, but

Re: [U-Boot] [PATCH v6 0/3] TI: tnetv107x patch series

2010-06-07 Thread Paulraj, Sandeep
> -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] > On Behalf Of Paulraj, Sandeep > Sent: Monday, June 07, 2010 12:02 PM > To: Chemparathy, Cyril; u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH v6 0/3] TI: tnetv107x patch series > > >

Re: [U-Boot] [PATCH] DaVinci: Improve DaVinci SPI speed.

2010-06-07 Thread Paulraj, Sandeep
> > I have updated this patch based on the comments [1] by Wolfgang Denk and > removed unused variables. > [1][http://lists.denx.de/pipermail/u-boot/2010-May/071728.html] > > Reduce the number of reads per byte transferred on the BUF register from 2 > to 1 and > take advantage of the TX buffer

Re: [U-Boot] [PATCH 2/2] arm: cortexa9: adding support for TI OMAP4430 SDP

2010-06-07 Thread Wolfgang Denk
Dear "V, Aneesh", In message you wrote: > > > And: no spaces after function names please (fix globally!). > > But how about this rule mentioned in your wiki: > > "All contributions to U-Boot should conform to the Linux kernel coding styl > e; see the file "Documentation/CodingStyle" and the

Re: [U-Boot] [GIT PULL] u-boot-mpc83xx fix

2010-06-07 Thread Wolfgang Denk
Dear Kim Phillips, In message <20100607075435.9b556925.kim.phill...@freescale.com> you wrote: > Wolfgang Denk, > > Please pull a fix for the mpc8313 usb setting: > > The following changes since commit 9bb3b3d4406c1e388a99f6fb189147d6a06cc2cf: > > Merge branch 'master' of git://git.denx.de/u-b

Re: [U-Boot] [PATCH] DaVinci: Improve DaVinci SPI speed.

2010-06-07 Thread Paulraj, Sandeep
> > > > I have updated this patch based on the comments [1] by Wolfgang Denk and > > removed unused variables. > > [1][http://lists.denx.de/pipermail/u-boot/2010-May/071728.html] > > > > Reduce the number of reads per byte transferred on the BUF register from > 2 > > to 1 and > > take advantage of

Re: [U-Boot] [PATCH-V4 1/2] AM35x: Add support for AM3517EVM

2010-06-07 Thread Paulraj, Sandeep
> > From: Vaibhav Hiremath > > This patch adds basic support for the AM3517EVM. > It includes: > - Board files (.c and .h) > - Default configuration file > - Updates for Makefile > > Signed-off-by: Vaibhav Hiremath > Signed-off-by: Sanjeev Premi > --- > Changes from V2: >

[U-Boot] Please Pull u-boot-ti/master

2010-06-07 Thread s-paulraj
Tom, Please pull u-boot-ti/master. There are some more patches but those would not apply clean. Will send a separate pull request for them. I ran MAKEALL for all ARM 11 and CORTEX A8 boards. Thanks, Sandeep The following changes since commit 9bb3b3d4406c1e388a99f6fb189147d6a06cc2cf: Wolfgang

[U-Boot] [PATCH 1/4] Atmel Dataflash: convert to C struct accessors

2010-06-07 Thread Thomas Petazzoni
Instead of using the old-style base + offset accessors, use the new at91 C struct accessors. The removal of #ifdef CONFIG_AT91_LEGACY allows to keep the definition of register values, needed to program the SPI. Signed-off-by: Thomas Petazzoni --- arch/arm/include/asm/arch-at91/at91_spi.h |4

[U-Boot] [PATCH 0/4] Calao USB-A9263 v2

2010-06-07 Thread Thomas Petazzoni
Hello, Here is a resend of the Calao USB-A9263 board support, with the following changes since v1: * checkpatch fixes all over the place. There is a remaining "Macros with complex values should be enclosed in parenthesis" checkpatch issue, but this is unfortunately how this macro should be

[U-Boot] [PATCH 3/4] Add new style definition for SPI0_BASE

2010-06-07 Thread Thomas Petazzoni
The new C struct accessors define new constants for the base address of the peripherals. Signed-off-by: Thomas Petazzoni --- arch/arm/include/asm/arch-at91/at91cap9.h|1 + arch/arm/include/asm/arch-at91/at91sam9260.h |1 + arch/arm/include/asm/arch-at91/at91sam9261.h |1 + arch/a

[U-Boot] [PATCH 2/4] at91_spi: remove register offsets

2010-06-07 Thread Thomas Petazzoni
Since all users of at91_spi have been converted to C struct accessors, the register offsets definitions are no longer needed. We take this opportunity to do a little bit of reformatting for the register bits definitions. Signed-off-by: Thomas Petazzoni --- arch/arm/include/asm/arch-at91/at91_sp

[U-Boot] [PATCH 4/4] Support for Calao USB A9263 board based on AT91SAM9263 CPU

2010-06-07 Thread Thomas Petazzoni
The Calao USB A9263 board is a board manufactured and sold by Calao Systems . Its components are very similar to the AT91SAM9263EK board, so its configuration is based on the configuration of this board. There are however some differences: different clocks, no LCD, etc

Re: [U-Boot] [GIT PULL] u-boot-mpc83xx fix

2010-06-07 Thread Kim Phillips
On Mon, 7 Jun 2010 22:40:27 +0200 Wolfgang Denk wrote: > Applied, thanks. Thanks. > > Also, I've noticed main CHANGELOG updates are still being performed: > > Yes, as we don't have a new solution implemented yet. > > > Any news wrt implementing a gitattributes based solution instead?: > > >

Re: [U-Boot] [PATCH] [v2] tsec: fix the return value for tsec_eth_init() and tsec_standard_init()

2010-06-07 Thread Mike Frysinger
On Monday, June 07, 2010 14:31:27 Timur Tabi wrote: > In general, if an function initializes only one device, then it should > return a negative number if there's an error. If it initializes more than > one device, then it should never return a negative number. This is why > these functions now r

Re: [U-Boot] [PATCH 1/4] Atmel Dataflash: convert to C struct accessors

2010-06-07 Thread Mike Frysinger
On Monday, June 07, 2010 17:56:21 Thomas Petazzoni wrote: > Instead of using the old-style base + offset accessors, use the new > at91 C struct accessors. > > The removal of #ifdef CONFIG_AT91_LEGACY allows to keep the definition > of register values, needed to program the SPI. i have to ask ...

Re: [U-Boot] [PATCH] [v2] tsec: fix the return value for tsec_eth_init() and tsec_standard_init()

2010-06-07 Thread Timur Tabi
Mike Frysinger wrote: > On Monday, June 07, 2010 14:31:27 Timur Tabi wrote: >> In general, if an function initializes only one device, then it should >> return a negative number if there's an error. If it initializes more than >> one device, then it should never return a negative number. This is

[U-Boot] Fw:How can I use yaffs2 in uboot

2010-06-07 Thread jackfriend
Thank you for your help NOW with absolute path can write and read (small files) but When I write large files,such as 50M (Nand flash size is 256M) Display yaffs: Could not allocate Tnodes yaffs: Could not allocate Tnodes yaffs: Could not allocate Tnodes ... (Many) and then restart my24

Re: [U-Boot] [PATCH] [v2] tsec: fix the return value for tsec_eth_init() and tsec_standard_init()

2010-06-07 Thread Mike Frysinger
On Monday, June 07, 2010 18:55:18 Timur Tabi wrote: > Mike Frysinger wrote: > > On Monday, June 07, 2010 14:31:27 Timur Tabi wrote: > >> In general, if an function initializes only one device, then it should > >> return a negative number if there's an error. If it initializes more > >> than one de

[U-Boot] U-boot: Beagle board as a USB Mass Storage Device Class

2010-06-07 Thread yogesh b
Hi, I want to make the Beagle board (with u-boot) to look like a USB Mass Storage Device when it is connected to the host PC. Can anyone suggest regarding the files that I need to update in u-boot code, to make the Beagle board look like a USB Mass Storage Device. Regards, Yogesh

[U-Boot] [PATCH] SAMSUNG: goni: add the GPL licence

2010-06-07 Thread Minkyu Kang
Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park --- board/samsung/goni/config.mk | 20 +++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/board/samsung/goni/config.mk b/board/samsung/goni/config.mk index 2da9ca1..0e9dd45 100644 --- a/board/samsung/goni

Re: [U-Boot] [PATCH] add support for EMK TOP7000 CPU Module (3rd try)

2010-06-07 Thread Reinhard Meyer (-VC)
Reinhard Meyer (-VC) schrieb: > Add support for EMK TOP7000 CPU Module > > Specifics: > > 1) create subdir board/emk/top7000 and files in it > 2) create include/configs/top7000.h > 3) update board/emk/common/vpd.c > 4) add call to misc_init_r() to arch/avr32/lib/board.c > 5) create arch/avr32/inc