Re: [U-Boot] [PATCH 1/3] common/cmd_rsmode.c: add imx reset mode command

2012-05-27 Thread Dirk Behme
Hi Troy, On 26.05.2012 23:01, Troy Kisky wrote: This is useful for forcing the ROM's usb downloader to activate upon a watchdog reset. Or, you can boot from either SD Card. Thanks! Just for my understanding: Who will enable/run the watchdog reset? It was my understanding that after writing

Re: [U-Boot] [PATCH 0/4] ARM: OMAP4+: Miscellaneous fixes

2012-05-27 Thread R, Sricharan
R Sricharan (4):   ARM: OMAP4+: dmm: Take care of overlapping dmm and trap sections.   ARM: OMAP5: dmm: Create a tiler trap section.   ARM: OMAP5: Align memory used for testing to the power of 2   ARM: OMAP5: Correct the DRAM_ADDR_SPACE_END macro.  

[U-Boot] usb to ethernet adaptor support

2012-05-27 Thread 孟令锋
Hello, Anders I'm trying use to support the ASIX driver for u-boot. And I find that you have met the same question. I was wondering if you could send me some example code on how to use the adaptor support?Can you please add a description to doc/README.usb and provide a patch for that? best

Re: [U-Boot] [PATCH 2/2 v10] ARM : Add support for MINI2440 (s3c2440).

2012-05-27 Thread 刘力
How do i get these patches, please? Thx. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 1/2] menu: Added support to use user defined functions

2012-05-27 Thread Pali Rohár
* In menu_interactive_choice can be used user specified function item_data_choice (instead hardcoded function which read input from standard input) * Added option to specify user data for menu * menu_display_statusline will pass pointer to user data (instead pointer to menu) * This patch

[U-Boot] [PATCH 0/2] ANSI terminal Bootmenu

2012-05-27 Thread Pali Rohár
This patch series adds ANSI terminal Bootmenu command. It use generic menu code for creating menu structures, but use own functions for drawing menu on ANSI terminal. First patch modify generic menu code for using other functions for printing and choosing menu entry, second patch is bootmenu

[U-Boot] [PATCH 2/2] New command bootmenu: ANSI terminal Boot Menu support

2012-05-27 Thread Pali Rohár
Signed-off-by: Pali Rohár pali.ro...@gmail.com --- common/Makefile |1 + common/cmd_bootmenu.c| 446 ++ doc/README.bootmenu | 61 +++ include/common.h | 20 +++ include/config_cmd_all.h |1 + 5 files changed,

Re: [U-Boot] [PATCH 1/3] common/cmd_rsmode.c: add imx reset mode command

2012-05-27 Thread Eric Nelson
Hi Dirk, On 05/26/2012 11:04 PM, Dirk Behme wrote: Hi Troy, On 26.05.2012 23:01, Troy Kisky wrote: This is useful for forcing the ROM's usb downloader to activate upon a watchdog reset. Or, you can boot from either SD Card. Thanks! Just for my understanding: Who will enable/run the

Re: [U-Boot] [PATCH 1/3] common/cmd_rsmode.c: add imx reset mode command

2012-05-27 Thread Eric Nelson
Hi Troy, Nitpicks below. On 05/26/2012 02:01 PM, Troy Kisky wrote: This is useful for forcing the ROM's usb downloader to activate upon a watchdog reset. Or, you can boot from either SD Card. Currently, support added for MX53 and MX6Q Signed-off-by: Troy Kiskytroy.ki...@boundarydevices.com

Re: [U-Boot] [PATCH] Kirkwood: declare mpp config static and const

2012-05-27 Thread Luka Perkov
Hi Michael, On Sat, May 26, 2012 at 02:27:01AM +0200, Michael Walle wrote: Change the prototype of kirkwood_mpp_conf() from void kirkwood_mpp_conf(u32 *mpp_list) to void kirkwood_mpp_conf(const u32 *mpp_list) Now we can declare the kwmpp_config static and const where possible.

[U-Boot] [PATCH v3] [resend] kwboot: boot kirkwood SoCs over a serial link

2012-05-27 Thread Luka Perkov
The kwboot program boots boards based on Marvell's Kirkwood platform via Xmodem over their integrated UART. Signed-off-by: Daniel Stodden daniel.stod...@googlemail.com Acked-by: Luka Perkov ub...@lukaperkov.net Tested-By: Holger Brunck holger.bru...@keymile.com Tested-By: David Purdy

[U-Boot] Pull request: u-boot-sh

2012-05-27 Thread Nobuhiro Iwamatsu
Dear Wolfgang Denk. Please pull from git://git.denx.de/u-boot-sh master. Best regards, Nobuhiro The following changes since commit 4398d55991eb3c2484a2a8e991d701e5d7a64874: net: sh-eth: Add support Gigabit of SH7734 (2012-05-23 17:53:09 -0500) are available in the git repository at:

Re: [U-Boot] [PATCH] MMC: MSHCI: Add MSHCI driver

2012-05-27 Thread Rajeshwari Birje
Hi All, This patch is based on: EXYNOS5: PINMUX: Added default pinumx settings. Regards, Rajeshwari Shinde. On Fri, May 25, 2012 at 5:21 PM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: Add MSHCI driver support and resgister description for same. Signed-off-by: Alim Akhtar