Re: [U-Boot] [PATCH v3 1/3] spi: spi_flash: Dont set quad enable for micron in all cases

2016-10-20 Thread S Durga Prasad Paladugu
Hi Jagan, On Wed, Jul 27, 2016 at 3:26 PM, Jagan Teki wrote: > On 27 July 2016 at 14:31, Siva Durga Prasad Paladugu > wrote: > > Hi Jagan, > > > >> -Original Message- > >> From: Jagan Teki [mailto:jagannadh.t...@gmail.com] > >> Sent: Wednesday, July 27, 2016 1:24 PM > >> To: Siva Durga

Re: [U-Boot] [PATCH v3 2/3] spi: zynqmp_qspi: Add QSPI driver support for ZynqMP

2016-10-20 Thread S Durga Prasad Paladugu
Hi Jagan, On Wed, Jul 27, 2016 at 1:28 PM, Jagan Teki wrote: > On 19 July 2016 at 14:40, Siva Durga Prasad Paladugu > wrote: > > This adds QSPI driver support for ZynqMP platform > > This driver supports all spi flash commands in > > qspi single mode. > > > > Signed-off-by: Siva Durga Prasad Pa

[U-Boot] ext4write issue.

2015-05-25 Thread S Durga Prasad Paladugu
Hi all, I am having an ext4write issue on zynq, which fails when i am trying to write a file to ext4 formatted SD card. here is the log below. zynq-uboot> ext4ls mmc 0:2 1024 . 1024 .. 1024 lost+found zynq-uboot> zynq-uboot> zynq-uboot> ext4write mmc 0:2 0x4000 /bar.txt 1

[U-Boot] Fat filesystem format support in u-boot

2015-04-26 Thread S Durga Prasad Paladugu
Hi All, I want to know whether we have FAT file system formatting support in u-boot? I would like to format my SD card from u-boot. Regards, Siva ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Fat filesystem format support in u-boot

2015-04-24 Thread S Durga Prasad Paladugu
Hi All, I just want to know whether we have FAT file system formatting support in u-boot? I would like to format my SD card from u-boot. Regards, Siva ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Questions on lthor usage

2014-08-26 Thread S Durga Prasad Paladugu
Hi, I have a query on lthor usage. How do i specify the altsetting while sending the lthor download from host. In dfu we are specifying that with -a < altnum/altname>. I have alt setting to copy the linux images(uImage.devicetree and ramdisk) to DDR at prescribed locations in my device side. Also

Re: [U-Boot] thor integration with ci_udc

2014-08-13 Thread S Durga Prasad Paladugu
, S Durga Prasad Paladugu wrote: > >> Hi, >> >> Does anyone tested by integrating thor functionality with the ci_udc >> driver >> instead of samsung s3c_udc_otg? I am trying to do the same on my zynq >> board >> then the enumeration was successful but not abl

[U-Boot] thor integration with ci_udc

2014-08-13 Thread S Durga Prasad Paladugu
Hi, Does anyone tested by integrating thor functionality with the ci_udc driver instead of samsung s3c_udc_otg? I am trying to do the same on my zynq board then the enumeration was successful but not able to download the file using lthor. Any other inputs on this would be fine. Regards, DP __

Re: [U-Boot] dfu download issue with ci_udc

2014-07-23 Thread S Durga Prasad Paladugu
else + controller.ep0_data_phase = false; } list_del_init(&ci_req->queue); Regards, DP On Thu, Jul 24, 2014 at 9:52 AM, S Durga Prasad Paladugu < durgaprasad.p...@gmail.com> wrote: > Hi Wolfgang, > > I am using mainline 2014.1 git version but integrated that with the

Re: [U-Boot] dfu download issue with ci_udc

2014-07-23 Thread S Durga Prasad Paladugu
:16 AM, Wolfgang Denk wrote: > Dear S Durga Prasad Paladugu, > > In message h...@mail.gmail.com> you wrote: > > > > I am trying to download the file from dfu-utilities(version 0.7) and > using > > the ci_udc at device side. After all the data was sent from the host,

[U-Boot] dfu download issue with ci_udc

2014-07-23 Thread S Durga Prasad Paladugu
Hi, I am trying to download the file from dfu-utilities(version 0.7) and using the ci_udc at device side. After all the data was sent from the host, the dfu utilities sent the zpl packet but at the device side the dfu_write is not getting invoked for zero packet length and hence causing the data n

[U-Boot] u-boot elf generation for arm64

2014-06-30 Thread S Durga Prasad Paladugu
Hi, I compiled the u-boot for arm64 and got two elf files(u-boot and u-boot.elf). I just want to know what is the difference between these two files? Regards, DurgaPrasad ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo

[U-Boot] Query on u-boot

2014-03-23 Thread S Durga Prasad Paladugu
Hi, I have a below query on u-boot bootup. When UBOOT does not detect NOR flash during bootup it throws up an error message that indicates that uboot did not detect NOR flash and stops there. But when uboot does not detect QSPI flash it just gives a warning message that uboot sf_probe_failed, an

Re: [U-Boot] [PATCH] fpga: zynqpl: Fixed bug in alignment routine

2014-03-17 Thread S Durga Prasad Paladugu
Hi Eli, On Sun, Mar 16, 2014 at 2:10 AM, Eli Billauer wrote: > The aligned buffer is always with a higher address, so copying should run > from the end of the buffer to the beginning, and not the other way around. > > Signed-off-by: Eli Billauer > --- > drivers/fpga/zynqpl.c |5 +++-- > 1