Re: [U-Boot] [PATCH V4 10/11] fsl_esdhc: add support for mx51 processor

2010-03-01 Thread Stefano Babic
Lv Terry-R65388 wrote: > Hi Stefano, > Hi Terry, > Have you tested mmc on mx51 board? Yes, of course. The whole patchset for mx51evk was tested on two different releases of the board, with respectively a TO2 and a TO3 processor. And the driver was tested with both MMC slots on the mx51evk (bot

Re: [U-Boot] [PATCH V4 10/11] fsl_esdhc: add support for mx51 processor

2010-02-28 Thread Lv Terry-R65388
Hi Stefano, Have you tested mmc on mx51 board? The original esdhc uses PIO mode in function esdhc_send_cmd(), while fsl_esdhc uses DMA mode. I hasn't tested DMA mode before. BTW: have you considered add the feature to save environment data to mmc? Than