Re: [U-Boot] Adding spi support for SH7757 processor.

2011-05-01 Thread manohar kallutla
> Hi , > > I am newbie to the u-boot loader. I have one external CPLD which has > connected to processor via spi protocol. > My requirement is to support CPLD from u-boot (eg:- read registers and > write registers etc) > > Could you please help me ,how to follow the steps to implement this > functi

[U-Boot] Adding spi support for SH7757 processor.

2011-04-30 Thread manohar kallutla
Hi , I am newbie to the u-boot loader. I have one external CPLD which has connected to processor via spi protocol. My requirement is to support CPLD from u-boot (eg:- read registers and write registers etc) Could you please help me ,how to follow the steps to implement this functionality. I have