Re: [U-Boot] [PATCH v2 5/5] configs: enable eSDHC device module in T2080QDS

2019-04-11 Thread Yinbo Zhu
Hi, Please ignore the observation. This issue is due to that read mmc's addr is more than it's memory. Sd/usb work well. And I had send the v3 version, please help me check it. Thanks! Regards, Yinbo Zhu. > -Original Message- > From: Prabhakar Kushwaha > Sent: 2019年4月7日 17:46 > To: Yinb

Re: [U-Boot] [PATCH v2 5/5] configs: enable eSDHC device module in T2080QDS

2019-04-07 Thread Prabhakar Kushwaha
Dear Panto, Jaehoon > -Original Message- > From: Yinbo Zhu > Sent: Tuesday, March 26, 2019 2:38 PM > To: York Sun ; u-boot@lists.denx.de > Cc: Xiaobo Xie ; Ran Wang ; > Jiafei Pan ; Y.b. Lu ; Jagdish Gediya > ; Prabhakar Kushwaha > ; Yinbo Zhu > Subject: RE: [PATCH v2 5/5] configs: ena

Re: [U-Boot] [PATCH v2 5/5] configs: enable eSDHC device module in T2080QDS

2019-04-07 Thread Prabhakar Kushwaha
> -Original Message- > From: Yinbo Zhu > Sent: Tuesday, March 26, 2019 8:39 AM > To: York Sun ; u-boot@lists.denx.de > Cc: Yinbo Zhu ; Xiaobo Xie ; Ran > Wang ; Jiafei Pan ; Y.b. Lu > ; Jagdish Gediya ; Prabhakar > Kushwaha > Subject: [PATCH v2 5/5] configs: enable eSDHC device module in

Re: [U-Boot] [PATCH v2 5/5] configs: enable eSDHC device module in T2080QDS

2019-03-28 Thread Yinbo Zhu
> -Original Message- > From: Yinbo Zhu > Sent: 2019年3月26日 17:08 > To: York Sun ; u-boot@lists.denx.de > Cc: Xiaobo Xie ; Ran Wang ; Jiafei > Pan ; Y.b. Lu ; Jagdish Gediya > ; Prabhakar Kushwaha > ; 'Yinbo Zhu' > Subject: RE: [PATCH v2 5/5] configs: enable eSDHC device module in T2080QDS

Re: [U-Boot] [PATCH v2 5/5] configs: enable eSDHC device module in T2080QDS

2019-03-26 Thread Yinbo Zhu
Hi, This patches set is for enable uboot DM for usb and sd on t2080qds, I haded tested the io function. And I find that if the block size is less than 8, the read process will be hung, hung’s code is in blkcache_fill’s memcpy Function, and when memcpy do “*dl++ = *sl++” operation then re

[U-Boot] [PATCH v2 5/5] configs: enable eSDHC device module in T2080QDS

2019-03-25 Thread Yinbo Zhu
From: Yinbo Zhu This patch is to enable MMC DM for T2080QDS in uboot Signed-off-by: Yinbo Zhu --- configs/T2080QDS_NAND_defconfig | 3 +++ configs/T2080QDS_SDCARD_defconfig | 3 +++ configs/T2080QDS_SECURE_BOOT_defconfig| 3 +++ configs/T2080QDS_SPIFLASH_defconfig |