[U-Boot] How to make Loading and Decompression parallel in u-boot

2014-01-06 Thread Ramappa
Hi, I'm having latest u-boot. I'm using DMA support to transfer images from NAND to RAM. So now I want to make Loading and decompression parallel. How to do this. Kindly give some suggestions on this. Thanks Ramappa -- View this message in context: http://u-boot.10912.n7.nabb

[U-Boot] [U-Boot-Users] Re: Ethernet loopback command

2012-04-16 Thread Ramappa Hugar
Hi all, I'm testing the ethernet loopback test on POWERPC 460EX canyonlands Board. I'm making the ethernet loopback mode by programming the phy control register.(mii w 0 0 5140) Then i'm running the ethtool command. But it is showing "loopback test failed". I have gone through the code wha