Re: [U-Boot] [PATCH] ls2085a: esdhc: flush D-cache before 'mmc read'

2015-08-12 Thread Lu Y . B .
Hi Pantelis, > Hi Yangbo, > > > On Jun 24, 2015, at 05:13 , Yangbo Lu wrote: > > > > It needs to flush D-cache before 'mmc read' so that we can see the > > right data in DDR. And fix parameter for invalidate_dcache_range() > > after 'mmc read'. > > > > Signed-off-by: Yangbo Lu > > Cc: York Sun

Re: [U-Boot] [PATCH 1/3] mmc: fsl_esdhc: enable dat[4:7] for eMMC4.5

2015-09-14 Thread Lu Y . B .
Hi York, Please see my comments below. > -Original Message- > From: Sun York-R58495 > Sent: Monday, September 14, 2015 11:57 PM > To: Lu Yangbo-B47093; u-boot@lists.denx.de > Subject: Re: [PATCH 1/3] mmc: fsl_esdhc: enable dat[4:7] for eMMC4.5 > > Yangbo, > > On 09/13/2015 08:04 PM, Yan

Re: [U-Boot] [PATCH 1/3] mmc: fsl_esdhc: enable dat[4:7] for eMMC4.5

2015-09-14 Thread Lu Y . B .
> On 09/14/2015 07:22 PM, Lu Yangbo-B47093 wrote: > > Hi York, > > > > Please see my comments below. > > > >> -Original Message- > >> From: Sun York-R58495 > >> Sent: Monday, September 14, 2015 11:57 PM > >> To: Lu Yangbo-B47093; u-boot@lists.denx.de > >> Subject: Re: [PATCH 1/3] mmc: fsl_e

Re: [U-Boot] mmc erase command fails with DAT0 timeout on eMMC on iMX6 board

2015-06-05 Thread Lu Y . B .
Hello Hector, I am not familiar with iMX6 based board. I only know the DAT0 checking was introduced in commit 7a5b80297bc6cef0c10e5f57ac0450678dc7bc5e And different cards may have different secure erase timeout value. This should be found in chip datasheet. But I've never meet your issue... >