[U-Boot] Marvell Alaska Phy loopback mode support using RGMII interface

2012-02-08 Thread amruth vamadev
Hi Do we have support for RGMII mode to support phy loopback for Marvell Alaska 88E1112 phy. Any inputs helpful. Amruth p.v ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Regarding HUSH support in uboot

2012-01-06 Thread amruth vamadev
script. We can issue the commands and parse the response and print useful messages to users. myvar = echo a if itest.s myvar == a then echo 'a" else echo "no a" Any idea how we can achieve this. Thanks Amruth p.v On Fri, Jan 6, 2012 at 2:47 PM, Wolfgang Denk wrote: > De

[U-Boot] Regarding HUSH support in uboot

2012-01-05 Thread amruth vamadev
Hi How do we know whether hush shell capability is supported or not in the command shell.I have enabled CONFIG_SYS_HUSH_PARSER in in config file. I am trying to write simple script like below myname=`test` if $myname=test then echo "test" else echo "failed" fi I am getting the following error "unk

[U-Boot] Support for P1011 CCSRBAR

2011-12-29 Thread amruth vamadev
Hi I am trying to access CCSRBAR using address 0xffe0.I know this is not the default address for freescale P1011 board, flash address is mapped to 0xff00 and the flash is not programmed with u-boot.I am running out of RAM and have issues accessing CCSRBAR.Can we relocate CCSRBAR to someothe