Re: [U-Boot] [PATCH] mcx: support for HTKW mcx board

2011-10-10 Thread Ilya Yanok
Hi Igor, thanks for your comments, I'll post the updated patches soon. Regards, Ilya. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] mcx: support for HTKW mcx board

2011-10-06 Thread Igor Grinberg
Hi Ilya, On 10/06/11 01:42, Ilya Yanok wrote: This patch adds support for the HTKW mcx AM3517-based board. Serial, Ethernet, NAND and MMC are supported. Signed-off-by: Ilya Yanok ya...@emcraft.com --- MAINTAINERS |4 + board/htkw/mcx/Makefile | 44 +

Re: [U-Boot] [PATCH] mcx: support for HTKW mcx board

2011-10-06 Thread Igor Grinberg
On 10/06/11 01:42, Ilya Yanok wrote: This patch adds support for the HTKW mcx AM3517-based board. Serial, Ethernet, NAND and MMC are supported. Signed-off-by: Ilya Yanok ya...@emcraft.com --- This patch looks dependent on the: [RFC PATCH 0/0] Support for DaVinci EMAC on TI AM35xx series

Re: [U-Boot] [PATCH] mcx: support for HTKW mcx board

2011-10-06 Thread Wolfgang Denk
Dear Ilya Yanok, In message 1317858127-16794-1-git-send-email-ya...@emcraft.com you wrote: This patch adds support for the HTKW mcx AM3517-based board. Serial, Ethernet, NAND and MMC are supported. Signed-off-by: Ilya Yanok ya...@emcraft.com --- MAINTAINERS |4 +

[U-Boot] [PATCH] mcx: support for HTKW mcx board

2011-10-05 Thread Ilya Yanok
This patch adds support for the HTKW mcx AM3517-based board. Serial, Ethernet, NAND and MMC are supported. Signed-off-by: Ilya Yanok ya...@emcraft.com --- MAINTAINERS |4 + board/htkw/mcx/Makefile | 44 + board/htkw/mcx/config.mk | 27 +++ board/htkw/mcx/mcx.c |