Re: [U-Boot] [PATCH] PCIe, USB: Replace 'end point' references with 'endpoint'

2010-01-10 Thread Stefan Roese
On Saturday 09 January 2010 17:06:15 Peter Tyser wrote: > > Since this patch mostly touches board files I suggest this patch goes > > through the board maintainers tree. > > Acked-by: Remy Bohmer > > I wasn't aware of a board maintainers tree... I was assuming Wolfgang > would pick this up direc

Re: [U-Boot] [PATCH 1/3] omap3: Consolidate SDRC related operations

2010-01-10 Thread Hiremath, Vaibhav
> -Original Message- > From: Hiremath, Vaibhav > Sent: Wednesday, December 23, 2009 8:16 PM > To: u-boot@lists.denx.de > Cc: Hiremath, Vaibhav; Premi, Sanjeev > Subject: [PATCH 1/3] omap3: Consolidate SDRC related operations > > Consolidated SDRC related functions into one > file - sdrc.c.

Re: [U-Boot] [beagleboard] TI:OMAP: [PATCH 4/4] Minimal Display driver for OMAP3

2010-01-10 Thread Nishanth Menon
Khasim Syed Mohammed said the following on 01/09/2010 09:16 PM: > On Sat, Jan 9, 2010 at 8:18 PM, Nishanth Menon > wrote: >> Khasim Syed Mohammed said the following on 01/08/2010 09:00 PM: >>> On Sat, Jan 9, 2010 at 1:31 AM, Nishanth Menon >>> wrote: >>> On Fri, Jan 8, 2010 at 9:40 AM, Khas

Re: [U-Boot] [beagleboard] TI:OMAP: [PATCH 3/4] Support 720Mhz configuration for OMAP35xx

2010-01-10 Thread Nishanth Menon
Khasim Syed Mohammed said the following on 01/09/2010 09:02 PM: > On Sat, Jan 9, 2010 at 8:27 PM, Nishanth Menon > wrote: >> Khasim Syed Mohammed said the following on 01/08/2010 09:21 PM: >>> On Sat, Jan 9, 2010 at 1:22 AM, Nishanth Menon >>> wrote: >>> On Fri, Jan 8, 2010 at 9:40 AM, Khas

[U-Boot] [PATCH V4 2/3] Add Orion5x support to 16550 device driver

2010-01-10 Thread Albert Aribaud
This patch provides access to the 16550-compatible serial device of the Orion5x SoC. Signed-off-by: Albert Aribaud --- drivers/serial/serial.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/serial/serial.c b/drivers/serial/serial.c index dd5f332..18686a2 10064

[U-Boot] [PATCH V4 1/3] Initial support for Marvell Orion5x SoC

2010-01-10 Thread Albert Aribaud
This patch adds support for the Marvell Orion5x SoC. It has no use alone, and must be followed by a patch to add Orion5x support for serial, then support for the ED Mini V2, an Orion5x-based product from LaCie. Signed-off-by: Albert Aribaud --- Patchset history V1: Initial monolithic patch. V2:

[U-Boot] [PATCH V4 3/3] Add support for the LaCie ED Mini V2 board

2010-01-10 Thread Albert Aribaud
This patch adds support for the LaCie ED Mini V2 product which is based on the Marvell Orion5x SoC. Current support is limited to console and Flash. Flash support uses CONFIG_FLASH_CFI_LEGACY as the Macronix MX29LV400 used on ED Mini V2 is not CFI compliant (mixes 16 and 8 bit behaviors). Signed-o

Re: [U-Boot] [PATCH V4 1/3] Initial support for Marvell Orion5x SoC

2010-01-10 Thread Albert ARIBAUD
Albert Aribaud a écrit : > V4: all files licensed GPLv2-only removed; > RAM bank size detection now uses getm_ram_size(). That's get_ram_size(), of course, not getm_ram_size(). Amicalement, -- Albert. ___ U-Boot mailing list U-Boot@lists.denx.de h

Re: [U-Boot] [beagleboard] TI:OMAP: [PATCH 3/4] Support 720Mhz configuration for OMAP35xx

2010-01-10 Thread Khasim Syed Mohammed
On Sun, Jan 10, 2010 at 9:14 PM, Nishanth Menon wrote: > Khasim Syed Mohammed said the following on 01/09/2010 09:02 PM: >> >> On Sat, Jan 9, 2010 at 8:27 PM, Nishanth Menon >> wrote: >>> >>> Khasim Syed Mohammed said the following on 01/08/2010 09:21 PM: On Sat, Jan 9, 2010 at 1:22 AM,

[U-Boot] [PATCH] Add Yaffs2 image writing support.

2010-01-10 Thread Li Wenhao
Signed-off-by: Li Wenhao --- common/cmd_nand.c | 21 + 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/common/cmd_nand.c b/common/cmd_nand.c index 075a8af..38c6480 100644 --- a/common/cmd_nand.c +++ b/common/cmd_nand.c @@ -390,6 +390,27 @@ int do_nand(cmd_tb

Re: [U-Boot] [beagleboard] TI:OMAP: [PATCH 4/4] Minimal Display driver for OMAP3

2010-01-10 Thread Khasim Syed Mohammed
On Sun, Jan 10, 2010 at 9:11 PM, Nishanth Menon wrote: > Khasim Syed Mohammed said the following on 01/09/2010 09:16 PM: >> >> On Sat, Jan 9, 2010 at 8:18 PM, Nishanth Menon >> wrote: >>> >>> Khasim Syed Mohammed said the following on 01/08/2010 09:00 PM: On Sat, Jan 9, 2010 at 1:31 AM,

[U-Boot] [PATCH 1/2] MIPS: qemu_mips: Import asm/unaligned.h from the Linux kernel

2010-01-10 Thread Shinya Kuribayashi
with a few adjustments for U-Boot. This fixes the following build error: make -C lib_generic/ zlib.c:31:27: error: asm/unaligned.h: No such file or directory zlib.c: In function 'inflate_fast': zlib.c:641: warning: implicit declaration of function 'get_unaligned' make[1]: *** [zlib.o] Error 1 mak

[U-Boot] [PATCH 2/2] MIPS: lib_mips/board.c: Fix undefined "getenv_IPaddr" build error

2010-01-10 Thread Shinya Kuribayashi
In the commit 6ac59c55 (net: pull CONFIG checks out of source and into makefile), net/net.o is changed to be built-in only when CONFIG_CMD_NET is enabled, while lib_mips/board.c has a reference to "getenv_IPaddr() left as-is. And now Micronas VCT Platinum AVC board builds (vct_platinumavc*_config)

[U-Boot] Flex-OneNAND related build breakage (was Re: MIPS: build status (2010.01))

2010-01-10 Thread Shinya Kuribayashi
Hi Rohit, Amul, and Kyungmin (Samsung people), Shinya Kuribayashi wrote: > Build warnings / errors could be categorized into five groups: > > 3) env_onenand.c: CONFIG_ENV_{ADDR,SIZE}_FLEX undeclared build error In the following commit, Flex-OneNAND support was introduced: commit c758e947aa7d39a

[U-Boot] MIPS: build status (2010.01)

2010-01-10 Thread Shinya Kuribayashi
Hi, here's a build summary of the latest git with GCC 4.4.1: $ ./MAKEALL mips mips_el - SUMMARY Boards compiled: 23 Boards with warnings or errors: 11 ( qemu_mips vct_platinum_onenand vct_platinum_onenand_small vct_platinumavc_onenand vct_platinum

Re: [U-Boot] Flex-OneNAND related build breakage (was Re: MIPS: build status (2010.01))

2010-01-10 Thread Shinya Kuribayashi
On 1/11/10 1:09 PM, AMIT KUMARSHARMA wrote: > HI Shinya, > > Please go thorugh below link , issue is already resolved, Ah, thanks. I missed that. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 2/2] MIPS: lib_mips/board.c: Fix undefined "getenv_IPaddr" build error

2010-01-10 Thread Shinya Kuribayashi
On 1/11/10 11:00 AM, Shinya Kuribayashi wrote: > In the commit 6ac59c55 (net: pull CONFIG checks out of source and into > makefile), net/net.o is changed to be built-in only when CONFIG_CMD_NET > is enabled, while lib_mips/board.c has a reference to "getenv_IPaddr() > left as-is. > > And now Micron

Re: [U-Boot] [PATCH] musb: Add host support for DM365 EVM

2010-01-10 Thread Srinivas, Prathap
Remy, Thanks a lot for your comments. Please find my response inline. Thanks, Prathap. -Original Message- From: l.ping...@gmail.com [mailto:l.ping...@gmail.com] On Behalf Of Remy Bohmer Sent: Saturday, January 09, 2010 2:50 PM To: Srinivas, Prathap Cc: u-boot@lists.denx.de Subject: Re: