Re: [U-Boot] checking from uboot

2014-06-05 Thread Wolfgang Denk
Dear "CYRIL P. JOY", please don't top post / full quote. In message you wrote: > > any idea about the inbuilt supporting functions for md and mw command in > uboot code.like the "i2c probe".thanks. I don't understand this question. > Content-Type: text/html; charset=UTF-8 > Content-Transfer-

Re: [U-Boot] checking from uboot

2014-06-05 Thread CYRIL P. JOY
any idea about the inbuilt supporting functions for md and mw command in uboot code.like the "i2c probe".thanks. On Thu, Jun 5, 2014 at 6:09 PM, Wolfgang Denk wrote: > Dear "CYRIL P. JOY", > > please keep the mailing list on Cc: > > In message < > caev-wwvx3hc167z4gnu0oz2u0b9ayryrrzt30ews2dcxrt

Re: [U-Boot] checking from uboot

2014-06-05 Thread Wolfgang Denk
Dear "CYRIL P. JOY", please keep the mailing list on Cc: In message you wrote: > >Thank you very much for the quick reply.I checked the code and i > understood the checking of DDR,I2C and ETHERNET.but i didnt find any checks > related to Mictor,RF interface and high speed link.Do you have

Re: [U-Boot] checking from uboot

2014-06-05 Thread Wolfgang Denk
Dear andrew_, In message <1401958223509-181470.p...@n7.nabble.com> you wrote: > > I want to check the whether my ethernet, Mictor, RF interface,high speed > link ,DDR from uboot.I want to do it automaticlly by uboot.ie when uboot > gets loaded i want to check whether these devices are working by

[U-Boot] checking from uboot

2014-06-05 Thread andrew_
hi, I want to check the whether my ethernet, Mictor, RF interface,high speed link ,DDR from uboot.I want to do it automaticlly by uboot.ie when uboot gets loaded i want to check whether these devices are working by uboot.please tell me about the functions i have to make use of.please help. --