Re: [U-Boot] New i.MX board

2015-01-09 Thread Wally Yeh
Hi folks, I'm currently bringing up a new i.MX6q based board. I've got u-boot working, but its clear that a lot of the iMX stuff is still using the old configuration system. is the latest iMX stuff in u-boot mainline yet? if not, where should I be looking / what is considered a 'model

Re: [U-Boot] Need FTP client support in U-Boot

2014-10-29 Thread Wally Yeh
We are looking for FTP client command in U-boot commands, So that, we can boot the O.S kernel-image through ftp-client(instead of tftpboot over network). Why doesn't the U-boot support FTP client ? Can we implement/add the FTP client protocol code to U-boot sources and customize. if so, how much

[U-Boot] [PATCH] cmd_mmc: fix bootpart-resize maxarg to 4

2014-09-25 Thread Wally Yeh
sub-command 'bootpart-resize' check for argc == 4, it will retrun CMD_RET_FAILURE when argc value not matched. but bootpart-resize's maxarg is 3, which means you never execute this sub-command successfully. fix it by change bootpart-resize maxarg to 4. Signed-off-by: wally.yeh

[U-Boot] [PATCH] cmd_mmc: fix bootpart-resize maxarg to 4

2014-09-25 Thread Wally Yeh
sub-command 'bootpart-resize' check for argc == 4, it will retrun CMD_RET_FAILURE when argc value not matched. but bootpart-resize's maxarg is 3, which means you never execute this sub-command successfully. fix it by change bootpart-resize maxarg to 4. Signed-off-by: wally.yeh