Re: [U-Boot] [PATCH v2 0/2] usb: gadget: fotg210: workaround new hardware support

2013-12-24 Thread Kuo-Jung Su
2013/12/23 Marek Vasut ma...@denx.de: On Monday, December 23, 2013 at 01:50:36 AM, Kuo-Jung Su wrote: 2013/12/20 Marek Vasut ma...@denx.de: On Friday, December 20, 2013 at 05:32:58 AM, Kuo-Jung Su wrote: From: Kuo-Jung Su dant...@faraday-tech.com 1. It's known that EP0 fifo empty

[U-Boot] Stack size

2013-12-24 Thread Parimala Baggiri
Hello, How to increase the user mode stack size which will be used by the standalone application in u-boot? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] net/designware: make driver compatible with data cache

2013-12-24 Thread Alexey Brodkin
Up until now this driver only worked with data cache disabled. To make it work with enabled data cache following changes were required: * Implement all accesses to shared structures between CPU and GMAC via uncached reads/writes (readl/writel). * Flush cache for data passed from CPU to GMAC *

Re: [U-Boot] [PATCH] net/designware: make driver compatible with data cache

2013-12-24 Thread Mischa Jonker
Hi Alexey, * Implement all accesses to shared structures between CPU and GMAC via uncached reads/writes (readl/writel). I don't know how ARC exactly implements this for u-boot, but AFAIK, readl/writel are meant for 'strongly ordered' I/O writes, not necessarily uncached. The uncached part

[U-Boot] [PATCH] mmc/dwmmc: use bounce buffer for data exchange between CPU and MMC controller

2013-12-24 Thread Alexey Brodkin
Bounce buffer implementation takes care of proper data buffer alignemt and correct flush/invalidation of data cache at once so we no longer depend on input data variety and make sure CPU and MMC controller deal with expected data in case of enabled data cache. Bounce buffer requires to add its

Re: [U-Boot] Stack size

2013-12-24 Thread Wolfgang Denk
Dear Parimala Baggiri, In message CAD6P=4hwjgozdwzhbk00fvgypry63sm4erexgpufsjpihd9...@mail.gmail.com you wrote: How to increase the user mode stack size which will be used by the standalone application in u-boot? Add more system RAM. Best regards, Wolfgang Denk -- DENX Software

[U-Boot] [PATCH] powerpc/T208xQDS: add mtdparts suppport

2013-12-24 Thread Shengzhou Liu
We use dynamical mtdparts partition instead of directly puting mtd partitions nodes in device tree. Signed-off-by: Shengzhou Liu shengzhou@freescale.com --- include/configs/T2080QDS.h | 13 + 1 file changed, 13 insertions(+) diff --git a/include/configs/T2080QDS.h